Brandon / Apoc
I make lenses for brands: https://scarletsocial.com Snap Lens Network Member Check out my YouTube for some tutorials: https://youtube.com/c/apocthelegend Lens Studio Pro :P
- النشاط الكلي 485
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 13 مستخدم
- أصوات 15
- الاشتراكات 223
تعليقات
النشاط الحديث بواسطة Brandon / Apoc الترتيب حسب النشاط الحديث-
Using the face texture, you can set the scale to 0, this will then be just one color sampled from the face. Make sure it's set to nose or head center.
-
A few things I notice here, first you need some sort of check if the tween has already been called or you're gonna be constantly calling or stopping it which won't let it play right and possibly sl...
-
It looks like the image you are using does not actually have transparency. You'll need to cut out the background in photoshop or another image editing tool. As well, make sure the image file is sav...
-
Try the user interface scripts https://lensstudio.snapchat.com/guides/scripting/helper-scripts/user-interface/
-
Can you share a screenshot or video of it?
-
It appears the objects for the second head got removed. You'll have to add them back to fix it or uncheck the two heads checkbox on the controller
-
Have you tried the static object template? https://lensstudio.snapchat.com/templates/world/static-object/ It has position and scale for 3d objects in the world built in.
-
Just open the script called makeupcontroller in that template. You will see all the code which is written in JS. From there you can either just tap into the existing variables or make your own. ...
-
In the particle material, under spawn/time, change the "Global Time Multiplier" to a negative value
-
Check out the persistent storage system: Guide: https://lensstudio.snapchat.com/guides/scripting/persistent-storage/ Api: https://lensstudio.snapchat.com/api/classes/PersistentStorageSystem/ Simple...