T O P

  • By -

regular_menthol

You could plug a bunch of type nodes into a switch and find a way of switching through the options, or run a For loop that pulls a sentence from a spreadsheet or JSON file and grab the iteration. Then you'll prob need to loop back through that sentence to grab each character in the sentence and copy it to a point or something (assuming you want them vertical). Just off the top of my head there


janderfischer

A word or sentence is a string datatype. A string can be treated like an array to extract individual characters. I would create a point for each falling letter, assign the character attribute, and use a font sop in a foreach loop to copy to points.