Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sphere = script.Parent
- a = 0
- repeat
- sphere.Rotation = Vector3.new( 0, a, 0)
- wait(.01)
- a = a+3 --
- until pigs == 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement