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

How to disable the player mouse icon?

Asked by 4 years ago

So I'm making a fps, and uhh I made a crosshair image. I putted it as my corsshair and everythings fine, one problem, when I go in first person, it shows the mouse and the corss hair(the black mouse pointer thingy). How do I hide that mouse???

1
``game:GetService("UserInputService").MouseIconEnabled = false`` will make the mouse icon disabled, and ``game:GetService("UserInputService").MouseIconEnabled = true`` will enable it IceAndNull 142 — 4y
0
Upload your crosshair as a decal, then go to the toolbox, select "My Decals", then select your crosshair. Go into the properties and copy the Texture ID. Then from a script, change the icon. Example: `mouse.Icon = "rbxassetid://0000000000". You probably have the icon as a GUI and not setting it directly User#24403 69 — 4y
0
I did Cooltech90 -3 — 4y

Answer this question