How to spawn multiple players in GodotSteam?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AesynthGrey

When using packets in GodotSteam, how do I spawn players? I really need to know because basically it’s the last thing I need to do to make the online functional. I have yet to see what the packets look like for players since I can’t spawn both at the same time. Like, one will spawn and another will spawn but neither player will see the other player. The code basically looks like what you’d do for Godot’s ENet player spawning, but in a GodotSteam packet. It just doesn’t seem to sync spawning.