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