Is it possible to put a tool on the player's backpack but make it like invisible

Hello, so i just finished making a tool shop for my game but i would like to disable his old tool but i want to keep it on his backpack but i want it to be invisible and i would like to know if its possible. Thank you!

It may be possible but if you don’t know how to do it you can create Folder called ‘InvisibleBackpack’ inside Player and put your tools there. If you will need to show them in player’s Backpack you will set Tool’s Parent to Player.Backpack so selected Player can use them.

1 Like

yea but i want to save the children of that folder i mean i know how to save the player’s backpack but i don’t know how to save the children of a folder thank you

You can put Values not Tools inside Player.InvisibleBackpack Folder. They doesn’t reset when you die.
When you’ll need to give Player a Tool you will check what’s the Value of Player.InvisibleBackpack.StringValue and give the Tool to Player.Backpack .

1 Like

oh never mind i think i know how to save them thank you!