Doubts with the Tex

Why is not the entire text that appears? :confused:

Attachments

Text…blend (56 KB)

replace the end of the script with:

if own.time >= .2: 
    own.time = 0 
     
    if own.on < 900: 
        words = "Blender is the free open source 3D
" 
        words += "content creation suite, available
" 
        words += "for all major operating systems
" 
        words += "under the GNU General Public License.
" 
        own.Text += words[own.on] 
        own.on += 1 

thank you very much! :yes: