Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cce = Instance.new('ColorCorrectionEffect', game.Lighting)
- cce.Saturation = cce.Saturation - 0.5
- cce.Contrast = cce.Contrast + 0.5
- wait(5)
- cce.Saturation = cce.Saturation + 0.5
- cce.Contrast = cce.Contrast - 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement