Extra Information
Extra information about the XP System script.
Adding XP to a player
LevelsConfig.addXP(playerObject, xpToAdd)
-- (Where playerObject is the object of the player, and xpToAdd is an integer of XP to add to a player)local LevelsConfig = require(game.ServerScriptService.Levels)Last updated