New mouse icon shows in studio but not in it's maingame

I am using userinputservice to change the mouseicon for my game, here is the line of code that should be working

userInputService.MouseIcon = "http://www.roblox.com/asset/?id=13157282173"

in studio testing…

In the main game…

Keep in mind we’ve tried everything, the icon doesn’t wanna show.

We’ve used images from the toolbox, dev marketplace.
Then we uploaded our own, still doesn’t work.

There are no errors or anything.

I didn’t know what topic to put this issue. It could be an extra line of code that I’m missing? I don’t know if its an engine bug so I am lost on that.

Try using "rbxassetid://13157282173" instead.

Tried that, still doesn’t work.
:frowning_with_open_mouth:

What’s interesting is it doesn’t work for most images, but it works for these?


that one which was uplaoded by me.

(if the crosshair dissapears it’s because i tabbed out)

someone help please

:worried: :pray:

Try doing this with mouse instead of UIS, example:

local mouse = localplayer:GetMouse()
mouse.mouseicon = "yo numbah" -- the capitalization may not be correct beware