|
I get an error saying I cannot yield across C-call boundary. That is probably because the script I execute is loaded with loadstring. I even tried making modules of the scripts and requiring them. That also did not work.
So we can't use coroutines across modules? Any way we can do this?