M1XTExploits

Untitled

Dec 13th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local lplr = Game:GetService("Players").LocalPlayer
  2. for i, c in pairs(workspace.Customers:GetChildren()) do
  3. local d = c.Head:FindFirstChild("Dialog")
  4. if d then
  5. local correct = d.Correct
  6. local head = c.Head
  7. workspace.TutorialService.PlayerAction:FireServer("ClickedBubble", true)
  8. workspace.Dialog:FireServer("ResponseSelected", correct, head)
  9. workspace.GameService.OrderCompleted:FireServer(c, false)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment