I don’t know what I’m doing wrong. I watched like 10 different tutorials, and they all basically say to do this:
game.Players.LocalPlayer:GetMouse().Icon = "rbxassetid://123456789"
Make it a local script, replace the ID with the icon you want, and put it in StarterGui. I do that and it doesn’t work. The cursor stays the same, except now it doesn’t change when hovering over a ClickDetector. Am I missing something?