Lotamyst / Roblox Tools / Roblox Username Lookup

Roblox Username Lookup

Find any player's user ID, join date, account age and avatar — from a username or ID.

Bulk lookup

How to use

  1. Enter a Roblox username (the @name, not the display name) or a numeric user ID.
  2. Press Look up.
  3. You get the user ID, display name, exact join date, account age and avatar, plus a link to the profile.

About this tool

Every Roblox account has a permanent numeric user ID — usernames and display names can change, but the ID can't. That makes the ID the reliable way to reference a player in scripts, trades, group tools and moderation reports.

This lookup resolves a username to its ID through Roblox's public users API, then pulls the profile's public details: join date (from which account age is computed), display name, ban status, and the avatar headshot. Only public information is shown — there's no login and nothing private is accessed.

Common uses: verifying an account's age before a trade (older accounts are harder to fake), getting an ID for a script or Discord verification bot, or checking whether a username is taken.

FAQ

What's the difference between username and display name?

The username (@name) is unique across Roblox and used to log in; the display name is a non-unique label shown in games and can be changed every 7 days.

Can I see who owns an old username?

If the name was released or changed, the original account keeps its ID with a new name. Searching the old name only finds its current owner, if anyone.

Why does account age matter?

Scams often come from throwaway accounts. A years-old account with consistent history is a better trust signal than one created last week.

Does this show private info?

No — everything shown (ID, join date, avatar, display name) is public on the Roblox profile page. This tool just makes it faster to get.

Related tools