How do you create this effect?

Hello!

How can i create this UI Gradient effect similar to PS99:

image

Thanks!

1 Like

It’s a little hard to see, but I think the text might have a vertical gradient on it.

I’m not sure if that’s what you’re asking, though if it is you can just use a UIGradient like you said. First create a text label, set the background to transparent, then add a UIGradient to the TextLabel.

Once you do that, then change the Rotation of the gradient to 90 in the properties window and adjust the color sequence.

If you mean the outline, you can just add a UIStroke.

If you want to add a gradient to an outline, add the UIGradient to the UIStroke instead of the TextLabel.

2 Likes

Sorry! i guess it wasn’t very clear. I meant the background. how it goes from opaque to transparent!

Use the UIGradient’s Transparency value as a NumberSequence to have gradual transparency gradient.

2 Likes

That exists? Thank you so much for the help!

1 Like

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