Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. -- convert this
  2. local input = "This string, is a text!"
  3.  
  4. -- to this
  5. local output = {
  6. "This", " ", "string", ", ", "is", " ", "a", " ", "text", "!"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement