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

Does anybody know how to get rid of the new hover from the recent mouse update?

Asked by 3 years ago

I'm having a slight problem regarding my customizable mouses ever since the default mouse was updated, prior to the update, the player's mouse was always the same regarding Guis, but after the update came, whenever you hover on an ImageLabel or TextButton the mouse changes regardless of the Icon you assigned to it. I've seen this is the only way (listed on the DevForums and Developer pages) to change the mouse icon:

game.Players.LocalPlayer:GetMouse().Icon = "http://www.roblox.com/asset?id=0123456789"

This used to give consistent results, but doesn't replace the hover Icon, and there's no mention of how to change it on the Forums, there isn't even an Instance that gets close to what I'm trying to do. However, I've seen some games that don't suffer from this like Super Nostalgia Zone, there the mouse doesn't change no matter what you're hovering on. I wan't to know how can I get rid of the hover Icon and get a similar result to Super Nostalgia Zone, if there's any.

0
You could use an image label instead of setting the mouse icon. It may not be as efficient, but that would solve your problem. (You would set the mouse icon to empty). You would need a local script to set the position of the image label to the mouse position. appxritixn 2235 — 3y

Answer this question