Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

What Can I do for Hovering over GUI's?

Asked by 7 years ago

So I am making a Game selection GUI and So basically what I am trying to achive is when a player hovers his mouse over the TextButton It will change color. But the thing Is I have been looking everywhere around the internet and I still cannot find a way to make this happen...If ANYBODY can Help me that would be very helpfull

1 answer

Log in to vote
2
Answered by
blowup999 659 Moderation Voter
7 years ago
Edited 7 years ago
textButton.MouseEnter:connect(function()
    textButton.BackgroundColor3 = Color3.new(YourColor)
end)
0
Thank you soooo much!!! kingwizard13093 5 — 7y
0
The wiki is your friend! FearlessAfrican 34 — 7y
Ad

Answer this question