I was wondering how I would find the square root of a number in LUA? Anyone know how?
local number = 100 --number print(math.sqrt(number))