I have a script for random word generating:
...
public TextMeshPro largeText;
public void BtnAction() { CreateRandomString(); } private voi