You don't want to use player.angle for it is the angle of the player-object..
What you want is the angle from the position of your object to the position of the player..
One way of getting that would be to use this expression:
angle(object.x,object.y,player.x,player.y)