I want to make an announcement system, but I don’t want to shout something like
‘Hello everyone! Please do…’ continued with a big phrase and only have it show for like 10 seconds. Is there a way to get the estimated reading time from an average reader via scripts, or no?
2 Likes
I mean, if it was me, I’d research the average WPM (words per minute) of an average human reader, then do some math to get a rough time for display. I’m not a math expert, so I’m not entirely sure on the equation, but I’d think wordCount / WPM
would work
4 Likes