Mouse Icons not Changing

From Changing it to to custom Icons to Changing it from Roblox’s Mouse Icons here

Nothing seems to be working for me even tried using it in my own system but doesn’t work even simple local scripts even don’t work

Code:

local Player = game.Players.LocalPlayer
local Mouse = Player:GetMouse()
local Image = "rbxasset://SystemCursors/Cross"
Mouse.Icon = Image

That’s because system cursors are only available for PluginMouse object: