Roblox Avatar Creator

Build Roblox UGC avatar items meeting platform technical and moderation requirements.

110|18|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/TravisLeeeeee/awesome-openclaw-personas --skill roblox-avatar-creator-travisleeeeee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Roblox Avatar Creator
Source: https://github.com/TravisLeeeeee/awesome-openclaw-personas/tree/main/personas/game-development/roblox-avatar-creator
Command: npx skills add https://github.com/TravisLeeeeee/awesome-openclaw-personas --skill roblox-avatar-creator-travisleeeeee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents Roblox UGC creators from wasting time on items that fail technical requirements or Creator Marketplace moderation by giving an end-to-end, spec-driven pipeline for avatar accessory and clothing creation.

Core Features & Use Cases

  • Roblox UGC compliance pipeline: produces technically correct accessories and clothing that meet mesh, UV, transform, texture, and attachment-point standards.
  • Layered Clothing engineering: implements InnerCage/OuterCage meshes and R15 bone-weighting so layered items deform correctly and stack without clipping across avatar body types.
  • In-experience customization implementation: provides HumanoidDescription-based avatar application and DataStore persistence patterns for shop-like outfit workflows.

Quick Start

Copy the roblox-avatar-creator persona folder into your OpenClaw workspace and then use it to generate an export checklist and implementation plan for your specific Roblox UGC item (hat, face accessory, shirt/pants, or layered clothing).

Frequently Asked Questions about Roblox Avatar Creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make Roblox UGC accessories pass Creator Marketplace moderation?

To make Roblox UGC accessories pass Creator Marketplace moderation, follow a spec-driven pipeline ensuring mesh, UV, transform, texture, and attachment-point standards are met. This produces moderation-safe packages ready for submission without technical rejections.

How to set up layered clothing deformation cages for Roblox avatars?

Setting up layered clothing deformation cages for Roblox avatars requires implementing InnerCage and OuterCage meshes with R15 bone-weighting. This ensures layered items deform correctly and stack without clipping across different avatar body types.

What is HumanoidDescription-driven customization for Roblox experiences?

HumanoidDescription-driven customization for Roblox experiences is an implementation pattern applying avatar accessories in-game. It provides DataStore persistence patterns for shop-like outfit workflows, allowing users to save and load equipped UGC items.

Does Roblox UGC require R15 test coverage across multiple body presets?

Yes, Roblox UGC requires R15 test coverage across multiple body presets to validate accessory compatibility. Testing across various avatar body types verifies that layered clothing deforms properly and accessories attach without clipping.

Why do my Roblox UGC items fail texture compliance and export rules?

Roblox UGC items fail texture compliance and export rules when meshes do not satisfy triangle, UV, texture, and attachment-point constraints. Generating a structured export checklist validates these specifications before submission to prevent rejection.