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