#im trying to make an armorstand fly in the direction im looking but it doesnt
1 messages · Page 1 of 1 (latest)
this runs as me when i activate it
this runs every tick
instead of the "sword" armorstand moving forward, it moves as if this line is ~ ~ ~1 instead of ^ ^ ^1
it seems like you're drastically overcomplicating this. you don't need to summon extra armor stands to position your original armor stand relative to, you can just use caret notation directly in the teleport commands (in the first function, tp @e[tag=justsword] ^ ^ ^1 ~ ~ or alternatively rotate @e[tag=justsword,limit=1] ~ ~ depending on your version, and in the second just tp @s ^ ^ ^1)
and are both of those functions run both as and also at the relevant entities?