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.
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?:
Thanks