How can I kill a player without having to set the humanoid health to 0

title

I want to know If theres an alternative form of doing this.

Uh, you can just get the variables for the humanoid then,

humanoid:TakeDamage(100)

its a function on the wiki, check it out: Humanoid | Roblox Creator Documentation

1 Like