|
| 28 May 2014 06:24 PM |
| So I've noticed that Data Persistence is no longer the best option for my game. I've tried data store. But my generic loop to save data doesn't always work. I'm guessing it's because of the limits Data Store contains. So I'm left with JSON. I've tried to understand the Roblox Wiki. But it's just not well explained. Does anyone know a site that I can learn JSON step by step other then the wiki? |
|
|
| Report Abuse |
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 28 May 2014 06:26 PM |
Basically JSON turns a table into a string. if you want to save that string, use DataStore if the table isn't too big.
|
|
|
| Report Abuse |
|