Advertisement
Guest User

Musik

a guest
Oct 30th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local Color = 1
  2.  
  3. while true do
  4.  print(Color)
  5.  rs.setBundledOutput("bottom", Color)
  6.  Color = bit.lshift(Color, 1)
  7.  sleep(0.2)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement