So im currently trying to make a tycoon game but the buttons to buy items aren’t working and the output bar says “Touched is not a valid member of Model “Workspace.Tycoons.Tycoon.Buttons.FriesBuyButton””.
Somewhere within the tagged instances there is a Model instead of a BasePart. You should check what is tagged with that (print it out) and see what is tagged incorrectly. If the game tags the instances within the code, you should consider checking that.
If you find a Model, you should just… change it to the part it holds you’d like to get it to trigger upon touching which.