Skip to content

alive

Description

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

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

returns: bool