Words
From UBot Studio
This function is an Advanced Text function in the UBot Extended Library. This function returns a list of words from a specified text.
Text: The sentence the words will be returned from.
Example
add list to list(%words,$list from text($words("Visit the UBot Studio Wiki for frequently updated information on UBot Studio commands, features, and ideas for use!"),$new line),"Delete","Global")
Running the function within the list from text function inside the add list to list command will break the words in the sentence into list items.