So, i have a script that changes the map after an intermission. It works. Now what i want to do is that, instead of putting the map in the game and instantly spawn the players in the map, i want to make so when the map is changing, the players will see a Loading Map Gui. So what i want to know is what do i use to "Wait the map to load"? I don't want a script, I will script everything my self.
Take a GUI from ServerStorage and put it into PlayerGUI, and when it's done loading, put the GUI back into ServerStorage.
Just a suggestion.
Do the thing KennySfromTitan said,
But in the GUI, add a loading bar where you want the loading bar.
Then, use TweenSizeAndPosition to slowly make it progress. Then just remove it.