Advertisement
Inf3rnoLua

Roblox | Spinning Part or Model Script

Jan 24th, 2020
6,389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. sphere = script.Parent
  2. a = 0
  3. repeat
  4. sphere.Rotation = Vector3.new( 0, a, 0)
  5. wait(.01)
  6. a = a+3 --
  7. until pigs == 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement