Problem with custom cursor icon offset

I created a custom cursor icon:

MouseIconHelp

To use it, in my LocalScript I set:

Mouse.Icon = 'rbxgameasset://Images/MouseIconHelp'

Using Roblox’s default cursor, when the cursor’s arrowhead hits a frame, it turns red:
image

But when I use the custom icon, the frame is only activated, apparently, when it hits the MIDDLE of the icon:
image

Would anyone know how to fix this?

The center of your mouse icon image is where the tip of the pointer should be.

1 Like

Thank you!