Lachlan
- النشاط الكلي 10
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 0 مستخدم
- أصوات 0
- الاشتراكات 3
نظرة عامة على الأنشطة
آخر نشاط بواسطة Lachlan-
Lachlan قام بالتعليق،
If you add me on discord at: TridentLachlan#7638 I'll be sure to give you hand :)
-
Lachlan أنشأ منشوراً،
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 قام بالتعليق،
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 قام بالتعليق،
solved :)
-
Lachlan قام بالتعليق،
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 قام بالتعليق،
// -----JS CODE----- //@input Component.Text TextObject var whatisyear = moment().year() var whatismonth = moment().month() + 1 var whatisday = moment().date() function convertToRoman(num) ...
-
Lachlan أنشأ منشوراً،
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...