Is there a way to invert colour UI?

So, if you didn’t understand by the title, basically I want to mask UI and invert its colours, something like this but with roblox UI:

You can see, the square is a mask covering and changing the colour of the text, I want to recreate that effect, is it possible somehow.

I don’t want it to change the whole thing, only the part in the mask.

All help is appreciated, thank you!

There’s no built-in way to do this, unfortunately. However, it is possible to do this with native instances. The simplest method consists of two textboxes, one of normal colour and the other with inverted colour. You would set the ClipsDescendants property of the inverted textbox to true, and scale it to your liking:

image

image

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.