Normally, the fastest way to make a typewriter effect on a text is by a wait() which goes quite fast, but I want to know if there's a faster way.
The RenderStepped
and HeartBeat
functions trigger each frame and can be used when wait()
is a bit too long to wait. The difference between them is that RenderStepped is local.