System Cursors On Mouse Icon Is Not Working

I was looking at Mouse.Icon (roblox.com) to learn about mouse icons then I wrote this code

local mouse = game.Players.LocalPlayer:GetMouse()

mouse.Icon = "rbxasset://SystemCursors/Cross"

This was a localscript in starterplayerscripts

now, what’s the problem?

When I run the game on studio the mouse icon was normal when I reloaded the localscript the mouse icon was still normal when I re-enabled the local script the mouse icon went transparent

What should I do?

Oh Sorry! I forgot this only works for PluginMouse :man_facepalming:

1 Like