Glad you figured it out. Just a couple things since you posted the screen shots. First, remove the set node in the widget you aren’t even using it if you notice no blue wires go into or out of it. Second have a separate cast node for your pick up item end overlap event. Don’t get in the habit of crossing wires from separate execution paths like that. You get into trouble that way especially of you were to somehow start already overlapping a pickup and then you end overlap without first firing overlap (I know it’s weird but trust me it can happen) you’ll end up with an error because the cast node wouldn’t have fired by the time you go through the end overlap. So just save yourself potential future headache and give it a separate cast node and use the output pin for the boolean variable target in the end overlap execution. Other than that great job following the instructions with no screen shots!