My character keeps twitching

Hey there, I recently added a custom morph to my game and for some reason the character keeps twitching and refuses to stand still. This is really annoying as I aim for it to be really smooth and not be a collision mess sort of. I’ve made everything’s CanCollide to false.

Any help with this?

set Massless to true of every each part inside the morph

Have you changed the hipheight of the model?

1 Like

I’ve set the hip-height to a decent amount, I may have found a solution really quickly. Let me test it.

Yep. That was the solution. Here’s what I did:

  • Morph accidentally used a R6 animate script instead of a R15 one so it was a bit weird.

  • Making sure that the HumanoidRootPart wasn’t a heavy material and was massless worked too.

  • Changing the hip-height to a slight amount did fix it too (@keremMCT)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.