I haven’t been writing, partially because I’ve been studying and partially because I’ve been following a tutorial.

https://www.youtube.com/playlist?list=PLS6sInD7ThM1aUDj8lZrF4b4lpvejB2uB

So far, I have a lobby joining system going.

  1. Need to change so people can join other people’s lobbies instead of just localhost
  2. Min/max players, UI, and so on are still up for change.

I’ve been watching the tutorials and following along, but multiplayer is still very confusing.

Take this code from NetworkRoomPlayerLobby:

Code:

Following along what happens when a new player joins the lobby is really confusing for a beginner.

Let’s break it down.

Let’s say that we have 2 players, “A” and “B” (these represents two computers/real life people).

Now C joins the lobby.