Skip to content

Instantly share code, notes, and snippets.

* Overview
+ We're providing new Data Persistence API, which lets you store some data
between server runs for ROBLOX places
+ Significant improvement over previous API, including:
- Arbitrary global data, not just per-place data
* Allows to subscribe to updates made by other instances!
- Guaranteed saves - as soon as call returns, data will not be lost
- In future, will allow sharing this data between different places
- Saves arbitrary lua tables