Difference between wait() and task.wait()?

Hey devs!

I’ve seen people use task.wait() more frequently.

What’s the difference between:

wait()

--and

task.wait()

Thanks in advance!

13 Likes

This post explains all of the task library and its improvements over current systems.

21 Likes

Yes you can.

In the future, refrain from bumping an old topic like this. You could’ve opened up a game in studio and pasted that in and that’d take less time than waiting for me to respond as well. But yes, you can use while task.wait() do

22 Likes