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

Access A Table In Different File With Multiple In?

Asked by 2 years ago

This Is My Code I Want To Access The Owners Table From Requiring This Script

local Owners= { 
    ""
}

local Admins= {
    ""
}

local Mods= {
    ""
}

local Settings = {
    enabled=true;
}

return {Settings,{Owners,Admins,Mods}}
2
x = require(module path) print(x[2][1]) greatneil80 2647 — 2y

Answer this question