Multiplayer lobbies that are joinable after creation

I’m trying to make a large multiplayer game but want players to be able to leave and join when they want. Is there any sort of setup currently for doing that or would require a custom setup.

@Natedoug yes have you read our Matches documentation? JoinMatch and LeaveMatch should give you what you want: Nakama: Multiplayer Engine | Heroic Labs Documentation

Do you know if there’s a way to get match ids from server or create matches at a static match id.

Yes, those would be the CreateMatch and ListMatches functions. Definitely give the docs a read.