How to see banned users in a Roblox game in 2025?

The players do not normally have access to the list of banned users; they can only see them via the debugging tool provided to game developers called admin logs or by modification scripts in game titles, which can identify moderators.
 
If you are a Roblox game developer, you can only see banned users data if you have implemented a custom ban system in your game (such as saving banned logs to the DataStore). Roblox by default does not show you banned users of other games. But if you have made your own game, you can create a script in the studio or admin panel from where you can check the list — such as showing the ban list in the GUI or printing it in the console log. This data is not visible to public players.
 
To see banned users in a Roblox game in 2025, you must be the game’s developer or have admin access. Use the in-game ban management system or check your ban list through scripts or third-party admin tools like Adonis or HD Admin. Roblox does not provide a public list, so access is limited to game creators.
 
In 2025, it takes the game developer or a user with log-in privileges to view banned participants of a Roblox game. Either by using in-game ban management system or use scripts or external user interface such asAdonis or HD Admin to view your banlist. Access is restricted to creators of games because Roblox does not maintain a list publicly.
 
In 2025, to see banned users in your own Roblox game, go to Creator Hub → Moderation → Bans (under your experience’s page). There, you can view all current bans—along with reasons, duration, and history—thanks to the Ban API reddit.com. If you're checking others’ bans (friends or random users), Roblox doesn’t show deleted profiles—but third‑party sites like RBLXTRADE can let you search terminated users by name or ID
 
To see banned users in your Roblox game (as the creator), go to Creator Hub > Experiences > Moderation > Bans. There you’ll find all bans made using the Ban API. Regular players can’t view banned users.
 
Back
Top