Custom Mouse Icon Is WAY too big

I made a script that changes the mouse’s icon whenever you hover over a tree.

I made this simple 32x32 cursor in Photopea.
ArrowCursor

Although, when testing it in game, despite it being 32x32 pixels, the image is much larger.

player:GetMouse().Icon = Cursor ID

Not sure If I need to add more to my script or if there is any real way to resize the mouse via script, I’ve seen other posts saying to make the image 64x64 or lower, and I am below that range but my mouse is still huge.

1 Like

Maybe try saving the image under a lower resolution and see if it is smaller

So you want me to go below 32x32?

You don’t have to remake the hole image you just have to save it under a smaller resolution to see if that’s the problem

Maybe this could help you? (this was the answer to another post about resizing the mouse icon.)

I did see this but I was a little skeptical due to the fact many people replied to that solution saying it doesn’t work, I’ll give it a shot anyway and let you know.

Just tried it, out of all solutions did not expect this one to work :joy:

Roblox really needs a way to set custom mouse dimensions, thanks!

1 Like

I agree, glad the method helped.

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