How do I make a math.random generator BUT with words?
Asked by
4 years ago Edited 4 years ago
Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.
For example, instead of having lets say 1,5 it would be: hello,(or) goodbye
Okay so im trying to make this script print out words just like math.random prints out numbers, I know how to do math rand b ut not with words
Here is my math.random
06 | local variable 1 = math.random( 1 , 4 ) |
07 | local variable 2 = math.random( 5 , 10 ) |
10 | print (variable 1 , variable 2 ) |
Any help appreciated