ID:171175
 
How would i take a string of text such as "Apple" and randomly scramble it up into completely random words like "palep", "aelpp" "apelp", etc?

Thanks,
Siientx
You can either do it using copytext() or using a list. What I would do is create a list with each character as a list item, randomly swap the list's items, and then create a string using the list.