string.Explode
Example
Splits a sentence into a table of the words in it.
Output: 1 = hello
2 = there
3 = my
4 = name
5 = is
6 = Player1
Example
Uses Explode to sort through words that a player says.
Output: Player1 set their health to 100.
Example
Splits a sentence into a table at every digit.
Output: 1 = Seperated
2 = every digit like
3 = and
4 =