naglareffe

frame move

May 22nd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. while true do
  2.     rs.setbundledOutput("back", colors.red)
  3.     sleep(0.5)
  4.     rs.setBundledOutput("back", 0)
  5.     sleep(0.5)
  6.     rs.setBundledOutput("back", colors.black)
  7.     sleep(0.5)
  8.     rs.setBundledOutput("back", 0)
  9.     sleep(0.5)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment