//Find a single game object GameObject.FindWithTag("TagName"); //Find multiple game objects from tag GameObject.FindGameObjectsWithTag("TagName");
if(FindGameObjectsWithTag(Player){ Debug.Log("FoundPlayer") }