csGameObject.Find("FooText").GetComponent<Text>().text = x.ToString();
csGameObject.Find("Foo").GetComponentInChildren<Text>().text = x.ToString();