Vibe Hugs Script | SPAM VENDING MACHINE

Created by garfieldcatto

Features:

  • SPAM VENDING MACHINE
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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS