BillboardGui is not a valid member of Model

So, I’m trying to define a Billboard Gui in my top secret script
image
(This is the ModuleScript so it auto updates in every game it is in)
image
The Billboard is specified in the model
image
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.