Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you change the mouse icon for every player in a game?

Asked by
Xiam 10
7 years ago
Edited 7 years ago

I've got this so far, but it works only for my character. How do I get it to work for everyone else?

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "http://www.roblox.com/asset?id=439473382"

1 answer

Log in to vote
0
Answered by
k1nq 30
7 years ago
Edited 7 years ago

If it isn't a LocalScript make it one.

Also, once you make it into a LocalScript, try putting it in StarterPack

0
Put it in the StarterGui and it worked, don't know what happened the first time when I tried. Thanks for the help, anyway. Xiam 10 — 7y
Ad

Answer this question