Hi everyone! Wow this is going to be a dumb post. I’m crying laughing because I’m a total idiot. So, me and my scripter were working on the game and we did like kick, ban and warn commands (mostly him). Now he is offline (bedtime) and I went to test the game. Now, I thought the game had exceptions about owners, devs, etc. But no. I typed my username into the ban box and boom got banned. Lord heavens, I thought it would give me an error. Is there a way to help me get out of this situation please? (P.S I obviously still have access to the game in Studio). If you need any code to see, please tell me and I’ll send it.
Also note, PLEASE DO NOT BAN YOURSELF UNLESS YOU HAVE EXCEPTIONS LIKE I DID.I feel like an idiot and I’m crying laughing.
You’ll have to find the name of the datastore he’s using to save bans and write a script to remove yourself from the datastore. Then just log into the game you’ll probably get kicked saying you’re banned still but the scirpt will remove you from the datastore and from then on you won’t be banned.
First of all, You would have to locate your Datastore, most likely in ServerScriptService.
OR
Just disable the Datastore script until your scripter* comes back.
You can try to find the datastore name and the key format, then get the datastore and call RemoveAsync with the key (also replace the userid thing with your userid) as the argument in a random code or command bar.