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.
 
Back
Top