How do i put a gradient on to text?

So, im trying to add a UIGradient to text but its not working. Help please?

1 Like

Explain a bit further. What did you try?
P.S. You can’t post a topic with 3 quarters of a line, you need to explain further and give examples of what yu tried.

1 Like

I tried putting a UIgradient into text, basically
Textlabel > UIgradient
the uigradient is inside of the textlabel.

I dont know how to explain it so

1 Like

inside the uigradient theres a color3 property, click on it and then the three dots and a line will pop up
https://developer.roblox.com/en-us/api-reference/datatype/ColorSequence

1 Like

set the background of the textlabel transparent so it doesnt blend in the text and change the color of the text to white if the base color will be the applied ui gradient color

if you want to keep the background just make another guiobject and dont apply the same property so it doesnt blend on the text of the textlabel

3 Likes