how to make a brick non-collidable?

Podnf
Joined 20/06/2019
Posts 820
03:42 PM 19/01/2020
essentially, how to make it so you can go through a brick.

i didn't see a button on the workshop or anything so i assume it involves a script.

note that i know nothing about scripting in this game.


[lego] Lip
Joined 24/04/2019
Posts 38,693
03:42 PM 19/01/2020
When a gamer doesnt know.


rowbot
Joined 15/04/2017
Posts 3,986
03:46 PM 19/01/2020
open the .brk file in a text editor
and add
+NOCOLLISION
under the
+NAME
of the brick


Podnf
Joined 20/06/2019
Posts 820
03:52 PM 19/01/2020
Quote from rowbot , 03:46 PM 19/01/2020
open the .brk file in a text editor
and add
+NOCOLLISION
under the
+NAME
of the brick
thank you

1