How do i make a datastore that saves peoples tools in their backpack

So basically when a part is clicked it goes into a backpack, and when you leave it saves the tool (part) into datastore then when you plsy the game again it loads the tool (part) back into your backpack

1 Like

Since you can’t save objects, you will have to first serialise your tool, from which you can save and then reconstruct it back into a tool whenever needed.

You can find out more about serialisation here:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.