How Do i make paticles not pass though certain objects?
i have tried doing different things and, nothing has worked any ideas?
QuietProfesional Place the objects in different layers or use Z to place whatever you want in front of the particles.
Develop games in your browser. Powerful, performant & highly capable.
That'll work as long as the objects are big enough that the particles will fade before coming out the other side. If not, I'd recommend looking into using sprites instead so you can just destroy them on collision.