Hello. I am trying to fix a script for an old dance tool, but I have no idea what's wrong with it. The script animates the player by changing the desired angles and maximum velocities of the shoulders and hips. When I tried to use it, it did change the values, but nothing happened. Does anyone know why nothing is happening?
Here is one part of the code that changes the angles:
RightShoulder.MaxVelocity = 0.35 LeftShoulder.MaxVelocity = 0.35 RightShoulder.DesiredAngle = -3.14 LeftShoulder.DesiredAngle = 0 RightHip.DesiredAngle = 1.57 LeftHip.DesiredAngle = 0
Edit: I should mention that the shoulders and hips are defined earlier in the code.