Animating problem

this is a very basic problem. but i’m doing my first steps in the world of game creation.

so i’m planing on doing a topdown labyrith like game and i wanted to know what is the easiest way to make my character turn?
on a 2D game when the character only needs to move into two directions i usually use a boolean property to stop the charakter from turning around everytime i hit a button. in a topdown game though when it moves in 4 directions i can’t really use that.

please no codes. i want to stick to logik brick for now.