I’d like to change the name of all the admin ranks in BAE 2.0, but I can’t figure out how to do it without rewriting the source code. Basically, I’d like to change something like ‘Super Admin’ to ‘Lead Corporate’, and ‘Creator’ to ownership. If anyone could inform me on how to do this, it would be very helpful.
1 Like
You’d probably have to look for the modules it requires (press ctrl + shift + f and search require
), and then get those modules, insert them into your game, change the ID to the hierarchy of the modules. Then inside of those modules I assume that’s where rank data would be.
I don’t own BAE personally but that’s how I assume most games do it.
1 Like
I found the module, but I can’t insert it into the game. How would I do so?
Just copy the ID between the require’s parentheses and paste it here:
https://www.roblox.com/library/YOURIDHERE
Then just take that model and insert it from the toolbox.