Modifying BAE UIs

Make sure that your module is requiring script.MainModule at the very bottom.
image

1 Like

Yeah, But this will let it work in game.

Sorry for bumping this post but,

What script? The main BAE one or the ModuleScript?

Require the ModuleScript otherwise it wont work.

What script do I add it in? The main BAE or ModuleScript?

Here, its hard to explain…
I will upload a picture!

1 Like

If you continue to have issues #scripting-support is a fantastic idea.

The admin is automatically reparented to ServerScriptService - if you happened to read the configuration script, you notice it parents the script to ServerScriptService it it’s not already parented, just before the module is loaded.

How do I add ROUNDED corners? Im not a GUI expert : /

Add a CornerUI to the parts you want rounded.

1 Like

I tried that, didn’t work.

Did you require the correct module - the one you imported, not the ID?

I did the one with the link you put on the forums.

This tutorial worked like a charm! :four_leaf_clover:

One thing though, it just keeps displaying a notification box that reads “Template” that I can’t remove? How do I fix this?

(Sorry for bumping this post by the way)

Thanks,
@peter

Just turn the “Visible” option off on the frame for that notification I believe. I did the same thing - when you edit the GUIs, you have to make sure they’re not visible afterward.

Alright, I’ll try that out! One moment, please!

It didn’t work, it instead deleted the whole UI.

Did you just toggle the visibility on only the template frame, not the whole UI?

Yes, just the template UI.

Ex:

Frame (visible)

Frame (visible)

Template(invisible)
Frame (visible)