Advertisement
ItzMiguelLucenaYT

bruh

Jul 13th, 2021
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Type = "FinishOrder";
  2. Workstation = v;
  3. Order = getOrder(v.Occupied.Value);
  4. });
  5. end;
  6. end;
  7. wait();
  8. end;
  9. end;
  10. });
  11.  
  12. bloxburg:AddToggle({
  13. text = "Bloxy Burgers Cashier";
  14. flag = "cashier";
  15. callback = function(enabled)
  16. if (not enabled) then return end;
  17.  
  18. if (stats.Job.Value ~= "BloxyBurgersCashier") then
  19. jobManager:GoToWork("BloxyBurgersCashier"); --> TP to job
  20. end;
  21.  
  22. repeat wait() until stats.Job.Value == "BloxyBurgersCashier";
  23. 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();
  24.  
  25. while library.flags.cashier do
  26. local workstations = workspace.Environment.Locations.BloxyBurgers.CashierWorkstations;
  27. for i, v in next, workstations:GetChildren() do
  28. if (v.Occupied.Value) then
  29. fireServer({
  30. Type = "FinishOrder";
  31. Workstation = v;
  32. Order = getOrder(v.Occupi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement