ParaPlayer.IsDead

Statement

public bool IsDead()

Descriptions

Check whether the player is dead.

local player = ParaPlayerService.GetLocalPlayer()
local dead = player:IsDead()
print(dead)