Odd behavior with ragdolls with RopeConstraints

Hey everyone!
I’m currently working on a lasso system. This allows the player to charge up their throw, then it ragdolls the mouse target and attaches a rope to it. However, I’m getting some odd behavior when ragdolling the model and attaching a rope to it, mainly that the NPC stays upright instead of falling down.
Here is a video of this happening:
Watch rogue_west_bug_with_rope | Streamable]

Here’s what happens when I don’t attach the rope (normal behavior)
Watch rogue_west_bug_without_rope | Streamable]

Here is a link to the pastebin of the ragdoll module I’m using (not mine): Ragdoll module - Pastebin.com

If anybody has any solutions, it would be greatly appreciated!