Right now it seems that when I change the mouse icon the player has to move their mouse for it to update. Usually that wouldn’t bother me but it’s kind of frustrating because I’m trying to make a cutscene. I’m literally just doing this:
game.Players.LocalPlayer:GetMouse().Icon = "http://www.roblox.com/asset/?id=175158447"
It might be because you have your mouse over a button to start the cutscene (which changes the icon), but I tried adding a wait() above this and got the same result.