Making player backpacks persist after death

I am currently making a game, and I’m using the Roblox built in backpack system. I want the player to gain new tools over time, but not lose them when they die. However, I can’t find any good script or tutorial to teach me how to do this. How would I make what I am describing?

You will either have to not store the tools in the backpack and make your own custom backpack system, or prevent players from dying in-game. Apart from those two solutions I don’t know of any other way.

use StarterGear, which is only visible from a server script.

1 Like

All items in starter gear are added to the backpack.