Advertisement
Dodikman

a

Mar 3rd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while wait() do
  2. for _, v in pairs(game.Workspace:GetChildren()) do
  3. if v:FindFirstChild("Humanoid") then
  4. v.Humanoid:MoveTo(Vector3.new(5555, 5555, 5555))
  5. v.Humanoid.WalkSpeed = 1000
  6. v.Humanoid.Jump = true
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement