"Sometimes it is impossible to know who made the scene first"
There is something called date added you know? It's right under the Filesize, which is right under the Author of the scene.
Hey Xray, I always wondered, how do you detect where an object is going? And make that object point to where its going, that is, it's angle changes with the direction of the object's speed.
This marble race is super broken:
1-Marbles cannot get past the hole in the beggining
2-The boxes supposed to keep the piston in place are able to collide with the marbles
3- The axels aren't even hidden!
4- What in the world is the image at the bottom?
Hey Xray! I was wondering, but can you detect whether an object is "touching something else? And if so, can you detect whether a condition about the other object is true, and if so, do something? I was trying to make a scene that relies on physics and stuff to conduct electricity, like touching a battery would power a bulb on.
Hi Xray! I was wondering, but is there a way to make a "wait" command with scripts? By that I mean that a script runs as normal, but when it reaches the "wait" it pauses for a period of time before continuing.
Awesome! I usualy use timeToLive as my "wait" command, like this:
(e)=>{
timeToLive=<1?{
timeToLive=1.25;
[script here]}:{}
Although I don't know how to make it a bit shorter, something like "e.this.wait (value)" or something.
I did and I awnsered my own question, but I have a new one, is there a way to make a "For" loop in scripting? Or in other words, with scripts can I make a loop that repeats a specified ammount of times, for example, a bomb that when it collides with something, it repeats and action 3 times and explodes.