Roblox avatar viewer

Paste a Roblox profile URL or a user ID to see the avatar in full body, headshot, and bust — and grab the numeric user ID to copy. Nothing is logged; the images load straight from Roblox's public image CDN.

No login required · works from the profile URL
User ID
Open profile

Tip: on a profile page the user ID is the number in the URL — roblox.com/users/1234567/profile.

How to view a Roblox avatar

Every Roblox account has a public avatar — the character it wears in games. This viewer pulls three standard renders of that avatar (a full-body shot, a bust, and a headshot) straight from Roblox's public image CDN, the same image URLs that profile pages and the catalog use. Paste a profile URL or a user ID and the three views load instantly.

The tool also reads the user ID out of the URL for you. That number is how Roblox identifies an account internally, and you'll need it for a lot of things: looking up an avatar like this, reporting a player, adding someone by ID, or feeding the ID into other tools.

How to find a Roblox user ID

  • From a profile URL. Open the player's profile and look at the address bar: roblox.com/users/1234567/profile. The number between /users/ and /profile is the user ID. Paste the whole URL here and the tool extracts it.
  • From a username. Roblox doesn't let a static page like this one look up an ID from a username (its API blocks cross-site requests). Search the username on Roblox, open the profile, then copy the URL — the ID is right there.
  • Your own ID. Open your profile while logged in; your ID is in the URL the same way.

Why no username search?

Roblox's public APIs don't send CORS headers, so a static, login-free site can't call them from your browser to turn a username into an ID. Image URLs are the exception — they work in a plain <img> tag — which is why the avatar renders here but a username lookup has to start from the profile URL. Nothing you paste leaves your browser.

FAQ

Can I see someone's avatar without an account?

Yes. Avatars are public, and this viewer doesn't require you to log in. As long as you have the profile URL or user ID, the renders load.

Why is an avatar showing the default "noob" look?

Roblox serves a placeholder while an avatar render is still generating, or for accounts that have never customised their avatar. Try again in a moment if you know the account is customised.

Does this work on mobile?

Yes. In the Roblox app, open a profile, tap the share / three-dot menu to copy the profile link, and paste it here.

Is the user ID the same as the username?

No. The username is the display handle and can be changed; the user ID is a permanent number assigned when the account was created. Lower IDs mean older accounts — check one with the account age checker.

Related tools