YES FINALLY NO MORE WAITING! my game is going to start up way faster!
I see no downside, that is a big W, Roblox
We all know how patient roblox players are
This is awesome. It’s hugely helpful for games with lobby systems that create a new server to teleport to, such as my own. I can’t even tell it teleported anymore! So smooth!
So will the server start without any players? How will it effect games where the expected new servers (from vip servers) would start at 0 seconds?
Great improvement to user experience, a few questions…
- How long do prewarmed servers exist before shutting down in the case that no players join?
- Do prewarmed servers run server sided game code immediately on start-up? If this is the case, should we be careful for loading game sequences that might require or yield for a player to exist in the game? I don’t see there being many scenarios where this is the case, but better to be safe than sorry.
- Currently, up to 5 min (disclaimer: subject to change without notice)
- No, we don’t run any of the experience’s code until the first user is about to join to guarantee backwards compatibility. cc @InCrIpTiOnYT who asked a similar question
This is an awesome change, especially for experiences with 1 player servers! Great to see.
One question; does this mean we can no longer trust that joining a ‘new’ server (being the first player in it) will ensure you’re on the latest version of the game (assuming you joined within 5 minutes of a new update being published)? Also, I’m assuming the “Shut Down All Servers” button we use in the case of an update would also shut down these prewarmed servers?
Joining a “new” server is always guaranteed to be the latest published version. If we detect a prewarmed server running an old version we’ll shut it down instead of using it.
“Shut Down All Servers” ignores prewarmed servers. It’s not necessary to shut them down due to the condition above. (Side note - “Shut Down All Servers” is being consolidated with “Migrate to Latest Update.” More info here - Improvements to Updating Experiences)
This is good news for us gamers!
Hi
Does this change anything for server startup speed when using ‘shutdown all’?
Especially when using a method like this: SoftShutdown2 — Shutdown all servers with peace of mind!
That teleports users to a new server on shutdown.
And please decrease the limit in the future. I imagine only about the top 200 or so experiences have a new server start each minute. (Or experiences with low playercounts!)
Great update! Now games will open much faster than before.
Great feature. Now, all we need is a way for players to join newly published servers instead of old servers when we publish! (and optionally press a button to execute this)
This release doesn’t change anything in regards to “Shutdown All”
As for the threshold - we have to be careful not to start too many prewarmed servers since they use our datacenter resources. We’re monitoring the impact and will tune it as needed
I love this!
However, I do wonder how this will behave with servers that end up bricking one way or another. Does this mean players will be stuck leaving and rejoining the prewarmed server, even if new players join the game? Usually, the trick to shut down a “broken” server is to have everyone leave, will prewarming affect this in any way? (That is, assuming the server stays ‘open’ in the background).
Nice, no more doing this manually through hacky methods
Great update!
Prewarmed servers are always new instances. When all players leave they will shut down just like normal.
As a side note - if “bricking” is an issue on Roblox and not from your scripts please open a Bug Report!
Oh, no wonder they’re always the latest pushed update. Thanks!!!
Wow! I did not expect that this will show up that quickly but from now on I see roblox just getting slowly better.
Will a setting exist in the future to have scripts be ran when the prewarming is complete?
How does this work internally? It would be cool to know