How do I make an arena where 100-500 players can join

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I…

Make an arena large enough so between 100-500 players can join

What is the expected result

A server will be able to be joined by anyone who enters the game

What is the actual result

Explain what is happening instead, what is going wrong.

The lobby addition only goes to 8 which is fine for 1 game mode I am doing but its not nearly enough for what I am picturing.

I was looking at THNK but i don’t know if i will be able to implement this with the extension

1 Like

You cant do that using the free subscribtion.

Im not sure about THNK.
@arthuro555 is it possible for thnk to handle this amount of players?

The only solution I see it to implement your own multiplayer system or using a different engine

eh, if you use P2P there is usually a hard cap of connections which a server can have. On chrome, that’s currently 500. If you use something else than P2P, you can probably have more.

THNK tries to be relatively optimized in terms of network usage, so whether you can handle that many players will mostly depend on your game’s code performance, your server’s machine performance, and the network bandwidth of your server.

1 Like