Is there any tutorials on had to add multiplayer on my game when I have a menu

Godot Version

Godot 4.3

Question

I’ve seen a lot of tutorials online about how to add multiplayer to new games that don’t have menu screens. So I was wondering if you guys know a tutorial that has what I’m looking for.

You typically need a menu to select which server to join in a multiplayer game; this is important for learning multiplayer. If you want to forego the menu/server selection then you can hard code an ip address or domain name into your script and the rest of the code will be the same, learn to use a menu screen then try to remove it.