Hi, i hope you are doing well
This title may look confusing, let me explain you.
I have a tool datastore, but the problem is that when you have a lot of items, backpack messes up and you cant find your items in the same order.
To prevent that i decided to make a system that saves the tools you own, but you have to manually select which ones you want to use. Like a weapon loadout selector or the Jailbreak gun shop, where you go, select the weapons you want and you are ready to go.
The problem is, i dont have too much idea about how to do this. Im thinking on using BoolValues so they become true if you own the tool, and if the value is true, you can equip it. If not you have to buy it.
Do you have any other ideas or methods to do this? I would really appreciate any kind of useful ideas to archieve this!
I hope you can help me, thanks!