Animated Ragdolls!

Animated Ragdolls!

This is something I have been searching for, and so have many others. So I just decided,

If you don’t know what this is, its basically Euphoria Ragdoll but for Roblox.
You might have seen this if you played GTA V.
When you fall, your character tries to protect itsself while falling.

You can even animate your own poses and stuff.

All you need to do is call the :build() method once making a new instance, call :attachAll(), and play an animation with the hints!

Animation Dummy: Active Ragdoll Animation Dummy - Roblox
Module: RagIK - Roblox

Example:

local RagIK = require(RAGIK_PATH)
local Mgr = RagIK.new(Character)
Mgr:build();
Mgr:attachAll();

-- ragdoll the char
-- play the animation you created with the dummy
-- boom, posing ragdolls

Video Example:

Game Example:

28 Likes

Would you mind giving some videos on how it works on action?

done

30… charsssssssssssssssssssssssssssssssss

looks like he’s doing the griddy in mid air

15 Likes

It seems like you forgot to set the module public?
ftfuyhjn

oh my god i’m dumb. it’s fixed

1 Like

the dummy is not for sale…

ok now its actually fixed… dont know what went wrong

A nice improvement that can be added is the R6 support.

2 Likes

guys! your module that you just made public for free, can you… add r6 support??

This isn’t yours dude… It’s made by PSLOL2020 alteast give proper credit

yea i can, i’m doing it rn! i’ll be making a post about this

no no no, dont take my sarcasm as a call to action

But… it is mine?? I used spring constraints to move the limbs…

Yeah, i might do that. Was thinking of adding custom rig support

1 Like

what does that prove?
image

1 Like

Might just be me then, The animation dummy looks suspiciously similar.

Please look at the source code. I’ve looked at PS_LOL’s code and it uses a fairly similar technique to what I use, but that doesn’t mean I copied it. Coincidences happen.

1 Like

I’m confused, what folder does the script go to? (i.e. Starterplayer, etc.)
And where do I paste the animations IDs I saved to Roblox from the dummy?

anywhere, just require it

30 string charactf

1 Like