private void Start() { string food = foodStrings.GetRandomElement(); text.text = UtilRandom.Spam(8, false) + " THE " + food + " EATER"; }