No, you have to look for an instance to call :FindFirstChild (for example, script.Parent) on it, and you have to store what :FindFirstChild returns to access its properties
It’s inside the play button. Look at the top again you’ll see it updated. It will hide the main menu screen fine what I need to show is the menu screen.
I assume script.Parent.Parent.Parent is the MainMenuGui. You don’t want to disable the whole ScreenGui because that’s gonna keep all of its descendants from being rendered.
Ideally you’d want to use a loop but this also works: