Need help understanding normal coroutine status

I am trying to learn what the normal status means in a coroutine.

With the explanation given on the devforum, I simply don’t understand it.

I tried searching for something on youtube, devforum topics and the Roblox Developer Hub for more explanations, but found nothing useful.

If anyone could try to explain this to me, I will be very grateful.

I still haven’t understood, so if anyone knows anything please feel free to reply!

Coroutines don’t have a “normal” status. Only suspended, running, and dead.

1 Like

Are you sure about this? It quite literally says there’s a ‘normal’ status on the documentation.

I am also getting an error in my game regarding coroutines, saying that I can’t close a ‘normal’ coroutine.