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

How to save player inventory data?

Asked by 5 years ago

What are some methods for players to store data of the items they have equipped in an inventory? DataStoreService only allows strings, however, is there a method to save a player's inventory assuming every item in the inventory is unique, similar to Dungeon Quest's system works.

0
You can save tables, booleans and numbers as well, not only strings. You can save a table of all the names of the tools, then when they come back, load the data, then from a folder, get each item by name, and clone it into their inventory. User#24403 69 — 5y
0
Can it be tables of tables? Because I want items to have unique stats which players can customize guestnot99 112 — 5y
0
yes greatneil80 2647 — 5y

Answer this question