# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/persistent-player-statistics-in-unreal-editor-for-fortnite
# Local doc: epic-docs/documentation/en-us/uefn/persistent-player-statistics-in-unreal-editor-for-fortnite.md
# Section: Managing Player Stats for all Players
# Adds to the given Agent's score and updates both their stats table
# in PlayerStatsManager and the billboard in the level.
AddScore<public>(Agent:agent, NewScore:int):void=
Verse Library
verse
09 Managing Player Stats For All Players
Public method that increments a specific agent's score and updates their persistent statistics table.
extracted-snippets/documentation/en-us/uefn/persistent-player-statistics-in-unreal-editor-for-fortnite/09-managing-player-stats-for-all-players.verse