Basically I got the item thing sorted out except for major thing, in order for me to get rid of the word (like "Pie") I use the replace expression to replace that word with spaces, and that works fine, IF there is only one version of the word, but for me a bunch of the items are the same in terms of names, so when I replace the item (like S.Piece since it has three of them in the item text) if gets rid of ALL of them, and I want it so that it gets rid of only one. The main problem is that I don't know if I should use replace expression but instead of just the source being Itemtext.text it is something else like array variables or something, but I can't figure it out. I also don't know how regex works and if it would fix it but that's why I am asking if anyone can help
TLDR: the replace expression for my items in a certain text sprite gets rid of all instances of the word instead of just the one word at a time, and the only thing different from the words are where they are and their array value, but I can't seem to apply it to the expression
this is how I replaced the items (note there's only one instance of the pie and I.Noodles and I did a bit more spacing for the pie so it wouldn't also get rid of "pie" in "S.Piece", but the ones that do have multiple things are the L.Hero, which has two, and the S.Piece, which has three)Note: I am not showing the code for things like the snow piece because I did not make it yet and the image is just an example of what the code is like
Again, I know I am probably showing too much information, but I just don't know how else I should describe it and what information is helpful or throws people off.