Few Things Before I get started.
These were my personal aliases,the names of the aliases can be used and or changed. It is completely up to you.
There are more then 50 rotations that can be achieved, most of them with -r, which I explain in the Sub page to Attach+
These are the beacon_nova version of rotations, and with that I will only be providing 5 basic ones.
First Rotation is turning right by 90 degrees
alias create apf- @modelswap attachplatform; @scale 1; @tint 0 0 0 0; @play Fire,B loop; @attach beacon_nova origin; @scale 1; @tint 255 255 255
Second rotation is turning left by 90 degrees.
alias create apf @modelswap attachplatform; @scale 1; @tint 0 0 0 0; @play Fire,A loop; @attach beacon_nova origin; @scale 1; @tint 255 255 255
Third rotation is turning upwards by 45 degrees
alias create apf+ @modelswap attachplatform; @scale 1; @tint 0 0 0 0; @play d loop; @attach beacon_nova origin; @scale 1; @tint 255 255 255
Fourth rotation is turning downwards by 45 degrees
alias create apf= @modelswap attachplatform; @scale 1; @tint 0 0 0 0; @play c loop; @attach beacon_nova origin; @scale 1; @tint 255 255 255
Fifth rotation is turning flipping upwards by 90 degrees
alias create vds @modelswap voidseeker; @play start loop; @actrmsg SetScale .005; @tint 0 0 0 0; @attach beacon_nova Center; @scale 1; @tint 255 255 255
You can recreate these with -r, although there are many more rotations with -r and I strongly encourage you to learn how to use it as it can be extremely helpful.
-r is explained in another Sub Page for @Attach+!