Started by
CaiGuyCrafter
on
Topic category: Help with Minecraft modding (Java Edition)
Okay, so I know now how to detect when the player is sprinting, but now using Obfuscate I want to know how to continuously make the user stick his arms out while he's running. When I did this, it did not work:
If: is (event/target entity) sprinting
do: set the (rotationpointX) for bipedRightArm to ___
set the (roationpointX) for bipedLeftArm to ___
else: set the (rotationpointX) for bipedRightArm to (0)
set the (roationpointX) for bipedLeftArm to (0)
(I put unerscores because I don't know what to put here. I also don't know what the rotation point should be. e.g: should the rotationpointX be rotationpointY, rotationpointZ, etc.?)
Please, someone help. Thanks!
Its been a few days, does any one know how I could do this? Sorry for the bump
try 90 or -90 where the underscores are. Keep it on rotateX, doing something else would break it (y would make the arms flip to the side, z would make it look as if the player were sticking their arms through their body)
i think rotationPointX controls where the point of rotation is