Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- auto farm kill & exp
- local Event = game:GetService("ReplicatedStorage").Damage
- local A_3 = "false"
- local damage = "99999999"
- local Npc = game:GetService("Workspace").NPCS:GetChildren()
- while wait() do
- for i = 1, #Npc do
- Event:FireServer(damage, Npc[i], A_3)
- wait(0.5)
- end
- end
- --MemesScriptMox
- Enjoy:D
Add Comment
Please, Sign In to add comment