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

Datastore question? [Simple]

Asked by 10 years ago

What does the "Points" do in the datastore?

Is it just a string that your saving it under? Or is it a service kinda like PointsService?

local DataStore = game:GetService("DataStoreService"):GetDataStore("Points")

1 answer

Log in to vote
1
Answered by
Redbullusa 1580 Moderation Voter
10 years ago

It's basically accessing a data set from your game (universe, or just place?) stored in Roblox servers.

So, yes, it is a string that you're saving it under.

"With Data Stores you can store arbitrary data which persists even when games are not running and can be accessed by all instances of a place in your game universe" (Data store).


Works Cited

Data store

0
kk Just wanted to make sure. :D MessorAdmin 598 — 10y
Ad

Answer this question