If I click The GUI that I made that says Play I want It to bring up another GUI.
The simplest solution would be setting the Visible property of any GUI object upon clicking or whatever other event you are using.
Alternatively in some cases it may be more appropriate to simply clone in a new copy of the GUI, though most likely not.