How to increment property's

How do you increment propertys. How do you do this. I know their other help topics on this , I checked them but I’m still confused.

Just in blocks do set property ‘your property’ then a math addition block, and ‘get property (your property)’ and (+) 1 or however many numbers it goes up by.

2 Likes

Okay thank you. It works.

1 Like

Your welcome! (I had the same problem a little bit ago)
Also this is only for number-type properties.

1 Like

Also to save memory, if you’re incrementing by one (+1 or -1), then you can use a counter and attach the property that way.

3 Likes

Been 9h since any activity and is solved.