to handle this you can use or 0 in lua to create a ternary of sorts. local a = tonumber(nameInput.value) or 0; for i = 1 ...
確定! 回上一頁