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?
There is such an answer already:
Basically, RenderStepped is kinda faster.(not that much)