``Hello Guys I Have One Problem!Here it is. I got very old scripts from one of my friends scripters, but they was for r6 so im making r15 game and when i tried to test the scripts with "UpperTorso" no only "Torso" i got strange error that i can't understand it says: RightShoulder/LeftShoulder is not a valid member of MeshPart what that mean? Please Help!How to make them to r15?
You can't use a R6 script on R15. The only parts that should be incompatible are the CFrame animations (I assume it's CFrame since I see "very old" and "R6" and nothing about an animation keyframe [as it shouldn't throw an error if the members are incorrect]).
Instead, "re-keyframe" the animations. Make them by yourself. Research CFrame:lerp(). Works wonders, otherwise, you can use TweenService if you're a lazy bum like me.