Taelss
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 14
Comments
Votes on activity by Taelss Sort by votes-
The discord by /r/Snaplenses is more active with around 300 people, and almost instant help. Im also in there lots :) https://discord.gg/Hbqwp2
-
It'd be nice if you posted working code... -.-
-
No problem! Have fun!
-
Make a script. Putt his code in. //@input SceneObject myObjectvar tapEvent = script.createEvent("TapEvent");tapEvent.bind(function(){script.myObject.enabled = !script.myObject.enabled;}); Next ad...
-
Thank you so much! Steps to fix this if anyone else is having this problem. 1. Check through all your Objects, check if they have your script attached, it helps if your script isnt just named, ...
-
Oh, sorry about that haha. Here is the updated code. //@input SceneObject firstObject//@input SceneObject secondObjectscript.secondObject.enabled = falsevar tapEvent = script.createEvent("TapEven...
-
//@input SceneObject firstObject//@input SceneObject secondObjectvar tapEvent = script.createEvent("TapEvent");tapEvent.bind(function(){script.firstObject.enabled = !script.firstObject.enabled;if(s...
-
erm actually let me edit the code because im 99% sure that wont work..
-
If you use discord you can pop in and say hello, and also ask for help. The discord is very active with around 400 people and alot of skilled users in there that love to help (me :D) https://disco...
-
//@input SceneObject firstObject//@input SceneObject secondObjectvar tapEvent = script.createEvent("TapEvent");tapEvent.bind(function(){script.firstObject.enabled = !script.firstObject.enabled;!scr...