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

# Roblox Friends

> Look up a player's Roblox friends and find mutuals between two players

The `/roblox friends` commands let you view a Roblox player's friends and find the friends that two players share. Every command accepts a **Roblox username, a user ID, or a profile link** as input.

## `/roblox friends find`

Lists every friend on a player's account.

| Option   | Required | Description                               |
| -------- | -------- | ----------------------------------------- |
| `target` | Yes      | Roblox username, user ID, or profile link |

**Example**

```
/roblox friends find target:bloxianalol
```

Results appear in an embed with the player's headshot, 15 friends per page. Each entry links to that friend's Roblox profile, and the footer shows the current page and the total friend count. Use the pagination buttons (first, previous, next, last) to move between pages. If the account has no friends, you'll see `No friends found.`

## United Kingdom players

Under the UK's [Online Safety Act](https://en.wikipedia.org/wiki/Online_age_verification_in_the_United_Kingdom), Roblox hides the friends lists of UK-based accounts from its public API. Look up a UK player with a typical tool and their friends come back empty, as if they have none, even though the friendships still exist.

`/friends find` handles this for you. When Bloxiana detects that the target (or someone on their list) is UK-restricted, it bypasses the restriction and still returns their real friends, with names and profile links. UK targets are marked with a 🇬🇧 flag on the results. You don't need to do anything different, just run the command as normal, though a UK lookup can take a little longer than usual.

<Note icon="clock">
  Friend results are cached for about an hour, so repeat lookups of the same player come back much faster.
</Note>
