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

all of my scripts that disable the cursor icon don't work anymore?

Asked by 3 years ago

i wanted to work on my old project that i have never finished, but i realized that my cursor icon, which was disabled when i first worked on the project, is now enabled.

this was the script that i used:

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

i also did this script

local userInputService = game:GetService("UserInputService")

userInputService.MouseIconEnabled = false

none of the free models work too.

1
Make sure it is a local script XviperIink 428 — 3y

1 answer

Log in to vote
2
Answered by 3 years ago
game:GetService("UserInputService").MouseIconEnabled = false

If you insert this into a localscript inside of starter player scripts it should work!

Ad

Answer this question