Hey, this is my first time using this, anyways...
So I'm currently developing a Restaurant for a friend. I've worked with GUIs in the past but a lot. I am trying to make it so that when somebody spawns in game, it doesn't immediately popup and they need to press the Main Menu button to open the GUI. Can anybody help me? Thanks! :)
try a open and close gui, then after you press the "open" (open but in the players screen is the play, main menu or whatever you want it to be) you can use the wait() -seconds. you can find many working open and close guis on scriptinghelpers. don't try free models they never end well
Put the menu UI in replicated first as anything inside will be the very first thing to load in the game. then just use a player.Added event to make the menu show only when the player joins.