Cannot resume a non-suspended coroutine


image

I’m not resuming any coroutines, hell i don’t even have a single line of coroutine in my code anywhere

Another weird warning seems to be

As you can see, these errors


are just flooding my console out of useful information, and i would appreciate any help on this

oh and Edit: These error seems to be only happening once I switched my code to a parallel-based code, if i delete ConnectParallel and task syncs + desyncs, everything works fine,

and the “cannot resume non-suspended coroutine” only started to occur when i added this metatable code to mimic a “Changed” event

Nvm, after hours of debugging the issue lies on a single task.synchronize function breaking everything, no clue why but after removing that one line everything works perfectly

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.