Editing/Viewing Player Data
You can view and edit save data you've written for players at any time from the creator portal!
Last updated
You can view and edit save data you've written for players at any time from the creator portal!
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.

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.

Leaderboard scores cannot currently be edited in the web interface
The leaderboard view shows the top entries for the selected dataset.

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.

Last updated