Changing mouse Icon

Hello, Im trying to change the mouse Icon to a decal, but Its not working, Here is the code:

local plr = game.Players.LocalPlayer
wait(3)

plr.CameraMode = Enum.CameraMode.LockFirstPerson

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "http://www.roblox.com/asset?id=273146940"

It’s a problem with your image.
I ran your code and the mouse icon didn’t change, I changed the image to

mouse.Icon = "http://www.roblox.com/asset?id=321092806"

which is just a dot in the centre of the image and the icon changed, so your code is fine, try a different mouse icon.

1 Like