Banning completely crashes the server

tried adding prints, to print evertyone on the banlist before hand, and it stops before putting them into the table. I have it print after putting them into the table, so i think thats where its failing.

I mean like following the format of your friend’s alt. Example: Rezokar_happy.

I tried your code and that user’s id not only crashed the server, it crashed my studio client too.

Alrighty, I did some investigation, it turns out that this isn’t your issue, it is something with 32bit integers. If you try to do _G.addban(2147483648, "test", "test"), it will error out, however, if you do _G.addban(2147483647, "test", "test"), it wouldn’t. This is because a 32bit integer goes up to 2147483647, it if exceeds that, the studio will error out and crash. I will report this bug ASAP.

1 Like

well, glad i could help, indirectly. lol.

1 Like

:slight_smile: You’re welcome, for now, try using their username, I know this sounds like a bad idea, but until Roblox fixes it, I am afraid this is what you have to do.

1 Like