local lighting = game:GetService("Lighting") local gay = Instance.new("ColorCorrectionEffect") gay.Name = "EVIL" gay.Parent = lighting gay.TintColor = Color3.fromRGB(255, 80, 80) gay.Contrast = 1 gay.Brightness = 0.1 gay.Saturation = 0.2