This is part of my code in which currentBox is a string instance and itemRoller is a model with a child named box and a number concatenated and supposedly defined by shopIndex. The issue is though this returns the error “Players.Violet_sheer.PlayerGui.ShopSelection.Handler:40: attempt to index string with ‘Value’”
What solutions have you tried so far?
I’ve tried using tostring and waitforchild but neither have worked. I also checked another post by chance and found out that you couldn’t concatenate instances which is what I originally was doing with an IntegerValue so I stopped doing that.