Oversized Custom Mouse Cursor Help

I’m trying to make a custom cursor but it’s really big, and I don’t want to lower the size of the picture itself because it will be really low quality:



I have the script that adds the custom cursor in starter GUI and it’s a local script:

local mouse = game.Players.LocalPlayer:GetMouse()

mouse.Icon = "rbxassetid://116807097685727"

So can someone tell me how to make it the same size as the default and still keep the same quality?

If you do not want to resize your cursor then make a new image of the cursor but smaller.

I tried that but the quality turned out garbage.

You created the same image but smaller in an editing software?

Yes it’s called photopea. I used it.

the only way to change your cursor size is by changing its size in external editing software and upload it on Roblox again.

Ok so I need to make a version of it which is smaller and somehow the same quality, right?

Yes, the default size is 64x64 probably.

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