Custom mouse too big

Ciao,
I have made a custom mouse 64x64.
In the game it is big, but a lot.
May i ask what is wrong with it?

-- From a LocalScript:
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local mouse = player:GetMouse()

--Normali
local NBlu = "rbxassetid://13747965980"


-- Setting the mouse icon
mouse.Icon = NBlu

Screenshot (1912)
This image is to show the size difference with the roblox logo ingame.

Thank you all!

1 Like

Fixed.
64x64 is too big. Changed it to 24x24.

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