rozod
    Preparing search index...

    Variable postOutfitsCreateConst Api Param Description

    postOutfitsCreate: EndpointGeneric<
        {},
        { success: boolean },
        {
            assetIds: number[];
            bodyColors: {
                headColorId: number;
                leftArmColorId: number;
                leftLegColorId: number;
                rightArmColorId: number;
                rightLegColorId: number;
                torsoColorId: number;
            };
            name: string;
            outfitType: 0
            | 1
            | 2
            | 3;
            playerAvatarType: string;
            scale: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
        },
    > = ...

    POST https://avatar.roblox.com/v1/outfits/create Creates a new outfit. body The new outfit Fails if any of the assetIds are not owned by the user, or not wearable types. The name property of the request is optional as one will be auto-generated when the request has a null name.