score = { points = 0, draw = function() draw.rectf(0,0,160,8,1) draw.text(string.format("%03d", score.points),0,0,28) end }