I am trying to use this:
wait(theAudio.TimeLength); -- theAudio is a variable that is already defined.
This portion of the script doesn't work. I know it doesn't work b/c when I remove it, the script suddenly works as intended.
Thoughts? How can I use TimeLength in wait()?