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.
I’ve been watching the tutorials and following along, but multiplayer is still very confusing.
Take this code from NetworkRoomPlayerLobby:
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.