As elkaio78 said, you're trying to set the instance instead of the text. Didn't notice that in your screenshot.
You have
-> txtScore: Set txtScore to "Coins: " & Score
It should be
-> txtScore: Set text to "Coins: " & Score
You'll have to change it on your Every tick event, as well.