When I try to change the mouse icon it lasts like 2 seconds, after which it is changed back to the default one and I have no idea why it does that.
This is the script I’m using, it is inside starter character:
local player = game.Players.LocalPlayer
-- Change mouse icon --
local mouse = player:GetMouse()
mouse.Icon = "rbxassetid://13059844269"