Skip to main content

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Add Number

math.add myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.add myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Subtract Number

math.sub myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.sub myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Multiply Number

math.mul myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
    math.mul myVariable {
      value = 5
    }

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Divide Number

math.div myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.div myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Modulus Number

math.mod myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.mod myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Bitwise AND Number

math.bitwise.and myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.bitwise.and myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Bitwise OR Number

math.bitwise.or myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.bitwise.or myVariable {
  value = 5
}

https://mintcdn.com/xano-997cb9ee/l34pjCw6QluB5NGI/images/icons/xs_temp.svg?fit=max&auto=format&n=l34pjCw6QluB5NGI&q=85&s=a93a487e986548b85069518b76869a5f Bitwise XOR Number

math.bitwise.xor myVariable {
  value = 5
}
ParameterPurposeExample
myVariableThis is the variable you want to target with the math operationmyVariable
valueThe value you want to apply to the math operation5
math.bitwise.xor myVariable {
  value = 5
}