local spawns = ents.FindAllByName("_spawnbot*"); function OnWaveStart(wave) timer.Create(5, function() spawns[1]:Enable(); end, 1); end