@gurkin4
lol
Variable can be >
string
integer
expression
You set it as string so it gives that result, because it is just joining strings
"ROO" + "KIE" = "ROOKIE"
"5" + "0.0001" = 50.0001
"0.0001" + "5" = 0.00015
Set it to INT - integer and it will be treated as NUMBER.