GGametypePlayer

move

Dec 17th, 2022
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2.     task.wait(5)
  3.     workspace.FlamingoKittenBoy.Humanoid.WalkToPoint = Vector3.new(math.random(50, 10000), 0, math.random(50, 10000))
  4. end
Advertisement
Add Comment
Please, Sign In to add comment