How to make a datastore for saving tools

Hello im working on a simulator game and i know how to save money but how would you do it for data thanks.

1 Like
local Tools = {}
table.insert(Tools,"") -- Tool name

And then save the table with Data store.
To load it, you can create a script that looks for the name of the tool in a folder.

1 Like

Thanks so much you are so helpful

You’re welcome, happy to help ^ - ^