Forum > Scripts >

willing to pay for a script to be fixed

Posts: 12

Threads: 4

Joined: Jul, 2020

Reputation: 0

Posted

I am willing to pay 25 dollars to who ever can fix this script to work again with work at a pizza place,   but i would have to test it first to make sure it works like it use to work before I pay anything....... I am honest so i will pay but it has to be payed though paypal, I never use my credit card online....  so if you have a paypal acct i can send you 25 dollars After i make sure the script works exactly as it use to work.

 

here is the script:  the one i used for over a  year that worked , till work at pizza place patched it from working.. This script is used to make the customers order as they fell though the floor so they would order much faster.

 

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)

 

the above one is the orignal one that worked for over a year..

 

here is the one that was sent to me by a friend where someone tried to fix for her.

 

game.Workspace.Customers.ChildAdded:Connect(function(customer)

repeat wait() until customer:FindFirstChild("Humanoid") ~= nil

customer:FindFirstChildOfClass("Humanoid").Running:Connect(function(speed)

if speed > 0 then

    wait()

    else

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.DialogSimple.Correct, customer.Head)

wait(0.2)

local randomfood = math.random(1,4)

if randomfood == 1 then

workspace.GameService.OrderCompleted:FireServer(customer,"PepperoniPizza",workspace.Register1)

elseif randomfood == 2 then

workspace.GameService.OrderCompleted:FireServer(customer,"CheesePizza",workspace.Register1)

elseif randomfood == 3 then

    workspace.GameService.OrderCompleted:FireServer(customer,"MountainDew",workspace.Register1)

    elseif randomfood == 4 then

        workspace.GameService.OrderCompleted:FireServer(customer,"SausagePizza",workspace.Register1)

end

end

end)

end)

 

This one will work every once in a while, but miss a lot more orders then it takes as far as the orders go.

 

let me know if you can and will fix it.

  • 0

Users viewing this thread:

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