Categories > Coding > Lua >

Can anyone fix this Auto Cashier Script to work again

Posts: 12

Threads: 4

Joined: Jul, 2020

Reputation: 0

Posted

Willing to play to have this script fixed to work again,  after the last patch at work at a pizza place it stopped working.... Here is the script....  now it no longer works at all...  The auto farm script was fixed that was patched recently but i would like for this one to work again...  Once i test and it works like it did before then I am willing to pay the person on the agreed amount , contact me if you are willing to do this... Thanks

 

 

workspace.Customers.ChildAdded:connect(function(customer)

wait(0.2)

workspace.Dialog:FireServer("ClickedBubble",customer.Head)

wait(0.2)

workspace.TutorialService.PlayerAction:FireServer("ClickedBubble",true)

wait(0.2)

workspace.Dialog:FireServer("RespondSelected",customer.Head.Dialog.Correct, customer.Head)

wait(0.2)

workspace.GameService.OrderCompleted:FireServer(customer,false,workspace.Register1)

end)

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )