Answered by
8 years ago Edited 8 years ago
Okay, this would be the most found way I see right now in my mind I'm not at a computer right now to check the code, but I think this will work!
PS I made it where It changes it back to white if there is no mouse
05 | script.Parent.MouseEnter:connect( function () |
09 | script.Parent.MouseLeave:connect( function () |
15 | if MouseIn then script.Parent.BackgroundColor 3 = Color 3. new(math.random( 0 , 1 ),math.random( 0 , 1 ), |
18 | script.Parent.BackgroundColor 3 = Color 3. new( 255 , 255 , 255 ) end |