Tidewater: Annoy All

MADE BY m320

FEATURE:

  • ANNOY PEOPLE
  • .
  • DEV NOTE:

 that makes anyone whos holding out a gun shoot a loud sound over and over again.

If they unequip their gun, the remote will still fire and the gun will still shoot.

GAME LINK:
TIDEWATER

SCRIPT:

for i, v in pairs(game.Workspace:GetDescendants()) do
   
   if v:IsA("Tool") then
       
       spawn(function()
       
           for i = 1, 50000 do
           
               game.ReplicatedStorage.SoundEffect:FireServer(v.Tip, "FN-FAL", "Fire", true, false)
           
               wait(0.1)
           
           end
   
       end)
   
   end
   
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!