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

Can DataStores save Strings?

Asked by
Kyokamii 133
9 years ago

I'm making an RPG and i'm currently at the point of making a save system. And I would like to know if DataStores saves strings?

0
You can I believe, but I think it would be easier to do this: PlayerObject:SaveString("key","string"). You can do the same with numbers, booleans, and instances, to (SaveNumber, SaveBoolean, SaveInstance) TheDeadlyPanther 2460 — 9y
0
Data persistence is deprecated-making such a suggestion is a horrible idea unmiss 337 — 9y
0
@TheDeadlyPanther as jack said, Data Persistence is deprecated, and my game uses universes. Kyokamii 133 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Yes, thats how datastore works. DAtastores are used to save VALUES of any type. Whether it be string or number. You can use it to say your strings to a unique id for each player and load them as you please

Ad

Answer this question