Ragdolling character stops the animation

Ragdolling character stops the animation. If ragdoll ends quickly, animation continues, skipping frames lost when ragdolled.

My ragdoll script sets every HumanoidState to false other than None and Ragdoll, when ragdolled. And it just with ball sockets when Ragdoll state gets enabled. These characters have primary parts anchored and is animated, after animation is done, character goes to animated position and gets vector force applied to it.

Video:

How can I fix this?

1 Like

Ragdolls are unanimated, so this is expected. What are you trying to do?

1 Like

I wanted to do a ragdolled animation for throwing the character. Like this:


So, do you mean this is fully animated?

1 Like

The ragdoll is not animated. The limbs are being thrown around by physics. This resource may help you:

2 Likes

are you sure? I was talking about the 0:02 - 0:04 part, not 0:04 - 0:09. Like, not the ragdoll, the animation part. I will check it out for 0:04 - 0:09 part tho.

1 Like

I mean it is cool with animation, but would be good if I could do something like animation with ragdoll.
Thank you for help btw. This is final result with animation, for now.

1 Like

Like he said, you can’t animate a ragdoll since the point of a ragdoll is for physics to take over. So instead of using an animation, you’ll need to use an align position to grab the ragdoll instead.

Here’s a rough list of steps to replicate what happens in the video.

  1. Make a “fake” ragdoll on the attacker’s client for the smoothest performance. While that fake ragdoll is visible, make the actual target invisible.
  2. Attach the fake ragdoll to the hand of the attacker using an align position. You can even shift where the hand is grabbing mid-throw by changing the position of the attachments.
  3. Once you reach the release part of the animation, delete the fake ragdoll and deal knockback and ragdoll to the actual target. Also make the real target visible again.

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