rozod
    Preparing search index...

    Variable postAvatarSetWearingAssetsConst Api Param Description

    postAvatarSetWearingAssets: EndpointGeneric<
        {},
        {
            invalidAssetIds: number[];
            invalidAssets: {
                assetType: { id: number; name: string };
                currentVersionId: number;
                id: number;
                meta: {
                    order: number;
                    position: { X: number; Y: number; Z: number };
                    puffiness: number;
                    rotation: { X: number; Y: number; Z: number };
                    scale: { X: number; Y: number; Z: number };
                    version: number;
                };
                name: string;
            }[];
            success: boolean;
        },
        { assetIds: number[] },
    > = ...

    POST https://avatar.roblox.com/v1/avatar/set-wearing-assets Sets the avatar's current assets to the list

    • Flagged as obsolete, does not support layered clothing meta params body The list of asset IDs Only allows items that you own, are not expired, and are wearable asset types. Any assets being worn before this method is called are automatically removed.