UIParticle Question

sorry I didnt want to spam the main thread, but I was able to make some cool fireworks effects with the library! I did have one final question tho, how would I edit the individual particles themselves? I can only currently change the properties of the emitter, but I’m not sure how to do so to the indivdual particle itself. Here’s a snippet of my code:

    emitter.Acceleration = Vector2.new(15,15)
    emitter.maxAge = 5
    emitter.EmitterMode = "Point"
    emitter.Color = Color3.fromHSV(math.random(),1,1)
    emitter.SpreadAngle = NumberRange.new ( 0,360)
    emitter.Speed = NumberRange.new ( 10,25)
    emitter.RotSpeed = NumberRange.new ( 0,50)
    emitter.Size = Vector2.new(.5,.5)
    return emitter

This is #resources. Post questions related to scripting in #help-and-feedback:scripting-support.

yeah i thought i sent a DM instead Im embarrassed