NORTHWIND Script | MAKE THE ENTIRE SERVER FALL OVER

Created by joeyp

Features:

  • MAKE THE ENTIRE SERVER FALL OVER
    • Works better if you execute multiple times at differing intervals.
    • Makes the entire server fall below the ground occasionally. Makes it impossible to use a boat, thus impossible to leave an island as well.
  • GREAT FOR TROLLING
local LP = game.Players.LocalPlayer
while true do
   for _,plr in pairs(game:GetService("Players"):GetPlayers()) do
       if plr ~= LP then
           game:GetService("ReplicatedStorage").DefinEvents.RowboatRequestJumpPassenger:InvokeServer(workspace.TargetFilter.Props.Boats.Rowboat, plr)
   end
end
end