While testing a game I ran into a problem where the character does not die even though its health is set to 0. The player is being killed by a script in the workspace with humanoid.health = 0. I’ve tried humanoid:TakeDamage(100) but that doesn’t work. I’ve even tried setting the health to a negative number but it still doesn’t work. How can I fix this?