Hello fellow Roblox devs,
I recently ran into a problem with the mouse.Icon. I want to archive a custom mouse, but I don’t seem to be able to get it… I first used the exact script from the DevHub , and everything worked fine, but when I modified it to show my custom cursor (which I uploaded about half an hour ago), this error popped up:
Here is the code I used for this, which can be found in the DevHub too:
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "http://www.roblox.com/asset?id=5412918193"
Am I doing anything wrong?
Oh, and by the way, when I used the script without any modifications, the cursor would change to normal when going over a UI element. Any fixes to this?