Hey all!
The title pretty much explains it, but should I use task.wait() all the time instead of 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
wait() and task.wait() have a difference
wait
will probably get deprecated sooner or later, so yes, it is better to use task.wait
now.