What I want: I want players’ tools in their inventory save when they leave the game and rejoin to have it back in their inventory. If they die they lose all the items in their inventory and are wiped regardless if they rejoin.
I mean delete the tools from StarterPack (on the client side obviously)
and you can just add more data stores to check if you have the items or not!.
Make sure to be careful about your data stores, because to much data saving can lead to data loss,
I would recommend datastore2 but you can do as you want!
I would recommend putting the tools in Replicated Storage, and Clone them into Starter Pack instead of putting them into Starter Pack in studio, this way you have more control over if the player has items or not!