Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().farm = true -- "false" to stop
- while farm do task.wait()
- game:GetService("ReplicatedStorage").Events.Dialogue:FireServer({
- ["Type"] = "End",
- ["Npc"] = workspace.Npcs.Mita,
- ["Path"] = "Accept"
- })
- game:GetService("ReplicatedStorage").Events.Dialogue:FireServer({
- ["Type"] = "End",
- ["Npc"] = workspace.Npcs:FindFirstChild("Saru Kenshi"),
- ["Path"] = "SetSpawn"
- })
- end
Add Comment
Please, Sign In to add comment