Merging path with a table?

Hello developers,

I am currently wanting to merge a path with a table. Similar to how the & operator works when declaring types. Example:

local Others = require(script.Module)
local Path = script.Parent

-- merge these, to get access to both Others and Path at the same time.

How would I do it exactly?