Everyone in my game got banned?

  1. This’s new BanAPI. Check your game scripts for it.
  2. If nothing found, disable all plugins and check again.
  3. If it was plugin, then look at source code of each, or enable them one-by-one. Source code can be obtained with game.InsertService:LoadAsset(PLUGIN_ID)
  4. Enable them one-by-one

If nothing above helps, you are in dead end.

2 Likes

They still see the message because they haven’t been unbanned. You can unban them from the Engagement → Bans menu in your experience menu.


You either have someone with ban permissions (I’m not sure if this is creator only or if there are different rules for group games), you have a plugin injecting a script (check your plugins’ permissions), or you have a malicious script banning players.

1 Like

These bans were placed using Roblox’s Ban API. The fact they were placed without your knowledge or consent means you likely have a back door in your experience “(a virus)”. As the person above me states, you can view and remove the bans made with this API in your experiences configure tab.

1 Like

Hi. I’m going to respond to everyone’s questions in this reply.

I did, I used a script and inserted it in the command bar that deleted all scripts, localscripts, and module scripts. Maybe plugins are causing the issue?? I doubt it though.

These are all good suggestions, but I cannot stress enough that I tried all options before making a devforum post. The game has zero people banned under it, nor is there any banned under the group at all:

I am a solo developer for the game and do pretty much everything for it. I have no one else that is able to control bans on the group or in the game. I am still completely lost. When you join the game, the loading screen pops up for a SECOND and this error occurs, I’m sure most of you are used to the game loading for a little bit, then all the scripts load, then it can kick you (like an error 276 a normal :Kick() code). This loads INSTANTLY, before the game can even think about loading. Another reason why I think it isn’t anything in the game doing it.

Thank you guys for the replies and attempts to help though. I really do think this is an issue only Roblox will be able to solve. I’m still bewildered at how these guys did this.

3 Likes

I think it has something to do with a exploiter since ROBLOX started, there has been some wild Roblox hackers.

its not roblox issue or exploit its something wrong with the scripts thats all i can say

I recommend disabling every model/script you have and testing the game till you collect the real script/model that is causing this issue to happen. (use explorer to disable all models/scripts you have till you fixed the issue)

1 Like

The error codes you’re getting are from the ban API:

I would double check the bans. It might also be Roblox takes a bit to unban the users.

1 Like

Are you sure that the code you ran in the command bar got all the scripts that exist in the datamodel of your game, and not specific services only? Malicious scripts often like to hide themselves in obscure or hidden services that are not visible by default in the explorer.

2 Likes

Maybe look for random things? So sorry this happened to you

1 Like

Hey guys, little update. I literally published a BLANK Roblox baseplate to the game. Still banned. I also re-installed my Roblox. Still banned. This HAS to be a Roblox issue.

1 Like

What plugins have you got installed?

1 Like

I disabled all my plugins and re-published a new baseplate.

I believe the issue is, when he got access to the game via the exploit, he used Roblox new BanAsync to just ban everyone that was in game. However, I cannot UNBAN them because they don’t show up in the moderation tab under the game experience. I don’t think there is any other way for me to unban them, I tried running a script in game to unban them but it didn’t work.

Have you tried asking John Empire?

1 Like

Can you try running a ban command on some of them, then running the unban command, to see if that fixes it? (If you know who was affected)

(Ban and Unban using code)

Try disable this?
image
If bans were done via BanAsyncs, this should resolve issue, at least until you toggle it back. Otherwise, banning was done using some diffirent approach.

2 Likes

Good suggestion. This should totally disable Ban API.

2 Likes

this is a bug that I genuanly hate because it took 20 minutes to unban myself from my own game

it would disable banning via scripts only, the ban api would still be functional

I assume this is a game apart of 1st Battalion, 503rd Infantry Regimentᅠᅠ - Roblox (I have a friend in this group) but back to the problem. Probably the ban API, but I do have another theory. I’m guessing it will (like most mil-sims) run Adonis, which could be fetching something external that scripts won’t show. If you are running Adonis, which version? Is it connected to a trello or discord server?

1 Like