#How to mimic armor stand shake
1 messages · Page 1 of 1 (latest)
in a single tick that is impossible.
you can use the animation interpolation to get the shake effect but you can only rotate it in one direction per command call.
so you would need to make another call with it rotating in the other direction a couple of ticks later.
or you use animated java and it handels all of that for you so you only have to call the play animation function.