math

Same as Roblox math library with a limited set of available functions:

  • math.random

  • math.abs

  • math.cos

  • math.sin

  • math.tan

  • math.max

  • math.min

  • math.clamp

  • math.pow

  • math.floor

  • math.ceil

  • math.round

  • math.acos

  • math.asin

  • math.atan

  • math.atan2

  • math.exp

  • math.cosh

  • math.sinh

  • math.tanh

  • math.sqrt

  • math.log

Last updated