Integration
The script is standalone. If you want to integrate this script with another script, please follow the guidelines below to ensure smooth operation.
Functions
function SignalTrigger()
print('Add your trigger or export function here')
end
function SpawnTimesUpTrigger()
print('Add your trigger or export here')
end
function SpawnTrigger()
print('Add your trigger or export function here')
end
Exports
exports['yeva_deathscreen']:OpenDeathUI()
exports['yeva_deathscreen']:CloseDeathUI()
Last updated