Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by dogo8me2 | dogoably at 05/09/2024 5:35:10 GMT-4 | CST+1
- local teams = {
- ["POLICE"] = {
- ["PSDTeamColor"] = BrickColor.Blue(),
- ["PSDAutoAssignable"] = false,
- -- [[--CHANGE ANY KEY AND DATA BELOW--]]
- tools = "mp4",
- level = 1,
- canToggleAlarms = false
- },
- ["CRIMINAL"] = {
- ["PSDTeamColor"] = BrickColor.Black(),
- ["PSDAutoAssignable"] = true,
- -- [[--CHANGE ANY KEY AND DATA BELOW--]]
- tools = "knife",
- level = 3,
- canToggleAlarms = true
- }
- }
- -- it would work but its not the best solution
- -- but if it's intuitive to you then that's how you should do it
- -- i suggest automatically generating them
- return teams
Advertisement
Add Comment
Please, Sign In to add comment