Get a cloned table when referenced

Do you mean you want to do this:

export type Maps = typeof(SavedMaps)
return function()
	return Deepcopy(SavedMaps) ::Maps
end

On requiring

local Presets = require("Presets")() --Call the function on requiring
local Matrix = Presets.SmileyFace

Edit: just added the typecasting for intellisense