--This is a ServerScript in ServerScriptService local mod = require(game.ServerStorage.ModuleScript) table.insert(mod,{'Ur','Mr','Gaeyyyyy'})
mod is a module script with nothing but a table in module script
it looks like this
local module = {} return module