ParticlesOnTriggerScriptEnable particles when holding down the trigger.Code#local table = {} function table:OpenSkill(attach) self.particles:Play()end function table:CloseSkill() self.particles:Stop()end return Class(nil,nil,table)CopyComponent#