Best way to store player data for multiplayer support?

If it’s a live game and data won’t be needed after everyone leaves, try NodeTunnel.
If you want to save data for individual players that persists with accounts and logging in, try Talo. I use these tools on every multiplayer game I make, and together they’ve got pretty much all the functionality one could possibly need.

4 Likes