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

Is it possible to have a faster typewriting effect?

Asked by
bluzorro 417 Moderation Voter
4 years ago

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.

0
:thonk: bhqpping 80 — 4y
0
game:GetService("RunService").RenderStepped:Wait()? User#20279 0 — 4y
0
thanks! bluzorro 417 — 4y

1 answer

Log in to vote
1
Answered by 4 years ago

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.

0
RenderStepped also fires before each frame is drawn, heartbeat fires after. oreoollie 649 — 4y
0
Didn't know that, thanks for clarifying/telling me! Vinceberget 1420 — 4y
Ad

Answer this question