First off, I have no clue what category to put this, so please tell me and I will change it immediately!
My problem is this. I don’t want my mouse to change. But I have a click detector and when I hover over the part my mouse changes to a different image. I don’t know why since my Cursor Icon is completely empty.
I never really used the property, as it caused too many errors for me and I heard it even broke some years ago. Just use MouseHoverEnter and you can script more precisely what should happen when a player hovers over a part.
Yeah I know but I saw people having problems with the property properly working at all. I read that some have problems setting a custom decal and the icon just staying default, so this would be the exact case for you. Just use MouseHoverEnter as I already said. You can access the actual mouse properties yourself and set the image (or in your case no image) there, which seems to be more reliabe according to other posts.