I am trying to make a gui button that players can use to change the experience’s saturation. (Turn black and white, then back to normal when clicked again.)
This is the script I have right now. It changes the saturation to -1 but doesn’t change it back to zero.
I tried making a separate button with the same script (-1 changed to zero) but that didn’t work. What should I add or change so that the button will change the saturation to -1 then back to zero when clicked again? Any help is greatly appreciated!