Thanks for watching this tutorial !
I hope you enjoyed and don't forget to like and subscribe !
The script :
local text = script.Parent
wait(2)
local txt = "Hello YouTube !"
local txt2 = " It's a beautiful day !"-- leesss goooo
for i = 1,#txt do
text.Text = string.sub(txt,1,i)
wait(0.05)
end
wait(1)
for i = 1,#txt2 do
text.Text = txt..string.sub(txt2,1,i)
wait(0.05)
end
You can do anything when you want !
Music : Happy Step by Nordgroove