getGlobalXP

🔧 Available since Version 1.0.0!

Export Syntax
exports['tuncion_xp']:getGlobalXP(CurrentlyOnline)

PARAMETER

  1. CurrentlyOnline (BOOL) -> true or false

exports['tuncion_xp']:getGlobalXP(true) --> Returns global XP from all online players
exports['tuncion_xp']:getGlobalXP(false) --> Returns global XP from all players

Last updated

Was this helpful?