Skip to main content
A leaderboard ranks players on a numeric stat — high score, fastest time, season points. In Flock, leaderboards are config-driven: you point one at a field your game already writes through player data, and Flock keeps the standings from there. There’s no separate score-submission call.
Create and manage leaderboards under Player Management → Leaderboards. A leaderboard is defined by:
  • Source — the player template and numeric field to rank on.
  • Direction — whether higher or lower values rank better (points vs. lap times).
  • Aggregation — keep each player’s best value, their latest, or the running sum.
  • Value type — integer, float, or duration.
  • Windowall-time, weekly, or seasonal. Seasonal boards follow the seasons you define alongside them, each with a start and end date.
  • Scope — one global board, or per-country standings.
From the same page you can maintain a live board: exclude a player (and lift the exclusion later), reset a board, or backfill it from the player data your game has already written.
A leaderboard’s structural definition — its source and how it ranks — is locked once the board is live. To rank something else, create a new leaderboard.
Pair a seasonal leaderboard with a segment of your top players to reward them when the season closes.