-- | # You can get help from our document: https://thug.gitbook.io/documentation Config.Levels_and_XPs = { [1] = 0, [2] = 250, [3] = 500, [4] = 1000, [5] = 1500, [6] = 2000, [7] = 2500, [8] = 3000, [9] = 3999, [10] = 4000 }
Last updated 5 days ago