if u are saying frame then you can just do it with this script :
script.Parent.Parent.Parent.MainMenu.Visible = false
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
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