c=button() if c==16 then a=a+1 これをループさせればAを押せば変数Aに数字が際限なく入ります 1000以上は要らないってなら if c==16 and a<1000 then a=a+1