How to make GUI MouseEnter/MouseLeave more responsive?

I am new to Gui and I am making the buttons move out a bit when you hover over it with your mouse. Sometimes, when you take your mouse off of it, it does not detect it and the MouseLeave does not fire, leaving the button still extended outward. How can I fix this?

2 Likes

Hey check out this post here it goes over how you can do it and it’s a simple module you’d implement into your game!

Actually, as you posted that I was trying this, it works too lol.

1 Like