Cannot find a good ragdoll module

So I am trying to make a Slap Battles-inspired game, however, I quickly ran into a problem with finding a good Ragdoll module. Those are my requirements:

1. It must be compatible with R6. R15 is optional.
2. It must work with both Player characters and NPCs.
3. It must include an unragdoll function.
4. It shouldn’t create a big performance hit.
5. Limbs must have collisions.
6. The character must stand upright after recovering from ragdoll. It shouldn’t fling.

I’ve found a bunch of Ragdoll modules that do a part of my requirements, however, all of them have bugs that are incompatible with my game and are critical, such as limbs having no collisions, or HumanoidStates bugging out.

Any help with this is appreciated!!!

2 Likes

This looks perfect for your use case :slight_smile:

1 Like

Oh. My.
Thank you so much!!! You just saved me days of research, if not more. It works perfectly! The name of the script you provided fits it. :partying_face:
Thank you so much!

Best regards, synttx :grin:

1 Like

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