local lighting = game:GetService("Lighting") local colorCorrection = Instance.new("ColorCorrectionEffect") colorCorrection.Contrast = 0.1 colorCorrection.Saturation = 0.2 colorCorrection.TintColor = Color3.fromRGB(255, 255, 255) colorCorrection.Parent = lighting