TechManDylan

SpinRightRound

Nov 18th, 2021 (edited)
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. function Spiner()
  2.     while true do
  3.     turtle.turnRight()
  4.     sleep(10)
  5. end
  6. end
  7. Spiner()
  8.  
  9.  
Add Comment
Please, Sign In to add comment