Kill brick



[CAT] Cathal
Joined 21/09/2025
Posts 13
Top 9 Forumer
04:39 PM 19/10/2025
whennnnnnnnnnnnnnnnnnnnnnnnn

Replies



[GLB] ChillTrips
Joined 26/09/2025
Posts 115
Top 2 Forumer
06:18 PM 19/10/2025
kill brick when


[Tag] nueva
Joined 13/10/2025
Posts 222
Top 1 Forumer
06:20 PM 19/10/2025
A brick that makes you go "Ouch!"


[GLB] ChillTrips
Joined 26/09/2025
Posts 115
Top 2 Forumer
06:37 PM 19/10/2025
Quote from nueva , 06:20 PM 19/10/2025
A brick that makes you go "Ouch!"
that hurt


[GYM] Iceables
Joined 16/09/2025
Posts 52
Top 3 Forumer
Administrator
06:51 PM 19/10/2025
there is a killbrick script

heres the code:

world.bricks.filter(brick => brick.name.startsWith("putabricknameyouputinyourgame")).forEach(brick => {
brick.touching((player) => {
player.kill()
})
})

1