What would be the best way to make a item appear into my inventory

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
1 Like

I’m trying to make a inventory that works kind of like Blade Ball, but it only shows the weapons and the information of it when you press it.

1 Like

Just set the image id to the slot

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.