DevTools permissions
Setting
To apply additional group permissions to access DevTools, headover to the /shared/config.lua and add your new group to Config.DevToolsAllowedGroups.
In that example we will add group called "dev" to the groups:
Config.DevToolsAllowedGroups = {'admin', 'dev'}Last updated