Can somebody help me to make an counter number?

When click in the button makes +1 in the number

Create a variable, you can call it “counter”.

When the button is clicked set counter to counter + 1.

If you have a label, set the label text to “counter”.

This is actually very basic stuff so if you don’t even know how to do this you might want to learn how to use Thunkable first.

3 Likes