Interface, no scripts running …
Albert avatar, starts off in T-pose but shortly thereafter arms relax to hang vertically by his sides …
Run a test script that tries to do …
MyAvatar.setJointRotation("LeftArm", Quat.fromPitchYawRollDegrees(45.0, 0.0, 0.0));
… and similar to arm, forearm, and hand joint rotations.
But Albert’s arms don’t move.
What am I missing? Is MyAvatar.setJointRotation() still able to be used? Does Interface need to be specially configured somehow? Does the script need to enable or disable something?