Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. plr = game:service'Players'.LocalPlayer
  2.  
  3. function destination(...)
  4. plr.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(0,20,0))
  5. wait(2)
  6. plr.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(...))
  7. end
  8.  
  9. destination()
  10.  
  11. function JailbreakTp(...)
  12. for i=0, 55 do
  13. destination() -- here coords
  14. end
  15. end
  16.  
  17. JailbreakTp(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement