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.
game:GetService("UserInputService").MouseIconEnabled = false
If you insert this into a localscript inside of starter player scripts it should work!