Advertisement
ustinjamesss

mnmn

Apr 26th, 2023
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. --[[
  2. Credits:
  3. kenpath1234: https://v3rmillion.net/member.php?action=profile&uid=414588
  4. his discord user:Tobias020108Back#1234
  5. his Discord: https://discord.gg/EvTCW7CXSK
  6. ]]
  7.  
  8.  
  9.  
  10.  
  11. getgenv().farm = false
  12.  
  13. while farm do task.wait()
  14. game:GetService("ReplicatedStorage").Events.Dialogue:FireServer({
  15. ["Type"] = "End",
  16. ["Npc"] = workspace.Npcs.Mita,
  17. ["Path"] = "Accept"
  18. })
  19. game:GetService("ReplicatedStorage").Events.Dialogue:FireServer({
  20. ["Type"] = "End",
  21. ["Npc"] = workspace.Npcs:FindFirstChild("Saru Kenshi"),
  22. ["Path"] = "SetSpawn"
  23. })
  24. end
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement