I made a custom inventory for weapons and I need it to create a new imagebutton for weapons that you own. There is a lot to consider in which I don’t know where to start.
An example could be like if you bought a weapon from the store, a imagebutton apears in your inventory which you can select to equip
What I know:
- You need to insert the imagebuttons when the game has loaded the data from datastores
- You need to insert the weapons imagebutton when purchasing from the store.
- You need to receive data when pressing the weapon such as the image id, if it’s equipped, the name, and maybe other future variables