I’d like to change the mouse icon in my game, all it is is a small white circle with a black outline around it.
My script doesn’t work no matter what I do. I’ve tried using the Decal ID and the Image ID and received the same results every time. it works in studio but doesn’t work in the actual game. it’s a LocalScript inside of the StarterPlayerScripts folder. My code is down below.
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "rbxassetid://11243297951"
One notable thing is that whenever i use code from the Devforum to try and achieve this, even after changing the rbxassetid, it seems to just use the image from the original code. any attempt to fix it turns the cursor into the hover cursor.