lua how to make a string an int code example Example: lua string to number local str = '10.7' local num = tonumber(str)