Is having multiple coroutines bad?

Let’s say I have a singular script with 5+ coroutines, is that a bad thing and if so, why?

I don’t believe how a lot of coroutines is bad if you need all of the functions you need in separate threads, I don’t believe it would harm any performance since some people coroutine a function for each player sometimes, and there could be more than 10 players for example.

Basically, the amount of coroutines isn’t necessarily bad if they have a reason to be threaded separately into many coroutines, but overall, they don’t really harm performance and if they did, it would be unnoticeable

3 Likes