how do i make my particles have colliders thanks.
Add a World Particle Collider component to the particle system. Then you can use the `OnParticleCollision` callback (note that this just tells you if a collision occurred at all, not which particles specifically are colliding).