Advertisement
KingKevin23

rocketSiloController

Aug 6th, 2023 (edited)
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. local motor = peripheral.wrap("right")
  2. motor.stop()
  3. sleep(motor.rotate(90, 10))
  4. motor.stop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement