I'm making a custom mouse but I want to hide the roblox default mouse
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers. Why was this question closed?
Set game:GetService("UserInputService").MouseIconEnabled = false in a LocalScript.
game:GetService("UserInputService").MouseIconEnabled = false
http://wiki.roblox.com/index.php?title=MouseIconEnabled
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?