I wasn’t sure where to ask about this, but I’m trying to insert the module script for Basic Admin Essentials 2.0 into my game to allow easy modification, however, I’m experiencing an issue.
When I insert the script and parent it to Workspace, upon joining the game the admin doesn’t work. I’m pretty sure it auto-admins the owner of the group/game, and I’m not receiving admin commands which is signalizing that the script isn’t working.
I’m wondering if I need to put it somewhere specific for it to work such as a different place like ServerScriptService or StarterPlayerScripts, or whether I’m not setting something up correctly. If you’re willing to help and need to see the script let me know. Any help on this would be appreciated.
I had a look at the scripts as I am not familiar with basic admin essentials 2.0 and found it was just to much to understand. sorry, I couldn’t help you.
So I looked into this and if you look in your main BasicAdmin Essentials Script And Scroll to Line 40 it should say the following:
local Configuration = {
['Loader ID'] = 563619835,
You can place your module script parented to this script like so For Example my Main Script is in Server Script Service:
After this you should go back and change the Loader Asset ID to:
['Loader ID'] = script.ModuleScript -- This differs to where your Module Script is.
After that you can customise your ModuleScript to your liking. Assuming you have not made any errors you should get it working for example I used the Official Rounded Edge MainModule:
I hope this helps with your problem and helps more people in the future.
you know what it didn’t work…Bc its a mainmodule you have to get the Real Admin Essential an then Publish the Mainmodule as yours and then copy the ID and then copy and paste the ID to the Loader script
You have to do what he said, but then in the main script, delete everything in the configuration area BESIDES where you define the “Loader ID” variable.