I’ve been trying to make a mario party like item system and I’ve been following this tutorial series to make a shop and inventory. https://www.youtube.com/watch?v=RlwSyKW6D-4&list=PL4G2bSPE_8unUV_Imvs8DmH8SRfascs-A
I came across a issue when trying to show items as I am now able to get the items in my inventory, and I am able to change each slots image by changing the item id number before pressing play and it works just fine, but when I change the item id number during the game, it gets updated according to a print string, but the image doesn’t update like it’s supposed too.