Task.wait(n) vs wait(n)

I can’t think of a situation where you’d want to use wait() over task.wait()

7 Likes