This is amazing!!! I guess you could think of a period (or Full stop) as essentially a single pixel or particle. If you think this way, this makes so much sense!
If you are getting an error when you type "text.sourceText.repeat(10)" you need to do this to fix it. Check project settings > expressions, make sure javascript is chosen.
You can control the tracking amount with a slider as well. In my case the slider is called Density. The expression could look like this: text.sourceText.style.setTracking(effect("Density")(1)).setText(text.sourceText.repeat(effect("Length")(1)))
I really love how you can combine effects and properties to create nice looking effects. But it seems like a work around, it's hard to believe there still isn't any inbuilt taper stroke tool in after effects.
For anyone getting an expression error when using the slider, remember to add the extra bracket at the end of the code. The latest update misses it out.
Thanks so much to put Kyle Humrich Tuturial..He explain soo good..and make a wonderful things with just text. Thanks. Mr Kyle. I' m gone see it right now in my PC . Saludos desde Sevilla..España
I found the solution to a problem people have been having with the expression being disabled, just change your expression engine setting in your project settings from Legacy to JavaScript and you should be all set, cheers!
@@prashantpinjari9906 To choose whether a project uses the JavaScript engine or Legacy ExtendScript, in the Project Settings dialog, click the Expressions tab, and change the Expressions Engine option. Projects saved in previous versions of After Effects default to Legacy ExtendScript.
@@prashantpinjari9906 If you go up to File > Project Settings and then click to the Expressions tab at the very end, change the expressions engine from "Legacy Extendscript" to "JavaScript" and then it will work.
Hi! I´ve the same problem. You should use this . "phrase = text.sourceText; num = 5; repeatString(phrase, num) function repeatString(string, repeats) { newString = ""; while (repeats > 0) { newString += string; repeats--; } return newString; }
This is a really good tutorial. Can you please make a video make a video about what are the best laptops for AE (like the one for desktop) in different price ranges? That would be very appreciated.
I'm wondering why my text length only lengthens to one side (to the left; I would've at least expected it to go to the right), when yours is doing it at both sides? (Adobe CC2019.) EDIT: I'm using Myriad pro, 200px. Kerning at -275. The text is centered. I tried moving the anchor point, but it doesn't seem to do anything. When I did the Masking, the line went over the view, and didn't follow the curve. It was just a diagonal line on top of my comp. I'm so sorry. Noob here. EDIT2: Relented and used the same font. Yep. That was the only problem. Using Azo Sans fixed it.
hi, i using the same method but "repeat()" is not working . after affect give an error "text.sourceText.repeat(100);" is not a Function. I am using After Affects 2020
Thank you :) I'm getting error while adding repeat expression to my text layer, it saying "text.sourceText.repeat is not a function" (I'm using latest version of AE)
When I open his comps, the movements are inverted... I try to fix it with paragraph alignement or invert ramp up and down, but I couldn't. Someone else had this problem?
Please help me at 3.07 when I use the slider to change the value. The line increses the lenght to the right instead of on both sides like yours. How could I pix this?
Hi Eduardo, we certainly do :) All you need to do is reach out to our Support Team when you finish up your course and they will be more than happy to get a Certificate of Completion over to you!
I am following along with this video, and when I download the material, the expressions work fine, but when I try and do them myself, I get an expression error for text.sourceText.repeat(100). The only thing I actually type myself is "repeat(100) the error says, "After Effects warning: Expression Disabled Error at line 1 in property "Source Text" of layer 1 '.' in comp 'dusty' text.sourceText.repeat is not a function. I am using AE 2020. Any idea what I could be doing wrong?
So! If you're for sure using AE 2020 make sure your expression engine is set properly as well! in After Effects go to File > Project Settings > the Expressions tab > and set your expressions engine to JavaScript
I had the same issue. If you go up to File > Project Settings and then click to the Expressions tab at the very end, change the expressions engine from "Legacy Extendscript" to "JavaScript" and then it will work.
I'm hit with a problem right at the start. i get a "Error: text.sourceText.repeat is not a function" warning whenever i try adding .repeat() to the source text script.
I had the same issue. If you go up to File > Project Settings and then click to the Expressions tab at the very end, change the expressions engine from "Legacy Extendscript" to "JavaScript" and then it will work.
guys .. it's so confusing to choose one of your courses.. I've been asking so many people in the motion field to advise me to join one of your list.. but know body knew how to choose.. I believe that you have to make an explainer video of why and how to choose a course
Use the alignment options in the Paragraph panel to ensure your text is aligned the way you want it. The setup shown here shouldn't have any major effect on alignment.
@@zohaibmalik819 just make sure your per-character anchor point (adjusted in Grouping Alignment) is set where you want it, and that the Grouping Alignment is set to operate per character.
anyone getting an expression error when using the slider here's the code = text.sourceText.repeat(effect("Slider Control")("Slider")) END IT WITH AN EXTRA BRACKET
@@bryanschumacker5417 Read the other comments. Only works in 2019, and only if you're set to the current expression engine. Yours must be set to legacy.
I found this script for CC previous version on Creative Cow. This worked for me. Try this. phrase = text.sourceText; num = 5; repeatString(phrase, num) function repeatString(string, repeats) { newString = ""; while (repeats > 0) { newString += string; repeats--; } return newString; }
This is amazing!!! I guess you could think of a period (or Full stop) as essentially a single pixel or particle. If you think this way, this makes so much sense!
Can't tell how soothing and inspiring it was to watch this demonstration. ♥
you are an amazing teacher, I really didn't knew that we can do so many things with text animators. Thank you for explaining very well.
If you are getting an error when you type "text.sourceText.repeat(10)" you need to do this to fix it. Check project settings > expressions, make sure javascript is chosen.
Thank you!
You can control the tracking amount with a slider as well. In my case the slider is called Density.
The expression could look like this:
text.sourceText.style.setTracking(effect("Density")(1)).setText(text.sourceText.repeat(effect("Length")(1)))
I needed exactly this. Thanks!
Mind totally BLOWN 🤯💣🧨 Part II .
Thank you so much for this tutorial. Humbling experience!
I really love how you can combine effects and properties to create nice looking effects. But it seems like a work around, it's hard to believe there still isn't any inbuilt taper stroke tool in after effects.
Last effect is so awesome! Thanks for sharing :D
WOW! Amazed!
Very good detailedTutorial - Thank you
I knew this would come in handy eventually! You probably just saved me a couple hours of animating smoke manually. 😂
Best tutorials ever. Open my mind for a new level in animation.) Never even thougt I can use text layers as a motion engine.
Thank you)
you guys are so amazing!!!! who the hell will dig so deep like you guys!!
Thank you very much! Really a great tutorial ❤
For anyone getting an expression error when using the slider, remember to add the extra bracket at the end of the code. The latest update misses it out.
Thanks Ryan. Appreciate you solving this issue.
thank you so much !
Thank you so much!
thanks a lot!
nice...
Pretty insane, a lot of this is reminding me of Particular, making me think they just rebranded the text animator haha!
interresting way to use text layer !! I apreciate the share
This is amazing and I'll be using these techniques in a client project today. Thanks!
Great tutorial!
makes me realize how much time 3D stroke and particular can save you haha :)
You are a mad genius!
this is BLOWING MY MIND 🤯🤯🤯
Yeaaaaaa!!!! THANK YOU!!!! both tuts are so good. School of motion has helped me go from 💩 to 🥳🤯
THIS IS PURE GOLD
Marvelous, Well explained, I'll make time for this one day.
Thanks so much to put Kyle Humrich Tuturial..He explain soo good..and make a wonderful things with just text.
Thanks. Mr Kyle.
I' m gone see it right now in my PC .
Saludos desde Sevilla..España
THIS IS AMAAAAAZING ! Thank you Kyle!
very well explained & useful !
Crazy! Absolutely crazy! Perfect tutorial. Thanx a lot!
superb
amazing tutorials. thank you for that
Great tutorial
Thanks a lot for this videotutorial
Awesome tut always as before.. great stuff.
Glad you liked it!
WOW! Absolutely Killer!
Thanks for tutorial
it is repeat()
@@zohaibmalik819 Yes I wrote expression correctly with (). I'm just showing what error message says
Likewise ^^
me too
Oh right. It may then be showing error message with empty parenthesis as they need a value inside.
I found the solution to a problem people have been having with the expression being disabled, just change your expression engine setting in your project settings from Legacy to JavaScript and you should be all set, cheers!
I can't find it.. Can you please help me out ?
@@prashantpinjari9906 To choose whether a project uses the JavaScript engine or Legacy ExtendScript, in the Project Settings dialog, click the Expressions tab, and change the Expressions Engine option. Projects saved in previous versions of After Effects default to Legacy ExtendScript.
@@xiaohuanye3955 I dont have Expressions Tab in the project setting
@@prashantpinjari9906 If you go up to File > Project Settings and then click to the Expressions tab at the very end, change the expressions engine from "Legacy Extendscript" to "JavaScript" and then it will work.
Priceless! Muah
Wonderful!
Another great tutorial- but I wish the AE project was available in CC 2018 - since my workplace doesn't have Cc 2019 yet
Hi! I´ve the same problem. You should use this . "phrase = text.sourceText;
num = 5;
repeatString(phrase, num)
function repeatString(string, repeats) {
newString = "";
while (repeats > 0) {
newString += string;
repeats--;
}
return newString;
}
@@barbiewein thank you so much!
This is a really good tutorial.
Can you please make a video make a video about what are the best laptops for AE (like the one for desktop) in different price ranges? That would be very appreciated.
I'm wondering why my text length only lengthens to one side (to the left; I would've at least expected it to go to the right), when yours is doing it at both sides? (Adobe CC2019.)
EDIT:
I'm using Myriad pro, 200px. Kerning at -275. The text is centered. I tried moving the anchor point, but it doesn't seem to do anything.
When I did the Masking, the line went over the view, and didn't follow the curve. It was just a diagonal line on top of my comp. I'm so sorry. Noob here.
EDIT2: Relented and used the same font. Yep. That was the only problem. Using Azo Sans fixed it.
there's actually a button to change direction at the path level of the layer
Just change your Paragraph to Center Text. Hope this will help.
When i parent the shape slider to first margin and try to move the shape, the red box moves but not the actual shape any ideas why? I'm around 13.00
Good to know
Perfect
I hope someone give this man a novel price
hi, i using the same method but "repeat()" is not working . after affect give an error "text.sourceText.repeat(100);" is not a Function. I am using After Affects 2020
You're using the old expression engine (or an old version of AE). Read through some of the other comments for the solution.
THANKS
Thank you :)
I'm getting error while adding repeat expression to my text layer, it saying "text.sourceText.repeat is not a function" (I'm using latest version of AE)
You're using the old expression engine (or an old version of AE). Read through some of the other comments for the solution.
Большое спасибо. Именно то что нужно + крайне доступно.
text.sourceText.repeat(10) gives me an error. "~ is not a function." Could someone please explain?
oh never mind. it seems I have an older version of AE. this function is only available in AE cc2019 (and forward)
You can use a for loop to repeat the string that you require!
@@Samman-799 I am completely updated on my Adobe products and I get this same error. It's not an update issue.
saludos, podrias hacerlo usando camaras 3d , gracias por la atencion
When I open his comps, the movements are inverted... I try to fix it with paragraph alignement or invert ramp up and down, but I couldn't. Someone else had this problem?
Please help me at 3.07 when I use the slider to change the value. The line increses the lenght to the right instead of on both sides like yours. How could I pix this?
Check the alignment of your text in the Paragraph panel.
I have a problem it says " Expressions disabled "
When you complete your courses did you give a certificate?
Hi Eduardo, we certainly do :) All you need to do is reach out to our Support Team when you finish up your course and they will be more than happy to get a Certificate of Completion over to you!
how to make the Beginning of the video?
you are amazing!
I am following along with this video, and when I download the material, the expressions work fine, but when I try and do them myself, I get an expression error for text.sourceText.repeat(100). The only thing I actually type myself is "repeat(100) the error says, "After Effects warning: Expression Disabled Error at line 1 in property "Source Text" of layer 1 '.' in comp 'dusty' text.sourceText.repeat is not a function. I am using AE 2020. Any idea what I could be doing wrong?
Maybe your font is too complex.
i have this problem,too.
So! If you're for sure using AE 2020 make sure your expression engine is set properly as well! in After Effects go to File > Project Settings > the Expressions tab > and set your expressions engine to JavaScript
man, this expression doesnt work anyway for me. I have put the same expression and After Effects disable the expression.
maybe an syntax error or language problem, AE say what wrong when you click on little yellow triangle
In project settings, last tab of java script menu, change it and it should work
@@Hardik_P I'm in Java script engine and it still doesn't work.
Ha - just found out you need TWO "out" parenthesis at the very end of the expression! :)
Please let me take you to lunch one day..... PLEASE? LOL If no got to the Combine Pizza for me... LOL #KCSTANDUP
IN SANE
Right, What will Kyle think of next?!
this is so tough
.repeat doesn't seem to be a function , showing error
You'll need AE2019 to use it. That function doesn't exist in the legacy expression engine.
Make sure you are appending the default expression, "text.sourceText.repeat(###)"
I had the same issue. If you go up to File > Project Settings and then click to the Expressions tab at the very end, change the expressions engine from "Legacy Extendscript" to "JavaScript" and then it will work.
after effects uses js? that's pretty cool.
Yup! Just make sure to set up the proper settings!
This is brilliant - my biggest problem I'm having though, is that AE gets super laggy when I add the slider and everything after that!
not working on text.sourceText.repeat(10)
Make sure you are in the Javascript expressions engine, NOT the legacy extendscript. Go to Project Settings>Expressions then change it.
@@etv100 This worked for me thanks!
I'm hit with a problem right at the start. i get a "Error: text.sourceText.repeat is not a function" warning whenever i try adding .repeat() to the source text script.
Me too :-(
I had the same issue. If you go up to File > Project Settings and then click to the Expressions tab at the very end, change the expressions engine from "Legacy Extendscript" to "JavaScript" and then it will work.
@@benniilsen Thanks dude. Works now
👍👍
guys .. it's so confusing to choose one of your courses.. I've been asking so many people in the motion field to advise me to join one of your list.. but know body knew how to choose.. I believe that you have to make an explainer video of why and how to choose a course
Hi, Kindly help me with an issue as when I increase the slider value the text is not aligned to center anymore.
Use the alignment options in the Paragraph panel to ensure your text is aligned the way you want it. The setup shown here shouldn't have any major effect on alignment.
@@kylehamrickmotion Hi, I have tried changing that. But when I change slider value it messes up.
@@zohaibmalik819 Using a different font? Is your per-character alignment way off? RUclips comments are a pretty tricky place to diagnose something.
@@kylehamrickmotion oh yes! I am using a different font. I didn't know if that can cause an issue. Thanks for your help. I will check again.
@@zohaibmalik819 just make sure your per-character anchor point (adjusted in Grouping Alignment) is set where you want it, and that the Grouping Alignment is set to operate per character.
why do i get an eror
You're using the old expression engine (or an old version of AE). Read through some of the other comments for the solution.
I got an error on "repeat()" function, AE said it is not a function. Anyone having the same issue?
Same here.
vientos
anyone getting an expression error when using the slider here's the code = text.sourceText.repeat(effect("Slider Control")("Slider")) END IT WITH AN EXTRA BRACKET
Does this only work in 2019? Tried it in 2018 and didn't work but works in 2019. I just don't wanna convert over to 2019 just yet lol!
Actually it works on my co-workers computer for AE 2019 but not mine saying it isn't a function?
@@bryanschumacker5417 Read the other comments. Only works in 2019, and only if you're set to the current expression engine. Yours must be set to legacy.
lmao @ that one dislike
my option to text animate isnt coming please help
#repeat Expression not working
You'll need AE2019 to use it. That function doesn't exist in the legacy expression engine.
@@kylehamrickmotion I have AE2019 and the repeat expression is not working
Confirm that you're not using the legacy expression engine (explained in another comment) and that you're writing it as I am.
@@kylehamrickmotion ohh you are right now it's working, Thanks
神乎其技!
Cool ((:))
¿ALGUIEN HABLA ESPAÑOL?
.repeat() doesn't seem to be a function, showing error
You'll need AE2019 to use it. That function doesn't exist in the legacy expression engine.
Kyle Hamrick - Thank's!
I found this script for CC previous version on Creative Cow. This worked for me. Try this.
phrase = text.sourceText;
num = 5;
repeatString(phrase, num)
function repeatString(string, repeats) {
newString = "";
while (repeats > 0) {
newString += string;
repeats--;
}
return newString;
}