Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Making the map load?

Asked by 8 years ago

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.

2 answers

Log in to vote
0
Answered by 8 years ago

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.

0
That wasn't what i asked. I was asking the actual loading part. How do i do it. DragonOfWar900 397 — 8y
Ad
Log in to vote
0
Answered by
joalars2 107
8 years ago

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.

0
I'm not asking nothing about the GUI. I'm asking how to make the map actually load. Or calculate how much time do i need to wait until the map loads. DragonOfWar900 397 — 8y
0
If its not a very complex map, you wont need to wait for it to load. joalars2 107 — 8y

Answer this question