#How to make a backwards typewriter effect?

6 messages · Page 1 of 1 (latest)

inland gazelle
#

So i have this function:

local function Type(obj,text,speed) for txt = 1, #text do obj.Text = string.sub(text, 1, txt) wait(speed) end end

and i want to make a similar function, but instead of typing it will remove the text with a type writer effect.

Plz help

cosmic ingot
inland gazelle
#

lemme see if it wokrs

#

works**

inland gazelle
#

thx it works

  • respect
#

🙂