of     1   

AlternativeAcc
#141165574Tuesday, July 22, 2014 2:58 PM GMT

I really want a ragdoll script in my game, but can't find a working one, let alone one that does what I want. The effect I want is to keep the clothes, while having the camera stay on the character, and have the character stay there dead with ragdoll till the end of the round. Any way I could accomplish this with a preexisting or a new ragdoll script? Thanks!
damin3000
#141167523Tuesday, July 22, 2014 3:26 PM GMT

game.Players.PLAYERNAMEHERE.Humanoid:Remove() or game.Players.PLAYERNAMEHERE.Humanoid:Destroy()
damin3000
#141167570Tuesday, July 22, 2014 3:26 PM GMT

sorry I didn't read it right. *facepalm*
AlternativeAcc
#141185946Tuesday, July 22, 2014 7:05 PM GMT

Already tried removing Humanoid, doesn't do anything near ragdoll :P.
ninja900500
#141186815Tuesday, July 22, 2014 7:14 PM GMT

Weld everything together and trip the character when they die. (AKA Humanoid.Sit = true). Like clonetrooper.
AlternativeAcc
#141187881Tuesday, July 22, 2014 7:25 PM GMT

Oh, is that how all the murder games that have ragdolls create ragdoll effects?
AlternativeAcc
#141194257Tuesday, July 22, 2014 8:28 PM GMT

Bump again :P.
AlternativeAcc
#141198018Tuesday, July 22, 2014 9:03 PM GMT

Bump
AlternativeAcc
#141210105Tuesday, July 22, 2014 11:01 PM GMT

Please help!
AlternativeAcc
#141269718Wednesday, July 23, 2014 1:23 PM GMT

Bump again :P.
AlternativeAcc
#141277221Wednesday, July 23, 2014 3:12 PM GMT

Bump AGAIN :(
AlternativeAcc
#141666311Saturday, July 26, 2014 11:45 PM GMT

Bump
damin3000
#141672676Sunday, July 27, 2014 12:50 AM GMT

"Bump" So many bumps lol
EchoingEndlessly
#141672895Sunday, July 27, 2014 12:53 AM GMT

Do this before the beginning of the round: Game.Players.CharacterAutoLoads = false; And to accomplish your ragdoll, use glue.
Benocular
#141678603Sunday, July 27, 2014 1:48 AM GMT

This thread is in for a bumpt ride... xD
damin3000
#141684886Sunday, July 27, 2014 2:47 AM GMT

"This thread is in for a bumpt ride... xD" Yup.
AlternativeAcc
#141727737Sunday, July 27, 2014 2:14 PM GMT

Lol thanks! Why does CharacterAutoLoads have to do with ragdolls?
EchoingEndlessly
#141735111Sunday, July 27, 2014 4:14 PM GMT

It disables respawning, so that people can't respawn after dying.

    of     1