How can I make a player teleport to the armor stand facing the same direction as it too
execute as @e[tag=!star_platinum_stand_user,distance=..20,tag=!timestopped] at @s run execute rotated as @s run summon armor_stand ~ ~ ~ {Invulnerable:1b,Invisible:1b,NoGravity:1b,Tags:[timestop]}
execute as @e[tag=!star_platinum_stand_user,distance=..20] at @s run tp @s @e[tag=timestop,distance=..0.5,limit=1]
Dont worry abt what I'm making 😉