Trying to make a ImageLabel's color fade to another, but its not working. What am I doing wrong?
Asked by
8 years ago Edited 8 years ago
I am experimenting with a MMORPG menu and whenever a player hovers their mouse over options (e.g, Play, Shop) it will change color, I don't want it to instantly change color though. I want to make it fade into that other color. The text is white. But I want to make it become red.
TextLabel / TextButton is not involved in this just so there is no confusion.
EDIT: It's an ImageLabel.
1 | ImageLabel.ImageColor 3 = ImageLabel.ImageColor 3 - Color 3. new( 0 , 1 / 255 , 1 / 255 ) |