Hello @Nitro_27 how are you?
I’ve been checking this case and I can’t find anything wrong with the scripts I see in your screenshots.
What I think could be happening is that the nodes “Rotate to Face BB Entry” and “Move To” in your “Chase Player” are not referencing the “EnemyActor” blackboard variable. I highly recommend you to eliminate the “SelfActor” variable from the blackboard if you are not using it, to avoid any conflict.
Other things that could be causing the problem are the default values for your “Has Line Of Sight” and “Enemy Actor” variables in your “Hatman_Controller”. Be sure their values are “HasLineOfSight” and “EnemyActor” respectively (no blank spaces), so they are the same as in your blackboard.
Hope this helps!