Hey guys, I was just making a script, but I don't know how I would continue it.
It's like this, I have a Textbox, and a button. Now, When I press the button, I want it to read two values. Like, lets say in the textbox I write "Test" then press [Enter] Then type "Value."
When I now press the button, I want it to see "Test" as a value, and "Value" as a value.
OR
Have it find the values through commas, like I type "Test, Value" It will find "Test" a value, and "Value" a value.
Can anoyone help with my problem?