ivian

Hack Game Mega Fun Obby

Jun 30th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. while true do
  2. wait()
  3. local tostage = game.Players.LocalPlayer.leaderstats.Stage.Value+1
  4. local tospawn = workspace.stages[tostage]
  5. tospawn.CanCollide = false
  6. tospawn.Transparency = 1
  7. tospawn.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position.X,game.Players.LocalPlayer.Character.Head.Position.Y-1.5,game.Players.LocalPlayer.Character.Head.Position.Z)
  8. end
Add Comment
Please, Sign In to add comment