Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local robot = component.proxy(component.list("robot")())
- computer.beep(900, 0.5)
- local sleep = 0
- while true do
- if sleep >= 15 then
- robot.swing(1)
- sleep = 0
- end
- sleep = sleep + 1
- end
Advertisement
Add Comment
Please, Sign In to add comment