Advertisement
PercentBowl

Invis Prison Life

Feb 17th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. position = player.Character.HumanoidRootPart.Position
  3. wait(0.1)
  4. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  5. wait(0.1)
  6. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  7. wait(0.1)
  8. player.Character.HumanoidRootPart:Destroy()
  9. humanoidrootpart.Parent = player.Character
  10. player.Character:MoveTo(position)
  11. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement