of     1   

K7Q
#160993140Sunday, April 26, 2015 4:01 PM GMT

I working with DataStores and I have this so far: local DataStore = game:GetService("DataStoreService"):GetDataStore("Test") local connection = DataStore:OnUpdate("key", function(value) print("the key was changed to " .. value) end) DataStore:SetAsync("key", 1) DataStore:SetAsync("key", 2) connection:disconnect() DataStore:SetAsync("key", 3) But i says I need a server script to make ASync:() work?
Divlish
#160993323Sunday, April 26, 2015 4:03 PM GMT

I'm not sure, I've never tried this before.
K7Q
#160993446Sunday, April 26, 2015 4:04 PM GMT

Then why are you.... nevermind.
championbuilder
#160994561Sunday, April 26, 2015 4:16 PM GMT

https://www.youtube.com/watch?v=VXcbZ2kurvk
chimmihc
#161000177Sunday, April 26, 2015 5:24 PM GMT

Script = server script LocalScript = client script I script -~ chimmihc
Roardorak
#217056475Sunday, May 21, 2017 11:03 PM GMT

i literally made this to help people (like myself lol) who are having trouble with datastore https://www.roblox.com/library/829455014/InfoLogger
Roardorak
#217056617Sunday, May 21, 2017 11:06 PM GMT

i love to necrobump btw
K7Q
#217194322Wednesday, May 24, 2017 3:46 AM GMT

youre a year late my good friend

    of     1