Sword Factory Script | GODMODE

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!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS