GetIsPlayerDead

local Bridge = exports.community_bridge:Bridge()

local death = Bridge.Framework.GetIsPlayerDead
print(tostring(death))

Last updated