Ragdoll Issues help

Hello Developers, Today I need help with something, A ragdoll system. With most of the ragdoll code I made when I ragdoll my character dies and I don’t know how to fix that. I tried using the roblox ragdoll module and it does that same thing. Please help

You would probably want to disable Humanoid.BreakJointsOnDeath before manipulating Motor6D’s and other attachments with it (to ensure your player does not die during the switch to ragdoll).

After doing so, loop through the Motor6D’s and add BallSocketConstraints. You would need to create new attachments for this to work.