Answers for "how to make a close button in roblox studio"

1

how to make a close button in roblox studio

script.Parent.MouseButton1Down:Connect(function()
script.Parent.Parent.Visible = false
end)
Posted by: Guest on August-20-2021

Code answers related to "how to make a close button in roblox studio"

Browse Popular Code Answers by Language