Marker that is facing player's direction

I had this issue where my marker isn't facing the player's direction, and here is the commands: () Spawning Marker execute @a anchored eyes run summon minecraft:marker ^ ^ ^2 {Tags:["j"]} Executing marker to be facing and position as player (not working) execute as @e[tag=j] at @s run tp @s ~ ~ ~ facing entity @a[limit=1,sort=nearest] Moving the marker (? or just, make it move) execute as @e[tag=j] at @s run tp ^ ^ ^0.1

Continue to help post