How do I change Transparency of an Entire UI

Hey There Everyone,

Changing the Background or Text transparency of a TextLabel for example would only change that property, not the transparency of its children or other properties (for e.g, UIStroke, etc) Show in the Example Below.

image

Is there any way to easily change the transparency of the entire UI, to something similar to this without looping through all its children and changing it that way?:

image

Thanks

UI Transparency Modifier

Unfortunately this is one of things on the feature request list and there’s no official way to change transparency of all descendants without looping.

1 Like

You could use CanvasGroups

1 Like

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