You can write your topic however you want, but you need to answer these questions:
open gui
*i testing changeing name of frame but not working
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local button = script.Parent
local frame = script.Parent.Parent.very.Visible
frame = false
button.MouseButton1Click:Connect(function()
frame = true
end)