I am trying to get an enemy to follow the player using navigationAgent2D

I Can't get a path to show and when I get final position it keeps giving me (0,0) if someone could shed some light on this it would be helpful.

Well you're only calling MakePath in _ready, and I assume (0,0) is where your player starts, so that's why it would always be (0,0)