As I see it.
A ragdoll is spawned for each client.
The client then takes over controll of that ragdolls movement and position.
I got the ragdolls to move in the same direction on each client by grabbing the ragdolls and moving them through a vector.
All the clients see the same thing( a ragdoll flying through the air.)
But the ragdolls are all owned by the seperate clients. I just gave all the clients the vector to move their ragdolls through.
I only understand about 20% of this replication stuff.
MAx
A ragdoll is spawned for each client.
The client then takes over controll of that ragdolls movement and position.
I got the ragdolls to move in the same direction on each client by grabbing the ragdolls and moving them through a vector.
All the clients see the same thing( a ragdoll flying through the air.)
But the ragdolls are all owned by the seperate clients. I just gave all the clients the vector to move their ragdolls through.
I only understand about 20% of this replication stuff.
MAx