Setting player's mouse icon is not working

The gif shows where I have it in my localscript to get the mouse and set the mouse, I highlight it as well. Why is the mouse’s icon not changing when I run it?

https://gyazo.com/033a0bfd3bccecd8197b0296b1c54315

1 Like

You might have something wrong with the script, I’m not sure I don’t know I’m not really that good at scripting.

1 Like

Tried ur link, takes me to a 404 webpage so mite b tht the links invaild. For tht purpose cud u post it here?

1 Like

The id needs to be an image, not a decal.
Try to replace the id to this:

"http://www.roblox.com/asset/?id=8055661015"

-- so the line where you set the mouse icon will look like this
pMouse.Icon = "http://www.roblox.com/asset/?id=8055661015"

Doing God’s work, you even went to the effort of getting the correct ID for him as well.