local idk = 0
local idk2 = 0
repeat
repeat 
    ran = math.random(1,2)
    idk = idk + 1
until ran == 1

if idk > idk2 then
    idk2 = idk
end

print("Current Best: "..idk2)
print("You Got "..idk)
idk = 0
until false

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: