_NOOSE
1
Don’t work auto ranking(group ranks). Place: ServerScriptService. Help. Please. Very Important
12.rbxm (543.7 KB)
Aspect
2
| Hi there! I think I have found your error!
Go to line 603 in the ‘Basic Admin Essentials’ script and replace
require(Configuration['Loader ID'])(Plugins,Configuration)
With
require(script.MainModule)(Plugins,Configuration)
_NOOSE
4
Where need paste auto ranks? In module or in BAE? Or in both?
Boo
5
Add it in the main one, where you pasted the code so it can reach the module.
1 Like
Noah
10
Before we get going can you explain more on what you’re trying to achieve?
1 Like
_NOOSE
11
Yes, I need an auto rank king. When a player enters the game, he automatically receives an admin according to his roblox group rank.
so you want to know how to setup group ranks for the admin.
_NOOSE
13
So I have this:::::
groupConfig = {
{
[‘Group ID’] = 10002427,
[‘Group Rank’] = 17,
[‘Tolerance Type’] = ‘>’,
[‘Admin Level’] = 1,
},
But… don’t work!
Noah
14
Okay, so that’s your issue. Have you tested it on an alt account?
_NOOSE
16
For everyone don’t work only for me… Owner
Noah
17
Yes, this is because basic admin automatically assigns the owner admin, let me take a look at my old bae configuration.
_NOOSE
18
Oke. I’m wait this problem 2 days. Need halding this. You only can help me ^^
Noah
19
Try changing the Tolerance Type to: >=.
If this fixed your issue mark it as solution. 