Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Which is Faster, RenderStepped or Heartbeat?

Asked by 7 years ago

I want to use something faster than

wait()

for my weld interpolation, but I do not want it to be too fast to the point where the welds glitch out.

So which is faster, RunService.RenderStepped() or RunService.Heartbeat?

1 answer

Log in to vote
0
Answered by
1N0body 206 Moderation Voter
7 years ago

There is such an answer already:

Found here.

Basically, RenderStepped is kinda faster.(not that much)

0
Thanks! ShadowsDev 62 — 7y
Ad

Answer this question