As a Roblox developer, it is currently too hard to view ban history of temporary bans. When I navigate to Moderation > Bans, I can see all permanent bans that we banned using the [+ Add users] button. Recently we try to make auto in game detected temporary bans (60 mins) using Players:BanAsync
. Because the detection may not be perfect, we included some data in the ‘private reason’ for us to check whether it is working as intended.
Looking in Monitoring > Error Reports, I have received several Client Server Kick Message: You've been banned because of using hack.
which is the public reason. It doesn’t have a stack attached, no clue on who got the ban, and not showing private reason.
We go to the Ban page and see no one with Temporary ban so we can’t possibly know what happend.
If Roblox is able to address this issue, it would improve my development experience because it is essential to know who and how a user is banned, even it is temporarily. Better to have a [Filtered by] to let us choose whether to view all users with a ban history even though they are unbanned currently.