NMM

DemonBloxAutoFarm

NMM
Jul 4th, 2021 (edited)
2,580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.HumanoidRootPart.PlayerOverHead1:Destroy()
  2. while true do
  3. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(96, 185, -640))
  4. wait(0.5)
  5. local string_1 = "InteractWith";
  6. local userdata_1 = game:GetService("Workspace").Entities.AI["Village Elder"];
  7. local string_2 = "StartDialogue";
  8. local Target = game:GetService("ReplicatedStorage").Remotes.UIFunction;
  9. Target:InvokeServer(string_1, userdata_1, string_2);
  10.  
  11.  
  12. local string_1 = "CurrentDialogueInput";
  13. local string_2 = "Accept";
  14. local Target = game:GetService("ReplicatedStorage").Remotes.UIFunction;
  15. Target:InvokeServer(string_1, string_2);
  16. wait(0.7)
  17. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-146, 130, 1079))
  18. wait(0.5)
  19. local string_1 = "InteractWith";
  20. local userdata_1 = game:GetService("Workspace").Entities.AI["Yasato Village Mayor"];
  21. local string_2 = "StartDialogue";
  22. local Target = game:GetService("ReplicatedStorage").Remotes.UIFunction;
  23. Target:InvokeServer(string_1, userdata_1, string_2);
  24.  
  25.  
  26. local string_1 = "CurrentDialogueInput";
  27. local string_2 = "Ok";
  28. local Target = game:GetService("ReplicatedStorage").Remotes.UIFunction;
  29. Target:InvokeServer(string_1, string_2);
  30. wait(0.5)
  31. end
Add Comment
Please, Sign In to add comment