converting a string to a number in lua code example Example: lua string to number local str = '10.7' local num = tonumber(str)