Skip to main content
The Roblox cog integrates with the Roblox Open Cloud API for user lookups and universe ban management. It requires ROBLOX_API_KEY and ROBLOX_UNIVERSE_ID to be configured in the environment.

Commands

All commands are nested under /roblox.

/roblox users

CommandDescription
/roblox users profileRetrieves and displays a Roblox user’s profile information by username or user ID.

/roblox universes

CommandDescription
/roblox universes user_restrictionsLists all active user restrictions (bans) in the configured universe.
/roblox universes get_user_restrictionGets the restriction details for a specific Roblox user in the universe.
/roblox universes update_user_restrictionBans or unbans a Roblox user in the universe.
/roblox universes list_user_restriction_logsLists the restriction change log history for the universe.

Permission Requirements

All Roblox commands require globally trusted or bot owner permission.