Docs / Roblox / Account Linking
Roblox Account Linking
The /verify command lets members prove they own a Roblox account by placing a unique code in their profile bio. No bots on the Roblox side required.
Member verification flow
The full flow takes about 60 seconds:
- Member runs
/verify start username:TheirRobloxNamein your Discord server - Docket looks up the Roblox username via the public Roblox API and confirms the account exists
- Docket generates a unique code like
DOCKET-A8B3KZand sends it to the member (only visible to them) - Member goes to their Roblox profile, edits their bio, and pastes the code anywhere in it
- Member clicks the I added the code — verify me button in Discord
- Docket fetches the Roblox profile bio via the Roblox API and checks for the code
- If found, the link is saved. The member can remove the code from their bio immediately after.
The code expires after 5 minutes. If the member takes too long, they can restart with another /verify start.
After verification
Once verified:
- The member's Roblox username and ID are stored and linked to their Discord ID in your server
- If you have a Verified Role configured (via
/setup role verified), the bot assigns it immediately - Staff can look up any member's linked Roblox account using
/verify lookup @member - Members can check their own link with
/verify check
Unlinking
Members can unlink their Roblox account at any time using /verify unlink. This removes the stored link but does not remove any Discord roles that were assigned. They can re-verify with a different Roblox account immediately after.
Staff can also delete a link from Dashboard > Players > Roblox Accounts if needed.
One account per server
Each Discord user can only have one Roblox account linked per server. Running /verify start again with a different username will overwrite the previous link after the new verification is completed.
The same Roblox account can be linked in multiple Discord servers — this is expected behavior for members who are in multiple Docket-powered communities.