Well what do you know, I found it out. For the sake of the internet and those after me, here is the solution for this problem. If you want to have the character in a state where it cannot move conventionally, but walking anims are still overriding when you change it's CFrame constantly, you'll have to force upon it an idle animation that is paused. Because most character animations override the idle animation, this state will be overridden immediately once the character is freed from this state. Here is the code, assuming the player is already defined:
1 | idle = Player.Character.Humanoid:LoadAnimation(Player.Character.Animate.idle.Animation 1 ) |
If you happen to stop by and this solution helps you, please give me upvotes ;>