DESCRIPTION
Hello there, so, recently a few months ago, I made a really good tool shop that you can easily add items and buy them, good thing is you can’t buy the same item multiple times, BUT, you can buy multiple items (Not the same one) without anything about equipping, so I made the same shop except that you can now buy and equip.
MODELS
The one with equipping system
The one WITHOUT equipping system
HOW TO ADD AN ITEM
- Step 1. once you ungrouped everything, go to the items folder in ReplicatedStorage.
- Step 2. add your tool in that folder.
- Step 3. This is Important, set your tool’s texture ID To an image asset ID, it is needed to show in the GUI.
- Step 4. add an IntValue To your item or tool, and name it to “Price”, this will be the price of your item, set the value to anything number as it is going to be the price of your item.
And that’s it, this is how you add an item to the shop, you can Also edit the GUI if you want to.
--------------------------------
ADDITIONAL INFORMATION
- You can enable the API Services for the stuff to save
- If there is any bugs, please report it on the comments or message me on Roblox and I will try to fix it!
- If you still don’t know how to use it, then ask in the comments and I will teach you step by step if I have time