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
J_qde
(Jade)
#2
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.
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
system
(system)
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.