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

Changing mouse icon disabled click detectors?

Asked by 4 years ago
Edited 4 years ago

What i mean by disabled click detectors is when you hover over them with your mouse they dont show the click icon

code

 plr:GetMouse().Icon = " "
wait(5)
plr:GetMouse().Icon = "rbxasset://textures/ArrowFarCursor.png"

guess i cant use this anymore? ;/

0
If you set the mouse icon in a script (I am not 100% sure) the clickdetector will not change the mouse icon. firestarroblox123 440 — 4y
0
You'll need to check if player is in range of the click detector and player's mouse is point to the click detector, then manually change the cursor Leamir 3138 — 4y
0
If you mean disable the ability to click set the click distance to 0 User#5423 17 — 4y

Answer this question