> ## Documentation Index
> Fetch the complete documentation index at: https://docs.razebot.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Roblox

> Look up Roblox avatars, equipped emotes, saved outfits and group memberships from Discord.

# Roblox

> Look up Roblox avatars, equipped emotes, saved outfits and group memberships from Discord.

## Overview

The Roblox commands pull public profile data for any Roblox user — no login required. All commands live under `;roblox` (aliases `;rblx`, `;rbx`) and accept either a Roblox username or a linked Discord member.

<Note>
  Where a command takes a target, you can pass a Roblox username directly, or mention a Discord member who has linked their Roblox account.
</Note>

## Avatar

```bash theme={null} theme={null}
;roblox avatar @wanderer
;roblox avatar builderman
```

Shows the user's current rendered avatar — the full-body thumbnail as they appear in-game — with their display name and `@username`.

## Emotes

```bash theme={null} theme={null}
;roblox emotes @wanderer
```

Lists the emotes the user currently has **equipped** in their avatar editor, numbered in slot order with links to each emote on the Roblox catalog.

## Avatars

```bash theme={null} theme={null}
;roblox avatars @wanderer
```

Browse the user's **saved outfits**. Pick an outfit from the dropdown to swap the preview to that outfit's render. *Alias: `;roblox outfits`.*

## Groups

```bash theme={null} theme={null}
;roblox groups @wanderer
```

View the groups the user is a member of, along with their role in each.

<Tip>
  Avatar, emotes and outfits all read live from Roblox's public thumbnail and avatar APIs, so they reflect whatever the user has equipped or saved right now.
</Tip>
