Gui title gradient fade in help?

Hello! Does anyone have any thoughts on the most practical way of creating a fade in effect for a gui with the gradient? So it sort of fades in from one side to the other? Any help would be much appreciated! :smiley:

2 Likes

If you’re talking about changing its colour try using TweenService

You may try using a keysequence with the transparency(I don’t know if it’s possible) of the UIGradient.

Sorry i wasn’t as clear as I should’ve been… it’s late for me so my brain isnt working. I mean transparency. I know you can’t tween number sequences and stuff…

you need to play with offset and a keysequence transparency. To achieve what you want, you need to use tweenservice and tween the vector2 of the offset. Play a bit with those values and you’ll achieve what you want :slight_smile:

1 Like

You can still use tweenservice to change its transparency

You can’t tween NumberSequences