Advertisement
UdeC_elPro

Auto Flyable Plane Script

Apr 16th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. local mov = script.Parent
  2.  
  3. while true do
  4. mov.Position = mov.Position+Vector3.new(1.0,2,0)
  5. wait(0.001)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement