Inventory System don't work

Hello there

So i’m trying to rewrite my inventory system for my SURVIVE THE NIGHT Overhaul, however i’m running into an issue.

Like the pre-overhaul, the inventory runs on a server-client event structure.
However, when i pickup what is supposed to be a ‘Chicken Soup’ item, nothing happens.
I’ve experimented with this and tried printing out results, however it seems to look like the code doesn’t care.

I also tried porting some of the pre-overhaul code to the new inventory script, however nothing works.

[CODE]

[OUTPUT]
image

Thank you in advance.

I’m assuming STN_INV.SLOT1.ItemID is a NumberValue. You can’t set a NumberValue’s value to a string which is what you’re trying to do. I also don’t recommend using physical instances for your inventory but that’s entirely up to you.