Stupid Question, Simple action?

So I’m just going through and messing around on my own. I figured that I would start by making the simplest thing I could think of. What would that be? A simple button that adds to a score. Literally 2 objects. A button, and a text object. I even found the tutorial about adding a score on screen. I had to do a bit more googling to find out what the updated names of the actions are. I even opened the tutorial game and found the exact actions that are used, which I had right, but it still doesn’t do anything.
Any help at all would be appreciated. I can’t let this defeat me.

My god i just watched new season of Jack Reacher and i really do not want to sound like him but seems i can’t avoid it
DETAILS MATTERS

You missed part of which variable you change and which you want to print to text object
In your 2nd event 1st action you add 1 to Score variable of text object Score
While in 2nd action you print Scene variable Score
Try ToString(Score.Variable(Score))

Option B (but both will work regardless which you choose)
Change type of variable in 1st action of 2nd event to Scene variable from Object variable

Love that show and I’m proud of the reference! Thanks for the tip. I’ll try this out. Can’t wait till next week. I was pissed when I realized they’re only dropping an episode at a time.

I would also recommend to name the scene variable anything else, you will have issues with autocompletion if you keep an object and a scene variable named the same.