You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Hello, so I want to achieve an effect where the typewriter moves from one string to the next one. -
What is the issue? Include screenshots / videos if possible!
Whenever I attempt to loop through the strings, I always get an error like invalid argument #1. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have watched tutorials covering, one string, but not multiple inside a table, as well as other posts relating to typewriting.
local MessageTable = {
"So... you are new around here?",
"Time to show you the ropes.",
}
I am awaiting responses. Help is appreciated.