Today, I was trying to change the mouse icon but the image wouldn’t show up.
local Player = game.Players.LocalPlayer
local Mouse = Player:GetMouse()
local Image = "rbxassetid://5846588457"
Mouse.Icon = Image
Note this it in StarterGui as localscript.