So, I’m trying to define a Billboard Gui in my top secret script
(This is the ModuleScript so it auto updates in every game it is in)
The Billboard is specified in the model
The “Main” script is the one that requires the module, the Billboard is clearly specified, anyone can help me on finding out what’s the issue?
Your module’s script
is itself, not the script that requires it.
You can make the module give a function/table with a function that takes in the BillboardGui to do what you want to do.