Basic Admin Essentials Help

Hello,

So I am currently trying to configure Basic Admin Essentials for my café game for different group ranks and I went to test it to see if it’d work and that I had done it correctly, (with a test account by giving it different ranks corresponding to different admin levels.)

To my surprise only one of them works (Only for two high ranks with Super Admin, which is me & a holder account.)

The only ranks that are supposed to have admin, (Assistant Supervisor - Co-Owner.) are not getting the admin that I’ve set for them.


Also I am getting a red underline on the code and it says it’s a duplicate on line x.(x = line of code)

Picture(s):

9
Screenshot_1


I would really love some help on how to fix this.

Thanks! :slightly_smiling_face:

It’s because you have to use multiple tables to separate each rank.

Example:

{
	['Group ID'] = 000,
	['Group Rank'] = 0,
	['Tolerance Type'] = '>=',
	['Admin Level'] = 2,
},
{
	['Group ID'] = 000,
	['Group Rank'] = 0,
	['Tolerance Type'] = '>=',
	['Admin Level'] = 2,
},

and so on