This article is tagged with:
Lua how to make a click to activate button
and lua
lua how to make a click to activate button
script.Parent.MouseButton1Click:Connect(function()
--What ever you want to do
end)