How can I generate an armor stand that does not rotate? Regardless of whether the victim is looking to one side or the other...
Or how can I rotate an armorstand to 0.0f? Like this:
When it generates the armorstand, it is in the direction the victim was looking at before dying.
Or how can I rotate an armorstand to 0.0f? Like this:
code_language.skript:
set {_loc} to location of victim
spawn an armor stand at {_loc}
When it generates the armorstand, it is in the direction the victim was looking at before dying.