Player doesn't fully die BUG

Hi, I have been having a problem for a while where the player doesn’t fully die when Humanoid.Health = 0 is executed. It does work but it doesn’t kill the player completely and just shows the player has little to no health on the client. I find very annoying, I sadly have no reference pics atm.

Is there any way to kill a player without using Humanoid.Health = 0 ?

4 Likes
Humanoid:TakeDamage(math.huge)

this should work, the humanoid is taking infinity damage. or you could just delete the character by doing

Humanoid.Parent:Destroy()
3 Likes
Humanoid:BreakJoints()
2 Likes

This does also work but I had problems in the past where the player doesn’t die and loses all of it’s limbs.

3 Likes

idk why it doesn’t work, try to reinstall roblox studio, maybe your obb is full.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.