StarterGui script bugs

Hey,
I created ScreenGui and some textbuttons into StarterGui.
But I test played, output says “ScreenGui is not vaid a member of PlayerGui”.
How do I fix it? I checked PlayerGui while playing game,but there is it!

1 Like

Try using :WaitForChild() on the ScreenGui object in the script.

2 Likes

First of all, make sure it is Enable, and or Visible
-If not try using the above suggestion.

(Make sure to use the solve command for anyone who has helped.)