Untuk Loop di Robox

for count = 1, 10 do
	print(count)
end
Undefined