Hasli4

TestWheels

Dec 9th, 2025
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2.     if script.Parent.AngularVelocity < 10 then
  3.         script.Parent.AngularVelocity = 10
  4.     end
  5.     wait(0.1)
  6. end
  7.  
Add Comment
Please, Sign In to add comment