Not sure if this is possible, I also couldn't find anything mentioning this sorta thing through research either. But basically what I'm trying to achieve is that if you type a word (Specifically only 5 letters to prevent tons of unnecessary variables) in chat (Example: Place). It will then take every letter of that word and store in into a variable (End result: {test1} would store "P", {test2} would store "L", etc). The issue I have is that I cannot find a way to store each letter of any given word a player types in chat into a var (I also couldn't find any event/condition that could do that sort of thing either). If anyone has any ideas or solutions for this kind of thing, lemme know!