Skip to content

MarioChao/text-typewriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-typewriter

Facile module for rendering texts character by character.

Inspired by many other typewriter effects.

Usage:

local textLabel: TextLabel
local text = "Text to write"
local skippable = true
local typewriter = TextTypewriter.new()
typewriter:writeText(textLabel, text, skippable)
-- Call `typewriter:setIsSkipping(true)` from another thread to skip the main text

About

Facile module for rendering texts character by character.

Resources

License

Stars

Watchers

Forks

Languages