For the complete documentation index, see llms.txt. This page is also available as Markdown.

Editing/Viewing Player Data

You can view and edit save data you've written for players at any time from the creator portal!

Player Scoped Data

All of a player's save data in one place including

  • Any Economy currency values for that player

  • Any persisted Inventory items for that player

  • Any custom save data you've persisted for that player

Select Player and enter a username or user ID. Use Add Field only with a key and value type that the game already understands.

Player save data with Economy and Inventory sections

Game Scoped Data

View and edit global game keys you've set with APIs like `Save.set_game_string`. Use the edit control on a key, change its value, and save.

Game-wide Save keys in the creator portal

Leaderboards

Leaderboard scores cannot currently be edited in the web interface

The leaderboard view shows the top entries for the selected dataset.

Leaderboard rankings in the creator portal

Purchases

Select Purchases, enter a player, then filter by product or grant status. Use Regrant only when the game's purchase handler can safely run again.

See Purchase Handler and Grant Failures before changing a purchase record.

Player purchase records and Regrant actions

Last updated