UI fade in and fade out effect

Hey developers! I’m working on a roleplay game and it includes a lot of UI’s and one of the effects I’m trying to achieve is when you hover over a button it does this:

a smooth fade-in and fade-out transition when you hover over it.

Anything will help! :smiley:

2 Likes

Use TweenService to tween the color when the mouse hovers over the button and when it goes off of it.

4 Likes