Mouse icon changes back to default one after 1-2 seconds

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"
1 Like

I don’t know what is going on as I have only ever used mouse.Icon once, but you should use the find all function in studio to see where mouse.Icon is being set.
This might be a roblox core script thing, so I would check during runtime.