RealGoodDan

Generation

generate functionFri, 21 Jul 2023

this is lua for roblox make a button that closes after pressing it

button = script.Parent button.MouseButton1Click:Connect(function() button.Parent.Parent:Destroy() end)

Want to kickstart your project?Use the new AI Studio to create your code