How would I invert colours on a specific area?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I would like to invert colours in a specific spot
  2. What is the issue? Include screenshots / videos if possible!
    I do not know where to start
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have searched around the Developer Hub but I could not find anything
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

Unfortunately, there is no way to invert colors in a specific portion of the screen. If you want to do the whole entire screen, do this:

1. Make a color correction effect in lighting.
2. Set its contrast and saturation to negative values. Play with it until it fits your needs.

1 Like

you can ONLY make the screen inverted after reaching an area and uninverting after leaving, to do this you will need to create an colorCorrectioneffect on Lightning and on a local script, change else the contrast to -2 to make all colors inverted, saturation to -2 to make all colors inverted except black and white, or contrast and saturation to -2 to make only black and white inverted

I mean I’ve seen some games do it, it’s possible but I don’t know how.