MaximumADHD / Character-Realism

A flexible character enhancement system for Roblox.
Mozilla Public License 2.0
103 stars 25 forks source link

Issues with arm movement. #4

Closed ghost closed 3 years ago

ghost commented 3 years ago

It seems as the left arm when you look down or look up doesn't move along with your right arm. image I've also seem to find even major problems with it, the left arm seems to just not work with the script. image

kinkocat commented 3 years ago

I don't know if this pertains to this issue but the "Left Arm" is always marked as "Dirty" in the code & as a result it will never be rotated during the heartbeat loop. I added:

if Dirty or name:sub(1, 4) == "Left" then
          -- Rest of the code here.
end