I was curious if there’s a recommended approach for syncing a physics-based object server-side while still allowing clients to physically interact with it (push it if they run into it). I was considering using ownership and having the object’s position updated by whichever client last collided with it, but I wanted to see if there are better or more seamless solutions.