Wont CLose the gui Also "Holder" is the name of the frame this is a closing box
local Holder = script.Parent.Parent.Holder script.Parent.MouseButton1Click:connect(function() script.Parent.Parent.Visible = false script.Parent.Parent.Parent.Open.Visible = true end)