
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