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:
1 | game:GetService( "UserInputService" ).MouseIconEnabled = false |
i also did this script
1 | local userInputService = game:GetService( "UserInputService" ) |
2 |
3 | userInputService.MouseIconEnabled = false |
none of the free models work too.
1 | game:GetService( "UserInputService" ).MouseIconEnabled = false |
If you insert this into a localscript inside of starter player scripts it should work!