23.7K views
13.7K downloads
1 year ago
For this script to work all you have to do is complete 1 order then execute the script, after that it will do it automatically. This script is also open source meaning you can learn from it.
Script Features:
This script has remained unmodified since its initial release
--BROUGHT TO YOU BY RSCRIPTS.NET--
for i,v in pairs(getgc(true)) do
if type(v) == "function" and getinfo(v).name == "CreateChatBubble" then
old = hookfunction(v, function(...)
local a = old(...)
local order = ({...})[2].Parent.Order
for _,workstation in pairs(workspace.Environment.Locations.BloxyBurgers.CashierWorkstations:GetChildren()) do
if not workstation.OrderDisplay.DisplayMain.CashierGUI.Used.Visible and workstation.Occupied.Value == order.Parent then
local cashier = workstation.OrderDisplay.DisplayMain.CashierGUI.Frame
for i,v in pairs(getconnections(cashier[order.Burger.Value].Activated)) do
v:Fire()
end
if order.Fries.Value then
for i,v in pairs(getconnections(cashier.Fries.Activated)) do
v:Fire()
end
end
if order.Cola.Value then
for i,v in pairs(getconnections(cashier.Cola.Activated)) do
v:Fire()
end
end
for i,v in pairs(getconnections(cashier.Done.Activated)) do
v:Fire()
end
end
end
return a
end)
end
end
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
5.1K views
1 month ago

Cook Burgers Fridge and Freezer door spammer
Cook Burgers
Cook Burgers
31.8K views
9 months ago

Bloxburg GUI | Auto Farm any job
Welcome to Bloxburg
Welcome to Bloxburg
1.4K views
5 days ago


Bloxburg Pizza Delivery Auto Farm (Working anti-ban)
Welcome to Bloxburg
Welcome to Bloxburg
18.5K views
1 year ago

Bloxy War Infinite Points Script
NEW Bloxy War Beta
NEW Bloxy War Beta
0 Comments
Log in here to comment