Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why aren't shoulders rotating after changing desired angle?

Asked by
AronYstad 101
1 year ago
Edited 1 year ago

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.

0
Are there errors in the output? Can you provide a screen recording? T3_MasterGamer 2189 — 1y
0
Also using those Properties is EXTREMELY DEPRECATED and it is recommended to use animations instead. If you send a video recording of the dance, I might make an animation for you if I can. T3_MasterGamer 2189 — 1y
0
There are no errors. As I said, it changes the values as it should, but then nothing happens. Also, I thought it might be deprecated, but I can create my own animation if that's necessary. AronYstad 101 — 1y

Answer this question