Should I use task.wait() over wait?

Hey all!

The title pretty much explains it, but should I use task.wait() all the time instead of wait?

Yes, you should. The task library is more reliable and will give you more consistent results.

no difference, but task is library and will be better to use.

these quotes should help a lot

1 Like

wait() and task.wait() have a difference

1 Like

wait will probably get deprecated sooner or later, so yes, it is better to use task.wait now.