📌Return Table

🔧 Available since Version 1.0.0!

Table
{
    ['newRank'] = true or false, -- Was a new rank reached?
    ['rank'] = 5, -- Your current rank
    ['rankStage'] = 'Beginner', -- Your current rank stage
    ['totalXP'] = 350, -- Your total XP
    ['xp'] = 25, -- Your level XP
    ['xpLog'] = {}, -- Your XP Log
}

Last updated

Was this helpful?