You are on page 1of 1

workspace.Customers.

ChildAdded:connect(function(customer)
wait(10)
workspace.Dialog:FireServer("ClickedBubble",customer.Head)
wait(0.6)
workspace.TutorialService.PlayerAction:FireServer("ClickedBubble",true)
wait(0.6)
workspace.Dialog:FireServer("RespondSelected",customer.Head.Dialog.Correct,
customer.Head)
wait(0.6)
workspace.GameService.OrderCompleted:FireServer(customer,false,workspace.Register1)
end)

You might also like