dogo8me

teamInfo.luau

May 12th, 2024
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. --made by dogo8me2 | dogoably at 05/09/2024 5:35:10 GMT-4 | CST+1
  2. local teams = {
  3.     ["POLICE"] = {
  4.         ["PSDTeamColor"] = BrickColor.Blue(),
  5.         ["PSDAutoAssignable"] = false,
  6.         -- [[--CHANGE ANY KEY AND DATA BELOW--]]
  7.         tools = "mp4",
  8.         level = 1,
  9.         canToggleAlarms = false
  10.     },
  11.     ["CRIMINAL"] = {
  12.         ["PSDTeamColor"] = BrickColor.Black(),
  13.         ["PSDAutoAssignable"] = true,
  14.         -- [[--CHANGE ANY KEY AND DATA BELOW--]]
  15.         tools = "knife",
  16.         level = 3,
  17.         canToggleAlarms = true
  18.     }
  19. }
  20. -- it would work but its not the best solution
  21. -- but if it's intuitive to you then that's how you should do it
  22.  
  23. -- i suggest automatically generating them
  24. return teams
Advertisement
Add Comment
Please, Sign In to add comment