Hi! I’m not an expert, but, what I see is that only updated data is transferred to the client, so when you’re not moving the ball, its physics simulating as usual on the client, from last set location. So maybe it’s better to disable ball’s physics, on client side, while you’re holding it, somehow. Or make sure that data is transferred every frame. Just some thoughts.