Need help with ui gradient transition

Hi! So I have a canvasgroup with a uigradient inside of it, and I´m trying to animate it to get something like this:


I read the article about Ui gradients but I didn´t undertand it very well.

2 Likes

Well, you want to create a UIGradient that’s black, like entirely black, and then change the offset using TweenService, after one it should be invisible (I say should because I haven’t tried it much), then you change it’s offset to -1 and fade it back out.

4 Likes

I doesn´t seem to be working :frowning:

2 Likes

I answered your last post: Smooth UI fade out - #9 by bytesleuth

1 Like