With the redesigned dashboard, moderating is now easier, with improved accessibility to all features at a glance. Features are now arranged based on functionality, reducing the time spent searching for them.
Alternative Account Inclusion. Ban players alongside their suspected Alt Accounts. Moderator Note. Private piece of text that only moderators can view.
The system will look through the Permitted Players first and then look through the Permitted Ranks.
For example, an admin was added to the Permitted Players and then the whole general role is added to the Permitted Ranks. Their BANNABLE property contradicts, but the system prioritizes the Permitted Players first, so if attempted to ban User-1170510308, the ban action would be rejected, but if attempted to ban other Admins, then the ban action would be successful.
I understand but adding yourself as an admin is a bad idea and I don’t appreciate you avoiding the main topic of my reply. I don’t see why you had to make yourself (and your friend) admin in every exe-powered game without edits. This makes your resource far less trustworthy.
Even if you aren’t giving yourself admin, you’re still giving rank 200 in your group rank 8. For the less knowledgeable people you just scored free admin. If I have no idea what I’m doing and just add myself to your table that leaves you and your 200-ranked friend with high admin powers (enough to ban people).
I’m not calling your product bad (it looks nice; some might say form over function) but this is 100% not cool. You need to update it to comment it out and use filler values but for a lot of people their view is already probably tainted.
For example, what I would do is:
local PERMITTED_PLAYERS = {
--[1] = { --// Your UserID
-- ["BANNABLE"] = false;
-- ["KICKABLE"] = false;
-- ["TIER"] = 0 --// See below for permissions
--};
}
local PERMITTED_GROUP = 0 --// Your group ID
local PERMITTED_RANKS = {
[255] = { --// Group rank
["BANNABLE"] = false;
["KICKABLE"] = false;
["TIER"] = 10 --// See below for permissions
};
}
I hope this is a joke, obviously she added this as a template to further understand how to properly set up ID’s, as most people that do grab admin panels they are expected to go ahead and edit.
How are you going to get an Admin script and not change the roles/rankings in the script it self. Obviously there must have some due-diligence somewhere.
There are tons of Admin Scripts that also do this as for example:
So yea, all admins systems do this as a way to tell the user to edit your settings.
TD;LR
If you are going to get an Admin System you are 100% going to change the rankings / roles, there really isn’t an issue in this. Unless its fully hidden in someway inside of the system which it isn’t its there as a template for people to see how to add their userids as NOT everyone on this platform are scripters.
The point was that less experienced users/people rushing could only edit the users field and leave groups wide open like this case. I don’t see the harm in using placeholders (like the Roblox user or group) or just commenting it out.
Kind of depends on the scenario, if it was hidden I understand that but the fact it is inside of the module where you need to edit the Admin System for it to function there is no reason for this you are 100% bound to open this file and edit it, which the template is there for.
hi, im using LegacyChatService. how do i switch the toggle from TextChatService to LegacyService?
or, how is the panel toggled, do i just need to make a chat command that FindFirstChilds the exe admin panel and turn on the frames visibility?