lua tambahkan 1 ke variabel
variable = variable + 1
// you cannot use += notation to iterate a variable
Clean Cottonmouth
variable = variable + 1
// you cannot use += notation to iterate a variable