Tool Datasave, How would I go about that?

Hello, I am currently making a game that is very focused on collecting treasure tools, guns and items in general.

Well, I wondered how would I go about making a datastore for these items so when the player leaves, his items won’t go and go back in his inventory?

Tool DS is actually much simpler than you think. Whilst being several tutorials out there, it’s actually darn waayyy too easy. You simply save their tools in their character and backpack, in a table to a datastore. Then when they join, you for index and value it, and clone all those tools into their backpack.

Goodluck, hope this helped!