Advertisement
Axprotss

Testing script 900000

Aug 16th, 2022
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | Gaming | 0 0
  1. while true do
  2.     local part = Instance.new('Part')
  3.     part.Position += Vector3.new(0,10,0)
  4.     wait(0.1)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement