i had an issue where i couldn't yield anything, and when i check the source code, there wasnt any coroutines except pcalls?? that makes it wait until the whole statement finished, and didnt allow the loadstring to yield, so i had to wrap it in my own coroutine! please fix this.
i had an issue where i couldn't yield anything, and when i check the source code, there wasnt any coroutines except pcalls?? that makes it wait until the whole statement finished, and didnt allow the loadstring to yield, so i had to wrap it in my own coroutine! please fix this.