Problem already solved

Problem already solved. Thanks to everyone for your help.

In your return don’t make the variables plural.

Replace your return at the bottom of script with this:

return {Settings, {Owner, SuperAdmin, Admin, Mod, VIP, Banned}

1 Like

Just read the instructions? Add ["noclip"] = 3 and ["team"] = 3 to the Permissions table.

Permissions={
    ["noclip"] = 3;
    ["team"] = 3;
}
1 Like

Thank you so much to everyone, it worked.