Easy Stud Jumps Obby

Script Credit :- valkzs
Features

Easy Stud Jumps Obby

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

_G.Spawn = false -- set to true depending on what level you are on as these are toggles _G.Candy = false _G.Medieval = false -- Main Script: -- Spawn one is a bit slow but candy and medieval are pretty fast. pcall(function() local itempath = game:GetService("Workspace").RebirthButtons while _G.Spawn == true do wait() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(198, 1265, -873) wait(0.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(198, 1265, -983) for i, v in pairs(itempath:GetChildren()) do if v:FindFirstChild("ProximityPrompt") then fireproximityprompt(v.ProximityPrompt) end end wait(2) -- set this to delay you would like | you can delete this and have no delay end end) pcall(function() local itempath = game:GetService("Workspace").RebirthButtons while _G.Candy == true do wait() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3168, 2480, -626) for i, v in pairs(itempath:GetChildren()) do if v:FindFirstChild("ProximityPrompt") then fireproximityprompt(v.ProximityPrompt) end end wait(2) -- set this to delay you would like end end) pcall(function() local itempath = game:GetService("Workspace").RebirthButtons while _G.Medieval == true do wait() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11125, 2063, -340) for i, v in pairs(itempath:GetChildren()) do if v:FindFirstChild("ProximityPrompt") then fireproximityprompt(v.ProximityPrompt) end end wait(2) -- set this to delay you would like end end)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors