Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why won't this insert into a module table when I join?

Asked by 5 years ago
Edited 5 years ago
--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

Answer this question