Have you tried just putting the overlap event on the Wigglers actor instead of the goal since it’s a new instance every time it’s spawned and just having them handle the scoring? That should be an easier solution than having to use an external array to adjust the score, which was my original thought. That way it counts every time the new actor overlaps the goal.