spaceship is going backwards when I click using the AStar

I am creating a spaceship game and my spaceship is going backwards when I click using the AStar, how can I make the back effect that a spaceship would do? And not follow the path in a straight line by pulling my ship backwards.

Hi

It sounds like you want to rotate your sprite 180 degees. In 2D-mode, the +Y axis is always forward. In 3D mode, the +Z axis is forward.
I’m not quite sure what you mean by “how can I make the back effect that a spaceship would do”.