Player Body Stay After Death

Hey there!
I don’t know what category this fits, but here’s my issue:
sometimes in my games, a player dies, but even when they respawn, the dead body limbs pile stays there for other players. However, the “dead” player can’t see them, and they’re invisible to the other players. I don’t know why this is. I have a custom rig added into Starterplayer, so could that be it?

It on help and feedback scripting I think

1 Like

I believe the ragdoll is being deleted on their own client instead of the server. Change the code architecture flow and clear ragdolls from the server instead.

1 Like