JustMurp
(Retaliate)
#1
-
What do you want to achieve?: I want to remove the cursor!
-
What is the issue?: I want to remove the ROBLOX cursor but I have no clue how!
-
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!
JustMurp
(Retaliate)
#2
It shows no cursor but there is one.
Katrist
(Katrist)
#3
Put this in a local script, that’s inside StarterPlayerScripts:
game:GetService("UserInputService").MouseIconEnabled = false
6 Likes
JustMurp
(Retaliate)
#4
Thanks so much! This really helped I wish you a good day!
1 Like