So I’m trying to create a custom mouse icon. I set the mouse icon to the texture and everything works fine. The issue arises when I mouse over a Button of any kind. Roblox’s black cursor replaces the icon I set.
I also tried making a fake cursor, but then I realized that the mouse will always layer on top of any UI element anyway, so that obviously didn’t work. I’m wondering if there’s a way to disable Roblox’s “hover” cursor from appearing or overriding the mouse icon I set?
I do know that one solution is to create a custom button system that uses labels instead of buttons, but I want to know if I can fix the issue outright.