Manually starting a place on an active server?

I know for a fact that when all players leave the server, Roblox spins the server down pretty quick. However, if I have players in the lobby place of my game, does the instance of where the game is actually at keep running even if there are no players? Or does Roblox spin down the place when the last player leave and creates a new place instance when a player teleports in?

I couldn’t really find a definitive answer using Google. The best that I could find was the server itself, not the places in the same server.

pretty sure it gets shutdown, think of it as another game but with extra steps

In that case, how do I manually start a place so it can get ready for when players teleport in? I need to load the map from ServerStorage.

make a loading screen and make the original spawn point somewhere random then teleport them into the map when it’s finished