When you click it, it's supposed to give you an empty cup. But when I click it, it does nothing. It works in studio, but not in-game.
function clicked() game.Players.LocalPlayer.PlayerGui.Giver.Disabled = false wait(.3) game.Players.LocalPlayer.PlayerGui.Giver.Disabled = true end script.Parent.MouseClick:connect(clicked)