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