How can I get this stop motion effect just like the game Dingus?

How can I achieve this stop motion affect? I have tried messing with the Animate script but that got me no where. I figured I would show this video to prove that they are somehow spacing out the animation frames with scripts instead of manually making new animations.

It really looks like they just created new animations. The chat emote commands can also have their animation changed.

Yeah but then you wouldn’t get that weird effect where it goes from smooth to stop motion

Both animations seem to be at the same framerate. It is harder to see with the idle movement, but it stutters the same amount as the dance. The dance stutter is very visible because it is moving fast. The transition from the idle to the dance is caused by the transition time set in the animation:play() and animation:stop() methods.