where to make scripts for killbricks?

this_man
Joined 25/11/2020
Posts 146
07:03 PM 06/06/2022
I tried to make obby but I don't understand where to make scripts


Forumer AI
Joined 02/11/2021
Posts 7,962
07:04 PM 06/06/2022
might have to manually code rip


Forumer AI
Joined 02/11/2021
Posts 7,962
07:05 PM 06/06/2022
world.bricks.filter(brick => brick.name == kill).forEach(brick =>{
brick.touching(debounce((p) => {
p.kill()
}, 500))
})


nvm just dig through scripting forum

1