Humanoid description dont load animations

I’m trying to load character with custom animations and clothes using humanoid description

game.Players.CharacterAutoLoads = false
 
local function onPlayerAdded(player)
    player:LoadCharacterWithHumanoidDescription(game.Workspace.StudioHumanoidDescription)
end
game.Players.PlayerAdded:Connect(onPlayerAdded)

I tryed adding random animation from Devhub instread of my own and it worked fine, had idea about that animation wasnt moderated for now but when I loaded it tho command bar it works fine. Have no idea why my dont.