Also, maybe store the inventory in a table then keep updating the UI by looping through the inventory. So that way when you remove an item from the inventory and change the position to its index.
1 Like
Also, maybe store the inventory in a table then keep updating the UI by looping through the inventory. So that way when you remove an item from the inventory and change the position to its index.