Advertisement
Guest User

Untitled

a guest
Aug 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. script.Parent.ci.about.MouseButton1Click:connect(function()
  2. local Player = game.Players.LocalPlayer
  3. if Player:IsInGroup(7) then
  4. Player.Team = "Chaos Insurgency"
  5. end
  6. end)
  7.  
  8. script.Parent.classd.about.MouseButton1Click:connect(function()
  9. local Player = game.Players.LocalPlayer
  10. if Player:GetRankInGroup(4351360) <= 255 then
  11. Player.Team = "Class D"
  12. end
  13. end)
  14.  
  15. script.Parent.classe.about.MouseButton1Click:connect(function()
  16. local Player = game.Players.LocalPlayer
  17. if Player:GetRankInGroup(4351360) <= 255 then
  18. Player.Team = "Class E"
  19. end
  20. end)
  21.  
  22. script.Parent.dea.about.MouseButton1Click:connect(function()
  23. local Player = game.Players.LocalPlayer
  24. if Player:IsInGroup(4351360) then
  25. Player.Team = "Department of External Affairs"
  26. end
  27. end)
  28.  
  29. script.Parent.dr.about.MouseButton1Click:connect(function()
  30. local Player = game.Players.LocalPlayer
  31. if Player:IsInGroup(No group yet) then
  32. Player.Team = "Department of Regulations"
  33. end
  34. end)
  35.  
  36. script.Parent.ed.about.MouseButton1Click:connect(function()
  37. local Player = game.Players.LocalPlayer
  38. if Player:IsInGroup(4317353) then
  39. Player.Team = "Engineering Department"
  40. end
  41. end)
  42.  
  43. script.Parent.fp.about.MouseButton1Click:connect(function()
  44. local Player = game.Players.LocalPlayer
  45. if Player:GetRankInGroup(3746525) >== 3 then
  46. Player.Team = "Foundation Personnel"
  47. end
  48. end)
  49.  
  50. script.Parent.ia.about.MouseButton1Click:connect(function()
  51. local Player = game.Players.LocalPlayer
  52. if Player:IsInGroup(3650630) then
  53. Player.Team = "Intelligence Agency"
  54. end
  55. end)
  56.  
  57. script.Parent.isd.about.MouseButton1Click:connect(function()
  58. local Player = game.Players.LocalPlayer
  59. if Player:IsInGroup(3959614) then
  60. Player.Team = "ISD"
  61. end
  62. end)
  63.  
  64. script.Parent.md.about.MouseButton1Click:connect(function()
  65. local Player = game.Players.LocalPlayer
  66. if Player:IsInGroup(No group yet) then
  67. Player.Team = "Medical Department"
  68. end
  69. end)
  70.  
  71. script.Parent.mtf.about.MouseButton1Click:connect(function()
  72. local Player = game.Players.LocalPlayer
  73. if Player:IsInGroup(3630689) then
  74. Player.Team = "Mobile Task Force"
  75. end
  76. end)
  77.  
  78. script.Parent.o5.about.MouseButton1Click:connect(function()
  79. local Player = game.Players.LocalPlayer
  80. if Player:GetRankInGroup(3746525) >== 10 then
  81. Player.Team = "O5 Council"
  82. end
  83. end)
  84.  
  85. script.Parent.scid.about.MouseButton1Click:connect(function()
  86. local Player = game.Players.LocalPlayer
  87. if Player:IsInGroup(4039481) then
  88. Player.Team = "Scientific Department"
  89. end
  90. end)
  91.  
  92. script.Parent.sd.about.MouseButton1Click:connect(function()
  93. local Player = game.Players.LocalPlayer
  94. if Player:IsInGroup(3630685) then
  95. Player.Team = "Security Department"
  96. end
  97. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement