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**