lua adicione 1 a uma variável
variable = variable + 1
// you cannot use += notation to iterate a variable
Clean Cottonmouth
variable = variable + 1
// you cannot use += notation to iterate a variable