I am using this for an admin GUI but I'm not really good with character scripting. Here's what I've got.
local Button = script.Parent Button.MouseButton1Down:Connect(function() script.Disabled = false if script.Disabled == false then script.Disabled = true end end)
I'm currently trying different ways but I don't know how I would do it so far.