The ban is a game ban. Sure, maybe I will add so that when you click the ban button then it could show “Game ban” and “Server ban”
I noticed reason button doesn’t work on iPhone 11. If wont let me click it to input text
Hmm… weird. I will check it out and see if I can fix
Try it now. I just pushed an update to new games.
The loader is not working at all:
require(game:GetService("ServerScriptService"):WaitForChild("SimplyAdminModule")):Setup({
Admins = { }, -- Put admins' userids here.
Group = 5123445, -- If you are using a group, put the group id here.
GroupRanks = {255, 254, 253, 201}, -- Put group rank ids here.
Configuration = {
KeyShortcutEnabled = true, -- Changes whether the keyboard shortcut is enabled.
KeyShortcut = ";", -- Change the keyboard shortcut here.
TopbarButton = true, -- Visibility of the topbar button.
PlayerlistEnabled = true, -- Visibility of the playerlist.
ChatAnnouncementsEnabled = true -- Visibility of chat announcements for banning and kicking.
}
})
And this scripts name is SimplyAdmin
in game.ServerScriptService. I am testing in Roblox player.
Nothing from the Developer Console is printing.
Try updating your module again. I just pushed another update.
Trying it in the exact same format as what yours would be like, and it works for me ._.
That is weird. It still isn’t working.
Does your game mess with any chat scripts at all? This uses the ChatService to send chat announcements and stuff like that
Oh, yes it does. Will it not work for my game then?
Hmm. Try disabling your chat scripts (in a test game) and see if that fixes it? (You can turn them back on after) If not, ill work on fixing it
Should work for your game once its done.
It is working without the chat. Would there be any way for me to somehow re-enable the chat scripts?
What do you mean by re-enable them? Did you completely destroy them or move them to a different place to disable them
I moved the Chat Scripts to ServerStorage temporarily.
By Re-Enable them, I mean put them back in game.Chat
You can just put them back where they were, that will re enable them. I think you can fix the admin for now by just disabling chat announcements in settings. Also, the announcements may not be working if you are using a very old fork of the roblox chat system.
Here let me try updating the chat module.
Yea updating it didn’t work. So I have to choose the chat or the Admin system. Im going to go with the admin system for now. Do you think you could add support for modified chat systems?
Ill try however this is modified by the creator, not by me. I might just use a different way of sending messages since this is one I have never used before but is very new.
Me and my friend used this for our game. It’s literally perfect, thanks !
i used this on my friends, gone wrong