Retrieves a module by name, importing and initializing it if necessary
Stellar.Get(name)
Example usage:
local Stellar = shared.Stellar local Network = Stellar.Get("Network")
Last updated 6 months ago