I am using particles, and I wan't to know if their is a way to detect collisions with particles. I can't find any event to do this.
Particles doesn't have a .Touched event. I could only think of making an invisible part and listen to .Touched events...
maybe weld a part to the particle part that is the size of particles and use a on touch function.