ADVERTISEMENTREMOVE ADS

sword kill all

Universal script
2 months ago
Script preview thumbnail
Script Preview

Description

work lot of sword fight game must hold sword

Features:

  • kill all
ADVERTISEMENTREMOVE ADS
14 Lines • 560 Bytes
Raw
for i, v in next, game:GetService("Players"):GetPlayers() do
pcall(function()
local lp = game:GetService("Players").LocalPlayer
local char = lp.Character
for _, tool in ipairs(char:GetChildren()) do
if tool:IsA("Tool") and string.find(string.lower(tool.Name), "sword") then
tool:Activate()
firetouchinterest(v.Character.HumanoidRootPart, tool.Handle, 0)
firetouchinterest(v.Character.HumanoidRootPart, tool.Handle, 1)
end
end
end)
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS

Tags