Client exports
This section describes all client-side exports provided by the resource. These exports are intended to be used by other client scripts to control, integrate, or synchronize the death screen logic.
startDeathScreen
startDeathScreenexports['pinkFrog_deathScreen']:startDeathScreen(time)Name
Type
Description
exports['pinkFrog_deathScreen']:startDeathScreen(60)IsDeadScreenActive
IsDeadScreenActiveexports['pinkFrog_deathScreen']:IsDeadScreenActive()Type
Description
if exports['pinkFrog_deathScreen']:IsDeadScreenActive() then
print("Player is dead")
endHardReset
HardResetHideDeathScreen
HideDeathScreenApplyDeathAnimation
ApplyDeathAnimationLast updated