Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

DataStore Query [REPOST]? [closed]

Asked by
HexC3D 830 Moderation Voter
10 years ago

This question already has an answer here:

How would I access DataStore Uni.?

How would I be able to load DataStore Value on a different game but Same Universe?

z = game.Workspace.Value
ds = game:GetService("DataStoreService"):GetGlobalDataStore() 
ds:SetAsync(z.Value) -- How would I load this value e.e

I know How to save but loading it on a different game(same Universe) is giving me problems, how would I do this? I've Tested this but it just won't load and I don't know why. z is a IntValue btw..

Marked as Duplicate by AmericanStripes

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

1 answer

Log in to vote
-1
Answered by 10 years ago
z = game.Lighting.Value
ds = game:GetService("DataStoreService"):GetGlobalDataStore
ds:SetAsync(z.Value) -- Look up RPG's on ROBLOX to learn how to load it Ontouch and stuff.
1
I already know how to load it, but you gave me an Idea I forgot thanks though, YOU BROUGHT BACCK MY MEMORY FOR THAT plus 1 point HexC3D 830 — 10y
Ad