Answered
Script error
Hi community.
I tried to run a script which breaks up text to become individual object, but still live text, and I get this following error

Original post can be viewed here:
Hi community.
I tried to run a script which breaks up text to become individual object, but still live text, and I get this following error

Original post can be viewed here:
As I said before: the migration of the forum has destroyed many good old scripts.
Replace:
ichar.contents = tWord.characters.contents;
tWord.characters.remove();
with:
ichar.contents = tWord.characters[i].contents;
tWord.characters[i].remove();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.