Basic admin essentials command bar

hello! ive been having some issues with the command bar from basic admin essentials where you can open the command bar using ', type whatever you want and enter it however a command doesnt occur. ive tried deleting everything else in the game and kept only the admin and i had the same issue and i also tried copying the admin from a different game where it worked into the game where it wasnt working and had the same issue. i didnt make the game where it isnt working so i was thinking that it could be something to do with the game settings, if it is could anyone offer any ideas on whats causing the issues?

1 Like

It’s most likely that the game owner does not have access to the module that BAE calls require() on, I made a workaround when I had the same issue; it involved me copying the exact module but as a physical ModuleScript in the game, and instead of calling require() on the MainModule id, I link it to the physical instance in the Explorer.

the game was made by the previous owners but then group ownership was then transferred to me, would this still be the issue?

You would need a copy of the original MainModule model. However it is currently privated, so you would need the actual code and paste it into a ModuleScript.

how would i then link it back then? (sorry i really dont know how to script HELP)