#anyone know why this doesnt work?
1 messages · Page 1 of 1 (latest)
boolean is not an integer, you can't set an integer to a boolean (Money.Value == 1)
how do i fix it
A better question is what were you trying to do in the first place
every second in the leader stats ur coins value gois up by 1 each second
Why were you doing Money.Value == 1 then?
It's just Money.Value += 1, as all we're doing is incrementing by one Money.Value += 1 is the same as Money.Value = Money.Value + 1
You wouldn’t need a plus sign lol just do Money.Value += 1
i think plus is better
So confident in that thought he reacted to his own message
You do you
yea
** You are now Level 5! **
idk tho
"wouldn't need plus sign" shows a line with a plus sign in it
Hello Pyro-Fire, I am so sorry I failed you. My sentence was incorrectly worded, and I sincerely apologize. I originally intended to inform him that you could use the operator += instead of having a longer statement doing the same thing.
Sincerely, Doggo
oh the humanity! 