I made a script that typewrites something, then in the middle of it typewriting, it pauses for one second, but this ends up happening:
The code:
typewrite(textLabel, "You might be asking yourself,"..task.wait(1).."Why am I here?",.08)
I made a script that typewrites something, then in the middle of it typewriting, it pauses for one second, but this ends up happening:
The code:
typewrite(textLabel, "You might be asking yourself,"..task.wait(1).."Why am I here?",.08)
You’re concatenating the string with the wait statement
So what do I do then?
This text will be hidden
You should just not concatenate it with task.wait its basically just printing 1 second.
Its better in your function you detect if theres a comma then do task.wait(1)
What do you mean?
This text will be hidden
rude but helpful, thanks.
also strange to get “im assuming you are a beginner” from a person who just started learning scripting while I’ve been scripting for about 2 to 3 years