Yeva
StoreDiscord
  • 📌Paid Resources
    • 🔘Police Impound
      • Installation
      • Configuration
    • 🔘Shops
      • Installation
      • Configuration
    • 🔘Plant Farming
      • Installation
      • Configuration
    • 🔘Distress Call
      • Installation & Config
      • Integration
    • 🔘Death Screen
      • Installation & Config
      • Integration
Powered by GitBook
On this page
  1. 📌Paid Resources
  2. 🔘Death Screen

Integration

PreviousInstallation & Config

Last updated 11 months ago

CtrlK
  • Functions
  • Exports

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()