If you already have the inventory working, and if I understand correctly, you want to have a menu where you can right click the target item to craft it. If that’s right, you jut need to have a data table of recipes, you get the row for this item recipe, and you check wether the inventory contains the required items, and if it does, remove them and add the target item.