ParaPlayer.IsDeadStatement public bool IsDead() Descriptions Check whether the player is dead. Lualocal player = ParaPlayerService.GetLocalPlayer() local dead = player:IsDead() print(dead)