Why is Wait So Bad?

Hello all! I was wondering why so many devs advise against using “wait()”. I don’t see a problem, so could someone please explain it to me? Thank you so much!

2 Likes

Most of the points in this post are still accurate:

That post leaves out talking about task.wait, which solves some of the issues with wait. The points about event-based design are still good. More about task.wait: