|
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! |
|
damin3000Join Date: 2009-05-19 Post Count: 268 |
game.Players.PLAYERNAMEHERE.Humanoid:Remove()
or
game.Players.PLAYERNAMEHERE.Humanoid:Destroy() |
|
damin3000Join Date: 2009-05-19 Post Count: 268 |
sorry I didn't read it right. *facepalm* |
|
|
Already tried removing Humanoid, doesn't do anything near ragdoll :P. |
|
|
Weld everything together and trip the character when they die. (AKA Humanoid.Sit = true). Like clonetrooper. |
|
|
Oh, is that how all the murder games that have ragdolls create ragdoll effects? |
|
|
|
|
|
|
|
damin3000Join Date: 2009-05-19 Post Count: 268 |
"Bump"
So many bumps lol |
|
|
Do this before the beginning of the round:
Game.Players.CharacterAutoLoads = false;
And to accomplish your ragdoll, use glue. |
|
BenocularJoin Date: 2012-07-24 Post Count: 652 |
This thread is in for a bumpt ride... xD |
|
damin3000Join Date: 2009-05-19 Post Count: 268 |
"This thread is in for a bumpt ride... xD"
Yup. |
|
|
Lol thanks! Why does CharacterAutoLoads have to do with ragdolls? |
|
|
It disables respawning, so that people can't respawn after dying. |
|