Ragdolled Character Replication Issue

Hello,

As the title indicates, I’m experiencing an issue with character replication (mainly pertaining to a ragdoll system I’m using).

For a quick understanding of what is happening, see the video below (left is server, right is client):
https://gyazo.com/ac0bfcfb90b94dfca366025ada9fa16f

I have no lines of code that set the network owner of the character to nil, so the player always has network ownership over their own character (bar some other situations that have nothing to do with this).

Any idea why this is happening?

1 Like

Update: I figured it out!

It turns out that setting the body parts to Massless = true makes it so the entire character doesn’t replicate! Yay, Roblox! I’m pretty sure this is unintended behavior.

Anyway, this is now solved. I am marking it as such.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.