Help needed with IK(Inverse Kinematics) animations

Hello guys, ive been making a skate game and when it comes to animations i decided on using IK.

Now i def know how these constraints work, but it has come to me that they lock all animation movement, lets say i use an IK constraint and make it control the whole left arm, if i try to animate that arm, it refuses to move (atleast moving in its own local space) since the end effector is just stuck in place since its locked on the target part.

Now I could just disable the IK , play the animation and re enable but it will soon enough become a mess, plus i still want some IK movement.

It has come to my attention that i can rely on procedural animations, I actually tried using them but again, it soon enough became pretty unusable since i had to re play the game each time i wanna test the animations.

Good example is the game “SKATED” Im going for that kind of procedural animations, from what i see, the limbs move as if they were animated in the default editor, but IK is very clearly thee (At least for the legs and Upper torso).

So yeah what is the best way to combine default animation editor and IK constraints.

Just to clarify i am a scripter so if any coding is involved i can change the theme to scripting support

Thanks for reading and any help regarding animation is REALLY appreciated

Got any hope? I need help too.

I’m looking for answers as to how to clash the two nicely as well (Roblox Animations and IK controls). You may get more views or support if you do change it to scripting support.

Well for now my only solution is basically to disable the IK for the limb when i animate it and enable it again when back in the idle, if anyone’s got a better solution, please reach out, it will be very appreciated

How well does it look overall?

Well I’ve only done it once, but i works well IG, I mean it looks a bit harsh at the beginning(since we are disabling the IK), but if the animation itself starts of fast, it should blend somewhat nicely

Why wont you just gradually lower influence of IKControl?
I haven’t used that instance in a while but i do remember it has property like that Weight smth