I cant seem to figure out how to get this script working

Screen Shot 2022-08-25 at 2.01.18 PM
i’m new to scripting so idk what to do

try this

script.Parent.ClickDetector.MouseClick:Connect(function()
	local invertcolor = Instance.new("ColorCorrectionEffect",game.Lighting)
	invertcolor.Contrast = 2
end)
1 Like