Logic Problem

I think you’re not testing what kind of actor is doing the overlap.

It’s no good casting the player to the player, cause that’s always going to work. You need to cast the overlapping actor to the player, that’s why we use a cast:

image

1 Like