Gui not closing

if u are saying frame then you can just do it with this script :

script.Parent.Parent.Parent.MainMenu.Visible = false

ah thanks let me try that out now

Perfect thanks for your time @paradoxionist :slight_smile:

That could be shortened to script.Parent.Parent.Visible = false since the “MainMenu” frame is already the second Parent. The third parent is just getting the ScreenGui and then you’re going back down to “MainMenu” again.

That’s true but 2 of them gonna work. it doesn’t matter so much. Also thanks for catching that misspelling thing :slight_smile: