StarterCharacter not moving on spawn

Note: Starter character has 2 models welded to Torso, screenshot below.
Screenshot_441
The problem is, I want the StarterCharacter to move like usual, but it just stands in 1 place.
Another note: I dont want the StarterCharacter replace the clothing and other accessories, just add the 2 models and weld it automatically

I have tried ungrouping the models, adding Animation LocalScript(that one people use for custom animations), but neither of these solutions work.

1 Like

This might sound a bit silly, but have you checked to make sure all parts in the StarterCharacter (and descendant models) have their Anchored property set to false?

1 Like

Including the HumanoidRootPart?

All parts need to be unanchored. Including the HRP.

1 Like

Ah, forgot about that. Thanks!