Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Game Link: https://www.roblox.com/games/725905436/BIG-UPDATE-Sword-Art-Online-Lost-Souls
- -- Just execute it and you will get money + exp!
- -- Quick script I made that kills all mobs!
- while wait(1) do
- for k,v in pairs(workspace:GetChildren()) do
- if v.Name == "mob" then
- game.Workspace.EquipSwordOrSwords.hurtHumanoid:FireServer(v.Humanoid,math.huge)
- wait()
- end
- end
- end
Add Comment
Please, Sign In to add comment