Integrate the FFA system with other scripts using these exports.
Export | Description | Return Type |
---|---|---|
getZoneData | Get information about the current zone | table |
getGamemodeData | Get information about the current gamemode | table |
isScriptStarted | Check if the FFA script has successfully initialized | boolean |
getCurrentKillStreak | Get the player’s current killstreak count | number |
isInGame | Check if the player is currently in an FFA zone | boolean |
isDead | Check if the player is currently dead in FFA | boolean |
inCombat | Check if the player is currently in combat | boolean |
true
if script is initialized, false
otherwise
5
)
true
if player is in FFA, false
otherwise
true
if player is dead, false
otherwise
true
if player is in combat, false
otherwise