Skip to content

dead

Description

dead is a Property on Character
Whether or not this Character is dead (if their health is 0). Setting dead to true will call Kill on this Character. Setting dead to false when the Character is already dead will not revive this Character.

Example
Character.dead = true
local testVariable = Character.dead
Usage

returns: bool