Hi, I’m having trouble changing my mouse icon. I wrote the code and then the output shows no error nor does the mouse appear with the desired icon. I thought that maybe I wasn’t using the correct syntax or something so I searched it up on the developer hub and found the same thing. My decal wasn’t moderated and it loaded completely. So, I do not know what the issue is.
My code:
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "https://www.roblox.com/library/7166465447/MouseIcon"
I put this in a local script in the starter GUI and it didn’t work. I put it in the StarterPlayerScripts and it still didn’t work.