I created a custom cursor icon:
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:
But when I use the custom icon, the frame is only activated, apparently, when it hits the MIDDLE of the icon:
Would anyone know how to fix this?