Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for _, v in pairs(game.Workspace:GetChildren()) do
- if v:FindFirstChild("Humanoid") then
- v.Humanoid:MoveTo(Vector3.new(5555, 5555, 5555))
- v.Humanoid.WalkSpeed = 1000
- v.Humanoid.Jump = true
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement