how to get player who spawned bullet

In my projectile blueprint. I dragged out the instigator from the cause damage node and looked for “Get instigator controller”


From there I went into my player’s blueprint and from the “event any damage node” I dragged out “instigator” and called a cast to my player’s controller. Then I call the custom event I created in the player controller (My player controller is called MMPC)

Here is what the event does for now I can later scale this to update my scoreboard or kill count.