|
| 03 Jan 2016 12:25 AM |
is there such thing as this? Because, i want to make a Global Server (Stat) top 10 type of thing. If there is mind anyone show me how its done i understand datastores but still :P
|
|
|
| Report Abuse |
|
|
| |
|
RoQuick
|
  |
| Joined: 12 May 2013 |
| Total Posts: 595 |
|
|
| 03 Jan 2016 01:21 AM |
| Yea someone help us I'm interested too please help |
|
|
| Report Abuse |
|
|
| |
|
Chrapnel
|
  |
| Joined: 01 Feb 2014 |
| Total Posts: 951 |
|
|
| 03 Jan 2016 02:02 AM |
| http://wiki.roblox.com/index.php?title=API:Class/GlobalDataStore |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2016 02:03 AM |
wow... time to drink bleach yaaaah :#
|
|
|
| Report Abuse |
|
|
|
| 03 Jan 2016 03:35 AM |
local DataStoreService = game:GetService("DataStoreService") local DataStore = DataStoreService:GetDataStore("TestData") local function Update(Key) local Data if Key then Data = table.insert(Data, Data[#Data] + 1) else Data = {1} end DataStore:SetAsync("TestKey", Data) end while wait(1) do local Key = DataStore:GetAsync("TestKey") Update(Key) end
--Update error l3l
03:35:35.035 - Workspace.Script:6: attempt to get length of local 'Data' (a nil value) 03:35:35.036 - Stack Begin 03:35:35.036 - Script 'Workspace.Script', Line 6 - local Update 03:35:35.036 - Script 'Workspace.Script', Line 14 03:35:35.036 - Stack End
|
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Jan 2016 03:42 AM |
http://wiki.roblox.com/index.php?title=Ordered_data_store
If money grew on trees... It would be as valuable as leaves. | Twitter: @TwisterRBLX
|
|
|
| Report Abuse |
|
|
Xarkos
|
  |
| Joined: 15 Jul 2015 |
| Total Posts: 2210 |
|
|
| 03 Jan 2016 04:35 AM |
My siggy.. (My Idea lel)
http://www.roblox.com/games/282042104/Global-Leaderboard-v2?autoplay=true |
|
|
| Report Abuse |
|
|