Change Pointing Hand mouse type in Roblox Studio

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?
image

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.

Thanks for the replies! :DD

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.

Oh ye, now that i think of it. I could make it shiw but then change the icon when using: MouseEnter and MouseLeave

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