Mouse icon won't change

The mouse icon won’t change and there is no error

Code:

local Player = game.Players.LocalPlayer
local Mouse = Player:GetMouse()

Mouse.Icon = "rbxassetid://17478912634"

The script is inside of startergui and its a localscript and the image has been accepted by moderation

The “id” you used is not the proper image id.
Open Toolbox and go to “My Images”, right click on the image and copy the asset id.

image

Use the copied asset id instead.

1 Like

It worked! thank you so much! I didn’t know the create.roblox.com thing didn’t give the correct id

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.