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
- Total activity 485
- Last activity
- Member since
- Following 0 users
- Followed by 13 users
- Votes 15
- Subscriptions 223
Activity overview
Latest activity by Brandon / Apoc-
Brandon / Apoc commented,
But, you could put on screen buttons you trigger with a mouse click. That's the only perfect way for multiple really, unless you just cycle through all options with the single key. I haven't tested...
-
Brandon / Apoc commented,
I don't think there is a way, the only option for keyboard support on Snap Cam is the single interaction key you can bind which is a full screen tap event
-
Brandon / Apoc commented,
You still use global.tweenManager The autocomplete only shows existing objects in Lens Studio and ones made in that particular script. global ones made in another script, though still accessible, d...
-
Brandon / Apoc commented,
make sure you have any script blockers turned off, as you also have to accept the recaptcha which can be blocked by those sometimes
-
Brandon / Apoc commented,
it is not possible unfortunately
-
Brandon / Apoc commented,
I'm not sure what operating system you are on, but open the process manager for it (like task manager in windows) and check for anything called snap camera and force end it.
-
Brandon / Apoc commented,
array.find is an ES6 method, you will have to use an ES5 friendly way since LS is mostly ES5. You can fix it with a polyfill, just add this code in your script. Make sure it is placed near the top,...
-
Brandon / Apoc commented,
It looks correct, so it could be something not closed properly on the lines above. It could also be a random blank character or abnormal character, you may want to try retyping it, if it was pasted...
-
Brandon / Apoc commented,
Can you share any screenshots or scripts in the project to help diagnose?
-
Brandon / Apoc commented,
You should first learn the basics of javascript, specifically ES5 javascript. There are a lot of places online for this like FreeCodeCamp, it shouldn't be too difficult to transfer your python know...