Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- sleep(0.7)
- if rs.getInput("top") == true then
- rs.setBundledOutput("bottom", colors.white)
- sleep(0.1)
- rs.setBundledOutput("bottom", 0)
- else
- rs.setBundledOutput("bottom", colors.pink)
- sleep(0.1)
- rs.setBundledOutput("bottom", 0)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement