Categories > Exploiting > Scripts >

Work At A Pizza Place Autofarm (Delivery & Cashier)

Posts: 8

Threads: 5

Joined: Jan, 2020

Reputation: 0

Posted

DELIVERY

game.Players.LocalPlayer.Character.ChildAdded:connect(function(item)

if item:findFirstChild("House") then

local house = item.House.Value

local door = house:GetDescendants()

for i=1,#door do

if door[i].Name == "GivePizza" then

game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = door[i].CFrame

end

end

end

end)

 

CASHIER

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

wait(12)

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

JustDudeZero

inactive guy ver120

Posts: 92

Threads: 1

Joined: Oct, 2018

Reputation: 0

Replied

Thanks m8, works perfectly!

  • 0

                                                                                                                         

Users viewing this thread:

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