So when I try to add +0.2 value to an IntValue, it just stays at 0 no matter how many times I click. How could I make this work?
You need to use a number value. it is a seperate instance that you create. Number values allow any number and int values only allow integers. You can use decimals in number values. Mark this as correct if this helped.