I need help with customising Basic Admin Essentials main module

that method seems to not work on my studio

Alright, thanks for helping! :slight_smile:

Have you done this on your command bar?

1 Like

You need to publish your edited module on Roblox,
copy the ID of it and go into the main script.
Find “Loader Id”
paste your id into the id shown

Thanks, I appreciate the help. :smiley:

Let me know if it works, please. :cold_face:

https://roblox.com/library/563619835
Yeah, I can’t seem to find it in my inventory in Studio

Insert it via command bar:

game:GetService(“InsertService”):LoadAsset(563619835,true).Parent = workspace

you have to own a copy of the model for it to work! :earth_americas:

I do own the module… It’s in my inventory. I can’t seem to find it in my Studio Toolbox.


html is fun

perhaps your inventory is private?

Enter this is your command bar:
game:GetService(“InsertService”):LoadAsset(563619835,true).Parent = workspace

How would that prevent me from loading the module?

1 Like

Anyway, had to refresh but I got it in.

I don’t know, but if you can’t find the model in your inventory and there is no other option, you gotta take the wild guesses and hope for the best. :man_shrugging:

Looking at the code, it looks like there are about 22 strings that you would need to change containing “Game Creator”. I’ll let you guys sort this out. @smartabity1, try using Ctrl + Shift + F to search in all scripts, as Basic Admin Essentials has a few other scripts parented to it.

In order to customize stuff, you’re manually going to have to go to the UI section and font stuff.
If you want to change the PM messages, make sure to change just the text, not the actual names of the labels and frames.

Il give you a step by step guide on how to modify your model and integrate it to the main module script.
First you’re going to insert the model with this command:
game:GetService(“InsertService”):LoadAsset(563619835,true).Parent = game:GetService('ServerScriptService')
If this doesn’t work, you need to copy the ID, go on google and paste it.
Find the first result it should look like this:

You’re going to want to click that, make sure your logged in to the same account that you’re editing the game with, and hit Get.

Go back into studio, and run the command again.

Go into your ServerScriptService directory and you are going to see a new model.
Open the model, and make your way to the components directory.
image
If you are planning to change the UI, follow these steps:
Go into the Essentials client directory, and then base clip.
You are in the Essentials Client UI now.
You can go into any frame and change the text, HOWEVER:
DO NOT CHANGE THE NAMES OR ADD ANYTHING.
You can only edit existing labels.
Don’t go too overboard with customization, BAE might crash if you modify it too much and get an unknown error.
If you are planning on changing the UI Font, unfortunately it’ll take quite a lot of effort, and your out of luck.

Reply to this message if you have any inquiries or if you have an error.

7 Likes

You would need to go into the essentials client and do it that way.

1 Like

3 Years late but thx for the help :slight_smile:
I’ve grown as a developer now and have a lot more experience haha

1 Like