What do you want to achieve?
Fix something about the mouse cursor
What is the issue?
It won’t change
What solutions have you tried so far?
As much as possible
Basically, whenever i try changing a clickdetector’s cursorIcon from server script it just won’t change and stay the same. Not only is the cursor not visible for the player, but the cursorIcon property itsself won’t change as well
Okay. I fixed it.
I learned that a cursorIcon of a clickdetector can only be changed from the client side.
So i basically fire all the clients to change that single cursorIcon, so that it changes for everyone.
Thank you for helping.