Lua Cara Membuat Klik untuk Mengaktifkan Tombol

script.Parent.MouseButton1Click:Connect(function()
--What ever you want to do
end)
Panicky Peafowl