Categories > Exploiting > Scripts >
Work At A Pizza Place Autofarm (Delivery & Cashier)
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)
Replied
Thanks m8, works perfectly!
Cancel
Post
                                                            Â
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post