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

Can't change Click Detector's Icon when I have a script that changes the default icon?

Asked by 6 years ago
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "rbxassetid://1626024891"

This is the script I use to change the default icon^ I changed the Click Detector's cursor icon from its properties but tt won't show. When I remove the Local Script that changes the default icon, the Click detector Icon works. How could I make both of them work?

0
You have to access it from the click detector not from the mouse TiredMelon 405 — 6y
0
Yea I know but the Click Detector Icon doesn't show up at all when the default mouse icon is changed MaIphas 1 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

You have to use a image ID, not a decal

0
The problem isn't about the image. Its about trying to make both a custom icon and a Click Detector Icon work. They work find when one or the other is disabled. MaIphas 1 — 6y
Ad

Answer this question