If Possible can you make a brick move?

[Pie] Piero
Joined 19/02/2020
Posts 1,296
02:14 AM 29/02/2020
If so, can it be when a player is detected, like a sliding door almost?


Fez_
Joined 14/11/2019
Posts 241
02:17 AM 29/02/2020
everyone laugh


[Pie] Piero
Joined 19/02/2020
Posts 1,296
02:19 AM 29/02/2020
Quote from Fez_ , 02:17 AM 29/02/2020
everyone laugh
Let me guess impossible, or is there something I'm missing?


[TylFT] Tylorfoot
Joined 03/06/2017
Posts 6,581
03:24 AM 29/02/2020
Quote from Piero , 02:19 AM 29/02/2020
Quote from Fez_ , 02:17 AM 29/02/2020
everyone laugh

Let me guess impossible, or is there something I'm missing?
no he's just a trashposter who doesnt care

moving a brick is actually pretty simple, use the setPosition function
https://brickhill.gitlab.io/open-source/node-hill/classes/brick.html#setposition


[Pie] Piero
Joined 19/02/2020
Posts 1,296
03:59 AM 29/02/2020
Quote from Tylorfoot , 03:24 AM 29/02/2020
Quote from Piero , 02:19 AM 29/02/2020
Quote from Fez_ , 02:17 AM 29/02/2020
everyone laugh

Let me guess impossible, or is there something I'm missing?

no he's just a trashposter who doesnt care

moving a brick is actually pretty simple, use the setPosition function
https://brickhill.gitlab.io/open-source/node-hill/classes/brick.html#setposition
Why thank you, I’ll keep this book marked


EnoughPlenty
Joined 03/12/2019
Posts 358
08:25 PM 19/03/2020
Yes, you can. To make it move, you'll have to use a script like this example: "Vector3(x, y, z)" the x, y and z are the coordinates. I hope this helps you

1