Advertisement
Landon_Exploits

Mega fun obby script

Jun 17th, 2019
3,642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. --Sub to Landon Exploits on YT
  2. --Not my script credit to owners
  3. while wait() do
  4. clvl = game.Players.LocalPlayer.leaderstats.Stage.Value + 1
  5. if game.Workspace.stages:FindFirstChild(tostring(clvl)) then
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.stages:FindFirstChild(tostring(clvl)).CFrame
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement