Advertisement
SnowyFloods

Finobe spinning script

Jul 21st, 2019
951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. It would be useless for you, Its only for roblox/finobe 2016. I'm to lazy to write it everyday so i had to make a new paste to post it here...
  2.  
  3. sphere = script.Parent --This means that you have to have the script in the sphere part
  4. a = 0
  5. repeat
  6. sphere.Rotation = Vector3.new( 0, a, 0) --The second value of vector3 is a,
  7. wait(.01) -- we wait .01 seconds,
  8. a = a+3 --a's value increases
  9. until pigs == 1 --Just make sure you never have pigs' value to 1, and it'll spin forever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement