#well i sent the wrong script (need help with emitters

1 messages · Page 1 of 1 (latest)

lapis tree
#
                        connection:Disconnect()
                        for _,v in pairs(explosionPart:GetDescendants()) do
                            if v:IsA("ParticleEmitter") then
                                v: Emit(v:GetAttribute("EmitCount"))
                            end
                        end
                    end
                    projectile:Destroy()

@quaint zodiac sorry for the ping, actually i sent the wrong script I'm tryna emit them using emitcount instead of just enabling them, but this aint working.
this part of the script was used in another system of mine but rn it doesnt work 💔

#

help

quaint zodiac
#

v:Emit(v:GetAttribute("EmitCount") or 1)

#

try this

#

if it works then your particles don't have attribute "EmitCount"

lapis tree
#

i checked for typos and there arent any

#

idk where to seek

#

I'm working with vfx suite if that can help

quaint zodiac