SimpleScripter Ragdoll on skates Obby Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts a popular scripting and programming language.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Script Code
local a = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/turtle"))() local b = a:Window("Ragdoll on skates obby") b:Label("made by SimpleScripter", Color3.fromRGB(127, 143, 166)) b:Button("inf Skips", function() game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Skips", math.huge) end) b:Box("Input Skips", function(c, d) if d then game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Skips", c) end end) b:Button("inf Wins", function() game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Wins", math.huge) end) b:Box("Input wins", function(e, f) if f then game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Wins", e) end end) b:Button("inf Spins", function() game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Spins", math.huge) end) b:Box("Input spins", function(g, h) if h then game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Spins", g) end end) b:Button("inf Coins", function() game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Coins", math.huge) end) b:Box("Input coins", function(i, j) if j then game:GetService("ReplicatedStorage").Shared.RemoteFunctions.PlayerProfileRemote:InvokeServer("increment", "Coins", i) end end) b:Label("my discord server https://discord.gg/JudFZSNw", Color3.fromRGB(127, 143, 166)) b:Label("credit me if u do steal", Color3.fromRGB(127, 143, 166))