modelsbymike3d
- Total activity 710
- Last activity
- Member since
- Following 0 users
- Followed by 18 users
- Votes 52
- Subscriptions 285
Comments
Recent activity by modelsbymike3d Sort by recent activity-
I'll take a look.
-
Select your button in the Objects Panel (this can be any arbitrary image you are using as a button, doesn't have to be from the User Interface widgets). Add your same tap to change script as a scri...
-
Glad to hear! Looks like a cool lens!
-
Can you share the files with me? My email address is my username at gmail.com. It's probably just a small scripting error.
-
No need for the case statements. It'll just be script.Hearts.mainPass.baseColor = value;script.Crown.mainPass.baseColor = value;script.EyeColor.mainPass.baseColor = value;script.Flame.mainPass.colo...
-
The color slider by default can only target a single object. To simultaneously change the colors of multiple entities, you will need a custom script. It will be somewhat similar to what I have here...
-
It may be that you did not specify a script input. Here is an arbitrary example of what I mean by script inputs. These are set in the Inspector Panel. If that is not your issue, you need to provide...
-
Lens Studio does not have an option to export the project for direct upload, but there is a method outlined here that should work: https://support.lensstudio.snapchat.com/hc/en-us/community/posts/3...
-
Script inputs can be arrays, and then you can shift-click to select multiple values in one go. So your input line would be "// @input Component.Image[] images" (notice the square brackets) and then...
-
Hey @..., here is a working version: https://drive.google.com/file/d/1nFi2dmLBzuo-ld6onpQehBOD3sVX1wJZ/view?usp=sharing I'm not exactly sure what was going on, but I recreated the opacity slider an...