# foreach(Transform child in transform) { // if this is the child you want, maybe via a transform.gameObject.name == "the one I want" transform.GetComponent<TheScriptImAfter>().SomeFunctionOnThatScript(someVariable) }```