does functions from module script yields the code in the local script?
I want to my local script to require a module and run the intro function, but i dont want the cutscene to play during the intro. because the cutscene is supposed to play after the intro.
if the functions does not yield the local script, any idea how to yield it so that it waits until my intro finishes then continue the cutsence.
Yes. Treat a module script as a userdata variable in your script, just in a remote place.