How would I remove the ROBLOX Cursor?

  1. What do you want to achieve?: I want to remove the cursor!

  2. What is the issue?: I want to remove the ROBLOX cursor but I have no clue how!

  3. What solutions have you tried so far? Looked through the DevForum, and YT nothing helped.

NOTE: I haven’t started the script yet as I have little to no scripting knowledge sorry in advance!

1 Like

It shows no cursor but there is one.

Put this in a local script, that’s inside StarterPlayerScripts:

game:GetService("UserInputService").MouseIconEnabled = false
4 Likes

Thanks so much! This really helped I wish you a good day!

1 Like