Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. 'if key:lower() == "z" then
  2. if pl.Brightness = 0 then
  3. pl.Brightness = 1
  4. else
  5. pl.Brightness = 0
  6. end
  7. end'
  8.  
  9.  
  10.  
  11. y u no
  12.  
  13.  
  14. pl.Brightness = ((key ~= "z") and (pl.Brightness) or ((pl.Brightness == 0) and (1) or (0)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement