basically i grouped a module script under a local script under a server script in the workspace
this is the script to call the module script this is in the local script
local set = require(script.Settings)
Settings is the name of the module script
when i run the game the output says
"Requested module experienced an error while loading"