How to make a fade effect on GUI's?

How do you make a Frame have a “fade” effect? Exactly like this: Login

2 Likes

They could’ve used an image of a fading gradient, here’s what I made with paint.net:
Gradient

You can insert this into the game using an ImageLabel and change the ImageColor3:
image

5 Likes

You can achieve this using the new UIGradient object. Here’s the announcement post on it:

6 Likes