Loading screen stuck on "Waiting for Available Server"

Me and my friends were testing my game and we encountered a serious issue

  • Every time we tried to Join, the loading screen would get stuck at Waiting For Available Server

I know this isnt the right topic but i really need a fix. There was a DevForum post made a couple of months ago, covering this Topic

  • No fix was found

Here is a my game link: Contamination - Infection Breach - Roblox

  • and screenshot

5 Likes

Yeah this is a strange bug isn’t it? (I think you can’t post on bug reports because you’re a member right?)
For me it appears but it isn’t permanent, this could be tied to laggy or slow internet though, because my internet is relatively slow.

1 Like

My internet is fine, i thought i was the only once experiencing it but all my friends could not join.
edit: yes i cant post on Bug Reports

1 Like

Hmm was roblox updating something while you guy’s were trying to get in there? This is just a bug though.
Edit: It’s so weird that we can’t post on bug reports as members.

2 Likes

Every time i play test in studio, it takes longer than usual
all the

while true do and script loops had wait()

No free models were used, only Meshes

1 Like

Man if studio take longer than usual to load something, it’s usually because something slowed down, and the most common causes are the computers or clients themselves or the internet.
Also this is your game? Maybe because it’s relatively new, there are no servers running the game so it needs to ask the primary servers to run, taking longer times to load and such.

1 Like

A lot of the time, this is just Roblox’s servers not working correctly. Just try reloading the game and you’ll eventually get into the game.

1 Like

I tried rejoining,

  • I either get stuck on “Joining game”
    or
  • The loading screen is stuck on “Waiting for available Server”

No one of my friends could join the game and i have no clue why this has happened

2 Likes

Have you tried running the game in Studio? See if there are any runtime errors, or scripts that are running past execution time.

8 Likes

Hmm after looking through the Output, i saw 3 running past execution time scripts.
Thanks alot man

1 Like

What do i do, help please. @cartel_c @System502

1 Like

What is the issue? Is it the Module Error? You game doesn’t load in when you join?

1 Like

Nevermind, it’s fixed! But yeah, yesterday it never let me join my server. I was stuck on “Waiting for Available Server” and I never got in. Idk what I did differently but it’s fixed. Lol

2 Likes

Usually this happens due to Script Timeouts

  • Example
while true do
print("OK")
end

If the loop does not have at least 1 wait() that will crash and freeze your game

3 Likes

One time I had to wait for an available server more than 90 times because I play a small game.

2 Likes