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

How do you disable the player's mouse? [closed]

Asked by
Prioxis 673 Moderation Voter
10 years ago

I'm making a custom mouse but I want to hide the roblox default mouse

Locked by adark, Spongocardo, and TurboFusion

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
2
Answered by
Merely 2122 Moderation Voter Community Moderator
10 years ago

Set game:GetService("UserInputService").MouseIconEnabled = false in a LocalScript.

http://wiki.roblox.com/index.php?title=MouseIconEnabled

1
TIL adark 5487 — 10y
Ad