This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 | |