Complete ScriptsParticlesOnTriggerScriptOn this pageParticlesOnTriggerScriptEnable particles when holding down the trigger. Code local table = {}function table:OpenSkill(attach) self.particles:Play()endfunction table:CloseSkill() self.particles:Stop()endreturn Class(nil,nil,table) Component