|
| 21 Jan 2015 06:46 PM |
| I believe it involved some JSoN stuff that I dont know about |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 21 Jan 2015 06:52 PM |
Eh not really
local tab = {"Hello",1,nil,true,"Derp"} local ds = game:GetService('DataStoreService'):GetDataStore('TableStores') ds:SetAsync('table1',tab) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 21 Jan 2015 06:53 PM |
| Roblox does the JSONify for you when you save a table :) |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Jan 2015 07:10 PM |
@cntkillme
I thought that didn't apply to mixed-value tables though. Wouldn't you have to use HTTPService for that? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 21 Jan 2015 07:18 PM |
| It doesn't, or at least if I remember the wiki correctly. |
|
|
| Report Abuse |
|
|
| |
|