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

Creating a tycoon (Not with a kit, from scratch), best way to save progress?

Asked by
dirk2999 103
5 years ago
Edited 5 years ago

I have a basic understanding of Data Store. Not asking for a whole script, just asking where to start and how to handle saving tycoon objects that the player has purchased? I was thinking of setting an Id to everything, Ex. 1,2,3 then making a table like,

local tycoonProgress = {
[1] = true,
[2] = false,
[3] =  false
}

Is there an easier way to do it? What would be the best way?

Answer this question