Is there any way to remove a specific, but non-unique, item from the players inventory? Calling the RemoveItem function will always require you to fix an ID, but if you have multiple items of the same ID it might not remove the one you wanted. Functions that can be called from a local script without a fix like setDelete don't seem to work for inventory items though, so I'm not sure how to go about doing this.
Is there an obvious way that I'm missing?