Advertisement
LawMixer

Permissionfunction

Jul 28th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local Permissions = {
  2. ["AreaList"] = {"Default"},
  3. ["ListArea"] = {"Departments"}
  4. }
  5.  
  6. ----------------------------------------------------------------------------------------------------
  7.  
  8. function Permissions:returnPermission()
  9. if script.Parent.Permissions:FindFirstChild(self) == nil then return false end
  10. return require(script.Parent.Permissions)
  11. end
  12.  
  13.  
  14. return Permissions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement