Transparent gradient effect

is it possible to achieve this kind of effect , kind of masking the label with a transparency gradient


if so, how could you

UIGradient.Transparency | Documentation

You can use a UIGradient to make this effect by changing its transparency.

For example:

would there be a way to apply this to an overlay or something, i’d like the text label to be able to move

You add the UIGradient Instance to the TextLabel or any GUIObject you want to have the effect