Click detector changing my mouse for no reason

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 am very confused

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.

1 Like

I don’t want anything to happen at all when I hover over it. That’s why I deleted the image inside Cursor Icon.

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.

1 Like

Its seems that fixed it! All I had to do was in the script set the CursorIcon to 0.

Give me a virtual high five! :raised_hand:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.