Module Loading Issue
There is an issue that has appeared in the past few days which is due to the main module being setup as a Package and not as an actual model which is now no longer able to be distributed on the marketplace. It means people can’t load it into their game since the model is privated.
Statement from the creator of Basic Admin Essentials:
“in 2020 i made basic admins main module into a package linked model and roblox just made it so that you can’t have that type of asset as publicly available…it looks like i’m gonna have to migrate the asset id for the main module to a new asset id”
Since if you don’t own the module you can’t import it now, this is a severe problem for people relying on the asset ID from the module and it has caused the admin to break in a lot of games. I’ve uploaded the MainModule as a real model that you can take for free from the creator marketplace for now, linked below.
To put this in your game (and fix your admin), do one of the following:
- Take the model above and import it into your game. Drag it under the original Basic Admin script and change the
Loader IDsection in that Basic Admin Essentials 2.0 loader script toscript.MainModule. - Change the number for
Loader IDin your Basic Admin Essentials 2.0 script to the ID of the model above (89905715840090).
I assume the creator of Basic Admin Essentials will migrate the module to a new module as soon as possible and I will change the link/ID above to his official model when this is the case.