How would I make a GUI move when you hover your mouse over it?

Hey developers!

I am trying to make a Shop open button do like a pulse movement and make a clicky sound when a player hovers over the GUI with their mouse curser.
If anyone could help, it would be appreciated.

Used the .MouseEnter event to detect if a mouse is hovering over the GuiObject. Then, you can change the size of the UI and make the click sound play.

3 Likes