local Mine = +h2 This is the title of my page :h2 Title(Mine) +h1 This is some body text, hi! :h1 +h1 More body text! :h1 local myText = create(h1,"0") for i = 1,10 do print(i) myText.Text = i Title(myText) wait() end