Add and Subtract not doing what it's supposed to be doing?

Hello,

I am having an issue with adding and subtracting not working in my blueprint and I am using unreal engine 5.6.1 and it did tell me to uncheck box that said Enable Type Promotion in the editor settings which I did. Here is what I have copied so far from a video tutorial.

Hello,

Notice on your add and subtract nodes you left 0 as other number, so nothing will even change. Change 0’s to 1’s and it will be fine.

You need to set the 0 in the lower part of add & subtract to a number (1 if you want single incrementations).

Now you are adding and subtracting 0 which means the output number remains unchanged.

Thank you guys for the assistance! I’m a beginner and slowly learning on this stuff.