Lachlan
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Lachlan-
Lachlan commented,
If you add me on discord at: TridentLachlan#7638 I'll be sure to give you hand :)
-
Lachlan created a post,
ROME - Simple lens (Kira Kira Effect, Roman Numeral Month + Year).
Hey Guys :) Feel free to check out a simple lense I just completed, it would be much appreciated. https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=4ac591503a4c427f85c9a43097890c1a&metadata=01 ...
-
Lachlan commented,
Is there any way to make the particles randomly rotate and lower the amount that randomly spawn without lowering the possibilities to where they can spawn? Regards, Lachlan.
-
Lachlan commented,
solved :)
-
Lachlan commented,
I use script.textobject.text = roman; and I get an error. 14:39:26.962 [Scenarium] ReferenceError: identifier 'roman' undefinedat [anon] (Script 3.js:44) preventsyield Any ideas?
-
Lachlan commented,
// -----JS CODE----- //@input Component.Text TextObject var whatisyear = moment().year() var whatismonth = moment().month() + 1 var whatisday = moment().date() function convertToRoman(num) ...
-
Lachlan created a post,
Displaying text from script onto screen
Hey All, I hope you are doing well, I am currently working on an addition to a lens I am making which focuses on getting the current month and year and projecting it to the screen. I have figured o...