- Edited
I want to sync a bunch of rigid bodies more than Godot usually handles so I'm using box2D physics: a deterministic stable 2d physics engine. And I want all players to be able to spawn more rigid bodies. How do i sync the rigid bodies because even though i have the synchronizer on with all its important properties it can still desync, I'm thinking of sending all the creating a rigid body request to the host and making only him simulate that but I don't know how