-- Store the feature of the module in module_1 local module_1 = require "module_1" -- Call a function in module_1 print(module_1.GetName()) print(module_1.GetVector())