Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

Can I Make an Animation Disregard Physics?

Asked by 4 years ago
Edited 4 years ago

I am trying to create an animation that contains a keyframe where the player's entire body is lowered into the ground (or whatever they are standing on). I did this by simply changing the LowerTorso's position for that keyframe. When testing it in the animation editor, it looks great and the dummy goes into the ground, but when actually testing it in-game, it seems as if the animation refuses to let my character go into the floor. Is this due to physics or something? Is there a way to avoid this issue? Many thanks in advance.

1
Wow, I have the same issue... LordTechet 53 — 4y

1 answer

Log in to vote
0
Answered by
Psudar 882 Moderation Voter
4 years ago
Edited 4 years ago

This is probably due to the nature of animations.

Animations are only changing the positions/orientations of the body parts. When using positions, it wont ignore collisions.

You could play the animation and edit the CFrame via script (which does ignore collisions) to go below the ground.

Ad

Answer this question