[ad_1]
Created by Slimzy
Features:
- GODMODE
getgenv().Toggle = true -- set to false to turn off (The "noobs" that were already rendered in your game will still have their swords taken)
while Toggle do
wait()
for i,v in pairs(game:GetService("Workspace").Mobs:GetDescendants()) do
if v.Name == "LinkedSword" then
v:Destroy()
end
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]