How to NOT BREAK JOINT when you DIE
4 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.
1 Like
You could also use the Famous Ragdoll Script, to make it look realistic.