Hello, I am building a cafe for someone for free. I'd like to out in a give tool GUI so the Baristas won't have to use admin? If you know how may you help me with this?
script.Parent.Touched:connect(function(t) if game.Players:FindFirstChild(t.Parent.Name) then local player = game.Players:FindFirstChild(t.Parent.Name) local gui = script.Gui:Clone() if player.PlayerGui:FindFirstChild(gui.Name) == nil then gui.Parent = player.PlayerGui end end end)