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
};
}