Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you prevent welds on player from breaking on death?

Asked by 4 years ago

I welded a fake head to a player because I was making a gore game. And I realized that the welded head actually falls off upon death. How do I prevent it from falling off?

2 answers

Log in to vote
0
Answered by
gloveshun 119
4 years ago

player.Character:Breakjoints() **if you think this

Ad
Log in to vote
0
Answered by 4 years ago
Humanoid.BreakJointsOnDeath = false

Here ya go.

Answer this question