local function launch(row,coll) fireclickdetector(game:GetService("Workspace")["Vending Machine"].Keypad.Buttons.Keys[row].ClickDetector) fireclickdetector(game:GetService("Workspace")["Vending Machine"].Keypad.Buttons.Keys[coll].ClickDetector) fireclickdetector(game:GetService("Workspace")["Vending Machine"].Keypad.Buttons.Enter.ClickDetector) end while true do launch(1,"A") wait(1.8) launch(1,"B") wait(1.8) launch(1,"C") wait(1.8) launch(2,"A") wait(1.8) launch(2,"B") wait(1.8) launch(2,"C") wait(1.8) launch(3,"A") wait(1.8) launch(3,"B") wait(1.8) launch(3,"C") wait(1.8) end