Advertisement
DaVector212

Baseplate Spin

Mar 5th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. Baseplate = script.Parent
  2. a=0
  3. repeat
  4. Baseplate.Rotation = Vector3.new( 0, a, 0)
  5. wait(.01)
  6. a = a+3
  7. until pigs == 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement