Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Type = "FinishOrder";
- Workstation = v;
- Order = getOrder(v.Occupied.Value);
- });
- end;
- end;
- wait();
- end;
- end;
- });
- bloxburg:AddToggle({
- text = "Bloxy Burgers Cashier";
- flag = "cashier";
- callback = function(enabled)
- if (not enabled) then return end;
- if (stats.Job.Value ~= "BloxyBurgersCashier") then
- jobManager:GoToWork("BloxyBurgersCashier"); --> TP to job
- end;
- repeat wait() until stats.Job.Value == "BloxyBurgersCashier";
- tweenService:Create(client.Character.HumanoidRootPart, TweenInfo.new(0.75, Enum.EasingStyle.Sine, Enum.EasingDirection.Out), {CFrame = CFrame.new(825.076355, 13.6776829, 276.091309, 0.0133343497, -5.09454665e-08, -0.999910772, 7.34347916e-09, 1, -5.08520621e-08, 0.999910772, -6.66474698e-09, 0.0133343497)}):Play();
- while library.flags.cashier do
- local workstations = workspace.Environment.Locations.BloxyBurgers.CashierWorkstations;
- for i, v in next, workstations:GetChildren() do
- if (v.Occupied.Value) then
- fireServer({
- Type = "FinishOrder";
- Workstation = v;
- Order = getOrder(v.Occupi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement