I am currently working on setting up Basic Admin Essentials for my Café group. I have noticed that in Targets Department Store when you join it will show a message like “This server is defended” I was wondering if someone could help me out.
Thank you for your time.
This is my first DevForum post so I don’t really know what I’m doing.
You can’t do anything like that unless you modify BAE’s forked module by yourself, and I’m pretty sure that you should learn scripting before asking how to do anything.
Or you can just fork the PM Template and modify it, then put it in a ScreenGui.
Step 2 - Open up your normal BA script and go to the very bottom of the script and replace the require with this: MAKE SURE THAT THE MODULE’S NAME IS MainModule!
require(script.MainModule)(Plugins,Configuration)
Step 3 - Go to MainModule > Components > Essentials Code
Step 4 - Open Essentials Code script (it should be a localscript!)
Step 5 - Go to the very bottom of Essentials Code and put this in: make sure to replace title and description with whatever you desire
How you replace the require with this require(script.MainModule)(Plugins,Configuration), it broken BAE after a few days, so if you replace it with require(script.Parent.MainModule)(Plugins,Configuration) it will work.
Also if you are already in the admin setting play around with the settings BEA is really customizable.
You have to put the correct way to the mainmodule, such as if it’s inside the bae script, you can put script.MainModule, if it’s in the same folder/datamodule then you can put script.Parent.MainModule.