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

How do I make a new mouse icon hover over GUI's?

Asked by 5 years ago

Hello, I have been working on a menu system and I just implemented a new mouse using the following as a local script in StarterGUI,

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = 'rbxgameasset://Images/mouse icon (1)'

It has been working fine, but whenever I seem to hover over a GUI using the new mouse, it reverts back to the old mouse and when I mouse my mouse of the GUI it reverts back. I have been spending hours researching and trying to figure this out, and stumbled upon this site. I have read about MouseHoverEnter/Leave but I am not sure how to implement it or if it applies to me.

If one of you guys could help me resolve this issue, that'd be greatly appreciated. If you would like to contact me on discord my discord is sean#1966.

Answer this question