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

Is there a way to have a custom mouse in my game whilst still being able to use click detectors?

Asked by 4 years ago

I've noticed that when I try to set a custom mouse in my game, click detector mouse icons no longer work. Is there a way that I can have a custom mouse icon whilst still being able to change the icon when a player is in range of a click detector? This is the script I use for my mouse:

local mouse = game.Players:FindFirstChildWhichIsA("Player"):GetMouse() 
mouse.Icon = "http://www.roblox.com/asset/?id=43009473"
0
Does the click detector not work at all. Changing the icon just changes how it looks. I know this sounds ridiculous but from my understanding the icon doesn't work not the button itself. Audiimo 105 — 4y
0
The icons don't appear for my click detectors. There's a way to set custom icons in the click detector properties, but they don't seem to work with custom mouses. NoahsRebels 99 — 4y
0
Ive had the same proble and have been looking for answers for a while... jakeke12345 1 — 4y
0
Noah I understand that but can you see if the click detector is actually broken or if its just that the mouse GUI isn't showing up. Like is there a script that isn't running if you click the button? Audiimo 105 — 4y
0
Sorry for the late reply, but it does technically still work. It's just that there isn't a mouse icon when you hover over it. NoahsRebels 99 — 4y

Answer this question