the emit particle works only when before i put a task.wait(0.1), i tried to see if its just the children of the part that contains the particles just, didnt have the time to load without the task.wait, but i can print the childrens and his properties without any problems, even with this, the particle doesnt emits
parryParticleClone.Parent = game.Workspace
local forward = char.HumanoidRootPart.CFrame.LookVector
parryParticleClone.Position = char.HumanoidRootPart.Position + (forward * 2)
soundPart.Parent = game.Workspace --ignore
soundPart.Position = char.HumanoidRootPart.Position --ignore
task.wait(0.1) --this
particleEmitter.emit(parryParticleClone)