Custom rigs sliding around

Hello!!

I am trying to make a custom Roblox rig, however it seems to just be sliding around instead of animating.

I have tried changing the HipHeight. I intend to use it as StarterCharacter, so anchoring the HumanoidRootPart isn’t really an option unfortunately.

Video of it happening:

Roblox file:
help.rbxl (73.7 KB)

Really not sure what I am doing wrong, any help is appreciated!

1 Like

I’m not able to access Studio, but did you try to place the Animation scripts in StarterCharacterScripts?

It was placed into StarterPlayer, but it had the same behaviour that it does when it it’s just in workplace.

Something similar happened to my things, and what worked for me is anchoring my model until it’s done loading, then unanchoring it

1 Like

I’ll give that a try, thanks for the input!