15:40 Small update Component.SpriteVisual is Deprecated insted use Component.Image
@cm0te4 жыл бұрын
The music makes it super easy for me to follow. In a weird mine-crafty way. Thanks man! This is gonna be my new thing.
@pagoda_dimensionale97612 жыл бұрын
4:24 is more correct to say that the function "print" accept and work only with string. So you need to feed it a string variable, not a int or a number. The fast way is to call the .tostring() method in the number variable to convert it in a string => print(number.tostring());
@LucasRizzotto3 жыл бұрын
Fantastic introduction. Thank you!
@marianamilano89123 жыл бұрын
Hi Ben Thanks a lot for this tutorial. Best regards from Argentina. Instant suscribe
@nelzster01 Жыл бұрын
Thank you so much! Super helpful.
@zurasaur11 ай бұрын
LEGEND, u saved me here thanks
@orokro_stuff4 жыл бұрын
You don't need an IF statement. You just need "dog.enabled = !dog.enabled" which will always toggle it.
@tiesfa5 жыл бұрын
Great video but why the sad music :p
@cm0te4 жыл бұрын
Programming is a lonely life. ACCEPT IT
@alfski4 жыл бұрын
Tip: You need to save the Script before anything works! Press CTRL-S (Windows) or COMMAND-S (Mac). The icon at the top of the 'Script Editor' will change from a dot to a cross.
@vrushaliaher45823 жыл бұрын
Hi Andrew! Please can you help me, I'm trying to code in such a way that after all the images are cycled, I want to call another template "face in image" is it possible to do that?
@israpacks4 жыл бұрын
thank you for this tut please make more!!! ( :
@jeelzzz5 жыл бұрын
you didn't need to add the empty string, you could just print it as it is, the error was that you referenced text instead of number
@dhruvvxx4 жыл бұрын
Could you make a tutorial on how make scripts for bling effect
@ShreyaReddyArt4 жыл бұрын
omg yes i've been dying to find out howwww
@Zoark6 жыл бұрын
this video is an epic video
@LensTutorials6 жыл бұрын
~Zoark thank you!! I’ll see you in r/snaplenses ;)
@vrushaliaher45823 жыл бұрын
Thank you so much for this tutorial Ben! Please can you help me, I'm trying to code in such a way that after all the images are cycled we call another template "face in image" is it possible to do that?
@qfurgie4 жыл бұрын
absolute legend
@syaimatavid3434 жыл бұрын
do i need to have a javascript in my laptop so that i can use the script in lens studio? because now when i click the script i cant' right on it
@Andiicodes4 жыл бұрын
ben can u. pls help me? I want to make a random rating number? how can I do it
@adityabanga94934 жыл бұрын
Hey! Can anyone share the video. How to add username in the lenses.
@activemotionpictures4 жыл бұрын
Instant subscribe
@mightyjoetech6 жыл бұрын
How could you do animation or transitions?
@LensTutorials6 жыл бұрын
Joseph Curtis what kind of animations or transitions are you thinking?
@mightyjoetech6 жыл бұрын
@@LensTutorials I see your other videos now, awesome stuff, how could you do a count down with custom text and JavaScript? I guess I should go read the documentation, I'm hooked now.
@LensTutorials6 жыл бұрын
Joseph Curtis that’s a great idea! Would you want a simple timer in seconds, or something that counts down to a specific day or time?
@mightyjoetech6 жыл бұрын
@@LensTutorials Can we do specific time and day? Is both hard? I still haven't looked at the docs.
@LensTutorials6 жыл бұрын
Joseph Curtis are you still in need of a tutorial for timer?
@Thorvaldsen4205 жыл бұрын
hi, i have made a button and followed your tutorial and it turns on and off the picture, but is it a way i can make the button not show when i take the picture in snapchat?
@LensTutorials5 жыл бұрын
Hey there! Look into lensstudio.snapchat.com/guides/general/camera/ and read about Live and Capture targets, this will show you which one to use
@arct1c_8165 жыл бұрын
I couldn't understand the coding part when you wanted to cycle between 3 images, could you make more tutorials on coding for beginners please
@hnadiyapara39984 жыл бұрын
when i add object in script but not seen it in scene object
@shay_quinn2 жыл бұрын
It might be worth mentioning "Component.SpriteVisual" is [DEPRECATED] and replaced with "Component.Image" for any for people just getting started, I know I would have been glad. Oh and thanks to Ben Knutson for the grate video.