How to NOT BREAK JOINT when you DIE

How to NOT BREAK JOINT when you DIE

3 Likes

Use the search feature.

2 Likes

but where should i put the script?

Where should you put what script? You can just create a script in ServerScriptService and use the CharacterAdded event to change the Humanoid property every time a character is added.

You wouldn’t need a script at all actually (assuming you never want the joints to break in the game).
Take a look into StarterPlayer. Insert a Humanoid there and name it StarterHumanoid. Then you’re free to edit it as you please, including that property. All edits to the StarterHumanoid will carry over to every spawned player’s humanoids.

2 Likes

You could also use the Famous Ragdoll Script, to make it look realistic.

so first add to starter player “Humanoid” after that select the humanoid and scroll until you see break joint on death and change the value there to “false” by just click.
hope is help you here is the tutorial with pictures:
step 1:


step 2:
image

10 Likes