Vemeric
|
  |
| Joined: 05 Dec 2012 |
| Total Posts: 462 |
|
| |
|
|
| 24 Sep 2016 09:17 AM |
| i think you can already save tables with data stores but you can always use JSON to store your tables as a string |
|
|
| Report Abuse |
|
|
Vemeric
|
  |
| Joined: 05 Dec 2012 |
| Total Posts: 462 |
|
| |
|
|
| 24 Sep 2016 09:20 AM |
| http://wiki.roblox.com/index.php?title=JSON |
|
|
| Report Abuse |
|
|
Vemeric
|
  |
| Joined: 05 Dec 2012 |
| Total Posts: 462 |
|
| |
|
|
| 24 Sep 2016 09:35 AM |
local values = {}
DataStore:SetAsync(key, values)
|
|
|
| Report Abuse |
|
|