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

can someone help me with my cursor?

Asked by 8 years ago

so im trying to make it so when people join my game, and when people touch a block, they will get a new cursor. help?

**local press = game.Players.LocalPlayer.PlayerGui.ScreenGui.Inven.fairys.white game:GetService("UserInputService").MouseIconEnabled = false

if press.MouseButton1Click then MouseIconEnabled = true local mouse = game.Players.LocalPlayer:GetMouse(mouse) mouse.Icon = "http://roblox.com/asset/?id=295322296" end**

Answer this question