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

Any Good APIs for CursorIcon (ClickDetector)?

Asked by 5 years ago

Hi,

I haven't found any good APIs for "CursorIcon", particularly one that goes in-depth with its properties. This is for a siren, in which I don't want to make the ClickDetector cursor visible (script is down below, in case you're curious).


--Script part.BrickColor = BrickColor.Green() part.Material = Enum.Material.SmoothPlastic cD.CursorIcon --needs to make ClickDectector CursorIcon transparent cD.MouseClick:Connect(function(touched)`

This is not the entire script, however, you can "see" what I want to input.

If you find (or have) a good API for ClickDetector CursorIcons, please DM me on Discord (user is RealMathGeek#6390) or reply to this thread! Help is very appreciated at this point!

-RealMathGeek

Answer this question