Skip to content

Latest commit

 

History

History
128 lines (95 loc) · 7.91 KB

File metadata and controls

128 lines (95 loc) · 7.91 KB
title description hideBreadcrumbs
Rigid Accessories
Rigid accessories are basic 3D cosmetics users can equip and wear on their avatar character.
true
<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/tzPn6QvU8Bo" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Rigid accessories are the most basic 3D cosmetic items that users can equip and wear on their avatar character, such props, weapons, hats, and more. Unlike clothing accessories that stretch and fit over a character body, rigid accessories attach to a specific point on an avatar character and don't deform or wrap over a target.

To create a custom Roblox accessory for your own experience or to sell on the Marketplace, it's important to start with the following:

<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/Eed29gV0hLA" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Components of a Rigid Accessory

All accessory models are made up of the same base components of a mesh object, textures, and attachment.

When creating accessories, most of these components are created first in your modeling software, then converted to their appropriate Roblox Studio instance on import.

Mesh Part

Bow rigid accessory mesh object

T-shirt layered clothing mesh object Clothing, such as the t-shirt, require [additional clothing components](../accessories/layered-clothing.md) to apply the layerable effect to the 3D object.

All accessories require a single mesh object that represents the geometry of the accessory object. In Studio, this mesh object is represented as a Class.MeshPart nested under a single Class.Model.

Textures

2D texture map for the t-shirt model

T-shirt model with texture applied

Textures are 2D image files that define the surface appearance of your 3D object. You can create textures within a texture painting program or a 3D modeling software.

In Studio, textures images are imported as image assets and are set to Class.MeshPart objects by a child Class.SurfaceAppearance object or a Class.MeshPart.TextureID property.

Attachments

Attachment geometry defines where the attachment connects with the character

Geometry with the "_Att" suffix automatically convert to `Class.Attachment` objects in Studio

Attachment points define where accessories attach to a character's body. In Studio, attachments are represented by Class.Attachment objects.

Creation Process

Custom accessories are first created in 3D modeling programs, such as Blender or Maya, before importing the .fbx or .gltf model into Studio. To get started creating your first avatar asset, see Avatar Tutorials.

Depending on the type of asset you are creating, the creation process follows these high-level workflows:

Rigid Accessory Workflow

Layered Accessory Workflow

Since 3D creation isn't a linear process and always requires reiteration and testing, the process of creating an accessory can differ between individuals and various creation workflows.

Resources

There are a variety of resources available for creators of all backgrounds to get started with accessory creation.

If you are interested in specific avatar creation topics, use the following table to find guides and resources that best match your needs:

Topic Resources
Tutorials [Rigid Accessory Creation](../../art/accessories/creating-rigid/index.md)

[Basic Clothing Creation](../../art/accessories/creating/index.md)
Reference Files [Accessory and Clothing Reference Files](../../art/modeling/project-files.md)
Technical Specs [.FBX Export Settings](../../art/modeling/export-requirements.md)

[General Mesh Specifications](../../art/modeling/specifications.md)

[Accessory Specifications](../../art/accessories/specifications.md)

[Marketplace Policy](../../marketplace/marketplace-policy.md)
Cosmetic Creation [Accessories Overview](../../art/accessories/specifications.md)

[Layered Clothing Overview](../../art/accessories/layered-clothing.md)


[Accessory Fitting Tool](../../art/accessories/accessory-fitting-tool.md)

[Accessory Specifications](../../art/accessories/specifications.md)

[Marketplace Requirements](../../marketplace/marketplace-policy.md)
Texturing [Texturing Requirements](../../art/modeling/texture-specifications.md)

[PBR Textures](../../art/modeling/surface-appearance.md)
Rigging and Skinning [Rigging and Skinning Overview](../../art/modeling/rigging.md)

[Humanoid Rig Requirements](../../art/characters/specifications.md#rigging)

[Rigging Facial Bones](../../art/characters/facial-animation/creating-basic-heads.md#rigging)

[Auto Skin Transfer](../../art/accessories/automatic-skinning-transfer.md)

[Skinning Facial Bones](../../art/characters/facial-animation/creating-basic-heads.md#skinning-face-bones)
Publishing and Marketplace [Uploading to Marketplace](../../marketplace/publishing-to-marketplace.md)

[Marketplace Policy](../../marketplace/marketplace-policy.md)

[Fees and Commissions](../../marketplace/marketplace-fees-and-commissions.md)