How to give Creator Admin with BAE

Can you send me the table of ‘Super Admins’?

Yeah, I think that is what you want.
image

Sorry, I meant can you send it as raw text?

What do you mean by “Raw Text”?

local WhatIsRawText? = "This is raw text."

Okay.

['Super Admins'] = {
		[1200981176] = "YourSnowingDev"
		

	},

Is this what you wanted?

1 Like
local IamAInteger = 123
local IAmAString = "Hello!"

This means your code should be:

['Super Admins'] = {
		["1200981176"] = "YourSnowingDev"
		

	},

Because you turn 1200981176 into a string.


If this fixes your issue please mark it as solution!

I know it’s super easy to miss the small details (I do it too much) but make sure to follow the examples as best as you can. :cowboy_hat_face:

image

The 1? It’s for the user ID.

Yeh, it is, but it’s need to be set as a string not an integer.

Did this fix things or do you still have issues, if you still have issues send me your script.

This actually wouldn’t work.
In the setup of the system, it doesn’t edit creator admins.

You can do this by using group configuration, otherwise, I believe you can edit it via the MainModule.

(Just realized I’m a bit late… )

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.