Skip to main content
Version: 2025.5

Leaderboards

The Leaderboards section lets the World Owner (or any role with the proper permission) create, edit, enable/disable, and delete the world’s leaderboards.
Leaderboards collect scores submitted by experiences and are visible to end users on the world’s landing page.

leaderboard_backoffice

List controls

UI elementPurpose
Search barFilter leaderboards by name.
Create LeaderboardOpen the creation form.
Enable/DisableShow/hide the leaderboard on the landing page (does not delete data).
Edit pencilModify the leaderboard fields.
Delete trashPermanently delete the leaderboard and its scores.

Create / Edit a Leaderboard

Fill the form with:

FieldDescriptionRequired
NamePublic label shown to users.
Logic keyUnique identifier used by SDK / Creator Kit to write scores to this leaderboard.
Data typeScore format (e.g., Integer, Decimal, Time [HH:mm:ss]).
Display orderHow the table is sorted: Ascending (lower is better) or Descending (higher is better).
Unit of MeasureOptional label appended to the score when displayed in the app (e.g., pt, s, min, %). It does not affect storage or sorting.
EnableToggle public visibility on/off.

Important — data key disclaimer
Scores are stored under the Logic key they were written with.

  • Changing the Logic key does not migrate historical data; existing entries remain under the old key.
  • If your experience starts using a new key, it will write to a new/empty leaderboard.
  • Renaming the Name or the Unit of Measure is safe (neither affects data).
  • To merge/migrate scores between keys contact support.

How scores are submitted

Experiences send results via Creator Kit nodes or SDK API, referencing the leaderboard’s Logic key configured in Back-Office.

What users see (Reflectis APP)

On the world landing page, users can open the Leaderboard view:

  • If multiple leaderboards exist, users can switch between them.
  • The ranking table is shown using the selected Display order.
  • The current user’s position is highlighted, even when not in the Top 10.
  • When configured, the Unit of Measure appears next to each score (e.g., 1200 pt, 01:23:45, 87 %).

leaderboard_landing

Notes & permissions

  • Management is restricted to World Owners or roles with explicit permission.
  • Disabling a leaderboard hides it from users but does not delete its data.
  • Leaderboards are scoped to the world: each world can have one or more leaderboards independent of other worlds.