dogguy69

wisteria 2 script test 1

Apr 24th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. getgenv().farm = true -- "false" to stop
  2.  
  3. while farm do task.wait()
  4. game:GetService("ReplicatedStorage").Events.Dialogue:FireServer({
  5. ["Type"] = "End",
  6. ["Npc"] = workspace.Npcs.Mita,
  7. ["Path"] = "Accept"
  8. })
  9. game:GetService("ReplicatedStorage").Events.Dialogue:FireServer({
  10. ["Type"] = "End",
  11. ["Npc"] = workspace.Npcs:FindFirstChild("Saru Kenshi"),
  12. ["Path"] = "SetSpawn"
  13. })
  14. end
Add Comment
Please, Sign In to add comment