I have a question if there is a way to change most of the mouse type in roblox studio but im lpooking for the pointing hand one.
I have been working on a game lately and i didn’t like that the custom cursor only effects the basic cursor, now the problem is that the interact cursor the Pointing Hand when hovering and clicking a image label can’t be changed?
If there is a way to change the Pointing Hand cursor in studio and you can tell me how, i would really love to see that happend.
You could hide the cursor using MouseIconEnabled on UserInputService, create a ImageLabel that is always on top of the cursor and that always follows the cursor, and whenever it’s detected that you clicked the mouse or hovered on a GuiObject the image changes and then switches back when you release the mouse or leave the GuiObject.