local ZombieRemove = script.Parent.Zombies:FindFirstChild("Drooling_Zombie") if script.Parent:FindFirstChild("Zombies")and script.Parent.Zombies:FindFirstChild("Drooling_Zombie") then wait(1) else ZombieRemove:destroy() game.Lighting.Zombies:clone().parent = workspace end
the location for the script is workspace
This is the correct script
local ZombieRemove = script.Parent.Zombies:FindFirstChild("Drooling_Zombie") if script.Parent:FindFirstChild("Zombies")and script.Parent.Zombies:FindFirstChild("Drooling_Zombie") then wait(1) else ZombieRemove:destroy() game.Lighting.Zombies:clone().parent = workspace if touched: (on touch) then spawn game.Workspace.Zombies 7 end