1
local
text
=
"This is the first text line"
2
for
i
, #text
do
3
script.Parent.Text
string.sub(text
,
, i)
4
wait()
5
6
end