RunService Heartbeat or task.wait

For accuracy, which is better, RunService.Heartbeat:Wait() or task.wait()? Thank you!

1 Like

task.wait() (with no arguments) = RunService.Heartbeat:Wait().

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.