How to Make a Button That Counts a Label Up by 1 Each Time its Clicked?

Basically, I want to create a button that increments a label’s value by 1 each time it’s clicked. For example, the label would initially display “0.” Then, with each click, the label’s value would increase by 1, showing 0, 1, 2, 3, 4, and so on. Can someone provide the code for this, please? Thanks!

1 Like

Thank you so much for using understandable writing.

Basically, you’ll want a system that inputs to the label:


Use a 1+value inputted to the ‘Value’ input on a label. The Keyboard behavior represents the trigger.

If you need any more help, ping me here and I’ll see what I can do.

-Ember.Y

1 Like

Thanks for the help :smiley:.