Multiplayer Physics Hndle

Hi everybody,

I am using a simple system to hold an object using a physics handle. In single player it works perfectly but I can’t get it to be replicated. Anyone having an idea of how to do this please ?

Thanks in advance.

You can’t replicate them, Physics Handles are locally generated and only relevant for the local physics scene. You would instead need to replicate the component and the body index of the object too.