Is there a limit to corountine wraps?

Im making a notification system and im trying to figure out if there is a limit to how much coroutine wraps i can have?

I wouldn’t think so, no.

Read more here

1 Like

You should probably try to use as little as possible, you can try to make your notification system use bindables or remotes instead.

2 Likes

I looked into it and i don’t see any numbers so probably not, thank you!

1 Like

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