Hi, i tried to create some code to fix that but it doesn’t work. All times when i try to change torso angle the arms does not rotate but torso does.
Video:
Any help will be appreciated.
Hi, i tried to create some code to fix that but it doesn’t work. All times when i try to change torso angle the arms does not rotate but torso does.
Video:
Any help will be appreciated.
This has to do with the new update to roblox animations, before this was disabled automatically however now is automatically enabled.
To bypass this I use this line of code in a server script which runs whenever the server is created, this makes sure the value stays disabled all the time to prevent from this happening.
workspace.Retargeting = Enum.AnimatorRetargetingMode.Disabled
It helped me with solving this. Thank you.
By the way, you just can disable it here without needing to create a script.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.