Bouton Click Lua

-- this is for roblox studio

script.Parent.MouseButton1Click:Connect(function()
	-- type code here
end)
Wherxy