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.
well, glad i could help, indirectly. lol.
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.