Advertisement
ERROR_CODE

Untitled

Dec 4th, 2023 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. cce = Instance.new('ColorCorrectionEffect', game.Lighting)
  2. cce.Saturation = cce.Saturation - 0.5
  3. cce.Contrast = cce.Contrast + 0.5
  4. wait(5)
  5. cce.Saturation = cce.Saturation + 0.5
  6. cce.Contrast = cce.Contrast - 0.5
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement