Lachlan
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Lachlan Sort by recent activity-
If you add me on discord at: TridentLachlan#7638 I'll be sure to give you hand :)
-
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.
-
solved :)
-
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?
-
// -----JS CODE----- //@input Component.Text TextObject var whatisyear = moment().year() var whatismonth = moment().month() + 1 var whatisday = moment().date() function convertToRoman(num) ...