Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local out = "right"
- while true do
- rs.setOutput(out, true)
- sleep(20)
- rs.setOutput(out, false)
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement