The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Realistic M4A1 Gun script pastebin roblox
By Realistic M4A1 Gun on 2024-09-22 08:00 am | Syntax: LUA | Views: 12



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --M4A1 Customizable by DMS
  2. --[[
  3.  Suggested LoadOuts:
  4.  -Sniper (ACOG, ANGLEGRIP, Laser, Silencer, Really black)
  5.  -Support (HOLOSIGHT, BIPOD, FlashLight, Drum, Black)
  6.  -Assualt (REFLEX, GRIP, FlashLight, Black)
  7. --]]
  8. --[[
  9.  CONTROLS:
  10.  F = FlashLight On/Off
  11.  Q = Aim on MainSight
  12. --]]
  13. Sight = "IRONSIGHT" --ACOG, C79, M145, SUSAT, REFLEX, HOLOSIGHT, IRONSIGHT (IRONSIGHT ANYTHING ELSE)
  14. Grip = "NOTHING" -- VERTGRIP, BIPOD, ANGLEGRIP OR NOTHING (NOTHING ANYTHING ELSE)
  15. Drum = false --true or false
  16. FlashLight = false --same as drum
  17. Silencer = false --same as flashlight
  18. Laser = false --same as silencer
  19. Bayonet = false --same as laser
  20. CUSTOMCOLOR = "Black" --BrickColor plz
  21. local GGNORE = function(f,scri)
  22. local oldenv = getfenv(f)
  23. local newenv = setmetatable({}, {
  24. __index = function(_, k)
  25. if k:lower() == 'script' then
  26. return scri
  27. else
  28. return oldenv[k]
  29. end
  30. end
  31. })
  32. setfenv(f, newenv)
  33. ypcall(function() f() end)
  34. end
  35. cors = {}
  36. o1 = Instance.new("Tool")
  37. o2 = Instance.new("LocalScript")
  38. o3 = Instance.new("LocalScript")
  39. o4 = Instance.new("NumberValue")
  40. o5 = Instance.new("LocalScript")
  41. o6 = Instance.new("NumberValue")
  42. o7 = Instance.new("NumberValue")
  43. o8 = Instance.new("Script")
  44. o9 = Instance.new("NumberValue")
  45. o10 = Instance.new("LocalScript")
  46. o11 = Instance.new("NumberValue")
  47. o12 = Instance.new("LocalScript")
  48. o13 = Instance.new("LocalScript")
  49. o14 = Instance.new("LocalScript")
  50. o15 = Instance.new("BoolValue")
  51. o16 = Instance.new("Part")
  52. o17 = Instance.new("BlockMesh")
  53. o18 = Instance.new("Part")
  54. o19 = Instance.new("BlockMesh")
  55. o20 = Instance.new("Part")
  56. o21 = Instance.new("BlockMesh")
  57. o22 = Instance.new("Part")
  58. o23 = Instance.new("BlockMesh")
  59. o24 = Instance.new("Part")
  60. o25 = Instance.new("CylinderMesh")
  61. o26 = Instance.new("Part")
  62. o27 = Instance.new("BlockMesh")
  63. o28 = Instance.new("Sound")
  64. o29 = Instance.new("Sound")
  65. o30 = Instance.new("Sound")
  66. o31 = Instance.new("Sound")
  67. o32 = Instance.new("Sound")
  68. o33 = Instance.new("Sound")
  69. o35 = Instance.new("Part")
  70. o36 = Instance.new("BlockMesh")
  71. o37 = Instance.new("Part")
  72. o38 = Instance.new("SpecialMesh")
  73. o39 = Instance.new("Part")
  74. o40 = Instance.new("BlockMesh")
  75. o41 = Instance.new("Part")
  76. o42 = Instance.new("BlockMesh")
  77. o43 = Instance.new("Part")
  78. o44 = Instance.new("BlockMesh")
  79. o45 = Instance.new("Part")
  80. o46 = Instance.new("BlockMesh")
  81. o47 = Instance.new("Part")
  82. o48 = Instance.new("BlockMesh")
  83. o49 = Instance.new("Part")
  84. o50 = Instance.new("CylinderMesh")
  85. o51 = Instance.new("Part")
  86. o52 = Instance.new("CylinderMesh")
  87. o53 = Instance.new("Part")
  88. o54 = Instance.new("CylinderMesh")
  89. o55 = Instance.new("Part")
  90. o56 = Instance.new("SpecialMesh")
  91. o57 = Instance.new("Part")
  92. o58 = Instance.new("CylinderMesh")
  93. o59 = Instance.new("Part")
  94. o60 = Instance.new("CylinderMesh")
  95. o61 = Instance.new("Part")
  96. o62 = Instance.new("SpecialMesh")
  97. o63 = Instance.new("Part")
  98. o64 = Instance.new("CylinderMesh")
  99. o65 = Instance.new("Part")
  100. o66 = Instance.new("SpecialMesh")
  101. o67 = Instance.new("Part")
  102. o68 = Instance.new("CylinderMesh")
  103. o69 = Instance.new("Part")
  104. o70 = Instance.new("SpecialMesh")
  105. o71 = Instance.new("Part")
  106. o72 = Instance.new("BlockMesh")
  107. o73 = Instance.new("Part")
  108. o74 = Instance.new("CylinderMesh")
  109. o75 = Instance.new("Part")
  110. o76 = Instance.new("BlockMesh")
  111. o77 = Instance.new("Part")
  112. o78 = Instance.new("BlockMesh")
  113. o79 = Instance.new("Part")
  114. o80 = Instance.new("BlockMesh")
  115. o81 = Instance.new("Part")
  116. o82 = Instance.new("CylinderMesh")
  117. o83 = Instance.new("Part")
  118. o84 = Instance.new("SpecialMesh")
  119. o85 = Instance.new("Part")
  120. o86 = Instance.new("SpecialMesh")
  121. o87 = Instance.new("Part")
  122. o88 = Instance.new("BlockMesh")
  123. o89 = Instance.new("Part")
  124. o90 = Instance.new("SpecialMesh")
  125. o91 = Instance.new("Part")
  126. o92 = Instance.new("CylinderMesh")
  127. o93 = Instance.new("Part")
  128. o94 = Instance.new("CylinderMesh")
  129. o95 = Instance.new("Part")
  130. o96 = Instance.new("BlockMesh")
  131. o97 = Instance.new("Part")
  132. o98 = Instance.new("CylinderMesh")
  133. o99 = Instance.new("Part")
  134. o100 = Instance.new("CylinderMesh")
  135. o101 = Instance.new("Part")
  136. o102 = Instance.new("BlockMesh")
  137. o103 = Instance.new("Part")
  138. o104 = Instance.new("CylinderMesh")
  139. o105 = Instance.new("Part")
  140. o106 = Instance.new("SpecialMesh")
  141. o107 = Instance.new("Part")
  142. o108 = Instance.new("SpecialMesh")
  143. o109 = Instance.new("Part")
  144. o110 = Instance.new("BlockMesh")
  145. o111 = Instance.new("Part")
  146. o112 = Instance.new("BlockMesh")
  147. o113 = Instance.new("Part")
  148. o114 = Instance.new("CylinderMesh")
  149. o115 = Instance.new("Part")
  150. o116 = Instance.new("CylinderMesh")
  151. o117 = Instance.new("Part")
  152. o118 = Instance.new("SpecialMesh")
  153. o119 = Instance.new("Part")
  154. o120 = Instance.new("BlockMesh")
  155. o121 = Instance.new("Part")
  156. o122 = Instance.new("SpecialMesh")
  157. o123 = Instance.new("Part")
  158. o124 = Instance.new("BlockMesh")
  159. o125 = Instance.new("Part")
  160. o126 = Instance.new("SpecialMesh")
  161. o127 = Instance.new("Part")
  162. o128 = Instance.new("SpecialMesh")
  163. o129 = Instance.new("Part")
  164. o130 = Instance.new("SpecialMesh")
  165. o131 = Instance.new("Part")
  166. o132 = Instance.new("CylinderMesh")
  167. o133 = Instance.new("Part")
  168. o134 = Instance.new("BlockMesh")
  169. o135 = Instance.new("Part")
  170. o136 = Instance.new("BlockMesh")
  171. o137 = Instance.new("Part")
  172. o138 = Instance.new("SpecialMesh")
  173. o139 = Instance.new("Part")
  174. o140 = Instance.new("SpecialMesh")
  175. o141 = Instance.new("Part")
  176. o142 = Instance.new("SpecialMesh")
  177. o143 = Instance.new("Part")
  178. o144 = Instance.new("CylinderMesh")
  179. o145 = Instance.new("Part")
  180. o146 = Instance.new("CylinderMesh")
  181. o147 = Instance.new("Part")
  182. o148 = Instance.new("SpecialMesh")
  183. o149 = Instance.new("Part")
  184. o150 = Instance.new("BlockMesh")
  185. o151 = Instance.new("Part")
  186. o152 = Instance.new("SpecialMesh")
  187. o153 = Instance.new("Part")
  188. o154 = Instance.new("BlockMesh")
  189. o155 = Instance.new("Part")
  190. o156 = Instance.new("BlockMesh")
  191. o157 = Instance.new("Part")
  192. o158 = Instance.new("CylinderMesh")
  193. o159 = Instance.new("Part")
  194. o160 = Instance.new("BlockMesh")
  195. o161 = Instance.new("Part")
  196. o162 = Instance.new("BlockMesh")
  197. o163 = Instance.new("Part")
  198. o164 = Instance.new("SpecialMesh")
  199. o165 = Instance.new("Part")
  200. o166 = Instance.new("SpecialMesh")
  201. o167 = Instance.new("Part")
  202. o168 = Instance.new("BlockMesh")
  203. o169 = Instance.new("Part")
  204. o170 = Instance.new("BlockMesh")
  205. o171 = Instance.new("Part")
  206. o172 = Instance.new("BlockMesh")
  207. o173 = Instance.new("Part")
  208. o174 = Instance.new("CylinderMesh")
  209. o175 = Instance.new("Part")
  210. o176 = Instance.new("SpecialMesh")
  211. o1.Name = "M4A1"
  212. o1.GripForward = Vector3.new(-0.252553493, -0, -0.967582941)
  213. o1.GripPos = Vector3.new(0, -0.300000012, 0.300000012)
  214. o1.GripRight = Vector3.new(0.967582941, 0, -0.252553493)
  215. o2.Name = "BackupWeld"
  216. o2.Parent = o1
  217. table.insert(cors,coroutine.create(function()
  218. wait()
  219. GGNORE(function()
  220. function Weld(x,y)
  221.  local W = Instance.new("Weld")
  222.  W.Part0 = x
  223.  W.Part1 = y
  224.  local CJ = CFrame.new(x.Position)
  225.  local C0 = x.CFrame:inverse()*CJ
  226.  local C1 = y.CFrame:inverse()*CJ
  227.  W.C0 = C0
  228.  W.C1 = C1
  229.  W.Parent = x
  230. end
  231.  
  232. function Get(A)
  233.  if A.className == "Part" then
  234.   Weld(script.Parent.Handle, A)
  235.   A.Anchored = false
  236.  else
  237.   local C = A:GetChildren()
  238.   for i=1, #C do
  239.   Get(C[i])
  240.   end
  241.  end
  242. end
  243.  
  244. function Finale()
  245.  Get(script.Parent)
  246. end
  247.  
  248. script.Parent.Equipped:connect(Finale)
  249. script.Parent.Unequipped:connect(Finale)
  250. Finale()
  251. end,o2)
  252. end))
  253. o3.Name = "BackupWeld"
  254. o3.Parent = o1
  255. table.insert(cors,coroutine.create(function()
  256. wait()
  257. GGNORE(function()
  258. function Weld(x,y)
  259.  local W = Instance.new("Weld")
  260.  W.Part0 = x
  261.  W.Part1 = y
  262.  local CJ = CFrame.new(x.Position)
  263.  local C0 = x.CFrame:inverse()*CJ
  264.  local C1 = y.CFrame:inverse()*CJ
  265.  W.C0 = C0
  266.  W.C1 = C1
  267.  W.Parent = x
  268. end
  269.  
  270. function Get(A)
  271.  if A.className == "Part" then
  272.   Weld(script.Parent.Handle, A)
  273.   A.Anchored = false
  274.  else
  275.   local C = A:GetChildren()
  276.   for i=1, #C do
  277.   Get(C[i])
  278.   end
  279.  end
  280. end
  281.  
  282. function Finale()
  283.  Get(script.Parent)
  284. end
  285.  
  286. script.Parent.Equipped:connect(Finale)
  287. script.Parent.Unequipped:connect(Finale)
  288. Finale()
  289. end,o3)
  290. end))
  291. o4.Name = "Ammo"
  292. o4.Parent = o1
  293. o4.Value = 30
  294. o5.Name = "GuiScript"
  295. o5.Parent = o1
  296. table.insert(cors,coroutine.create(function()
  297. wait()
  298. GGNORE(function()
  299. -- Thanks for SonicUnleashedXY & Manofthelol for this script.
  300. -- To remove the orginial script just go into shooter & right at the bottem you will see something like this:
  301. -- script.Parent.Tool.Name = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  302. -- Remove only that & add this to the tool.
  303. -- Remember this was designed for Manofthelol weapons so any other weapons might not work.
  304. -- You have no permission to repubish this in you model even if it edited.
  305. -- If your found then you will be ban from my place.
  306.  
  307. local Tool = script.Parent
  308. local Ammo = Tool.Ammo
  309. local MaxAmmo = Ammo.Value
  310.  
  311. local vPlayer
  312. local Gui
  313. local Text
  314.  
  315. function onChanged(value)
  316.  if value == "Value" or value == Ammo.Value then
  317.   if Gui ~= nil and Text ~= nil then
  318.    if Ammo.Value >= 1 then
  319.     Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  320.    elseif math.floor(Ammo.Value) == 0 then
  321.     Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  322.    elseif Ammo.Value < 0 xss=removed xss=removed Text.Text = "" xss=removed xss=removed Text.Text = "" xss=removed xss=removed xss=removed xss=removed Gui.Name = "DEDisplay" xss=removed xss=removed xss=removed xss=removed xss=removed Text.Name = "Ammo" xss=removed xss=removed xss=removed Text.FontSize = "Size18" Text.Text = "" xss=removed xss=removed xss=removed xss=removed xss=removed o6.Name = "MaxAmmo" xss=removed xss=removed o7.Name = "Recoil" xss=removed xss=removed xss=removed o9.Name = "StoredAmmo" xss=removed xss=removed o10.Name = "GuiScript(backup)" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed>= 1 then
  323.     Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  324.    elseif math.floor(Ammo.Value) == 0 then
  325.     Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  326.    elseif Ammo.Value < 0 xss=removed xss=removed Text.Text = "" xss=removed xss=removed Text.Text = "" xss=removed xss=removed xss=removed xss=removed Gui.Name = "DEDisplay" xss=removed xss=removed xss=removed xss=removed xss=removed Text.Name = "Ammo" xss=removed xss=removed xss=removed Text.FontSize = "Size18" Text.Text = "" xss=removed xss=removed xss=removed xss=removed xss=removed o11.Name = "VAL" xss=removed o12.Name = "Shooter" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed>= 1 then
  327.   reloading = true
  328.   script.Parent.Ammo.Value = 0
  329.   ReloadSequence()
  330.   if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
  331.    script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
  332.    script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value
  333.    script.Parent.Recoil.Value = 5
  334.   elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then
  335.    script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
  336.    script.Parent.StoredAmmo.Value = 0
  337.    script.Parent.Recoil.Value = 5
  338.   end
  339.   reloading = false
  340.  end
  341. end
  342.  
  343. function Takeout()
  344. wait(.01)
  345. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  346. weld55.C1 = CFrame.new(-0.48, 0.9, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  347. wait(.3)
  348. weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
  349. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1)
  350. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1)
  351. wait(.4)
  352. Tool.Handle.M3:play()
  353. weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90))
  354. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0)
  355. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0)
  356. wait(.2)
  357. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-87), math.rad(-15), 0)
  358. weld55.C1 = CFrame.new(-0.46, 1.05, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  359. wait(.01)
  360. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  361. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  362. end
  363.  
  364. function Equip(mouse)
  365. wait(0.01)
  366. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  367. torso = Tool.Parent:FindFirstChild("Torso")
  368. if arms ~= nil and torso ~= nil then
  369. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  370. if sh ~= nil then
  371. local yes = true
  372. if yes then
  373. yes = false
  374. sh[1].Part1 = nil
  375. sh[2].Part1 = nil
  376. falsearm1 = arms[1]:clone()
  377. local mesh1 = Instance.new("BlockMesh")
  378. mesh1.Scale = Vector3.new(.9,.9,.9)
  379. mesh1.Parent = falsearm1
  380. local armweld1 = Instance.new("Weld")
  381. falsearm1.BrickColor = BrickColor.new(26)
  382. falsearm1.Parent = Tool
  383. armweld1.Parent = falsearm1
  384. armweld1.Part0 = falsearm1
  385. armweld1.Part1 = arms[1]
  386. falsearm2 = arms[2]:clone()
  387. local mesh2 = Instance.new("BlockMesh")
  388. mesh2.Scale = Vector3.new(.9,.9,.9)
  389. mesh2.Parent = falsearm2
  390. local armweld2 = Instance.new("Weld")
  391. falsearm2.BrickColor = BrickColor.new(26)
  392. falsearm2.Parent = Tool
  393. armweld2.Parent = falsearm2
  394. armweld2.Part0 = falsearm2
  395. armweld2.Part1 = arms[2]
  396. local weld1 = Instance.new("Weld") -- left arm
  397. weld55 = weld1
  398. weld1.Part0 = torso
  399. weld1.Parent = torso
  400. weld1.Part1 = arms[1]
  401. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  402. welds[1] = weld1
  403. local weld2 = Instance.new("Weld") -- right arm
  404. weld33 = weld2
  405. weld2.Part0 = torso
  406. weld2.Parent = torso
  407. weld2.Part1 = arms[2]
  408. weld2.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  409. welds[2] = weld2
  410. Takeout()
  411. end
  412. else
  413. print("sh")
  414. end
  415. else
  416. print("arms")
  417. end
  418. end
  419.  
  420. local legs = nil
  421. local torso2 = nil
  422. local welds2 = {}
  423. local bodyforce = nil
  424.  
  425. function Unequip(mouse)
  426. if arms ~= nil and torso ~= nil then
  427. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  428. if sh ~= nil then
  429. local yes = true
  430. if yes then
  431. yes = false
  432. sh[1].Part1 = arms[1]
  433. sh[2].Part1 = arms[2]
  434. welds[1].Parent = nil
  435. welds[2].Parent = nil
  436. falsearm1:remove()
  437. falsearm2:remove()
  438. end
  439. else
  440. print("sh")
  441. end
  442. else
  443. print("arms")
  444. end
  445. end
  446.  
  447. function fire(v)
  448.  p = script.Parent.VAL
  449.  if p.Value == 0 then
  450.  Tool.Handle.Fire:play()
  451.  p.Value = p.Value + 1
  452.  elseif p.Value == 1 then
  453.  Tool.Handle.Fire2:play()
  454.  p.Value = p.Value + 1
  455.   else
  456.  Tool.Handle.Fire3:play()
  457.  p.Value = 0
  458.  end
  459.  
  460.  
  461.  local vCharacter = Tool.Parent
  462.  local vPlayer = game.Players:playerFromCharacter(vCharacter)
  463.  
  464.  local missile = Instance.new("Part")
  465.  
  466.        
  467.  
  468.  local spawnPos = o1.Flash.Position
  469.  
  470.  
  471.  
  472.  spawnPos  = spawnPos + (v * 8)
  473.  
  474.  missile.Position = spawnPos
  475.  missile.Size = Vector3.new(1,1,1)
  476.  missile.Velocity = v * 600
  477.  missile.BrickColor = BrickColor.new(26)
  478.  missile.Shape = 0
  479.  missile.BottomSurface = 0
  480.  missile.TopSurface = 0
  481.  missile.Name = "Bullet"
  482.  missile.Elasticity = 0
  483.  missile.Reflectance = 0
  484.  missile.Friction = .9
  485.    missile.CanCollide = false
  486.  
  487.  local force = Instance.new("BodyForce")
  488.  force.force = Vector3.new(0,missile:getMass() * 196,0)
  489.  force.Parent = missile
  490.  
  491.  local mesh = Instance.new("SpecialMesh")
  492.  mesh.Scale = Vector3.new(.01,.01,.01)
  493.  mesh.MeshType = "Sphere"
  494.  mesh.Parent = missile
  495.  
  496. function onTouched(part)
  497.      local h = part.Parent:findFirstChild("Humanoid")
  498.      if h~=nil then
  499.                h.Health = h.Health -100
  500.                wait(.01)
  501.                h.Health = h.Health -100
  502.                wait(.01)
  503.  
  504.        end
  505. end
  506.  
  507. missile.Touched:connect(onTouched)
  508.  
  509.  local creator_tag = Instance.new("ObjectValue")
  510.  creator_tag.Value = vPlayer
  511.  creator_tag.Name = "creator"
  512.  creator_tag.Parent = missile
  513.  
  514.  
  515.  
  516.  missile.Parent = game.Workspace
  517.  
  518.    cam = game.Workspace.CurrentCamera
  519.    local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  520.  local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  521.  local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
  522.    cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  523.  weld33.C1 = CFrame.new(-0.75, -0.5, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  524.  weld55.C1 = CFrame.new(-0.45, 1.07, 1.12) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  525.  Tool.Flash.Mesh.Scale = Vector3.new(1.9, 2, 2.2)
  526.  Tool.Flash.Transparency = .3
  527.    Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  528.    Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  529.  wait()
  530.    local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  531.  local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  532.  local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(-0.01, -0.01, 0)
  533.    cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  534.  weld33.C1 = CFrame.new(-0.75, -0.45, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  535.  weld55.C1 = CFrame.new(-0.45, 1.14, 1.16) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  536.  Tool.Flash.Mesh.Scale = Vector3.new(1.5, 2, 1.8)
  537.  Tool.Flash.Transparency = .8
  538.    Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  539.    Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  540.  wait()
  541.    local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  542.  local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  543.  local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
  544.    cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  545.  weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  546.  weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  547.  Tool.Flash.Transparency = 1
  548.    Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  549.    Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  550. end
  551.  
  552. function KeyDownFunctions(key)
  553.  if key == "r" then
  554.   Reload()
  555.  end
  556. end
  557.  
  558. Tool.Enabled = true
  559. function onActivated()
  560.  
  561.  if not Tool.Enabled then
  562.   return
  563.  end
  564.  
  565.  Tool.Enabled = false
  566.  
  567.  local character = Tool.Parent;
  568.  local humanoid = character.Humanoid
  569.  if humanoid == nil then
  570.   print("Humanoid not found")
  571.   return
  572.  end
  573.  local ammo = script.Parent.Ammo
  574.  local maxammo = script.Parent.MaxAmmo
  575.  firing = true
  576.  while firing == true do
  577.   if reloading == false and humanoid.Health >= 1 then
  578.    if ammo.Value >= 1 then
  579.     ammo.Value = ammo.Value - 1
  580.     local targetPos = humanoid.TargetPoint
  581.     local lookAt = (targetPos - character.Head.Position).unit
  582.     if script.Parent.Recoil.Value < 10 then
  583.      script.Parent.Recoil.Value = script.Parent.Recoil.Value + 1
  584.     end
  585.     fire(lookAt)
  586.    else
  587.     Reload()
  588.     break
  589.    end
  590.   elseif reloading == false and humanoid.Health < 1 then
  591.    Tool:remove()
  592.   end
  593.  end
  594.  Tool.Enabled = true
  595. end
  596.  
  597. function nofiar(mouse)
  598. firing = false
  599. end
  600.  
  601. function onEquippedLocal(mouse)
  602.  
  603.  if mouse == nil then
  604.   print("Mouse not found")
  605.   return
  606.  end
  607.  
  608.  mouse.Icon = "http://www.roblox.com/asset/?id=2966012"
  609.  mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  610.  mouse.Button1Up:connect(function() nofiar(mouse) end)
  611.  mouse.KeyDown:connect(KeyDownFunctions)
  612.  while true do
  613.   wait()
  614.  end
  615. end
  616.  
  617.  
  618. Tool.Equipped:connect(onEquippedLocal)
  619.  
  620.  
  621. script.Parent.Activated:connect(onActivated)
  622. Tool.Equipped:connect(Equip)
  623. Tool.Unequipped:connect(Unequip)
  624. end,o12)
  625. end))
  626. o13.Parent = o1
  627. o14.Name = "ZoomScript"
  628. o14.Parent = o1
  629. g = game.workspace.Camera.CameraType
  630. o15.Name = "ZoomedIn"
  631. o15.Parent = o1
  632. o16.Parent = o1
  633. o16.Material = Enum.Material.SmoothPlastic
  634. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  635. o16.Position = Vector3.new(-47.0289497, 2.03901005, -23.0169888)
  636. o16.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  637. o16.Anchored = true
  638. o16.FormFactor = Enum.FormFactor.Custom
  639. o16.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  640. o16.CFrame = CFrame.new(-47.0289497, 2.03901005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  641. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  642. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  643. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  644. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  645. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  646. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  647. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  648. o17.Parent = o16
  649. o17.Scale = Vector3.new(0.75, 1, 0.149999991)
  650. o18.Parent = o1
  651. o18.Material = Enum.Material.SmoothPlastic
  652. o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
  653. o18.Position = Vector3.new(-46.5669594, 2.16499996, -23.0169888)
  654. o18.Rotation = Vector3.new(0.367277682, -89.7451248, 174.289368)
  655. o18.Anchored = true
  656. o18.FormFactor = Enum.FormFactor.Custom
  657. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.540000021)
  658. o18.CFrame = CFrame.new(-46.5669594, 2.16499996, -23.0169888, -1.49008656e-007, -1.49009685e-008, -0.999990106, -4.37109797e-008, 0.999995053, -1.49009614e-008, 1, 4.37109478e-008, 2.32453681e-006)
  659. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  660. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  661. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  662. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  663. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  664. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  665. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  666. o19.Parent = o18
  667. o19.Offset = Vector3.new(0, 0, 0.00300000003)
  668. o19.Scale = Vector3.new(0.450000018, 0.900000036, 1)
  669. o20.Name = "A2"
  670. o20.Parent = o1
  671. o20.Material = Enum.Material.SmoothPlastic
  672. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  673. o20.Position = Vector3.new(-45.7209969, 2.44980097, -23.0169888)
  674. o20.Rotation = Vector3.new(6.1066652e-013, 90, 0)
  675. o20.Anchored = true
  676. o20.FormFactor = Enum.FormFactor.Custom
  677. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  678. o20.CFrame = CFrame.new(-45.7209969, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008)
  679. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  680. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  681. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  682. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  683. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  684. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  685. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  686. o21.Parent = o20
  687. o21.Scale = Vector3.new(0.450000018, 0.149999991, 1.19999993)
  688. o22.Parent = o1
  689. o22.Material = Enum.Material.SmoothPlastic
  690. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  691. o22.Position = Vector3.new(-45.6399918, 2.36968803, -23.0100002)
  692. o22.Rotation = Vector3.new(-0, -90, 0)
  693. o22.Anchored = true
  694. o22.FormFactor = Enum.FormFactor.Custom
  695. o22.Size = Vector3.new(0.209999993, 0.360000014, 0.200000003)
  696. o22.CFrame = CFrame.new(-45.6399918, 2.36968803, -23.0100002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  697. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  698. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  699. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  700. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  701. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  702. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  703. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  704. o23.Parent = o22
  705. o23.Scale = Vector3.new(1, 1, 0.599999964)
  706. o24.Parent = o1
  707. o24.Material = Enum.Material.SmoothPlastic
  708. o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
  709. o24.Position = Vector3.new(-46.5279694, 2.29995394, -23.0169888)
  710. o24.Rotation = Vector3.new(-3.17548106e-011, 0.000271500176, 90)
  711. o24.Anchored = true
  712. o24.FormFactor = Enum.FormFactor.Custom
  713. o24.Size = Vector3.new(0.200000003, 0.972000062, 0.270000011)
  714. o24.CFrame = CFrame.new(-46.5279694, 2.29995394, -23.0169888, -4.44097341e-015, -1, 4.73857199e-006, 1, -4.43833067e-015, 5.5422599e-013, -5.54226044e-013, 4.73857199e-006, 1)
  715. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  716. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  717. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  718. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  719. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  720. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  721. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  722. o25.Parent = o24
  723. o25.Scale = Vector3.new(1.19999993, 1, 1.60000002)
  724. o26.Name = "Handle"
  725. o26.Parent = o1
  726. o26.Material = Enum.Material.SmoothPlastic
  727. o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
  728. o26.Position = Vector3.new(-45.2919655, 1.92951596, -23.0169888)
  729. o26.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  730. o26.Anchored = true
  731. o26.FormFactor = Enum.FormFactor.Custom
  732. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  733. o26.CFrame = CFrame.new(-45.2919655, 1.92951596, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  734. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  735. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  736. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  737. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  738. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  739. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  740. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  741. o27.Parent = o26
  742. o27.Offset = Vector3.new(0, 0, 0.00900000054)
  743. o27.Scale = Vector3.new(0.450000018, 0.450000018, 0.225000009)
  744. o28.Name = "Fire3"
  745. o28.Parent = o26
  746. o28.Pitch = 1.2999999523163
  747. o28.SoundId = "rbxassetid://137983646"
  748. o28.Volume = 5
  749. o29.Name = "M1"
  750. o29.Parent = o26
  751. o29.Pitch = 1.2000000476837
  752. o29.SoundId = "rbxassetid://147323220"
  753. o29.Volume = 1
  754. o29.PlayOnRemove = true
  755. o30.Name = "M2"
  756. o30.Parent = o26
  757. o30.SoundId = "rbxassetid://0"
  758. o30.Volume = 1
  759. o30.PlayOnRemove = true
  760. o31.Name = "M3"
  761. o31.Parent = o26
  762. o31.Pitch = 1.1000000238419
  763. o31.SoundId = "rbxassetid://152206337"
  764. o31.Volume = 1
  765. o31.PlayOnRemove = true
  766. o32.Name = "Fire"
  767. o32.Parent = o26
  768. o32.Pitch = 1.2999999523163
  769. o32.SoundId = "rbxassetid://137983646"
  770. o32.Volume = 5
  771. o33.Name = "Fire2"
  772. o33.Parent = o26
  773. o33.Pitch = 1.2999999523163
  774. o33.SoundId = "rbxassetid://137983646"
  775. o33.Volume = 5
  776. o35.Name = "A3"
  777. o35.Parent = o1
  778. o35.Material = Enum.Material.SmoothPlastic
  779. o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
  780. o35.Position = Vector3.new(-45.7959862, 2.44980097, -23.0169888)
  781. o35.Rotation = Vector3.new(6.1066652e-013, 90, 0)
  782. o35.Anchored = true
  783. o35.FormFactor = Enum.FormFactor.Custom
  784. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  785. o35.CFrame = CFrame.new(-45.7959862, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008)
  786. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  787. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  788. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  789. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  790. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  791. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  792. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  793. o36.Parent = o35
  794. o36.Scale = Vector3.new(1.5, 0.225000009, 0.450000018)
  795. o37.Name = "Flash"
  796. o37.Parent = o1
  797. o37.Material = Enum.Material.SmoothPlastic
  798. o37.BrickColor = BrickColor.new("Bright orange")
  799. o37.Transparency = 1
  800. o37.Position = Vector3.new(-41.6767159, 2.32680488, -23.017004)
  801. o37.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  802. o37.Anchored = true
  803. o37.FormFactor = Enum.FormFactor.Custom
  804. o37.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  805. o37.CFrame = CFrame.new(-41.6767159, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
  806. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  807. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  808. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  809. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  810. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  811. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  812. o37.Color = Color3.new(0.854902, 0.521569, 0.254902)
  813. o38.Parent = o37
  814. o38.Scale = Vector3.new(1.5, 2, 1.80000007)
  815. o38.MeshType = Enum.MeshType.Sphere
  816. o39.Name = "Mag"
  817. o39.Parent = o1
  818. o39.Material = Enum.Material.SmoothPlastic
  819. o39.BrickColor = BrickColor.new("Dark stone grey")
  820. o39.Position = Vector3.new(-44.8005791, 1.51697195, -23.0169888)
  821. o39.Rotation = Vector3.new(90.0000305, -71.0001678, 90.0000305)
  822. o39.Anchored = true
  823. o39.FormFactor = Enum.FormFactor.Custom
  824. o39.Size = Vector3.new(0.200000003, 0.239999995, 0.419999987)
  825. o39.CFrame = CFrame.new(-44.8005791, 1.51697195, -23.0169888, -1.78810069e-007, -0.325565368, -0.945519507, 3.5527147e-014, 0.945519507, -0.325565368, 1, -5.82144608e-008, -1.69068741e-007)
  826. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  827. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  828. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  829. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  830. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  831. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  832. o39.Color = Color3.new(0.388235, 0.372549, 0.384314)
  833. o40.Parent = o39
  834. o40.Scale = Vector3.new(0.900000036, 1.62, 1)
  835. o41.Name = "Mag2"
  836. o41.Parent = o1
  837. o41.Material = Enum.Material.SmoothPlastic
  838. o41.BrickColor = BrickColor.new("Dark stone grey")
  839. o41.Position = Vector3.new(-44.8972816, 1.93139601, -23.0169888)
  840. o41.Rotation = Vector3.new(90.0000687, -81.0000992, 90.0000687)
  841. o41.Anchored = true
  842. o41.FormFactor = Enum.FormFactor.Custom
  843. o41.Size = Vector3.new(0.200000003, 0.449999988, 0.419999987)
  844. o41.CFrame = CFrame.new(-44.8972816, 1.93139601, -23.0169888, -1.78810296e-007, -0.156433001, -0.987688601, -2.48689856e-014, 0.987688541, -0.156433001, 1, -2.79718186e-008, -1.76608907e-007)
  845. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  846. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  847. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  848. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  849. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  850. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  851. o41.Color = Color3.new(0.388235, 0.372549, 0.384314)
  852. o42.Parent = o41
  853. o42.Scale = Vector3.new(0.900000036, 1.20000005, 1)
  854. o43.Parent = o1
  855. o43.Material = Enum.Material.SmoothPlastic
  856. o43.BrickColor = BrickColor.new(CUSTOMCOLOR)
  857. o43.Position = Vector3.new(-45.621994, 2.13499188, -23.0169888)
  858. o43.Rotation = Vector3.new(-180, 90, 0)
  859. o43.Anchored = true
  860. o43.FormFactor = Enum.FormFactor.Custom
  861. o43.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  862. o43.CFrame = CFrame.new(-45.621994, 2.13499188, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  863. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  864. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  865. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  866. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  867. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  868. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  869. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  870. o44.Parent = o43
  871. o44.Scale = Vector3.new(1, 0.149999991, 0.149999991)
  872. o45.Parent = o1
  873. o45.Material = Enum.Material.SmoothPlastic
  874. o45.BrickColor = BrickColor.new(CUSTOMCOLOR)
  875. o45.Position = Vector3.new(-45.6999893, 2.19498205, -23.0199947)
  876. o45.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  877. o45.Anchored = true
  878. o45.FormFactor = Enum.FormFactor.Custom
  879. o45.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  880. o45.CFrame = CFrame.new(-45.6999893, 2.19498205, -23.0199947, -1.78810296e-007, -5.32926025e-015, -1, -2.48689856e-014, 1, -5.32926025e-015, 1, 2.48690025e-014, -1.78810296e-007)
  881. o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  882. o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  883. o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  884. o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  885. o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  886. o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  887. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  888. o46.Parent = o45
  889. o46.Scale = Vector3.new(1, 0.450000018, 0.900000036)
  890. o47.Parent = o1
  891. o47.Material = Enum.Material.SmoothPlastic
  892. o47.BrickColor = BrickColor.new(CUSTOMCOLOR)
  893. o47.Position = Vector3.new(-45.4449959, 1.937011, -23.0199947)
  894. o47.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  895. o47.Anchored = true
  896. o47.FormFactor = Enum.FormFactor.Custom
  897. o47.Size = Vector3.new(0.209999993, 0.200000003, 0.270000011)
  898. o47.CFrame = CFrame.new(-45.4449959, 1.937011, -23.0199947, -1.78810296e-007, -1.49010191e-007, -1, -2.48689856e-014, 1, -1.49010191e-007, 1, -1.77557079e-015, -1.78810296e-007)
  899. o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  900. o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  901. o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  902. o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  903. o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  904. o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  905. o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  906. o48.Parent = o47
  907. o48.Offset = Vector3.new(0.00300000003, 0, 0)
  908. o48.Scale = Vector3.new(1, 0.720000029, 1)
  909. o49.Parent = o1
  910. o49.Material = Enum.Material.SmoothPlastic
  911. o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
  912. o49.Position = Vector3.new(-45.4699135, 2.34168005, -22.886404)
  913. o49.Rotation = Vector3.new(90, -4.32576189e-006, 75.0002823)
  914. o49.Anchored = true
  915. o49.FormFactor = Enum.FormFactor.Custom
  916. o49.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  917. o49.CFrame = CFrame.new(-45.4699135, 2.34168005, -22.886404, 0.258814394, -0.965927064, -7.54987894e-008, -1.95402148e-008, 7.29263192e-008, -1, 0.965927064, 0.258814394, -4.04779563e-014)
  918. o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  919. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  920. o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  921. o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  922. o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  923. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  924. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  925. o50.Parent = o49
  926. o50.Scale = Vector3.new(0.450000018, 1, 0.450000018)
  927. o51.Parent = o1
  928. o51.Material = Enum.Material.SmoothPlastic
  929. o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
  930. o51.Position = Vector3.new(-42.9219856, 2.32981491, -23.017004)
  931. o51.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  932. o51.Anchored = true
  933. o51.FormFactor = Enum.FormFactor.Custom
  934. o51.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  935. o51.CFrame = CFrame.new(-42.9219856, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  936. o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  937. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  938. o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  939. o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  940. o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  941. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  942. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  943. o52.Parent = o51
  944. o52.Scale = Vector3.new(1, 0.900000036, 0.50999999)
  945. o53.Parent = o1
  946. o53.Material = Enum.Material.SmoothPlastic
  947. o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
  948. o53.Position = Vector3.new(-42.32201, 2.33277702, -23.017004)
  949. o53.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  950. o53.Anchored = true
  951. o53.FormFactor = Enum.FormFactor.Custom
  952. o53.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  953. o53.CFrame = CFrame.new(-42.32201, 2.33277702, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  954. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  955. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  956. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  957. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  958. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  959. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  960. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  961. o54.Parent = o53
  962. o54.Scale = Vector3.new(1, 0.0749999955, 0.75)
  963. o55.Parent = o1
  964. o55.Material = Enum.Material.SmoothPlastic
  965. o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
  966. o55.Position = Vector3.new(-47.028965, 2.03898501, -22.9119778)
  967. o55.Rotation = Vector3.new(180, -0.000269792567, 8.01008652e-012)
  968. o55.Anchored = true
  969. o55.FormFactor = Enum.FormFactor.Custom
  970. o55.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  971. o55.CFrame = CFrame.new(-47.028965, 2.03898501, -22.9119778, 1, -1.39802381e-013, -4.70876876e-006, -1.3980497e-013, -1, -5.50673222e-013, -4.70876876e-006, 5.50673873e-013, -1)
  972. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  973. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  974. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  975. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  976. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  977. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  978. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  979. o56.Parent = o55
  980. o56.Scale = Vector3.new(0.149999991, 1, 0.299999982)
  981. o56.MeshType = Enum.MeshType.Wedge
  982. o57.Parent = o1
  983. o57.Material = Enum.Material.SmoothPlastic
  984. o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
  985. o57.Position = Vector3.new(-45.6849937, 2.32968688, -23.0605068)
  986. o57.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
  987. o57.Anchored = true
  988. o57.FormFactor = Enum.FormFactor.Custom
  989. o57.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
  990. o57.CFrame = CFrame.new(-45.6849937, 2.32968688, -23.0605068, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1)
  991. o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  992. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  993. o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  994. o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  995. o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  996. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  997. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  998. o58.Parent = o57
  999. o58.Scale = Vector3.new(1.1500001, 0.75, 1.04999995)
  1000. o59.Parent = o1
  1001. o59.Material = Enum.Material.SmoothPlastic
  1002. o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1003. o59.Position = Vector3.new(-47.025959, 2.28498602, -23.0169888)
  1004. o59.Rotation = Vector3.new(-1.62844304e-011, 0.000132276866, 90)
  1005. o59.Anchored = true
  1006. o59.FormFactor = Enum.FormFactor.Custom
  1007. o59.Size = Vector3.new(0.270000011, 0.200000003, 0.270000011)
  1008. o59.CFrame = CFrame.new(-47.025959, 2.28498602, -23.0169888, 2.9801889e-008, -0.999990106, 2.30866681e-006, 0.999995053, 2.9802111e-008, 2.84216932e-013, -7.14980538e-013, 4.78223637e-006, 1)
  1009. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1016. o60.Parent = o59
  1017. o60.Scale = Vector3.new(1, 0.180000007, 1)
  1018. o61.Parent = o1
  1019. o61.Material = Enum.Material.SmoothPlastic
  1020. o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1021. o61.Position = Vector3.new(-45.5949974, 2.06598401, -23.0169888)
  1022. o61.Rotation = Vector3.new(-180, 90, 0)
  1023. o61.Anchored = true
  1024. o61.FormFactor = Enum.FormFactor.Custom
  1025. o61.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1026. o61.CFrame = CFrame.new(-45.5949974, 2.06598401, -23.0169888, -1.78810296e-007, 5.32926025e-015, 1, -2.48689856e-014, -1, 5.32926025e-015, 1, -2.48690025e-014, 1.78810296e-007)
  1027. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1032. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1034. o62.Parent = o61
  1035. o62.Scale = Vector3.new(1, 0.299999982, 0.149999991)
  1036. o62.MeshType = Enum.MeshType.Wedge
  1037. o63.Parent = o1
  1038. o63.Material = Enum.Material.SmoothPlastic
  1039. o63.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1040. o63.Position = Vector3.new(-45.701725, 2.34168005, -22.8242855)
  1041. o63.Rotation = Vector3.new(-2.31819899e-006, 15.000556, 90)
  1042. o63.Anchored = true
  1043. o63.FormFactor = Enum.FormFactor.Custom
  1044. o63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1045. o63.CFrame = CFrame.new(-45.701725, 2.34168005, -22.8242855, 6.37342268e-009, -0.965923309, 0.258828402, 1, 1.70705192e-008, 3.90814527e-008, -4.2168022e-008, 0.258828402, 0.965923309)
  1046. o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1051. o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1052. o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1053. o64.Parent = o63
  1054. o64.Scale = Vector3.new(0.337500006, 0.149999991, 0.337500006)
  1055. o65.Parent = o1
  1056. o65.Material = Enum.Material.SmoothPlastic
  1057. o65.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1058. o65.Position = Vector3.new(-44.6739845, 1.96097994, -23.017004)
  1059. o65.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
  1060. o65.Anchored = true
  1061. o65.FormFactor = Enum.FormFactor.Custom
  1062. o65.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1063. o65.CFrame = CFrame.new(-44.6739845, 1.96097994, -23.017004, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014)
  1064. o65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. o65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. o65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. o65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. o65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1069. o65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1070. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1071. o66.Parent = o65
  1072. o66.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  1073. o66.MeshType = Enum.MeshType.Wedge
  1074. o67.Parent = o1
  1075. o67.Material = Enum.Material.SmoothPlastic
  1076. o67.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1077. o67.Position = Vector3.new(-42.6519814, 2.33281589, -23.017004)
  1078. o67.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  1079. o67.Anchored = true
  1080. o67.FormFactor = Enum.FormFactor.Custom
  1081. o67.Size = Vector3.new(0.270000011, 0.360000014, 0.200000003)
  1082. o67.CFrame = CFrame.new(-42.6519814, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  1083. o67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. o67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. o67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. o67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. o67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. o67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. o67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1090. o68.Parent = o67
  1091. o68.Scale = Vector3.new(1, 1, 0.599999964)
  1092. o69.Parent = o1
  1093. o69.Material = Enum.Material.SmoothPlastic
  1094. o69.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1095. o69.Position = Vector3.new(-46.7319527, 1.99998295, -23.0169888)
  1096. o69.Rotation = Vector3.new(-180, -90, 0)
  1097. o69.Anchored = true
  1098. o69.FormFactor = Enum.FormFactor.Custom
  1099. o69.Size = Vector3.new(0.200000003, 0.209999993, 0.200000003)
  1100. o69.CFrame = CFrame.new(-46.7319527, 1.99998295, -23.0169888, 1.49008656e-007, 4.44105473e-015, -1, 1.77635616e-014, -1, -4.44102762e-015, -1, -1.77635684e-014, -1.49008883e-007)
  1101. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1108. o70.Parent = o69
  1109. o70.Scale = Vector3.new(0.450000018, 1, 1.35000002)
  1110. o70.MeshType = Enum.MeshType.Wedge
  1111. o71.Parent = o1
  1112. o71.Material = Enum.Material.SmoothPlastic
  1113. o71.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1114. o71.Position = Vector3.new(-45.12397, 2.12598205, -23.0169888)
  1115. o71.Rotation = Vector3.new(8.14221791e-013, -90, 0)
  1116. o71.Anchored = true
  1117. o71.FormFactor = Enum.FormFactor.Custom
  1118. o71.Size = Vector3.new(0.209999993, 0.300000012, 0.959999979)
  1119. o71.CFrame = CFrame.new(-45.12397, 2.12598205, -23.0169888, -1.19206788e-007, -3.55283565e-015, -1, -1.42108513e-014, 1, -3.5528221e-015, 1, 1.42108547e-014, -1.19207243e-007)
  1120. o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1127. o72.Parent = o71
  1128. o72.Scale = Vector3.new(1, 1, 0.950000048)
  1129. o73.Parent = o1
  1130. o73.Material = Enum.Material.SmoothPlastic
  1131. o73.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1132. o73.Position = Vector3.new(-45.9759941, 2.32979393, -23.0169888)
  1133. o73.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
  1134. o73.Anchored = true
  1135. o73.FormFactor = Enum.FormFactor.Custom
  1136. o73.Size = Vector3.new(0.200000003, 0.324000001, 0.270000011)
  1137. o73.CFrame = CFrame.new(-45.9759941, 2.32979393, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1)
  1138. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. o73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1145. o74.Parent = o73
  1146. o74.Scale = Vector3.new(0.900000036, 1.10000002, 1)
  1147. o75.Parent = o1
  1148. o75.Material = Enum.Material.SmoothPlastic
  1149. o75.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1150. o75.Position = Vector3.new(-44.8719826, 2.27287102, -22.8969936)
  1151. o75.Rotation = Vector3.new(78.0001221, 4.33610621e-005, -0.000249171426)
  1152. o75.Anchored = true
  1153. o75.FormFactor = Enum.FormFactor.Custom
  1154. o75.Size = Vector3.new(0.330000013, 0.200000003, 0.200000003)
  1155. o75.CFrame = CFrame.new(-44.8719826, 2.27287102, -22.8969936, 1, 4.34886169e-006, 7.5679327e-007, -1.63914535e-007, 0.207909659, -0.978148043, -4.41117481e-006, 0.978147984, 0.207909659)
  1156. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. o75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1163. o76.Parent = o75
  1164. o76.Scale = Vector3.new(1, 0.149999991, 0.599999964)
  1165. o77.Parent = o1
  1166. o77.Material = Enum.Material.SmoothPlastic
  1167. o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1168. o77.Position = Vector3.new(-43.113987, 2.49480104, -23.017004)
  1169. o77.Rotation = Vector3.new(-180, 90, 0)
  1170. o77.Anchored = true
  1171. o77.FormFactor = Enum.FormFactor.Custom
  1172. o77.Size = Vector3.new(0.200000003, 0.324000001, 0.200000003)
  1173. o77.CFrame = CFrame.new(-43.113987, 2.49480104, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007)
  1174. o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1175. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1180. o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1181. o78.Parent = o77
  1182. o78.Scale = Vector3.new(0.450000018, 1, 0.149999991)
  1183. o79.Parent = o1
  1184. o79.Material = Enum.Material.SmoothPlastic
  1185. o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1186. o79.Position = Vector3.new(-46.6629639, 2.00900698, -23.0169888)
  1187. o79.Rotation = Vector3.new(90.0000076, -45.0002785, 90.0000076)
  1188. o79.Anchored = true
  1189. o79.FormFactor = Enum.FormFactor.Custom
  1190. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
  1191. o79.CFrame = CFrame.new(-46.6629639, 2.00900698, -23.0169888, -1.49008656e-007, -0.707103372, -0.707110226, -4.37109797e-008, 0.707110286, -0.707103312, 1, -7.4455933e-008, -1.36273982e-007)
  1192. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1193. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1199. o80.Parent = o79
  1200. o80.Scale = Vector3.new(0.75, 0.540000021, 1)
  1201. o81.Parent = o1
  1202. o81.Material = Enum.Material.SmoothPlastic
  1203. o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1204. o81.Position = Vector3.new(-47.025959, 1.78401804, -23.0169888)
  1205. o81.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
  1206. o81.Anchored = true
  1207. o81.FormFactor = Enum.FormFactor.Custom
  1208. o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1209. o81.CFrame = CFrame.new(-47.025959, 1.78401804, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1)
  1210. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1215. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1217. o82.Parent = o81
  1218. o82.Scale = Vector3.new(0.75, 0.180000007, 0.75)
  1219. o83.Parent = o1
  1220. o83.Material = Enum.Material.SmoothPlastic
  1221. o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1222. o83.Position = Vector3.new(-45.666996, 2.1379981, -23.0169888)
  1223. o83.Rotation = Vector3.new(-180, 90, 0)
  1224. o83.Anchored = true
  1225. o83.FormFactor = Enum.FormFactor.Custom
  1226. o83.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1227. o83.CFrame = CFrame.new(-45.666996, 2.1379981, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  1228. o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1235. o84.Parent = o83
  1236. o84.Scale = Vector3.new(1, 0.149999991, 0.299999982)
  1237. o84.MeshType = Enum.MeshType.Wedge
  1238. o85.Parent = o1
  1239. o85.Material = Enum.Material.SmoothPlastic
  1240. o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1241. o85.Position = Vector3.new(-45.3786354, 1.77153397, -23.0169888)
  1242. o85.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
  1243. o85.Anchored = true
  1244. o85.FormFactor = Enum.FormFactor.Custom
  1245. o85.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1246. o85.CFrame = CFrame.new(-45.3786354, 1.77153397, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035812, 2.48689856e-014, -0.480035812, -0.877248883, -1, 1.56861944e-007, -8.58354028e-008)
  1247. o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1254. o86.Parent = o85
  1255. o86.Scale = Vector3.new(1, 0.180000007, 0.112500004)
  1256. o86.MeshType = Enum.MeshType.Wedge
  1257. o87.Parent = o1
  1258. o87.Material = Enum.Material.SmoothPlastic
  1259. o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1260. o87.Position = Vector3.new(-43.1559792, 2.65682006, -23.017004)
  1261. o87.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  1262. o87.Anchored = true
  1263. o87.FormFactor = Enum.FormFactor.Custom
  1264. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1265. o87.CFrame = CFrame.new(-43.1559792, 2.65682006, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
  1266. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1273. o88.Parent = o87
  1274. o88.Scale = Vector3.new(0.450000018, 0.540000021, 0.149999991)
  1275. o89.Parent = o1
  1276. o89.Material = Enum.Material.SmoothPlastic
  1277. o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1278. o89.Position = Vector3.new(-43.1469765, 2.686795, -22.9809933)
  1279. o89.Rotation = Vector3.new(180, -0.000271500176, -180)
  1280. o89.Anchored = true
  1281. o89.FormFactor = Enum.FormFactor.Custom
  1282. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1283. o89.CFrame = CFrame.new(-43.1469765, 2.686795, -22.9809933, -1, 1.41105064e-013, -4.73857199e-006, 1.41107707e-013, 1, -5.54225882e-013, 4.73857199e-006, -5.54226695e-013, -1)
  1284. o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1291. o90.Parent = o89
  1292. o90.MeshId = "http://www.roblox.com/asset/?id=12221344"
  1293. o90.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
  1294. o90.MeshType = Enum.MeshType.FileMesh
  1295. o91.Parent = o1
  1296. o91.Material = Enum.Material.SmoothPlastic
  1297. o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1298. o91.Position = Vector3.new(-45.1899757, 2.32971406, -23.0169888)
  1299. o91.Rotation = Vector3.new(-2.5044726e-006, 6.31783696e-005, 90)
  1300. o91.Anchored = true
  1301. o91.FormFactor = Enum.FormFactor.Custom
  1302. o91.Size = Vector3.new(0.209999993, 1.20000005, 0.209999993)
  1303. o91.CFrame = CFrame.new(-45.1899757, 2.32971406, -23.0169888, 1.47809596e-008, -0.999990106, 1.10267058e-006, 0.999995053, 1.4781155e-008, 4.37112924e-008, -4.37118537e-008, 3.57622821e-006, 1)
  1304. o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1311. o92.Parent = o91
  1312. o92.Scale = Vector3.new(1.10000002, 1, 1.10000002)
  1313. o93.Parent = o1
  1314. o93.Material = Enum.Material.SmoothPlastic
  1315. o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1316. o93.Position = Vector3.new(-43.3420143, 2.33281589, -23.0020046)
  1317. o93.Rotation = Vector3.new(-90, 7.1009457e-012, -89.9999771)
  1318. o93.Anchored = true
  1319. o93.FormFactor = Enum.FormFactor.Custom
  1320. o93.Size = Vector3.new(0.270000011, 0.200000003, 0.239999995)
  1321. o93.CFrame = CFrame.new(-43.3420143, 2.33281589, -23.0020046, 4.4702756e-007, 1, 1.23934879e-013, 5.32906645e-014, -1.23934906e-013, 1, 1, -4.47027332e-007, -5.32907323e-014)
  1322. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1329. o94.Parent = o93
  1330. o94.Scale = Vector3.new(1, 0.599999964, 1)
  1331. o95.Parent = o1
  1332. o95.Material = Enum.Material.SmoothPlastic
  1333. o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1334. o95.Position = Vector3.new(-46.6569557, 2.12600803, -23.0169888)
  1335. o95.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  1336. o95.Anchored = true
  1337. o95.FormFactor = Enum.FormFactor.Custom
  1338. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
  1339. o95.CFrame = CFrame.new(-46.6569557, 2.12600803, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  1340. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1347. o96.Parent = o95
  1348. o96.Offset = Vector3.new(0, 0, 0.00300000003)
  1349. o96.Scale = Vector3.new(0.450000018, 0.360000014, 1)
  1350. o97.Parent = o1
  1351. o97.Material = Enum.Material.SmoothPlastic
  1352. o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1353. o97.Position = Vector3.new(-42.3670082, 2.33281589, -23.017004)
  1354. o97.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  1355. o97.Anchored = true
  1356. o97.FormFactor = Enum.FormFactor.Custom
  1357. o97.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  1358. o97.CFrame = CFrame.new(-42.3670082, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  1359. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1366. o98.Parent = o97
  1367. o98.Scale = Vector3.new(1, 0.0749999955, 0.75)
  1368. o99.Parent = o1
  1369. o99.Material = Enum.Material.SmoothPlastic
  1370. o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1371. o99.Position = Vector3.new(-46.4619598, 2.17700005, -23.0169888)
  1372. o99.Rotation = Vector3.new(-180, -0.000132276851, 6.83023381e-006)
  1373. o99.Anchored = true
  1374. o99.FormFactor = Enum.FormFactor.Custom
  1375. o99.Size = Vector3.new(0.209999993, 0.396000028, 0.200000003)
  1376. o99.CFrame = CFrame.new(-46.4619598, 2.17700005, -23.0169888, 0.999990106, -1.19208885e-007, -2.30866658e-006, -1.19209446e-007, -0.999995053, 4.3711136e-008, -4.78223637e-006, -4.37104859e-008, -1)
  1377. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1384. o100.Parent = o99
  1385. o100.Scale = Vector3.new(1, 1, 0.599999964)
  1386. o101.Parent = o1
  1387. o101.Material = Enum.Material.SmoothPlastic
  1388. o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1389. o101.Position = Vector3.new(-45.5919991, 2.11999488, -23.0169888)
  1390. o101.Rotation = Vector3.new(-180, 90, 0)
  1391. o101.Anchored = true
  1392. o101.FormFactor = Enum.FormFactor.Custom
  1393. o101.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1394. o101.CFrame = CFrame.new(-45.5919991, 2.11999488, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  1395. o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1402. o102.Parent = o101
  1403. o102.Scale = Vector3.new(1, 0.299999982, 0.149999991)
  1404. o103.Parent = o1
  1405. o103.Material = Enum.Material.SmoothPlastic
  1406. o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1407. o103.Position = Vector3.new(-45.7307053, 2.34168005, -22.816534)
  1408. o103.Rotation = Vector3.new(-180, -15.000556, 90)
  1409. o103.Anchored = true
  1410. o103.FormFactor = Enum.FormFactor.Custom
  1411. o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1412. o103.CFrame = CFrame.new(-45.7307053, 2.34168005, -22.816534, -2.36663933e-008, -0.965923309, -0.258828402, -1, 1.99318464e-008, 1.70528285e-008, -1.13127969e-008, 0.258828402, -0.965923309)
  1413. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1420. o104.Parent = o103
  1421. o104.Scale = Vector3.new(0.450000018, 0.149999991, 0.450000018)
  1422. o105.Parent = o1
  1423. o105.Material = Enum.Material.SmoothPlastic
  1424. o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1425. o105.Position = Vector3.new(-44.9019737, 1.90552294, -23.0169888)
  1426. o105.Rotation = Vector3.new(-180, -90, 0)
  1427. o105.Anchored = true
  1428. o105.FormFactor = Enum.FormFactor.Custom
  1429. o105.Size = Vector3.new(0.209999993, 0.200000003, 0.449999988)
  1430. o105.CFrame = CFrame.new(-44.9019737, 1.90552294, -23.0169888, 1.78810296e-007, 5.32926025e-015, -1, 2.48689856e-014, -1, -5.32926025e-015, -1, -2.48690025e-014, -1.78810296e-007)
  1431. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1438. o106.Parent = o105
  1439. o106.Scale = Vector3.new(1, 0.419999987, 1)
  1440. o106.MeshType = Enum.MeshType.Wedge
  1441. o107.Parent = o1
  1442. o107.Material = Enum.Material.SmoothPlastic
  1443. o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1444. o107.Position = Vector3.new(-45.1389694, 1.96101201, -23.0169888)
  1445. o107.Rotation = Vector3.new(-90, 8.10863442e-012, 89.9999924)
  1446. o107.Anchored = true
  1447. o107.FormFactor = Enum.FormFactor.Custom
  1448. o107.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1449. o107.CFrame = CFrame.new(-45.1389694, 1.96101201, -23.0169888, 1.78810296e-007, -1, 1.4152236e-013, 2.48689856e-014, 1.41522373e-013, 1, -1, -1.78810751e-007, 2.48690432e-014)
  1450. o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1457. o108.Parent = o107
  1458. o108.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  1459. o108.MeshType = Enum.MeshType.Wedge
  1460. o109.Parent = o1
  1461. o109.Material = Enum.Material.SmoothPlastic
  1462. o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1463. o109.Position = Vector3.new(-46.4469643, 2.09900498, -23.0169888)
  1464. o109.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  1465. o109.Anchored = true
  1466. o109.FormFactor = Enum.FormFactor.Custom
  1467. o109.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
  1468. o109.CFrame = CFrame.new(-46.4469643, 2.09900498, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  1469. o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1476. o110.Parent = o109
  1477. o110.Scale = Vector3.new(0.75, 0.540000021, 1)
  1478. o111.Parent = o1
  1479. o111.Material = Enum.Material.SmoothPlastic
  1480. o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1481. o111.Position = Vector3.new(-43.9570198, 2.33281589, -22.8369961)
  1482. o111.Rotation = Vector3.new(-3.05333016e-012, -90, 0)
  1483. o111.Anchored = true
  1484. o111.FormFactor = Enum.FormFactor.Custom
  1485. o111.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  1486. o111.CFrame = CFrame.new(-43.9570198, 2.33281589, -22.8369961, 4.4702756e-007, 1.23934879e-013, -1, 5.32906645e-014, 1, 1.23934906e-013, 1, -5.32907323e-014, 4.47027332e-007)
  1487. o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1494. o112.Parent = o111
  1495. o112.Offset = Vector3.new(-0.00600000005, 0, 0)
  1496. o112.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
  1497. o113.Parent = o1
  1498. o113.Material = Enum.Material.SmoothPlastic
  1499. o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1500. o113.Position = Vector3.new(-42.1870003, 2.32981491, -23.017004)
  1501. o113.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  1502. o113.Anchored = true
  1503. o113.FormFactor = Enum.FormFactor.Custom
  1504. o113.Size = Vector3.new(0.270000011, 0.209999993, 0.200000003)
  1505. o113.CFrame = CFrame.new(-42.1870003, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  1506. o113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. o113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. o113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. o113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1513. o114.Parent = o113
  1514. o114.Scale = Vector3.new(1, 1, 0.75)
  1515. o115.Parent = o1
  1516. o115.Material = Enum.Material.SmoothPlastic
  1517. o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1518. o115.Position = Vector3.new(-45.5949974, 2.32968688, -23.0529995)
  1519. o115.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
  1520. o115.Anchored = true
  1521. o115.FormFactor = Enum.FormFactor.Custom
  1522. o115.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
  1523. o115.CFrame = CFrame.new(-45.5949974, 2.32968688, -23.0529995, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1)
  1524. o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1531. o116.Parent = o115
  1532. o116.Scale = Vector3.new(1.10000002, 0.75, 1.02499998)
  1533. o117.Parent = o1
  1534. o117.Material = Enum.Material.SmoothPlastic
  1535. o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1536. o117.Position = Vector3.new(-45.7720146, 2.29656005, -23.0257607)
  1537. o117.Rotation = Vector3.new(0.000260027009, -90, 0)
  1538. o117.Anchored = true
  1539. o117.FormFactor = Enum.FormFactor.Custom
  1540. o117.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1541. o117.CFrame = CFrame.new(-45.7720146, 2.29656005, -23.0257607, -1.78810296e-007, 6.27533882e-006, -1, -4.53832718e-006, 1, 6.27533973e-006, 1, 4.53832808e-006, -1.78782102e-007)
  1542. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1549. o118.Parent = o117
  1550. o118.MeshId = "http://www.roblox.com/asset/?id=12221344"
  1551. o118.Scale = Vector3.new(0.479999989, 0.629999995, 0.0149999997)
  1552. o118.MeshType = Enum.MeshType.FileMesh
  1553. o119.Parent = o1
  1554. o119.Material = Enum.Material.SmoothPlastic
  1555. o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1556. o119.Position = Vector3.new(-43.9570045, 2.33281589, -23.1970119)
  1557. o119.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  1558. o119.Anchored = true
  1559. o119.FormFactor = Enum.FormFactor.Custom
  1560. o119.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  1561. o119.CFrame = CFrame.new(-43.9570045, 2.33281589, -23.1970119, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  1562. o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1569. o120.Parent = o119
  1570. o120.Offset = Vector3.new(0.00600000005, 0, 0)
  1571. o120.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
  1572. o121.Parent = o1
  1573. o121.Material = Enum.Material.SmoothPlastic
  1574. o121.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1575. o121.Position = Vector3.new(-44.6409874, 2.16198707, -23.017004)
  1576. o121.Rotation = Vector3.new(-89.9985504, -1.70046644e-006, -90)
  1577. o121.Anchored = true
  1578. o121.FormFactor = Enum.FormFactor.Custom
  1579. o121.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1580. o121.CFrame = CFrame.new(-44.6409874, 2.16198707, -23.017004, -6.33863237e-008, 1, -2.96787377e-008, -2.53360668e-005, 2.96771319e-008, 1, 1, 6.33874606e-008, 2.53360668e-005)
  1581. o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1588. o122.Parent = o121
  1589. o122.Scale = Vector3.new(1, 0.360000014, 0.299999982)
  1590. o122.MeshType = Enum.MeshType.Wedge
  1591. o123.Parent = o1
  1592. o123.Material = Enum.Material.SmoothPlastic
  1593. o123.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1594. o123.Position = Vector3.new(-45.08498, 2.44970989, -23.0169888)
  1595. o123.Rotation = Vector3.new(-0.236811787, -89.7451248, -0.767986298)
  1596. o123.Anchored = true
  1597. o123.FormFactor = Enum.FormFactor.Custom
  1598. o123.Size = Vector3.new(0.200000003, 0.200000003, 0.99000001)
  1599. o123.CFrame = CFrame.new(-45.08498, 2.44970989, -23.0169888, 1.10267058e-006, 1.47809596e-008, -0.999990106, 4.37112924e-008, 0.999995053, 1.4781155e-008, 1, -4.37118537e-008, 3.57622821e-006)
  1600. o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. o123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1607. o124.Parent = o123
  1608. o124.Scale = Vector3.new(0.75, 0.599999964, 1)
  1609. o125.Parent = o1
  1610. o125.Material = Enum.Material.SmoothPlastic
  1611. o125.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1612. o125.Position = Vector3.new(-45.5094337, 1.53326499, -23.0169888)
  1613. o125.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
  1614. o125.Anchored = true
  1615. o125.FormFactor = Enum.FormFactor.Custom
  1616. o125.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1617. o125.CFrame = CFrame.new(-45.5094337, 1.53326499, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035782, 2.48689856e-014, -0.480035782, -0.877248883, -1, 1.56861489e-007, -8.58355733e-008)
  1618. o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. o125.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1625. o126.Parent = o125
  1626. o126.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  1627. o126.MeshType = Enum.MeshType.Wedge
  1628. o127.Parent = o1
  1629. o127.Material = Enum.Material.SmoothPlastic
  1630. o127.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1631. o127.Position = Vector3.new(-45.1449661, 1.89352095, -23.0169888)
  1632. o127.Rotation = Vector3.new(90, -1.70757198e-006, 90.0000076)
  1633. o127.Anchored = true
  1634. o127.FormFactor = Enum.FormFactor.Custom
  1635. o127.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1636. o127.CFrame = CFrame.new(-45.1449661, 1.89352095, -23.0169888, -1.78810296e-007, -1, -2.98027523e-008, -2.48689856e-014, 2.98027523e-008, -1, 1, -1.78810751e-007, -3.01979917e-014)
  1637. o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. o127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1644. o128.Parent = o127
  1645. o128.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  1646. o128.MeshType = Enum.MeshType.Wedge
  1647. o129.Parent = o1
  1648. o129.Material = Enum.Material.SmoothPlastic
  1649. o129.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1650. o129.Position = Vector3.new(-45.3900337, 1.75122094, -23.0169888)
  1651. o129.Rotation = Vector3.new(-90, 28.6877403, -90.0000076)
  1652. o129.Anchored = true
  1653. o129.FormFactor = Enum.FormFactor.Custom
  1654. o129.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1655. o129.CFrame = CFrame.new(-45.3900337, 1.75122094, -23.0169888, -1.78810296e-007, 0.877248883, 0.480035782, -2.48689856e-014, -0.480035782, 0.877248883, 1, 1.56861489e-007, 8.58355733e-008)
  1656. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1657. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1663. o130.Parent = o129
  1664. o130.Scale = Vector3.new(1, 0.180000007, 0.112500004)
  1665. o130.MeshType = Enum.MeshType.Wedge
  1666. o131.Parent = o1
  1667. o131.Material = Enum.Material.SmoothPlastic
  1668. o131.BrickColor = BrickColor.new("Dark stone grey")
  1669. o131.Position = Vector3.new(-44.8719826, 2.33270693, -23.0019875)
  1670. o131.Rotation = Vector3.new(-1.52666525e-011, 0.00013147993, 90)
  1671. o131.Anchored = true
  1672. o131.FormFactor = Enum.FormFactor.Custom
  1673. o131.Size = Vector3.new(0.209999993, 0.330000013, 0.209999993)
  1674. o131.CFrame = CFrame.new(-44.8719826, 2.33270693, -23.0019875, 6.80958789e-014, -1, 2.29475768e-006, 1, 6.80964887e-014, 2.66453363e-013, -2.66453526e-013, 2.29475745e-006, 1)
  1675. o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. o131.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1682. o132.Parent = o131
  1683. o132.Scale = Vector3.new(1.10000002, 1, 1)
  1684. o133.Parent = o1
  1685. o133.Material = Enum.Material.SmoothPlastic
  1686. o133.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1687. o133.Position = Vector3.new(-45.5253639, 1.79166996, -23.0169888)
  1688. o133.Rotation = Vector3.new(-90.0000153, -61.3127441, -90.0000229)
  1689. o133.Anchored = true
  1690. o133.FormFactor = Enum.FormFactor.Custom
  1691. o133.Size = Vector3.new(0.209999993, 0.468000025, 0.239999995)
  1692. o133.CFrame = CFrame.new(-45.5253639, 1.79166996, -23.0169888, -1.78810296e-007, 0.480028421, -0.877252936, -2.48689856e-014, 0.877252877, 0.480028421, 1, 8.58341522e-008, -1.56862399e-007)
  1693. o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1697. o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1700. o134.Parent = o133
  1701. o135.Parent = o1
  1702. o135.Material = Enum.Material.SmoothPlastic
  1703. o135.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1704. o135.Position = Vector3.new(-45.2349663, 1.87251794, -23.0169888)
  1705. o135.Rotation = Vector3.new(-90, -5.97646749e-006, -90.0000076)
  1706. o135.Anchored = true
  1707. o135.FormFactor = Enum.FormFactor.Custom
  1708. o135.Size = Vector3.new(0.209999993, 0.324000001, 0.200000003)
  1709. o135.CFrame = CFrame.new(-45.2349663, 1.87251794, -23.0169888, -1.78810296e-007, 1, -1.04309038e-007, -2.48689856e-014, 1.04309038e-007, 1, 1, 1.78810524e-007, 6.21742512e-015)
  1710. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. o135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1717. o136.Parent = o135
  1718. o136.Scale = Vector3.new(1, 1, 0.0749999955)
  1719. o137.Parent = o1
  1720. o137.Material = Enum.Material.SmoothPlastic
  1721. o137.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1722. o137.Position = Vector3.new(-44.9019814, 2.03599, -23.0169888)
  1723. o137.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  1724. o137.Anchored = true
  1725. o137.FormFactor = Enum.FormFactor.Custom
  1726. o137.Size = Vector3.new(0.209999993, 0.200000003, 0.419999987)
  1727. o137.CFrame = CFrame.new(-44.9019814, 2.03599, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  1728. o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1735. o138.Parent = o137
  1736. o138.Scale = Vector3.new(1, 0.900000036, 1.10000002)
  1737. o138.MeshType = Enum.MeshType.Brick
  1738. o139.Parent = o1
  1739. o139.Material = Enum.Material.SmoothPlastic
  1740. o139.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1741. o139.Position = Vector3.new(-45.2949638, 1.96252096, -23.0169888)
  1742. o139.Rotation = Vector3.new(-90, 8.10863442e-012, -90.0000076)
  1743. o139.Anchored = true
  1744. o139.FormFactor = Enum.FormFactor.Custom
  1745. o139.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1746. o139.CFrame = CFrame.new(-45.2949638, 1.96252096, -23.0169888, -1.78810296e-007, 1, 1.4152236e-013, -2.48689856e-014, -1.41522373e-013, 1, 1, 1.78810751e-007, 2.48690432e-014)
  1747. o139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1748. o139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1749. o139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1750. o139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1751. o139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1752. o139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. o139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1754. o140.Parent = o139
  1755. o140.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  1756. o140.MeshType = Enum.MeshType.Wedge
  1757. o141.Parent = o1
  1758. o141.Material = Enum.Material.SmoothPlastic
  1759. o141.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1760. o141.Position = Vector3.new(-44.4249878, 2.32082105, -23.017004)
  1761. o141.Rotation = Vector3.new(-3.16530691e-011, 0.000271500117, -90)
  1762. o141.Anchored = true
  1763. o141.FormFactor = Enum.FormFactor.Custom
  1764. o141.Size = Vector3.new(0.200000003, 0.300000012, 0.200000003)
  1765. o141.CFrame = CFrame.new(-44.4249878, 2.32082105, -23.017004, -2.98020346e-008, 1, 4.73857108e-006, -1, -2.98020364e-008, 5.52450284e-013, 6.93669406e-013, -4.73857108e-006, 1)
  1766. o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. o141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1773. o142.Parent = o141
  1774. o142.MeshId = "http://www.roblox.com/asset/?id=1033714"
  1775. o142.Scale = Vector3.new(0.150000006, 0.440999985, 0.150000006)
  1776. o142.MeshType = Enum.MeshType.FileMesh
  1777. o143.Parent = o1
  1778. o143.Material = Enum.Material.SmoothPlastic
  1779. o143.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1780. o143.Position = Vector3.new(-42.3520088, 2.33281589, -23.017004)
  1781. o143.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  1782. o143.Anchored = true
  1783. o143.FormFactor = Enum.FormFactor.Custom
  1784. o143.Size = Vector3.new(0.270000011, 0.300000012, 0.200000003)
  1785. o143.CFrame = CFrame.new(-42.3520088, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  1786. o143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. o143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. o143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. o143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. o143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. o143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. o143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1793. o144.Parent = o143
  1794. o144.Scale = Vector3.new(1, 1, 0.50999999)
  1795. o145.Parent = o1
  1796. o145.Material = Enum.Material.SmoothPlastic
  1797. o145.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1798. o145.Position = Vector3.new(-42.096714, 2.33280206, -23.017004)
  1799. o145.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  1800. o145.Anchored = true
  1801. o145.FormFactor = Enum.FormFactor.Custom
  1802. o145.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1803. o145.CFrame = CFrame.new(-42.096714, 2.33280206, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  1804. o145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. o145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. o145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. o145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. o145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. o145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1810. o145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1811. o146.Parent = o145
  1812. o146.Scale = Vector3.new(0.450000018, 0.149999991, 0.50999999)
  1813. o147.Parent = o1
  1814. o147.Material = Enum.Material.SmoothPlastic
  1815. o147.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1816. o147.Position = Vector3.new(-43.1469765, 2.686795, -23.0530148)
  1817. o147.Rotation = Vector3.new(180, -0.000271500117, -180)
  1818. o147.Anchored = true
  1819. o147.FormFactor = Enum.FormFactor.Custom
  1820. o147.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1821. o147.CFrame = CFrame.new(-43.1469765, 2.686795, -23.0530148, -1, 1.41105064e-013, -4.73857108e-006, 1.41107707e-013, 1, -5.5422599e-013, 4.73857108e-006, -5.54226695e-013, -1)
  1822. o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1823. o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. o147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1829. o148.Parent = o147
  1830. o148.MeshId = "http://www.roblox.com/asset/?id=12221344"
  1831. o148.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
  1832. o148.MeshType = Enum.MeshType.FileMesh
  1833. o149.Parent = o1
  1834. o149.Material = Enum.Material.SmoothPlastic
  1835. o149.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1836. o149.Position = Vector3.new(-43.304081, 2.51094389, -23.017004)
  1837. o149.Rotation = Vector3.new(89.9999924, 54.8440132, 90.0000153)
  1838. o149.Anchored = true
  1839. o149.FormFactor = Enum.FormFactor.Custom
  1840. o149.Size = Vector3.new(0.200000003, 0.360000014, 0.200000003)
  1841. o149.CFrame = CFrame.new(-43.304081, 2.51094389, -23.017004, -1.49008656e-007, -0.575804472, 0.817587435, -1.77635616e-014, -0.817587495, -0.575804472, 1, -8.57999538e-008, 1.21827782e-007)
  1842. o149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. o149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. o149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. o149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. o149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. o149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1849. o150.Parent = o149
  1850. o150.Scale = Vector3.new(0.450000018, 1, 0.149999991)
  1851. o151.Parent = o1
  1852. o151.Material = Enum.Material.SmoothPlastic
  1853. o151.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1854. o151.Position = Vector3.new(-45.621994, 2.11099911, -23.0169888)
  1855. o151.Rotation = Vector3.new(-180, 90, 0)
  1856. o151.Anchored = true
  1857. o151.FormFactor = Enum.FormFactor.Custom
  1858. o151.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1859. o151.CFrame = CFrame.new(-45.621994, 2.11099911, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  1860. o151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1861. o151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. o151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. o151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. o151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. o151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. o151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1867. o152.Parent = o151
  1868. o152.Scale = Vector3.new(1, 0.149999991, 0.149999991)
  1869. o152.MeshType = Enum.MeshType.Wedge
  1870. o153.Parent = o1
  1871. o153.Material = Enum.Material.SmoothPlastic
  1872. o153.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1873. o153.Position = Vector3.new(-43.1379738, 2.638798, -23.017004)
  1874. o153.Rotation = Vector3.new(-180, 90, 0)
  1875. o153.Anchored = true
  1876. o153.FormFactor = Enum.FormFactor.Custom
  1877. o153.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1878. o153.CFrame = CFrame.new(-43.1379738, 2.638798, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007)
  1879. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. o153.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1886. o154.Parent = o153
  1887. o154.Scale = Vector3.new(0.299999982, 0.360000014, 0.299999982)
  1888. o155.Parent = o1
  1889. o155.Material = Enum.Material.SmoothPlastic
  1890. o155.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1891. o155.Position = Vector3.new(-43.1560097, 2.69881988, -23.017004)
  1892. o155.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  1893. o155.Anchored = true
  1894. o155.FormFactor = Enum.FormFactor.Custom
  1895. o155.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1896. o155.CFrame = CFrame.new(-43.1560097, 2.69881988, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  1897. o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. o155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1904. o156.Parent = o155
  1905. o156.Scale = Vector3.new(0.0299999993, 0.240000024, 0.0299999993)
  1906. o157.Parent = o1
  1907. o157.Material = Enum.Material.SmoothPlastic
  1908. o157.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1909. o157.Position = Vector3.new(-43.2220192, 2.33281589, -23.017004)
  1910. o157.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  1911. o157.Anchored = true
  1912. o157.FormFactor = Enum.FormFactor.Custom
  1913. o157.Size = Vector3.new(0.270000011, 0.540000021, 0.200000003)
  1914. o157.CFrame = CFrame.new(-43.2220192, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  1915. o157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. o157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. o157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. o157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. o157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. o157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1922. o158.Parent = o157
  1923. o158.Scale = Vector3.new(1, 1, 0.599999964)
  1924. o159.Parent = o1
  1925. o159.Material = Enum.Material.SmoothPlastic
  1926. o159.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1927. o159.Position = Vector3.new(-44.6379814, 2.28186107, -23.017004)
  1928. o159.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  1929. o159.Anchored = true
  1930. o159.FormFactor = Enum.FormFactor.Custom
  1931. o159.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1932. o159.CFrame = CFrame.new(-44.6379814, 2.28186107, -23.017004, -1.78810296e-007, -5.3292467e-015, -1, -2.48689856e-014, 1, -5.3292467e-015, 1, 2.48690025e-014, -1.78810751e-007)
  1933. o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1936. o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. o159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1940. o160.Parent = o159
  1941. o160.Scale = Vector3.new(1.01999998, 0.900000036, 0.329999983)
  1942. o161.Parent = o1
  1943. o161.Material = Enum.Material.SmoothPlastic
  1944. o161.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1945. o161.Position = Vector3.new(-46.9419594, 1.99700594, -23.0169888)
  1946. o161.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  1947. o161.Anchored = true
  1948. o161.FormFactor = Enum.FormFactor.Custom
  1949. o161.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  1950. o161.CFrame = CFrame.new(-46.9419594, 1.99700594, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  1951. o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. o161.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1958. o162.Parent = o161
  1959. o162.Scale = Vector3.new(0.450000018, 1, 0.75)
  1960. o163.Parent = o1
  1961. o163.Material = Enum.Material.SmoothPlastic
  1962. o163.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1963. o163.Position = Vector3.new(-47.0289497, 2.04499006, -23.1219997)
  1964. o163.Rotation = Vector3.new(-3.15512512e-011, 0.000269792567, 180)
  1965. o163.Anchored = true
  1966. o163.FormFactor = Enum.FormFactor.Custom
  1967. o163.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  1968. o163.CFrame = CFrame.new(-47.0289497, 2.04499006, -23.1219997, -1, -1.39802381e-013, 4.70876876e-006, 1.3980497e-013, -1, 5.50673222e-013, 4.70876876e-006, 5.50673873e-013, 1)
  1969. o163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. o163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. o163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. o163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. o163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. o163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. o163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1976. o164.Parent = o163
  1977. o164.Scale = Vector3.new(0.149999991, 1, 0.299999982)
  1978. o164.MeshType = Enum.MeshType.Wedge
  1979. o165.Parent = o1
  1980. o165.Material = Enum.Material.SmoothPlastic
  1981. o165.BrickColor = BrickColor.new(CUSTOMCOLOR)
  1982. o165.Position = Vector3.new(-45.2952766, 1.89501095, -23.0169888)
  1983. o165.Rotation = Vector3.new(90, -8.10863442e-012, -89.9999924)
  1984. o165.Anchored = true
  1985. o165.FormFactor = Enum.FormFactor.Custom
  1986. o165.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  1987. o165.CFrame = CFrame.new(-45.2952766, 1.89501095, -23.0169888, 1.78810296e-007, 1, -1.4152236e-013, 2.48689856e-014, -1.41522373e-013, -1, -1, 1.78810524e-007, -2.48690161e-014)
  1988. o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. o165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1995. o166.Parent = o165
  1996. o166.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  1997. o166.MeshType = Enum.MeshType.Wedge
  1998. o167.Parent = o1
  1999. o167.Material = Enum.Material.SmoothPlastic
  2000. o167.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2001. o167.Position = Vector3.new(-43.9570045, 2.49781394, -23.017004)
  2002. o167.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  2003. o167.Anchored = true
  2004. o167.FormFactor = Enum.FormFactor.Custom
  2005. o167.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  2006. o167.CFrame = CFrame.new(-43.9570045, 2.49781394, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  2007. o167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. o167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. o167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. o167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. o167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. o167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. o167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2014. o168.Parent = o167
  2015. o168.Scale = Vector3.new(0.75, 0.337500006, 0.999000013)
  2016. o169.Parent = o1
  2017. o169.Material = Enum.Material.SmoothPlastic
  2018. o169.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2019. o169.Position = Vector3.new(-43.9570045, 2.13797688, -23.017004)
  2020. o169.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  2021. o169.Anchored = true
  2022. o169.FormFactor = Enum.FormFactor.Custom
  2023. o169.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  2024. o169.CFrame = CFrame.new(-43.9570045, 2.13797688, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  2025. o169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. o169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. o169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. o169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. o169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. o169.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2032. o170.Parent = o169
  2033. o170.Offset = Vector3.new(0, 0.00600000005, 0)
  2034. o170.Scale = Vector3.new(0.75, 0.299999982, 0.999000013)
  2035. o171.Parent = o1
  2036. o171.Material = Enum.Material.SmoothPlastic
  2037. o171.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2038. o171.Position = Vector3.new(-47.0109558, 2.17999005, -23.0169888)
  2039. o171.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  2040. o171.Anchored = true
  2041. o171.FormFactor = Enum.FormFactor.Custom
  2042. o171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2043. o171.CFrame = CFrame.new(-47.0109558, 2.17999005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  2044. o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. o171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. o171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2051. o172.Parent = o171
  2052. o172.Scale = Vector3.new(0.450000018, 0.900000036, 0.299999982)
  2053. o173.Parent = o1
  2054. o173.Material = Enum.Material.SmoothPlastic
  2055. o173.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2056. o173.Position = Vector3.new(-43.9570045, 2.31786799, -23.017004)
  2057. o173.Rotation = Vector3.new(-90, 7.59291241e-012, -89.9999924)
  2058. o173.Anchored = true
  2059. o173.FormFactor = Enum.FormFactor.Custom
  2060. o173.Size = Vector3.new(0.330000013, 1.11000001, 0.330000013)
  2061. o173.CFrame = CFrame.new(-43.9570045, 2.31786799, -23.017004, 1.49009111e-007, 1, 1.32521313e-013, 1.7763565e-014, -1.32521313e-013, 1, 1, -1.49008883e-007, -1.77635853e-014)
  2062. o173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. o173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. o173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. o173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. o173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. o173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. o173.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2069. o174.Parent = o173
  2070. o175.Parent = o1
  2071. o175.Material = Enum.Material.SmoothPlastic
  2072. o175.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2073. o175.Position = Vector3.new(-46.8672638, 1.86865795, -23.0169888)
  2074. o175.Rotation = Vector3.new(-91.3824005, -12.9276743, -96.1565094)
  2075. o175.Anchored = true
  2076. o175.FormFactor = Enum.FormFactor.Custom
  2077. o175.Size = Vector3.new(0.200000003, 0.252000004, 0.200000003)
  2078. o175.CFrame = CFrame.new(-46.8672638, 1.86865795, -23.0169888, -0.104526445, 0.969032109, -0.223720908, -3.66310928e-008, 0.22495316, 0.974369586, 0.994522095, 0.10184741, -0.0235135201)
  2079. o175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2080. o175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. o175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. o175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. o175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. o175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. o175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2086. o176.Parent = o175
  2087. o176.Scale = Vector3.new(0.599999964, 1.26000011, 0.75)
  2088. o176.MeshType = Enum.MeshType.Wedge
  2089. for i=1,#cors do
  2090. coroutine.resume(cors[i])
  2091. end
  2092. if Silencer == true then
  2093.  o1.Flash:Destroy()
  2094.  o1.Handle.Fire.SoundId = "rbxassetid://162043120"
  2095.  o1.Handle.Fire2.SoundId = "rbxassetid://162043120"
  2096.  o1.Handle.Fire3.SoundId = "rbxassetid://162043120"
  2097.  o2 = Instance.new("Part")
  2098. o3 = Instance.new("CylinderMesh")
  2099. o4 = Instance.new("Part")
  2100. o5 = Instance.new("CylinderMesh")
  2101. o6 = Instance.new("Part")
  2102. o7 = Instance.new("CylinderMesh")
  2103. o8 = Instance.new("Part")
  2104. o9 = Instance.new("SpecialMesh")
  2105. o2.Name = "part"
  2106. o2.Parent = o1
  2107. o2.BrickColor = BrickColor.new("Really black")
  2108. o2.Reflectance = 0.10000000149012
  2109. o2.Position = Vector3.new(-42.1407204, 2.32828784, -23.0075817)
  2110. o2.Rotation = Vector3.new(-90, 0, -90)
  2111. o2.Anchored = true
  2112. o2.Size = Vector3.new(1, 1.20000005, 1)
  2113. o2.CFrame = CFrame.new(-42.1407204, 2.32828784, -23.0075817, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  2114. o2.BottomSurface = Enum.SurfaceType.Smooth
  2115. o2.TopSurface = Enum.SurfaceType.Smooth
  2116. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2117. o3.Parent = o2
  2118. o3.Scale = Vector3.new(0.333333343, 0.25, 0.333333343)
  2119. o4.Name = "part"
  2120. o4.Parent = o1
  2121. o4.BrickColor = BrickColor.new("Really black")
  2122. o4.Reflectance = 0.10000000149012
  2123. o4.Position = Vector3.new(-41.4907265, 2.32828689, -23.0075779)
  2124. o4.Rotation = Vector3.new(-90, 0, -90)
  2125. o4.Anchored = true
  2126. o4.Size = Vector3.new(1, 1.20000005, 1)
  2127. o4.CFrame = CFrame.new(-41.4907265, 2.32828689, -23.0075779, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  2128. o4.BottomSurface = Enum.SurfaceType.Smooth
  2129. o4.TopSurface = Enum.SurfaceType.Smooth
  2130. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2131. o5.Parent = o4
  2132. o5.Scale = Vector3.new(0.333333343, 0.666666627, 0.333333343)
  2133. o6.Name = "part"
  2134. o6.Parent = o1
  2135. o6.BrickColor = BrickColor.new("Bright red")
  2136. o6.Reflectance = 0.10000000149012
  2137. o6.Position = Vector3.new(-41.9407234, 2.32828784, -23.0075779)
  2138. o6.Rotation = Vector3.new(-180, 0, 90)
  2139. o6.Anchored = true
  2140. o6.Size = Vector3.new(1, 1.20000005, 1)
  2141. o6.CFrame = CFrame.new(-41.9407234, 2.32828784, -23.0075779, 0, -1, 0, -1, 0, 0, 0, 0, -1)
  2142. o6.BottomSurface = Enum.SurfaceType.Smooth
  2143. o6.TopSurface = Enum.SurfaceType.Smooth
  2144. o6.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2145. o7.Parent = o6
  2146. o7.Scale = Vector3.new(0.333333343, 0.0833333284, 0.333333343)
  2147. o8.Name = "Flash"
  2148. o8.Parent = o1
  2149. o8.Material = Enum.Material.SmoothPlastic
  2150. o8.BrickColor = BrickColor.new("Bright orange")
  2151. o8.Transparency = 1
  2152. o8.Position = Vector3.new(-40.8776131, 2.32680488, -23.017004)
  2153. o8.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  2154. o8.Anchored = true
  2155. o8.FormFactor = Enum.FormFactor.Custom
  2156. o8.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  2157. o8.CFrame = CFrame.new(-40.8776131, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
  2158. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. o8.Color = Color3.new(0.854902, 0.521569, 0.254902)
  2165. o9.Parent = o8
  2166. o9.Scale = Vector3.new(1.5, 2, 1.80000007)
  2167. o9.MeshType = Enum.MeshType.Sphere
  2168. end
  2169. if Bayonet == true then
  2170.  o2 = Instance.new("Part")
  2171. o3 = Instance.new("SpecialMesh")
  2172. o4 = Instance.new("Part")
  2173. o5 = Instance.new("Part")
  2174. o6 = Instance.new("Part")
  2175. o8 = Instance.new("SpecialMesh")
  2176. o9 = Instance.new("Part")
  2177. o2.Name = "KNF2"
  2178. o2.Parent = o1
  2179. o2.Material = Enum.Material.SmoothPlastic
  2180. o2.BrickColor = BrickColor.new("Light stone grey")
  2181. o2.Position = Vector3.new(-41.2967644, 2.00816202, -23.040699)
  2182. o2.Rotation = Vector3.new(-90, 0, -90)
  2183. o2.Anchored = true
  2184. o2.FormFactor = Enum.FormFactor.Custom
  2185. o2.Size = Vector3.new(0.156190887, 0.468572587, 0.0937145352)
  2186. o2.CFrame = CFrame.new(-41.2967644, 2.00816202, -23.040699, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  2187. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2193. o2.Color = Color3.new(0.898039, 0.894118, 0.87451)
  2194. o3.Parent = o2
  2195. o3.MeshType = Enum.MeshType.Wedge
  2196. o4.Name = "KNF1"
  2197. o4.Parent = o1
  2198. o4.Material = Enum.Material.SmoothPlastic
  2199. o4.BrickColor = BrickColor.new("Light stone grey")
  2200. o4.Position = Vector3.new(-41.9995346, 2.05501676, -23.0407009)
  2201. o4.Rotation = Vector3.new(-180, 0, -90)
  2202. o4.Anchored = true
  2203. o4.FormFactor = Enum.FormFactor.Symmetric
  2204. o4.Size = Vector3.new(0.18742907, 0.937145114, 0.156190887)
  2205. o4.CFrame = CFrame.new(-41.9995346, 2.05501676, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  2206. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2212. o4.Color = Color3.new(0.898039, 0.894118, 0.87451)
  2213. o5.Parent = o1
  2214. o5.Material = Enum.Material.SmoothPlastic
  2215. o5.BrickColor = BrickColor.new("Black")
  2216. o5.Position = Vector3.new(-42.5242958, 2.20311594, -23.0407009)
  2217. o5.Rotation = Vector3.new(-180, 0, -90)
  2218. o5.Anchored = true
  2219. o5.FormFactor = Enum.FormFactor.Symmetric
  2220. o5.Size = Vector3.new(0.546096325, 0.200000003, 0.218667254)
  2221. o5.CFrame = CFrame.new(-42.5242958, 2.20311594, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  2222. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2223. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2226. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2227. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2228. o5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2229. o6.Parent = o1
  2230. o6.Material = Enum.Material.SmoothPlastic
  2231. o6.BrickColor = BrickColor.new("Black")
  2232. o6.Position = Vector3.new(-43.0098267, 2.18811393, -23.040699)
  2233. o6.Rotation = Vector3.new(-180, 0, -90)
  2234. o6.Anchored = true
  2235. o6.FormFactor = Enum.FormFactor.Symmetric
  2236. o6.Size = Vector3.new(0.516096354, 0.200000003, 0.218667254)
  2237. o6.CFrame = CFrame.new(-43.0098267, 2.18811393, -23.040699, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  2238. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2242. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2243. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2244. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2245. o8.Parent = o7
  2246. o8.MeshType = Enum.MeshType.Wedge
  2247. o9.Parent = o1
  2248. o9.Material = Enum.Material.SmoothPlastic
  2249. o9.BrickColor = BrickColor.new("Really black")
  2250. o9.Position = Vector3.new(-42.7666817, 2.05501771, -23.0407009)
  2251. o9.Rotation = Vector3.new(-180, 0, -90)
  2252. o9.Anchored = true
  2253. o9.FormFactor = Enum.FormFactor.Symmetric
  2254. o9.Size = Vector3.new(0.249905437, 0.284763545, 0.218667254)
  2255. o9.CFrame = CFrame.new(-42.7666817, 2.05501771, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  2256. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2260. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2261. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2262. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2263. function onTouched(part)
  2264.      local h = part.Parent:findFirstChild("Humanoid")
  2265.      if h~=nil then
  2266.                h.Health = h.Health -100
  2267.                wait(.01)
  2268.                h.Health = h.Health -100
  2269.                wait(.01)
  2270.  
  2271.        end
  2272. end
  2273. o1.KNF2.Touched:connect(onTouched)
  2274. o1.KNF1.Touched:connect(onTouched)
  2275. end
  2276. if Laser == true then
  2277.  o2 = Instance.new("Part")
  2278. o3h = Instance.new("Part")
  2279. o4 = Instance.new("CylinderMesh")
  2280. o5 = Instance.new("Part")
  2281. o2.Parent = o1
  2282. o2.Material = Enum.Material.SmoothPlastic
  2283. o2.BrickColor = BrickColor.new("Smoky grey")
  2284. o2.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
  2285. o2.Anchored = true
  2286. o2.Shape = Enum.PartType.Cylinder
  2287. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2288. o2.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2289. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2293. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2294. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2295. o2.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2296. o3h.Name = "LASER"
  2297. o3h.Parent = o1
  2298. o3h.Material = Enum.Material.SmoothPlastic
  2299. o3h.BrickColor = BrickColor.new("Maroon")
  2300. o3h.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
  2301. o3h.Rotation = Vector3.new(-0, 0, 90)
  2302. o3h.Anchored = true
  2303. o3h.Shape = Enum.PartType.Cylinder
  2304. o3h.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2305. o3h.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  2306. o3h.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. o3h.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. o3h.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. o3h.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. o3h.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2311. o3h.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2312. o3h.Color = Color3.new(0.458824, 0, 0)
  2313. o4.Parent = o3h
  2314. o4.Offset = Vector3.new(0, -200, 0)
  2315. o4.Scale = Vector3.new(0.075000003, 2000, 0.444000006)
  2316. o5.Parent = o1
  2317. o5.Material = Enum.Material.SmoothPlastic
  2318. o5.BrickColor = BrickColor.new("Really black")
  2319. o5.Position = Vector3.new(-43.8711853, 2.26074958, -23.2754421)
  2320. o5.Anchored = true
  2321. o5.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
  2322. o5.CFrame = CFrame.new(-43.8711853, 2.26074958, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2323. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2330. end
  2331. if Drum == true then
  2332.  o1.Mag:Destroy()
  2333.  AMMA = Instance.new("Part")
  2334. o2 = Instance.new("CylinderMesh")
  2335. AMMA.Name = "Mag"
  2336. AMMA.Parent = o1
  2337. AMMA.BrickColor = BrickColor.new("Dark stone grey")
  2338. AMMA.Position = Vector3.new(-44.7867393, 1.52765965, -23.0326481)
  2339. AMMA.Rotation = Vector3.new(-179.327454, 0.000156550159, -105.36084)
  2340. AMMA.Anchored = true
  2341. AMMA.FormFactor = Enum.FormFactor.Custom
  2342. AMMA.Size = Vector3.new(0.578095257, 0.464761913, 0.714285731)
  2343. AMMA.CFrame = CFrame.new(-44.7867393, 1.52765965, -23.0326481, -0.264897078, 0.964276731, 2.73231581e-006, 0.964210331, 0.264878809, 0.0117380489, 0.0113180038, 0.00311200949, -0.999931097)
  2344. AMMA.Material = "SmoothPlastic"
  2345. AMMA.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2346. AMMA.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. AMMA.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. AMMA.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. AMMA.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2350. AMMA.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. AMMA.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. o2.Parent = AMMA
  2353. o1.Ammo.Value = 50
  2354. o1.MaxAmmo.Value = 50
  2355. o1.StoredAmmo.Value = 500
  2356. end
  2357. if Grip == "BIPOD" then
  2358. o2 = Instance.new("Part")
  2359. o3 = Instance.new("CylinderMesh")
  2360. o4 = Instance.new("Part")
  2361. o5 = Instance.new("CylinderMesh")
  2362. o6 = Instance.new("Part")
  2363. o7 = Instance.new("CylinderMesh")
  2364. o8 = Instance.new("Part")
  2365. o9 = Instance.new("CylinderMesh")
  2366. o10 = Instance.new("Part")
  2367. o11 = Instance.new("CylinderMesh")
  2368. o12 = Instance.new("Part")
  2369. o13 = Instance.new("CylinderMesh")
  2370. o2.BrickColor = BrickColor.new("Really black")
  2371. o2.Position = Vector3.new(-43.6581421, 1.260432, -22.7018719)
  2372. o2.Rotation = Vector3.new(-90, 88.374054, 90)
  2373. o2.CanCollide = false
  2374. o2.FormFactor = Enum.FormFactor.Custom
  2375. o2.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  2376. o2.CFrame = CFrame.new(-43.6581421, 1.260432, -22.7018719, 0, -0.0283740088, 0.999597371, 0, 0.999597371, 0.028374007, -1, 0, 0)
  2377. o2.BottomSurface = Enum.SurfaceType.Smooth
  2378. o2.TopSurface = Enum.SurfaceType.Smooth
  2379. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2380. o3.Parent = o2
  2381. o3.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
  2382. o4.Parent = o1
  2383. o4.BrickColor = BrickColor.new("Really black")
  2384. o4.Position = Vector3.new(-43.6703453, 1.69079101, -22.8541527)
  2385. o4.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
  2386. o4.CanCollide = false
  2387. o4.FormFactor = Enum.FormFactor.Custom
  2388. o4.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  2389. o4.CFrame = CFrame.new(-43.6703453, 1.69079101, -22.8541527, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828)
  2390. o4.BottomSurface = Enum.SurfaceType.Smooth
  2391. o4.TopSurface = Enum.SurfaceType.Smooth
  2392. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2393. o5.Parent = o4
  2394. o5.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
  2395. o6.Parent = o1
  2396. o6.BrickColor = BrickColor.new("Really black")
  2397. o6.Position = Vector3.new(-43.6662483, 1.54586697, -22.8013821)
  2398. o6.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
  2399. o6.CanCollide = false
  2400. o6.FormFactor = Enum.FormFactor.Custom
  2401. o6.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  2402. o6.CFrame = CFrame.new(-43.6662483, 1.54586697, -22.8013821, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828)
  2403. o6.BottomSurface = Enum.SurfaceType.Smooth
  2404. o6.TopSurface = Enum.SurfaceType.Smooth
  2405. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2406. o7.Parent = o6
  2407. o7.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
  2408. o8.Parent = o1
  2409. o8.BrickColor = BrickColor.new("Really black")
  2410. o8.Position = Vector3.new(-43.6706467, 1.70105505, -23.166748)
  2411. o8.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
  2412. o8.CanCollide = false
  2413. o8.FormFactor = Enum.FormFactor.Custom
  2414. o8.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  2415. o8.CFrame = CFrame.new(-43.6706467, 1.70105505, -23.166748, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305)
  2416. o8.BottomSurface = Enum.SurfaceType.Smooth
  2417. o8.TopSurface = Enum.SurfaceType.Smooth
  2418. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2419. o9.Parent = o8
  2420. o9.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
  2421. o10.Parent = o1
  2422. o10.BrickColor = BrickColor.new("Really black")
  2423. o10.Position = Vector3.new(-43.6581421, 1.26043296, -23.319025)
  2424. o10.Rotation = Vector3.new(90, -88.374054, 90)
  2425. o10.CanCollide = false
  2426. o10.FormFactor = Enum.FormFactor.Custom
  2427. o10.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  2428. o10.CFrame = CFrame.new(-43.6581421, 1.26043296, -23.319025, 0, -0.0283740088, -0.999597371, 0, 0.999597371, -0.028374007, 1, 0, 0)
  2429. o10.BottomSurface = Enum.SurfaceType.Smooth
  2430. o10.TopSurface = Enum.SurfaceType.Smooth
  2431. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2432. o11.Parent = o10
  2433. o11.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
  2434. o12.Parent = o1
  2435. o12.BrickColor = BrickColor.new("Really black")
  2436. o12.Position = Vector3.new(-43.6665268, 1.55614102, -23.2195148)
  2437. o12.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
  2438. o12.CanCollide = false
  2439. o12.FormFactor = Enum.FormFactor.Custom
  2440. o12.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  2441. o12.CFrame = CFrame.new(-43.6665268, 1.55614102, -23.2195148, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305)
  2442. o12.BottomSurface = Enum.SurfaceType.Smooth
  2443. o12.TopSurface = Enum.SurfaceType.Smooth
  2444. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2445. o13.Parent = o12
  2446. o13.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
  2447. elseif Grip == "ANGLEGRIP" then
  2448. o2 = Instance.new("Part")
  2449. o3 = Instance.new("Part")
  2450. o4 = Instance.new("Part")
  2451. o5 = Instance.new("Part")
  2452. o6 = Instance.new("Part")
  2453. o7 = Instance.new("Part")
  2454. o8 = Instance.new("Part")
  2455. o9 = Instance.new("Part")
  2456. o10 = Instance.new("Part")
  2457. o11 = Instance.new("Part")
  2458. o12 = Instance.new("SpecialMesh")
  2459. o13 = Instance.new("Part")
  2460. o14 = Instance.new("Part")
  2461. o15 = Instance.new("SpecialMesh")
  2462. o16 = Instance.new("Part")
  2463. o17 = Instance.new("SpecialMesh")
  2464. o18 = Instance.new("Part")
  2465. o19 = Instance.new("Part")
  2466. o20 = Instance.new("Part")
  2467. o21 = Instance.new("SpecialMesh")
  2468. o22 = Instance.new("Part")
  2469. o23 = Instance.new("SpecialMesh")
  2470. o24 = Instance.new("Part")
  2471. o25 = Instance.new("Part")
  2472. o2.Parent = o1
  2473. o2.Material = Enum.Material.SmoothPlastic
  2474. o2.BrickColor = BrickColor.new("Really black")
  2475. o2.Position = Vector3.new(-43.7079277, 2.10686278, -23.0070534)
  2476. o2.Rotation = Vector3.new(0.870935917, -89.8813095, 0.87093389)
  2477. o2.Anchored = true
  2478. o2.CanCollide = false
  2479. o2.FormFactor = Enum.FormFactor.Custom
  2480. o2.Size = Vector3.new(0.156378269, 0.0721745938, 0.228552848)
  2481. o2.CFrame = CFrame.new(-43.7079277, 2.10686278, -23.0070534, 0.00210499973, -3.1999858e-005, -0.999997854, 0, 1, -3.19999308e-005, 0.999997854, 6.73598493e-008, 0.00210499973)
  2482. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2483. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2484. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2485. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2489. o3.Parent = o1
  2490. o3.Material = Enum.Material.SmoothPlastic
  2491. o3.BrickColor = BrickColor.new("Really black")
  2492. o3.Position = Vector3.new(-44.2702217, 1.98938179, -23.0059261)
  2493. o3.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
  2494. o3.Anchored = true
  2495. o3.CanCollide = false
  2496. o3.FormFactor = Enum.FormFactor.Custom
  2497. o3.Size = Vector3.new(0.204494655, 0.0601454861, 0.264640152)
  2498. o3.CFrame = CFrame.new(-44.2702217, 1.98938179, -23.0059261, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902)
  2499. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2500. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2501. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2502. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2503. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2504. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2506. o4.Parent = o1
  2507. o4.Material = Enum.Material.SmoothPlastic
  2508. o4.BrickColor = BrickColor.new("Really black")
  2509. o4.Position = Vector3.new(-44.1654472, 1.86643887, -23.0061512)
  2510. o4.Rotation = Vector3.new(90.1556473, 52.2288246, 89.803093)
  2511. o4.Anchored = true
  2512. o4.CanCollide = false
  2513. o4.FormFactor = Enum.FormFactor.Custom
  2514. o4.Size = Vector3.new(0.204494655, 0.0601454861, 0.0775876865)
  2515. o4.CFrame = CFrame.new(-44.1654472, 1.86643887, -23.0061512, 0.00210499973, -0.612505972, 0.790463269, 0, -0.790464997, -0.612507343, 0.999997854, 0.00128932775, -0.00166392862)
  2516. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2517. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2518. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2519. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2520. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2521. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2522. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2523. o5.Parent = o1
  2524. o5.Material = Enum.Material.SmoothPlastic
  2525. o5.BrickColor = BrickColor.new("Really black")
  2526. o5.Position = Vector3.new(-44.0593262, 2.07438278, -23.0063744)
  2527. o5.Rotation = Vector3.new(90.1205978, 44.9970665, 89.8294449)
  2528. o5.Anchored = true
  2529. o5.CanCollide = false
  2530. o5.FormFactor = Enum.FormFactor.Custom
  2531. o5.Size = Vector3.new(0.204494655, 0.0481163897, 0.0601454861)
  2532. o5.CFrame = CFrame.new(-44.0593262, 2.07438278, -23.0063744, 0.00210499973, -0.707140028, 0.707070529, 0, -0.707072079, -0.707141578, 0.999997854, 0.00148853287, -0.00148838642)
  2533. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2534. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2536. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2537. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2538. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2540. o6.Parent = o1
  2541. o6.Material = Enum.Material.SmoothPlastic
  2542. o6.BrickColor = BrickColor.new("Really black")
  2543. o6.Position = Vector3.new(-44.0290871, 2.04886079, -23.006443)
  2544. o6.Rotation = Vector3.new(89.9303665, -30.0025082, 89.8607254)
  2545. o6.Anchored = true
  2546. o6.CanCollide = false
  2547. o6.FormFactor = Enum.FormFactor.Custom
  2548. o6.Size = Vector3.new(0.204494655, 0.0601454861, 0.108261876)
  2549. o6.CFrame = CFrame.new(-44.0290871, 2.04886079, -23.006443, 0.00210499973, -0.86600101, -0.500037909, 0, 0.500038981, -0.866002917, 0.999997854, 0.00182293588, 0.00105258182)
  2550. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2553. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2554. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2555. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2556. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2557. o7.Parent = o1
  2558. o7.Material = Enum.Material.SmoothPlastic
  2559. o7.BrickColor = BrickColor.new("Really black")
  2560. o7.Position = Vector3.new(-44.2125015, 2.08517194, -23.0060539)
  2561. o7.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  2562. o7.Anchored = true
  2563. o7.CanCollide = false
  2564. o7.FormFactor = Enum.FormFactor.Custom
  2565. o7.Size = Vector3.new(0.204494655, 0.0481163934, 0.288698345)
  2566. o7.CFrame = CFrame.new(-44.2125015, 2.08517194, -23.0060539, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  2567. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2570. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2571. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2572. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2573. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2574. o8.Parent = o1
  2575. o8.Material = Enum.Material.SmoothPlastic
  2576. o8.BrickColor = BrickColor.new("Really black")
  2577. o8.Position = Vector3.new(-43.9994507, 2.02802086, -23.0065079)
  2578. o8.Rotation = Vector3.new(89.7910843, -60.0023575, 89.7587662)
  2579. o8.Anchored = true
  2580. o8.CanCollide = false
  2581. o8.FormFactor = Enum.FormFactor.Custom
  2582. o8.Size = Vector3.new(0.204494655, 0.0601454861, 0.493192971)
  2583. o8.CFrame = CFrame.new(-43.9994507, 2.02802086, -23.0065079, 0.00210499973, -0.499959946, -0.866045952, 0, 0.866047859, -0.499961078, 0.999997854, 0.00105241779, 0.00182303041)
  2584. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2587. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2588. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2589. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2590. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2591. o9.Parent = o1
  2592. o9.Material = Enum.Material.SmoothPlastic
  2593. o9.BrickColor = BrickColor.new("Really black")
  2594. o9.Position = Vector3.new(-43.9869766, 2.09096074, -23.0065212)
  2595. o9.Rotation = Vector3.new(90, -0.00269289524, 89.8793945)
  2596. o9.Anchored = true
  2597. o9.CanCollide = false
  2598. o9.FormFactor = Enum.FormFactor.Custom
  2599. o9.Size = Vector3.new(0.204494655, 0.144349173, 0.0481163859)
  2600. o9.CFrame = CFrame.new(-43.9869766, 2.09096074, -23.0065212, 0.00210499973, -0.999997854, -4.69998886e-005, 0, 4.69999941e-005, -1, 0.999997854, 0.00210499973, 9.89349758e-008)
  2601. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2606. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2608. o10.Parent = o1
  2609. o10.Material = Enum.Material.SmoothPlastic
  2610. o10.BrickColor = BrickColor.new("Really black")
  2611. o10.Position = Vector3.new(-44.1809196, 2.12215877, -23.0061283)
  2612. o10.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  2613. o10.Anchored = true
  2614. o10.CanCollide = false
  2615. o10.FormFactor = Enum.FormFactor.Custom
  2616. o10.Size = Vector3.new(0.204494655, 0.0258625615, 0.550331175)
  2617. o10.CFrame = CFrame.new(-44.1809196, 2.12215877, -23.0061283, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  2618. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2623. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2625. o11.Parent = o1
  2626. o11.Material = Enum.Material.SmoothPlastic
  2627. o11.BrickColor = BrickColor.new("Really black")
  2628. o11.Position = Vector3.new(-43.9057503, 2.14530373, -23.0066986)
  2629. o11.Rotation = Vector3.new(179.156281, 89.8813095, -179.156281)
  2630. o11.Anchored = true
  2631. o11.CanCollide = false
  2632. o11.FormFactor = Enum.FormFactor.Custom
  2633. o11.Size = Vector3.new(0.204494655, 0.0721745864, 0.132320076)
  2634. o11.CFrame = CFrame.new(-43.9057503, 2.14530373, -23.0066986, -0.00210499973, 3.09998613e-005, 0.999997854, 0, 1, -3.09999341e-005, -0.999997854, -6.52548522e-008, -0.00210499973)
  2635. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2642. o12.Parent = o11
  2643. o12.MeshType = Enum.MeshType.Wedge
  2644. o13.Parent = o1
  2645. o13.Material = Enum.Material.SmoothPlastic
  2646. o13.BrickColor = BrickColor.new("Really black")
  2647. o13.Position = Vector3.new(-43.6952477, 2.15130782, -23.0071468)
  2648. o13.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  2649. o13.Anchored = true
  2650. o13.CanCollide = false
  2651. o13.FormFactor = Enum.FormFactor.Custom
  2652. o13.Size = Vector3.new(0.204494655, 0.0601454861, 0.288698316)
  2653. o13.CFrame = CFrame.new(-43.6952477, 2.15130782, -23.0071468, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  2654. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2657. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2661. o14.Parent = o1
  2662. o14.Material = Enum.Material.SmoothPlastic
  2663. o14.BrickColor = BrickColor.new("Really black")
  2664. o14.Position = Vector3.new(-43.6110344, 2.10920095, -23.0073242)
  2665. o14.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
  2666. o14.Anchored = true
  2667. o14.CanCollide = false
  2668. o14.FormFactor = Enum.FormFactor.Custom
  2669. o14.Size = Vector3.new(0.204494655, 0.024058193, 0.024058193)
  2670. o14.CFrame = CFrame.new(-43.6110344, 2.10920095, -23.0073242, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973)
  2671. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2678. o15.Parent = o14
  2679. o15.MeshType = Enum.MeshType.Wedge
  2680. o16.Parent = o1
  2681. o16.Material = Enum.Material.SmoothPlastic
  2682. o16.BrickColor = BrickColor.new("Really black")
  2683. o16.Position = Vector3.new(-43.5930023, 2.05506992, -23.0073662)
  2684. o16.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
  2685. o16.Anchored = true
  2686. o16.CanCollide = false
  2687. o16.FormFactor = Enum.FormFactor.Custom
  2688. o16.Size = Vector3.new(0.204494655, 0.132320076, 0.0360872932)
  2689. o16.CFrame = CFrame.new(-43.5930023, 2.05506992, -23.0073662, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973)
  2690. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2691. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2695. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2697. o17.Parent = o16
  2698. o17.MeshType = Enum.MeshType.Wedge
  2699. o18.Parent = o1
  2700. o18.Material = Enum.Material.SmoothPlastic
  2701. o18.BrickColor = BrickColor.new("Really black")
  2702. o18.Position = Vector3.new(-43.5508919, 2.05506778, -23.0074501)
  2703. o18.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
  2704. o18.Anchored = true
  2705. o18.CanCollide = false
  2706. o18.FormFactor = Enum.FormFactor.Custom
  2707. o18.Size = Vector3.new(0.204494655, 0.0481163934, 0.132320076)
  2708. o18.CFrame = CFrame.new(-43.5508919, 2.05506778, -23.0074501, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008)
  2709. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2712. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2714. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2715. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2716. o19.Parent = o1
  2717. o19.Material = Enum.Material.SmoothPlastic
  2718. o19.BrickColor = BrickColor.new("Really black")
  2719. o19.Position = Vector3.new(-43.5328445, 2.13926983, -23.0074863)
  2720. o19.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  2721. o19.Anchored = true
  2722. o19.CanCollide = false
  2723. o19.FormFactor = Enum.FormFactor.Custom
  2724. o19.Size = Vector3.new(0.204494655, 0.0360872932, 0.0360872857)
  2725. o19.CFrame = CFrame.new(-43.5328445, 2.13926983, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  2726. o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2732. o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2733. o20.Parent = o1
  2734. o20.Material = Enum.Material.SmoothPlastic
  2735. o20.BrickColor = BrickColor.new("Really black")
  2736. o20.Position = Vector3.new(-43.5208168, 2.05506587, -23.0075073)
  2737. o20.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
  2738. o20.Anchored = true
  2739. o20.CanCollide = false
  2740. o20.FormFactor = Enum.FormFactor.Custom
  2741. o20.Size = Vector3.new(0.204494655, 0.0120290974, 0.132320076)
  2742. o20.CFrame = CFrame.new(-43.5208168, 2.05506587, -23.0075073, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008)
  2743. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2750. o21.Parent = o20
  2751. o21.MeshType = Enum.MeshType.Wedge
  2752. o22.Parent = o1
  2753. o22.Material = Enum.Material.SmoothPlastic
  2754. o22.BrickColor = BrickColor.new("Really black")
  2755. o22.Position = Vector3.new(-43.5328407, 2.16934395, -23.0074863)
  2756. o22.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  2757. o22.Anchored = true
  2758. o22.CanCollide = false
  2759. o22.FormFactor = Enum.FormFactor.Custom
  2760. o22.Size = Vector3.new(0.204494655, 0.0240581967, 0.0360872857)
  2761. o22.CFrame = CFrame.new(-43.5328407, 2.16934395, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  2762. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2769. o23.Parent = o22
  2770. o23.MeshType = Enum.MeshType.Wedge
  2771. o24.Parent = o1
  2772. o24.Material = Enum.Material.SmoothPlastic
  2773. o24.BrickColor = BrickColor.new("Really black")
  2774. o24.Position = Vector3.new(-43.9694099, 1.99636579, -23.0065041)
  2775. o24.Rotation = Vector3.new(89.7911301, -59.9968758, 89.758812)
  2776. o24.Anchored = true
  2777. o24.CanCollide = false
  2778. o24.FormFactor = Enum.FormFactor.Custom
  2779. o24.Size = Vector3.new(0.156378269, 0.0721745938, 0.470939159)
  2780. o24.CFrame = CFrame.new(-43.9694099, 1.99636579, -23.0065041, 0.00210499973, -0.500042975, -0.865998089, 0, 0.865999997, -0.500044107, 0.999997854, 0.00105259253, 0.00182292971)
  2781. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2787. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2788. o25.Parent = o1
  2789. o25.Material = Enum.Material.SmoothPlastic
  2790. o25.BrickColor = BrickColor.new("Really black")
  2791. o25.Position = Vector3.new(-44.3612099, 2.10910392, -23.0057392)
  2792. o25.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
  2793. o25.Anchored = true
  2794. o25.CanCollide = false
  2795. o25.FormFactor = Enum.FormFactor.Custom
  2796. o25.Size = Vector3.new(0.204494596, 0.0601454675, 0.0601454675)
  2797. o25.CFrame = CFrame.new(-44.3612099, 2.10910392, -23.0057392, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902)
  2798. o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2805. elseif Grip == "VERTGRIP" then
  2806. o2 = Instance.new("Part")
  2807. o3 = Instance.new("CylinderMesh")
  2808. o4 = Instance.new("Part")
  2809. o5 = Instance.new("CylinderMesh")
  2810. o2.Parent = o1
  2811. o2.Material = Enum.Material.SmoothPlastic
  2812. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2813. o2.Position = Vector3.new(-43.8131485, 1.94014311, -23.021431)
  2814. o2.Anchored = true
  2815. o2.FormFactor = Enum.FormFactor.Symmetric
  2816. o2.Size = Vector3.new(1, 1, 1)
  2817. o2.CFrame = CFrame.new(-43.8131485, 1.94014311, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2818. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2823. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2824. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2825. o3.Parent = o2
  2826. o3.Scale = Vector3.new(0.181818187, 0.636363626, 0.227272734)
  2827. o4.Parent = o1
  2828. o4.Material = Enum.Material.SmoothPlastic
  2829. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2830. o4.Position = Vector3.new(-43.8131485, 1.61286783, -23.021431)
  2831. o4.Anchored = true
  2832. o4.FormFactor = Enum.FormFactor.Symmetric
  2833. o4.Size = Vector3.new(1, 1, 1)
  2834. o4.CFrame = CFrame.new(-43.8131485, 1.61286783, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2835. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2842. o5.Parent = o4
  2843. o5.Scale = Vector3.new(0.272727281, 0.0909090936, 0.227272734)
  2844. else
  2845. end
  2846. if FlashLight == true then
  2847.  o2 = Instance.new("Part")
  2848. o3 = Instance.new("SpotLight")
  2849. o4 = Instance.new("Part")
  2850. o2.Name = "LIGHT"
  2851. o2.Parent = o1
  2852. o2.Material = Enum.Material.SmoothPlastic
  2853. o2.BrickColor = BrickColor.new("Deep orange")
  2854. o2.Position = Vector3.new(-43.500782, 2.23753619, -22.7379551)
  2855. o2.Shape = Enum.PartType.Cylinder
  2856. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2857. o2.CFrame = CFrame.new(-43.500782, 2.23753619, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2858. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2860. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2862. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2863. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. o2.Color = Color3.new(1, 0.686275, 0)
  2865. o3.Name = "LIGHT"
  2866. o3.Brightness = 3
  2867. o3.Parent = o2
  2868. o3.Face = Enum.NormalId.Right
  2869. o4.Parent = o1
  2870. o4.Material = Enum.Material.SmoothPlastic
  2871. o4.BrickColor = BrickColor.new("Really black")
  2872. o4.Position = Vector3.new(-43.8711853, 2.24708676, -22.7379551)
  2873. o4.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
  2874. o4.CFrame = CFrame.new(-43.8711853, 2.24708676, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2875. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2878. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2879. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2882.  
  2883. end
  2884. if Sight == "HOLOSIGHT" then
  2885. o2 = Instance.new("Part")
  2886. o3 = Instance.new("BlockMesh")
  2887. o4 = Instance.new("Part")
  2888. o5 = Instance.new("SpecialMesh")
  2889. o6 = Instance.new("Part")
  2890. o7 = Instance.new("BlockMesh")
  2891. o8 = Instance.new("Part")
  2892. o9 = Instance.new("SpecialMesh")
  2893. o10 = Instance.new("Part")
  2894. o11 = Instance.new("BlockMesh")
  2895. o12 = Instance.new("Part")
  2896. o13 = Instance.new("Decal")
  2897. o14 = Instance.new("BlockMesh")
  2898. o15 = Instance.new("Part")
  2899. o16 = Instance.new("BlockMesh")
  2900. o17 = Instance.new("Part")
  2901. o18 = Instance.new("SpecialMesh")
  2902. o19 = Instance.new("Part")
  2903. o20 = Instance.new("BlockMesh")
  2904. o21 = Instance.new("Part")
  2905. o22 = Instance.new("SpecialMesh")
  2906. o23 = Instance.new("Part")
  2907. o24 = Instance.new("SpecialMesh")
  2908. o25 = Instance.new("Part")
  2909. o26 = Instance.new("SpecialMesh")
  2910. o27 = Instance.new("Part")
  2911. o28 = Instance.new("SpecialMesh")
  2912. o29 = Instance.new("Part")
  2913. o30 = Instance.new("BlockMesh")
  2914. o31 = Instance.new("Part")
  2915. o32 = Instance.new("BlockMesh")
  2916. o33 = Instance.new("Part")
  2917. o34 = Instance.new("SpecialMesh")
  2918. o35 = Instance.new("Part")
  2919. o36 = Instance.new("CylinderMesh")
  2920. o37 = Instance.new("Part")
  2921. o38 = Instance.new("Decal")
  2922. o39 = Instance.new("CylinderMesh")
  2923. o40 = Instance.new("Part")
  2924. o41 = Instance.new("BlockMesh")
  2925. o42 = Instance.new("Part")
  2926. o43 = Instance.new("SpecialMesh")
  2927. o44 = Instance.new("Part")
  2928. o45 = Instance.new("SpecialMesh")
  2929. o46 = Instance.new("Part")
  2930. o47 = Instance.new("Decal")
  2931. o48 = Instance.new("BlockMesh")
  2932. o49 = Instance.new("Part")
  2933. o50 = Instance.new("SpecialMesh")
  2934. o51 = Instance.new("Part")
  2935. o52 = Instance.new("BlockMesh")
  2936. o53 = Instance.new("Part")
  2937. o54 = Instance.new("SpecialMesh")
  2938. o55 = Instance.new("Part")
  2939. o56 = Instance.new("BlockMesh")
  2940. o57 = Instance.new("Part")
  2941. o58 = Instance.new("SpecialMesh")
  2942. o59 = Instance.new("Part")
  2943. o60 = Instance.new("BlockMesh")
  2944. o61 = Instance.new("Part")
  2945. o62 = Instance.new("Decal")
  2946. o63 = Instance.new("BlockMesh")
  2947. o64 = Instance.new("Part")
  2948. o65 = Instance.new("BlockMesh")
  2949. o66 = Instance.new("Part")
  2950. o67 = Instance.new("BlockMesh")
  2951. o68 = Instance.new("Part")
  2952. o69 = Instance.new("BlockMesh")
  2953. o70 = Instance.new("Part")
  2954. o71 = Instance.new("SpecialMesh")
  2955. o72 = Instance.new("Part")
  2956. o73 = Instance.new("SpecialMesh")
  2957. o74 = Instance.new("Part")
  2958. o75 = Instance.new("Decal")
  2959. o76 = Instance.new("BlockMesh")
  2960. o77 = Instance.new("Part")
  2961. o78 = Instance.new("BlockMesh")
  2962. o79 = Instance.new("Part")
  2963. o80 = Instance.new("BlockMesh")
  2964. o81 = Instance.new("Part")
  2965. o82 = Instance.new("BlockMesh")
  2966. o83 = Instance.new("Part")
  2967. o84 = Instance.new("SpecialMesh")
  2968. o85 = Instance.new("Part")
  2969. o86 = Instance.new("SpecialMesh")
  2970. o87 = Instance.new("Part")
  2971. o88 = Instance.new("BlockMesh")
  2972. o89 = Instance.new("Part")
  2973. o90 = Instance.new("BlockMesh")
  2974. o91 = Instance.new("Part")
  2975. o92 = Instance.new("SpecialMesh")
  2976. o93 = Instance.new("Part")
  2977. o94 = Instance.new("BlockMesh")
  2978. o95 = Instance.new("Part")
  2979. o96 = Instance.new("SpecialMesh")
  2980. o97 = Instance.new("Part")
  2981. o98 = Instance.new("BlockMesh")
  2982. o99 = Instance.new("Part")
  2983. o100 = Instance.new("CylinderMesh")
  2984. o101 = Instance.new("Part")
  2985. o102 = Instance.new("CylinderMesh")
  2986. o103 = Instance.new("Part")
  2987. o104 = Instance.new("BlockMesh")
  2988. o105 = Instance.new("Part")
  2989. o106 = Instance.new("BlockMesh")
  2990. o107 = Instance.new("Part")
  2991. o108 = Instance.new("SpecialMesh")
  2992. o109 = Instance.new("Part")
  2993. o110 = Instance.new("BlockMesh")
  2994. o111 = Instance.new("Part")
  2995. o112 = Instance.new("SpecialMesh")
  2996. o113 = Instance.new("Part")
  2997. o114 = Instance.new("SpecialMesh")
  2998. o115 = Instance.new("Part")
  2999. o116 = Instance.new("SpecialMesh")
  3000. o117 = Instance.new("Part")
  3001. o118 = Instance.new("BlockMesh")
  3002. o119 = Instance.new("Part")
  3003. o120 = Instance.new("Decal")
  3004. o121 = Instance.new("BlockMesh")
  3005. o122 = Instance.new("Part")
  3006. o123 = Instance.new("BlockMesh")
  3007. o124 = Instance.new("Part")
  3008. o125 = Instance.new("SpecialMesh")
  3009. o126 = Instance.new("Part")
  3010. o127 = Instance.new("SpecialMesh")
  3011. o128 = Instance.new("Part")
  3012. o129 = Instance.new("SpecialMesh")
  3013. o130 = Instance.new("Part")
  3014. o131 = Instance.new("SpecialMesh")
  3015. o132 = Instance.new("Part")
  3016. o133 = Instance.new("SpecialMesh")
  3017. o134 = Instance.new("Part")
  3018. o135 = Instance.new("SpecialMesh")
  3019. o136 = Instance.new("Part")
  3020. o137 = Instance.new("BlockMesh")
  3021. o138 = Instance.new("Part")
  3022. o139 = Instance.new("SpecialMesh")
  3023. o140 = Instance.new("Part")
  3024. o141 = Instance.new("SpecialMesh")
  3025. o142 = Instance.new("Part")
  3026. o143 = Instance.new("SpecialMesh")
  3027. o144 = Instance.new("Part")
  3028. o145 = Instance.new("SpecialMesh")
  3029. o146 = Instance.new("Part")
  3030. o147 = Instance.new("BlockMesh")
  3031. o2.Parent = o1
  3032. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3033. o2.Position = Vector3.new(-45.2369041, 2.81570745, -23.0101967)
  3034. o2.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3035. o2.Anchored = true
  3036. o2.FormFactor = Enum.FormFactor.Custom
  3037. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.223999992)
  3038. o2.CFrame = CFrame.new(-45.2369041, 2.81570745, -23.0101967, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3039. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3042. o3.Parent = o2
  3043. o3.Scale = Vector3.new(0.879999995, 0.0960000008, 1)
  3044. o4.Parent = o1
  3045. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3046. o4.Position = Vector3.new(-45.3379478, 2.67370844, -23.1152229)
  3047. o4.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3048. o4.Anchored = true
  3049. o4.FormFactor = Enum.FormFactor.Custom
  3050. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3051. o4.CFrame = CFrame.new(-45.3379478, 2.67370844, -23.1152229, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3052. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3053. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3054. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3055. o5.Parent = o4
  3056. o5.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
  3057. o5.MeshType = Enum.MeshType.Wedge
  3058. o6.Parent = o1
  3059. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3060. o6.Position = Vector3.new(-45.242939, 2.70176029, -22.9381714)
  3061. o6.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3062. o6.Anchored = true
  3063. o6.FormFactor = Enum.FormFactor.Custom
  3064. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3065. o6.CFrame = CFrame.new(-45.242939, 2.70176029, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3066. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3067. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3069. o7.Parent = o6
  3070. o7.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  3071. o8.Parent = o1
  3072. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3073. o8.Position = Vector3.new(-45.337944, 2.8157053, -23.0102005)
  3074. o8.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3075. o8.Anchored = true
  3076. o8.FormFactor = Enum.FormFactor.Custom
  3077. o8.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
  3078. o8.CFrame = CFrame.new(-45.337944, 2.8157053, -23.0102005, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3079. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3080. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3081. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3082. o9.Parent = o8
  3083. o9.Scale = Vector3.new(1, 0.0960001424, 0.159999952)
  3084. o9.MeshType = Enum.MeshType.Wedge
  3085. o10.Parent = o1
  3086. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3087. o10.Position = Vector3.new(-45.2519188, 2.77775049, -23.0121861)
  3088. o10.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3089. o10.Anchored = true
  3090. o10.FormFactor = Enum.FormFactor.Custom
  3091. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3092. o10.CFrame = CFrame.new(-45.2519188, 2.77775049, -23.0121861, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3093. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3096. o11.Parent = o10
  3097. o11.Scale = Vector3.new(0.719999969, 0.0960000008, 0.799999952)
  3098. o12.Parent = o1
  3099. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3100. o12.Position = Vector3.new(-45.3429451, 2.57272339, -22.9691792)
  3101. o12.Rotation = Vector3.new(89.9979935, 0.00131786719, 89.9981689)
  3102. o12.Anchored = true
  3103. o12.FormFactor = Enum.FormFactor.Custom
  3104. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3105. o12.CFrame = CFrame.new(-45.3429451, 2.57272339, -22.9691792, 3.19999999e-005, -1, 2.3001121e-005, 3.50000009e-005, -2.30000005e-005, -1, 1, 3.20008039e-005, 3.49992661e-005)
  3106. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3109. o13.Parent = o12
  3110. o13.Texture = "http://www.roblox.com/asset/?id=46738391"
  3111. o13.Face = Enum.NormalId.Top
  3112. o14.Parent = o12
  3113. o14.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
  3114. o15.Parent = o1
  3115. o15.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3116. o15.Position = Vector3.new(-45.2499352, 2.79672241, -22.9061947)
  3117. o15.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3118. o15.Anchored = true
  3119. o15.FormFactor = Enum.FormFactor.Custom
  3120. o15.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
  3121. o15.CFrame = CFrame.new(-45.2499352, 2.79672241, -22.9061947, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3122. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3123. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3125. o16.Parent = o15
  3126. o16.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
  3127. o17.Parent = o1
  3128. o17.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3129. o17.Position = Vector3.new(-45.3389473, 2.67370629, -22.9061985)
  3130. o17.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3131. o17.Anchored = true
  3132. o17.FormFactor = Enum.FormFactor.Custom
  3133. o17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3134. o17.CFrame = CFrame.new(-45.3389473, 2.67370629, -22.9061985, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3135. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3136. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3137. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3138. o18.Parent = o17
  3139. o18.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
  3140. o18.MeshType = Enum.MeshType.Wedge
  3141. o19.Parent = o1
  3142. o19.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3143. o19.Position = Vector3.new(-45.2439537, 2.7007184, -23.0821514)
  3144. o19.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3145. o19.Anchored = true
  3146. o19.FormFactor = Enum.FormFactor.Custom
  3147. o19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3148. o19.CFrame = CFrame.new(-45.2439537, 2.7007184, -23.0821514, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3149. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3150. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3151. o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3152. o20.Parent = o19
  3153. o20.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  3154. o21.Parent = o1
  3155. o21.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3156. o21.Position = Vector3.new(-45.0039558, 2.60572433, -23.1142025)
  3157. o21.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3158. o21.Anchored = true
  3159. o21.FormFactor = Enum.FormFactor.Custom
  3160. o21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3161. o21.CFrame = CFrame.new(-45.0039558, 2.60572433, -23.1142025, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3162. o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3165. o22.Parent = o21
  3166. o22.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
  3167. o22.MeshType = Enum.MeshType.Wedge
  3168. o23.Parent = o1
  3169. o23.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3170. o23.Position = Vector3.new(-45.1629601, 2.71073437, -23.0841694)
  3171. o23.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3172. o23.Anchored = true
  3173. o23.FormFactor = Enum.FormFactor.Custom
  3174. o23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3175. o23.CFrame = CFrame.new(-45.1629601, 2.71073437, -23.0841694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3176. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3179. o24.Parent = o23
  3180. o24.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
  3181. o24.MeshType = Enum.MeshType.Wedge
  3182. o25.Parent = o1
  3183. o25.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3184. o25.Position = Vector3.new(-45.1219406, 2.80674434, -23.0111694)
  3185. o25.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3186. o25.Anchored = true
  3187. o25.FormFactor = Enum.FormFactor.Custom
  3188. o25.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
  3189. o25.CFrame = CFrame.new(-45.1219406, 2.80674434, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3190. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3191. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3192. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3193. o26.Parent = o25
  3194. o26.Scale = Vector3.new(1, 0.192000151, 0.239999965)
  3195. o26.MeshType = Enum.MeshType.Wedge
  3196. o27.Parent = o1
  3197. o27.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3198. o27.Position = Vector3.new(-45.3229294, 2.67670345, -23.0821533)
  3199. o27.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3200. o27.Anchored = true
  3201. o27.FormFactor = Enum.FormFactor.Custom
  3202. o27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3203. o27.CFrame = CFrame.new(-45.3229294, 2.67670345, -23.0821533, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3204. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3205. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3206. o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3207. o28.Parent = o27
  3208. o28.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
  3209. o28.MeshType = Enum.MeshType.Wedge
  3210. o29.Parent = o1
  3211. o29.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3212. o29.Position = Vector3.new(-45.242939, 2.59570932, -22.9381714)
  3213. o29.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3214. o29.Anchored = true
  3215. o29.FormFactor = Enum.FormFactor.Custom
  3216. o29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3217. o29.CFrame = CFrame.new(-45.242939, 2.59570932, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3218. o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3221. o30.Parent = o29
  3222. o30.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
  3223. o31.Parent = o1
  3224. o31.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3225. o31.Position = Vector3.new(-45.2099571, 2.66275644, -22.9071884)
  3226. o31.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3227. o31.Anchored = true
  3228. o31.FormFactor = Enum.FormFactor.Custom
  3229. o31.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
  3230. o31.CFrame = CFrame.new(-45.2099571, 2.66275644, -22.9071884, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3231. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3232. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. o31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3234. o32.Parent = o31
  3235. o32.Scale = Vector3.new(1, 1, 0.0800000057)
  3236. o33.Parent = o1
  3237. o33.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3238. o33.Position = Vector3.new(-45.3139572, 2.73575234, -22.9401321)
  3239. o33.Rotation = Vector3.new(179.998001, 90, 0)
  3240. o33.Anchored = true
  3241. o33.FormFactor = Enum.FormFactor.Custom
  3242. o33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3243. o33.CFrame = CFrame.new(-45.3139572, 2.73575234, -22.9401321, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  3244. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3245. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3247. o34.Parent = o33
  3248. o34.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
  3249. o34.MeshType = Enum.MeshType.Wedge
  3250. o35.Parent = o1
  3251. o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3252. o35.Position = Vector3.new(-45.2509651, 2.59371829, -22.8981628)
  3253. o35.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  3254. o35.Anchored = true
  3255. o35.FormFactor = Enum.FormFactor.Custom
  3256. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3257. o35.CFrame = CFrame.new(-45.2509651, 2.59371829, -22.8981628, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
  3258. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3261. o36.Parent = o35
  3262. o36.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
  3263. o37.Parent = o1
  3264. o37.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3265. o37.Position = Vector3.new(-45.3419685, 2.61172843, -23.0101986)
  3266. o37.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
  3267. o37.Anchored = true
  3268. o37.FormFactor = Enum.FormFactor.Custom
  3269. o37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3270. o37.CFrame = CFrame.new(-45.3419685, 2.61172843, -23.0101986, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005)
  3271. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3273. o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3274. o38.Parent = o37
  3275. o38.Texture = "http://www.roblox.com/asset/?id=46738405"
  3276. o38.Face = Enum.NormalId.Top
  3277. o39.Parent = o37
  3278. o39.Scale = Vector3.new(0.192000002, 0.0400000028, 0.160000011)
  3279. o40.Parent = o1
  3280. o40.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3281. o40.Position = Vector3.new(-45.31493, 2.59570527, -23.0101986)
  3282. o40.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3283. o40.Anchored = true
  3284. o40.FormFactor = Enum.FormFactor.Custom
  3285. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3286. o40.CFrame = CFrame.new(-45.31493, 2.59570527, -23.0101986, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3287. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3288. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3289. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3290. o41.Parent = o40
  3291. o41.Scale = Vector3.new(0.640000045, 0.384000003, 0.239999995)
  3292. o42.Parent = o1
  3293. o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3294. o42.Position = Vector3.new(-45.313961, 2.7357533, -23.0831966)
  3295. o42.Rotation = Vector3.new(179.998001, 90, 0)
  3296. o42.Anchored = true
  3297. o42.FormFactor = Enum.FormFactor.Custom
  3298. o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3299. o42.CFrame = CFrame.new(-45.313961, 2.7357533, -23.0831966, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  3300. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3302. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3303. o43.Parent = o42
  3304. o43.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
  3305. o43.MeshType = Enum.MeshType.Wedge
  3306. o44.Parent = o1
  3307. o44.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3308. o44.Position = Vector3.new(-45.0839424, 2.7297163, -23.1152077)
  3309. o44.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3310. o44.Anchored = true
  3311. o44.FormFactor = Enum.FormFactor.Custom
  3312. o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3313. o44.CFrame = CFrame.new(-45.0839424, 2.7297163, -23.1152077, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3314. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3317. o45.Parent = o44
  3318. o45.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
  3319. o45.MeshType = Enum.MeshType.Wedge
  3320. o46.Parent = o1
  3321. o46.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3322. o46.Position = Vector3.new(-45.3429413, 2.57272434, -23.0491276)
  3323. o46.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
  3324. o46.Anchored = true
  3325. o46.FormFactor = Enum.FormFactor.Custom
  3326. o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3327. o46.CFrame = CFrame.new(-45.3429413, 2.57272434, -23.0491276, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005)
  3328. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3329. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3330. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3331. o47.Parent = o46
  3332. o47.Texture = "http://www.roblox.com/asset/?id=46738391"
  3333. o47.Face = Enum.NormalId.Top
  3334. o48.Parent = o46
  3335. o48.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
  3336. o49.Parent = o1
  3337. o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3338. o49.Position = Vector3.new(-45.3619232, 2.58566928, -23.1142006)
  3339. o49.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3340. o49.Anchored = true
  3341. o49.FormFactor = Enum.FormFactor.Custom
  3342. o49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3343. o49.CFrame = CFrame.new(-45.3619232, 2.58566928, -23.1142006, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3344. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3345. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3347. o50.Parent = o49
  3348. o50.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
  3349. o50.MeshType = Enum.MeshType.Wedge
  3350. o51.Parent = o1
  3351. o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3352. o51.Position = Vector3.new(-45.249939, 2.79672432, -23.1142063)
  3353. o51.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3354. o51.Anchored = true
  3355. o51.FormFactor = Enum.FormFactor.Custom
  3356. o51.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
  3357. o51.CFrame = CFrame.new(-45.249939, 2.79672432, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3358. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3359. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3360. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3361. o52.Parent = o51
  3362. o52.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
  3363. o53.Parent = o1
  3364. o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3365. o53.Position = Vector3.new(-45.3619232, 2.58566928, -22.9031391)
  3366. o53.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3367. o53.Anchored = true
  3368. o53.FormFactor = Enum.FormFactor.Custom
  3369. o53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3370. o53.CFrame = CFrame.new(-45.3619232, 2.58566928, -22.9031391, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3371. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3374. o54.Parent = o53
  3375. o54.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
  3376. o54.MeshType = Enum.MeshType.Wedge
  3377. o55.Parent = o1
  3378. o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3379. o55.Transparency = 0.80000001192093
  3380. o55.Position = Vector3.new(-45.2039452, 2.7007184, -23.0101948)
  3381. o55.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3382. o55.Anchored = true
  3383. o55.FormFactor = Enum.FormFactor.Custom
  3384. o55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3385. o55.CFrame = CFrame.new(-45.2039452, 2.7007184, -23.0101948, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3386. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3389. o56.Parent = o55
  3390. o56.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  3391. o57.Parent = o1
  3392. o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3393. o57.Position = Vector3.new(-45.0019417, 2.6047473, -22.9072094)
  3394. o57.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3395. o57.Anchored = true
  3396. o57.FormFactor = Enum.FormFactor.Custom
  3397. o57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3398. o57.CFrame = CFrame.new(-45.0019417, 2.6047473, -22.9072094, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3399. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3400. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3401. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3402. o58.Parent = o57
  3403. o58.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
  3404. o58.MeshType = Enum.MeshType.Wedge
  3405. o59.Parent = o1
  3406. o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3407. o59.Position = Vector3.new(-45.3379364, 2.58567333, -23.1152058)
  3408. o59.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
  3409. o59.Anchored = true
  3410. o59.FormFactor = Enum.FormFactor.Custom
  3411. o59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3412. o59.CFrame = CFrame.new(-45.3379364, 2.58567333, -23.1152058, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1)
  3413. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3415. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3416. o60.Parent = o59
  3417. o60.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
  3418. o61.Parent = o1
  3419. o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3420. o61.Transparency = 1
  3421. o61.Position = Vector3.new(-45.2019577, 2.60175633, -23.125206)
  3422. o61.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  3423. o61.Anchored = true
  3424. o61.FormFactor = Enum.FormFactor.Custom
  3425. o61.Size = Vector3.new(0.30399999, 0.200000003, 0.200000003)
  3426. o61.CFrame = CFrame.new(-45.2019577, 2.60175633, -23.125206, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
  3427. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3428. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3430. o62.Parent = o61
  3431. o62.Texture = "http://www.roblox.com/asset/?id=46737426"
  3432. o62.Face = Enum.NormalId.Top
  3433. o63.Parent = o61
  3434. o63.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  3435. o64.Parent = o1
  3436. o64.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3437. o64.Position = Vector3.new(-45.08395, 2.60474443, -22.9062023)
  3438. o64.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3439. o64.Anchored = true
  3440. o64.FormFactor = Enum.FormFactor.Custom
  3441. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3442. o64.CFrame = CFrame.new(-45.08395, 2.60474443, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3443. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3445. o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3446. o65.Parent = o64
  3447. o65.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
  3448. o66.Parent = o1
  3449. o66.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3450. o66.Position = Vector3.new(-45.0839386, 2.6047473, -23.1152096)
  3451. o66.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3452. o66.Anchored = true
  3453. o66.FormFactor = Enum.FormFactor.Custom
  3454. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3455. o66.CFrame = CFrame.new(-45.0839386, 2.6047473, -23.1152096, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3456. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. o66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3459. o67.Parent = o66
  3460. o67.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
  3461. o68.Parent = o1
  3462. o68.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3463. o68.Position = Vector3.new(-45.3389435, 2.58566928, -22.9061947)
  3464. o68.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
  3465. o68.Anchored = true
  3466. o68.FormFactor = Enum.FormFactor.Custom
  3467. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3468. o68.CFrame = CFrame.new(-45.3389435, 2.58566928, -22.9061947, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1)
  3469. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3470. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3471. o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3472. o69.Parent = o68
  3473. o69.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
  3474. o70.Parent = o1
  3475. o70.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3476. o70.Position = Vector3.new(-45.08395, 2.72971439, -22.9061928)
  3477. o70.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3478. o70.Anchored = true
  3479. o70.FormFactor = Enum.FormFactor.Custom
  3480. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3481. o70.CFrame = CFrame.new(-45.08395, 2.72971439, -22.9061928, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3482. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3483. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3484. o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3485. o71.Parent = o70
  3486. o71.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
  3487. o71.MeshType = Enum.MeshType.Wedge
  3488. o72.Parent = o1
  3489. o72.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3490. o72.Position = Vector3.new(-44.9459419, 2.62071228, -23.0111694)
  3491. o72.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3492. o72.Anchored = true
  3493. o72.FormFactor = Enum.FormFactor.Custom
  3494. o72.Size = Vector3.new(0.200000003, 0.200000003, 0.447999984)
  3495. o72.CFrame = CFrame.new(-44.9459419, 2.62071228, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3496. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3497. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. o72.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3499. o73.Parent = o72
  3500. o73.Scale = Vector3.new(0.799999833, 0.0959998742, 1)
  3501. o73.MeshType = Enum.MeshType.Wedge
  3502. o74.Parent = o1
  3503. o74.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3504. o74.Transparency = 1
  3505. o74.Position = Vector3.new(-45.1889229, 2.70771027, -23.0111656)
  3506. o74.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3507. o74.Anchored = true
  3508. o74.FormFactor = Enum.FormFactor.Custom
  3509. o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3510. o74.CFrame = CFrame.new(-45.1889229, 2.70771027, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3511. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3512. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3513. o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3514. o75.Parent = o74
  3515. o75.Texture = "http://www.roblox.com/asset/?id=46737081"
  3516. o75.Face = Enum.NormalId.Back
  3517. o76.Parent = o74
  3518. o76.Scale = Vector3.new(0.320000023, 0.320000023, 0.0400000028)
  3519. o77.Parent = o1
  3520. o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3521. o77.Position = Vector3.new(-45.2099571, 2.66275549, -23.1161442)
  3522. o77.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3523. o77.Anchored = true
  3524. o77.FormFactor = Enum.FormFactor.Custom
  3525. o77.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
  3526. o77.CFrame = CFrame.new(-45.2099571, 2.66275549, -23.1161442, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3527. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3529. o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3530. o78.Parent = o77
  3531. o78.Scale = Vector3.new(1, 1, 0.0800000057)
  3532. o79.Parent = o1
  3533. o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3534. o79.Position = Vector3.new(-45.3239632, 2.64374638, -23.0111847)
  3535. o79.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3536. o79.Anchored = true
  3537. o79.FormFactor = Enum.FormFactor.Custom
  3538. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3539. o79.CFrame = CFrame.new(-45.3239632, 2.64374638, -23.0111847, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3540. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3542. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3543. o80.Parent = o79
  3544. o80.Scale = Vector3.new(0.799999952, 0.0960000008, 0.160000011)
  3545. o81.Parent = o1
  3546. o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3547. o81.Position = Vector3.new(-45.2439537, 2.59570742, -23.0821571)
  3548. o81.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3549. o81.Anchored = true
  3550. o81.FormFactor = Enum.FormFactor.Custom
  3551. o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3552. o81.CFrame = CFrame.new(-45.2439537, 2.59570742, -23.0821571, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3553. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3556. o82.Parent = o81
  3557. o82.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
  3558. o83.Parent = o1
  3559. o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3560. o83.Position = Vector3.new(-45.3389511, 2.77475429, -22.9061871)
  3561. o83.Rotation = Vector3.new(179.998001, 90, 0)
  3562. o83.Anchored = true
  3563. o83.FormFactor = Enum.FormFactor.Custom
  3564. o83.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3565. o83.CFrame = CFrame.new(-45.3389511, 2.77475429, -22.9061871, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  3566. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3567. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3569. o84.Parent = o83
  3570. o84.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
  3571. o84.MeshType = Enum.MeshType.Wedge
  3572. o85.Parent = o1
  3573. o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3574. o85.Position = Vector3.new(-45.3219528, 2.67871833, -22.939188)
  3575. o85.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3576. o85.Anchored = true
  3577. o85.FormFactor = Enum.FormFactor.Custom
  3578. o85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3579. o85.CFrame = CFrame.new(-45.3219528, 2.67871833, -22.939188, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3580. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3581. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3582. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3583. o86.Parent = o85
  3584. o86.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
  3585. o86.MeshType = Enum.MeshType.Wedge
  3586. o87.Parent = o1
  3587. o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3588. o87.Position = Vector3.new(-45.2519035, 2.57575631, -23.0121822)
  3589. o87.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3590. o87.Anchored = true
  3591. o87.FormFactor = Enum.FormFactor.Custom
  3592. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3593. o87.CFrame = CFrame.new(-45.2519035, 2.57575631, -23.0121822, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3594. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3595. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3596. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3597. o88.Parent = o87
  3598. o88.Scale = Vector3.new(0.640000045, 0.192000002, 0.399999976)
  3599. o89.Parent = o1
  3600. o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3601. o89.Transparency = 0.80000001192093
  3602. o89.Position = Vector3.new(-45.297966, 2.70175934, -23.0101871)
  3603. o89.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3604. o89.Anchored = true
  3605. o89.FormFactor = Enum.FormFactor.Custom
  3606. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3607. o89.CFrame = CFrame.new(-45.297966, 2.70175934, -23.0101871, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3608. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3611. o90.Parent = o89
  3612. o90.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  3613. o91.Parent = o1
  3614. o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3615. o91.Position = Vector3.new(-45.1649666, 2.71073341, -22.9381714)
  3616. o91.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3617. o91.Anchored = true
  3618. o91.FormFactor = Enum.FormFactor.Custom
  3619. o91.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3620. o91.CFrame = CFrame.new(-45.1649666, 2.71073341, -22.9381714, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3621. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3624. o92.Parent = o91
  3625. o92.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
  3626. o92.MeshType = Enum.MeshType.Wedge
  3627. o93.Parent = o1
  3628. o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3629. o93.Position = Vector3.new(-45.1859055, 2.64374733, -23.0102024)
  3630. o93.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3631. o93.Anchored = true
  3632. o93.FormFactor = Enum.FormFactor.Custom
  3633. o93.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3634. o93.CFrame = CFrame.new(-45.1859055, 2.64374733, -23.0102024, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3635. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3636. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3637. o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3638. o94.Parent = o93
  3639. o94.Scale = Vector3.new(0.640000045, 0.0960000008, 0.0800000057)
  3640. o95.Parent = o1
  3641. o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3642. o95.Position = Vector3.new(-45.3379478, 2.77475429, -23.1151962)
  3643. o95.Rotation = Vector3.new(179.998001, 90, 0)
  3644. o95.Anchored = true
  3645. o95.FormFactor = Enum.FormFactor.Custom
  3646. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3647. o95.CFrame = CFrame.new(-45.3379478, 2.77475429, -23.1151962, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  3648. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3650. o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3651. o96.Parent = o95
  3652. o96.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
  3653. o96.MeshType = Enum.MeshType.Wedge
  3654. o97.Parent = o1
  3655. o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3656. o97.Position = Vector3.new(-45.1779633, 2.59570837, -23.0111656)
  3657. o97.Rotation = Vector3.new(-0.00200535241, -90, 0)
  3658. o97.Anchored = true
  3659. o97.FormFactor = Enum.FormFactor.Custom
  3660. o97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3661. o97.CFrame = CFrame.new(-45.1779633, 2.59570837, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  3662. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3663. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3665. o98.Parent = o97
  3666. o98.Scale = Vector3.new(0.640000045, 0.384000003, 0.320000023)
  3667. o99.Parent = o1
  3668. o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3669. o99.Position = Vector3.new(-45.1059189, 2.56171727, -22.8961964)
  3670. o99.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  3671. o99.Anchored = true
  3672. o99.FormFactor = Enum.FormFactor.Custom
  3673. o99.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3674. o99.CFrame = CFrame.new(-45.1059189, 2.56171727, -22.8961964, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
  3675. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3676. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3678. o100.Parent = o99
  3679. o100.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
  3680. o101.Parent = o1
  3681. o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3682. o101.Position = Vector3.new(-45.1629524, 2.55375028, -23.1252136)
  3683. o101.Rotation = Vector3.new(89.9979935, 0.00131786917, 179.998108)
  3684. o101.Anchored = true
  3685. o101.FormFactor = Enum.FormFactor.Custom
  3686. o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3687. o101.CFrame = CFrame.new(-45.1629524, 2.55375028, -23.1252136, -1, -3.29991963e-005, 2.30011556e-005, -2.30000005e-005, -3.50000009e-005, -1, 3.30000003e-005, -1, 3.49992406e-005)
  3688. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3689. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3690. o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3691. o102.Parent = o101
  3692. o102.Scale = Vector3.new(0.320000023, 0.0400000028, 0.320000023)
  3693. o103.Parent = o1
  3694. o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3695. o103.Position = Vector3.new(-44.9219513, 2.58475542, -23.0111656)
  3696. o103.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3697. o103.Anchored = true
  3698. o103.FormFactor = Enum.FormFactor.Custom
  3699. o103.Size = Vector3.new(0.447999984, 0.200000003, 0.200000003)
  3700. o103.CFrame = CFrame.new(-44.9219513, 2.58475542, -23.0111656, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3701. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3702. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3703. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3704. o104.Parent = o103
  3705. o104.Scale = Vector3.new(1, 0.288000017, 0.799999952)
  3706. o105.Parent = o1
  3707. o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3708. o105.Position = Vector3.new(-45.0199165, 2.52772045, -23.0121689)
  3709. o105.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3710. o105.Anchored = true
  3711. o105.FormFactor = Enum.FormFactor.Custom
  3712. o105.Size = Vector3.new(0.639999986, 0.200000003, 0.200000003)
  3713. o105.CFrame = CFrame.new(-45.0199165, 2.52772045, -23.0121689, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3714. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3716. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3717. o106.Parent = o105
  3718. o106.Scale = Vector3.new(1, 0.288000017, 0.799999952)
  3719. o107.Parent = o1
  3720. o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3721. o107.Position = Vector3.new(-44.9509392, 2.51874828, -23.0071964)
  3722. o107.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3723. o107.Anchored = true
  3724. o107.CanCollide = false
  3725. o107.FormFactor = Enum.FormFactor.Custom
  3726. o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3727. o107.CFrame = CFrame.new(-44.9509392, 2.51874828, -23.0071964, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3728. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3730. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3731. o108.Parent = o107
  3732. o108.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  3733. o108.MeshType = Enum.MeshType.Torso
  3734. o109.Parent = o1
  3735. o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3736. o109.Position = Vector3.new(-45.0418892, 2.51572728, -23.0951881)
  3737. o109.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  3738. o109.Anchored = true
  3739. o109.FormFactor = Enum.FormFactor.Custom
  3740. o109.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
  3741. o109.CFrame = CFrame.new(-45.0418892, 2.51572728, -23.0951881, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
  3742. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3745. o110.Parent = o109
  3746. o110.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  3747. o111.Parent = o1
  3748. o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3749. o111.Position = Vector3.new(-45.2519112, 2.51874328, -23.0072002)
  3750. o111.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3751. o111.Anchored = true
  3752. o111.CanCollide = false
  3753. o111.FormFactor = Enum.FormFactor.Custom
  3754. o111.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3755. o111.CFrame = CFrame.new(-45.2519112, 2.51874328, -23.0072002, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3756. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3757. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3758. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3759. o112.Parent = o111
  3760. o112.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  3761. o112.MeshType = Enum.MeshType.Torso
  3762. o113.Parent = o1
  3763. o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3764. o113.Position = Vector3.new(-44.8509331, 2.51875043, -23.0072041)
  3765. o113.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3766. o113.Anchored = true
  3767. o113.CanCollide = false
  3768. o113.FormFactor = Enum.FormFactor.Custom
  3769. o113.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3770. o113.CFrame = CFrame.new(-44.8509331, 2.51875043, -23.0072041, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3771. o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3772. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3773. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3774. o114.Parent = o113
  3775. o114.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  3776. o114.MeshType = Enum.MeshType.Torso
  3777. o115.Parent = o1
  3778. o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3779. o115.Position = Vector3.new(-45.0539436, 2.51874828, -23.008131)
  3780. o115.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3781. o115.Anchored = true
  3782. o115.CanCollide = false
  3783. o115.FormFactor = Enum.FormFactor.Custom
  3784. o115.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3785. o115.CFrame = CFrame.new(-45.0539436, 2.51874828, -23.008131, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3786. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3787. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3788. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3789. o116.Parent = o115
  3790. o116.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  3791. o116.MeshType = Enum.MeshType.Torso
  3792. o117.Parent = o1
  3793. o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3794. o117.Position = Vector3.new(-45.1538887, 2.51874328, -22.9062023)
  3795. o117.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3796. o117.Anchored = true
  3797. o117.FormFactor = Enum.FormFactor.Custom
  3798. o117.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
  3799. o117.CFrame = CFrame.new(-45.1538887, 2.51874328, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3800. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3801. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3802. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3803. o118.Parent = o117
  3804. o118.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
  3805. o119.Parent = o1
  3806. o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3807. o119.Transparency = 1
  3808. o119.Position = Vector3.new(-44.8339386, 2.5557704, -23.094183)
  3809. o119.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  3810. o119.Anchored = true
  3811. o119.FormFactor = Enum.FormFactor.Custom
  3812. o119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3813. o119.CFrame = CFrame.new(-44.8339386, 2.5557704, -23.094183, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
  3814. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3817. o120.Parent = o119
  3818. o120.Texture = "http://www.roblox.com/asset/?id=46738506"
  3819. o120.Face = Enum.NormalId.Top
  3820. o121.Parent = o119
  3821. o121.Scale = Vector3.new(0.879999995, 0.0400000028, 0.239999995)
  3822. o122.Parent = o1
  3823. o122.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3824. o122.Position = Vector3.new(-45.0439224, 2.51572728, -22.9261646)
  3825. o122.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  3826. o122.Anchored = true
  3827. o122.FormFactor = Enum.FormFactor.Custom
  3828. o122.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
  3829. o122.CFrame = CFrame.new(-45.0439224, 2.51572728, -22.9261646, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
  3830. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. o122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3833. o123.Parent = o122
  3834. o123.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  3835. o124.Parent = o1
  3836. o124.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3837. o124.Position = Vector3.new(-44.7529488, 2.51875329, -23.0081348)
  3838. o124.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3839. o124.Anchored = true
  3840. o124.CanCollide = false
  3841. o124.FormFactor = Enum.FormFactor.Custom
  3842. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3843. o124.CFrame = CFrame.new(-44.7529488, 2.51875329, -23.0081348, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3844. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. o124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3847. o125.Parent = o124
  3848. o125.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  3849. o125.MeshType = Enum.MeshType.Torso
  3850. o126.Parent = o1
  3851. o126.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3852. o126.Position = Vector3.new(-45.1509209, 2.51874232, -23.0071945)
  3853. o126.Rotation = Vector3.new(-0.00200535241, 90, 0)
  3854. o126.Anchored = true
  3855. o126.CanCollide = false
  3856. o126.FormFactor = Enum.FormFactor.Custom
  3857. o126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3858. o126.CFrame = CFrame.new(-45.1509209, 2.51874232, -23.0071945, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  3859. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3860. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3861. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3862. o127.Parent = o126
  3863. o127.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  3864. o127.MeshType = Enum.MeshType.Torso
  3865. o128.Parent = o1
  3866. o128.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3867. o128.Position = Vector3.new(-45.1529388, 2.4967463, -23.0111752)
  3868. o128.Rotation = Vector3.new(-0.00217723963, 90, 0)
  3869. o128.Anchored = true
  3870. o128.FormFactor = Enum.FormFactor.Custom
  3871. o128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3872. o128.CFrame = CFrame.new(-45.1529388, 2.4967463, -23.0111752, -3.19999999e-005, -3.89999987e-005, 1, -3.79999983e-005, 1, 3.89987836e-005, -1, -3.79987505e-005, -3.20014806e-005)
  3873. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3874. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3875. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3876. o129.Parent = o128
  3877. o129.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3878. o129.MeshType = Enum.MeshType.Torso
  3879. o130.Parent = o1
  3880. o130.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3881. o130.Position = Vector3.new(-45.2179108, 2.49674535, -23.0101929)
  3882. o130.Rotation = Vector3.new(-0.00189076073, 90, 0)
  3883. o130.Anchored = true
  3884. o130.FormFactor = Enum.FormFactor.Custom
  3885. o130.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3886. o130.CFrame = CFrame.new(-45.2179108, 2.49674535, -23.0101929, -3.19999999e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989452e-005, -1, -3.29989452e-005, -3.20010877e-005)
  3887. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3890. o131.Parent = o130
  3891. o131.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3892. o131.MeshType = Enum.MeshType.Torso
  3893. o132.Parent = o1
  3894. o132.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3895. o132.Position = Vector3.new(-45.2839508, 2.49674535, -23.0101948)
  3896. o132.Rotation = Vector3.new(-0.00154698605, 90, 0)
  3897. o132.Anchored = true
  3898. o132.FormFactor = Enum.FormFactor.Custom
  3899. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3900. o132.CFrame = CFrame.new(-45.2839508, 2.49674535, -23.0101948, -3.30000003e-005, -2.80000004e-005, 1, -2.7e-005, 1, 2.79991091e-005, -1, -2.6999076e-005, -3.3000757e-005)
  3901. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3902. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3903. o132.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3904. o133.Parent = o132
  3905. o133.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3906. o133.MeshType = Enum.MeshType.Torso
  3907. o134.Parent = o1
  3908. o134.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3909. o134.Position = Vector3.new(-45.0889397, 2.49674749, -23.0111771)
  3910. o134.Rotation = Vector3.new(-0.00177616917, 90, 0)
  3911. o134.Anchored = true
  3912. o134.FormFactor = Enum.FormFactor.Custom
  3913. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3914. o134.CFrame = CFrame.new(-45.0889397, 2.49674749, -23.0111771, -3.30000003e-005, -2.99999992e-005, 1, -3.09999996e-005, 1, 2.9998977e-005, -1, -3.09990101e-005, -3.30009316e-005)
  3915. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3916. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3917. o134.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3918. o135.Parent = o134
  3919. o135.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3920. o135.MeshType = Enum.MeshType.Torso
  3921. o136.Parent = o1
  3922. o136.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3923. o136.Position = Vector3.new(-45.1538887, 2.51874328, -23.1142063)
  3924. o136.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  3925. o136.Anchored = true
  3926. o136.FormFactor = Enum.FormFactor.Custom
  3927. o136.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
  3928. o136.CFrame = CFrame.new(-45.1538887, 2.51874328, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  3929. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. o136.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3932. o137.Parent = o136
  3933. o137.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
  3934. o138.Parent = o1
  3935. o138.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3936. o138.Position = Vector3.new(-45.0229073, 2.49675035, -23.0111771)
  3937. o138.Rotation = Vector3.new(-0.00194805651, 90, 0)
  3938. o138.Anchored = true
  3939. o138.FormFactor = Enum.FormFactor.Custom
  3940. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3941. o138.CFrame = CFrame.new(-45.0229073, 2.49675035, -23.0111771, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005)
  3942. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. o138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3945. o139.Parent = o138
  3946. o139.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3947. o139.MeshType = Enum.MeshType.Torso
  3948. o140.Parent = o1
  3949. o140.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3950. o140.Position = Vector3.new(-44.9549446, 2.49675035, -23.0101929)
  3951. o140.Rotation = Vector3.new(-0.00194805651, 90, 0)
  3952. o140.Anchored = true
  3953. o140.FormFactor = Enum.FormFactor.Custom
  3954. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3955. o140.CFrame = CFrame.new(-44.9549446, 2.49675035, -23.0101929, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005)
  3956. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. o140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3959. o141.Parent = o140
  3960. o141.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3961. o141.MeshType = Enum.MeshType.Torso
  3962. o142.Parent = o1
  3963. o142.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3964. o142.Position = Vector3.new(-44.8889275, 2.49675131, -23.0101967)
  3965. o142.Rotation = Vector3.new(-0.00189076073, 90, 0)
  3966. o142.Anchored = true
  3967. o142.FormFactor = Enum.FormFactor.Custom
  3968. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3969. o142.CFrame = CFrame.new(-44.8889275, 2.49675131, -23.0101967, -3.30000003e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989125e-005, -1, -3.29989125e-005, -3.3001088e-005)
  3970. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3971. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3972. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3973. o143.Parent = o142
  3974. o143.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3975. o143.MeshType = Enum.MeshType.Torso
  3976. o144.Parent = o1
  3977. o144.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3978. o144.Position = Vector3.new(-44.8239632, 2.49675727, -23.0102005)
  3979. o144.Rotation = Vector3.new(18.3667545, 89.9515457, -18.3702984)
  3980. o144.Anchored = true
  3981. o144.FormFactor = Enum.FormFactor.Custom
  3982. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3983. o144.CFrame = CFrame.new(-44.8239632, 2.49675727, -23.0102005, 0.000797999848, 0.000264999835, 0.999999642, -6.19999846e-005, 1, -0.000264950446, -0.999999762, -6.17885307e-005, 0.000798016146)
  3984. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3986. o144.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3987. o145.Parent = o144
  3988. o145.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  3989. o145.MeshType = Enum.MeshType.Torso
  3990. o146.Name = "Zoom"
  3991. o146.Parent = o1
  3992. o146.Material = Enum.Material.SmoothPlastic
  3993. o146.Transparency = 1
  3994. o146.Position = Vector3.new(-45.4513054, 2.7256608, -23.0179634)
  3995. o146.Rotation = Vector3.new(-90, -88.876564, -90)
  3996. o146.Anchored = true
  3997. o146.FormFactor = Enum.FormFactor.Custom
  3998. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3999. o146.CFrame = CFrame.new(-45.4513054, 2.7256608, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  4000. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4006. o147.Parent = o146
  4007. o147.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  4008. ZoomFOV = 70
  4009. elseif Sight == "REFLEX" then
  4010. o2 = Instance.new("Part")
  4011. o3 = Instance.new("CylinderMesh")
  4012. o4 = Instance.new("Part")
  4013. o5 = Instance.new("SpecialMesh")
  4014. o6 = Instance.new("Part")
  4015. o7 = Instance.new("SpecialMesh")
  4016. o8 = Instance.new("Part")
  4017. o9 = Instance.new("SpecialMesh")
  4018. o10 = Instance.new("Part")
  4019. o11 = Instance.new("SpecialMesh")
  4020. o12 = Instance.new("Part")
  4021. o13 = Instance.new("BlockMesh")
  4022. o14 = Instance.new("Part")
  4023. o15 = Instance.new("BlockMesh")
  4024. o16 = Instance.new("Part")
  4025. o17 = Instance.new("SpecialMesh")
  4026. o18 = Instance.new("Part")
  4027. o19 = Instance.new("SpecialMesh")
  4028. o20 = Instance.new("Part")
  4029. o21 = Instance.new("SpecialMesh")
  4030. o22 = Instance.new("Part")
  4031. o23 = Instance.new("BlockMesh")
  4032. o24 = Instance.new("Part")
  4033. o25 = Instance.new("BlockMesh")
  4034. o26 = Instance.new("Part")
  4035. o27 = Instance.new("BlockMesh")
  4036. o28 = Instance.new("Part")
  4037. o29 = Instance.new("SpecialMesh")
  4038. o30 = Instance.new("Part")
  4039. o31 = Instance.new("SpecialMesh")
  4040. o32 = Instance.new("Part")
  4041. o33 = Instance.new("BlockMesh")
  4042. o34 = Instance.new("Part")
  4043. o35 = Instance.new("BlockMesh")
  4044. o36 = Instance.new("Part")
  4045. o37 = Instance.new("SpecialMesh")
  4046. o38 = Instance.new("Part")
  4047. o39 = Instance.new("SpecialMesh")
  4048. o40 = Instance.new("Part")
  4049. o41 = Instance.new("SpecialMesh")
  4050. o42 = Instance.new("Part")
  4051. o43 = Instance.new("BlockMesh")
  4052. o44 = Instance.new("Part")
  4053. o45 = Instance.new("SpecialMesh")
  4054. o46 = Instance.new("Part")
  4055. o47 = Instance.new("SpecialMesh")
  4056. o48 = Instance.new("Part")
  4057. o49 = Instance.new("SpecialMesh")
  4058. o50 = Instance.new("Part")
  4059. o51 = Instance.new("Decal")
  4060. o52 = Instance.new("CylinderMesh")
  4061. o53 = Instance.new("Part")
  4062. o54 = Instance.new("BlockMesh")
  4063. o55 = Instance.new("Part")
  4064. o56 = Instance.new("BlockMesh")
  4065. o57 = Instance.new("Part")
  4066. o58 = Instance.new("BlockMesh")
  4067. o59 = Instance.new("Part")
  4068. o60 = Instance.new("SpecialMesh")
  4069. o61 = Instance.new("Part")
  4070. o62 = Instance.new("SpecialMesh")
  4071. o63 = Instance.new("Part")
  4072. o64 = Instance.new("SpecialMesh")
  4073. o65 = Instance.new("Part")
  4074. o66 = Instance.new("SpecialMesh")
  4075. o67 = Instance.new("Part")
  4076. o68 = Instance.new("CylinderMesh")
  4077. o69 = Instance.new("Part")
  4078. o70 = Instance.new("BlockMesh")
  4079. o2.Parent = o1
  4080. o2.BrickColor = BrickColor.new("Really black")
  4081. o2.Position = Vector3.new(-45.2765083, 2.46846628, -23.0166702)
  4082. o2.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4083. o2.Anchored = true
  4084. o2.FormFactor = Enum.FormFactor.Symmetric
  4085. o2.Size = Vector3.new(1, 1, 1)
  4086. o2.CFrame = CFrame.new(-45.2765083, 2.46846628, -23.0166702, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4087. o2.BottomSurface = Enum.SurfaceType.Smooth
  4088. o2.TopSurface = Enum.SurfaceType.Smooth
  4089. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4090. o3.Parent = o2
  4091. o3.Offset = Vector3.new(0, 0, 0.0325925909)
  4092. o3.Scale = Vector3.new(0.162962973, 0.0570370369, 0.195555568)
  4093. o4.Parent = o1
  4094. o4.BrickColor = BrickColor.new("Really black")
  4095. o4.Position = Vector3.new(-45.3094978, 2.55647826, -23.0146866)
  4096. o4.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4097. o4.Anchored = true
  4098. o4.FormFactor = Enum.FormFactor.Plate
  4099. o4.Size = Vector3.new(1, 0.400000006, 1)
  4100. o4.CFrame = CFrame.new(-45.3094978, 2.55647826, -23.0146866, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4101. o4.BottomSurface = Enum.SurfaceType.Smooth
  4102. o4.TopSurface = Enum.SurfaceType.Smooth
  4103. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4104. o5.Parent = o4
  4105. o5.Scale = Vector3.new(0.187407404, 0.0325925909, 0.162962973)
  4106. o5.MeshType = Enum.MeshType.Brick
  4107. o6.Parent = o1
  4108. o6.BrickColor = BrickColor.new("Really black")
  4109. o6.Position = Vector3.new(-45.3095016, 2.57641029, -23.0146942)
  4110. o6.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4111. o6.Anchored = true
  4112. o6.FormFactor = Enum.FormFactor.Plate
  4113. o6.Size = Vector3.new(1, 0.400000006, 1)
  4114. o6.CFrame = CFrame.new(-45.3095016, 2.57641029, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4115. o6.BottomSurface = Enum.SurfaceType.Smooth
  4116. o6.TopSurface = Enum.SurfaceType.Smooth
  4117. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4118. o7.Parent = o6
  4119. o7.Scale = Vector3.new(0.187407404, 0.0651851818, 0.162962973)
  4120. o7.MeshType = Enum.MeshType.Torso
  4121. o8.Parent = o1
  4122. o8.BrickColor = BrickColor.new("Really black")
  4123. o8.Position = Vector3.new(-45.3425179, 2.51747727, -23.0166683)
  4124. o8.Rotation = Vector3.new(179.998108, 90, 0)
  4125. o8.Anchored = true
  4126. o8.FormFactor = Enum.FormFactor.Symmetric
  4127. o8.Size = Vector3.new(1, 1, 1)
  4128. o8.CFrame = CFrame.new(-45.3425179, 2.51747727, -23.0166683, 3.19999999e-005, 0, 1, 3.30000003e-005, -1, -1.05599995e-009, 1, 3.30000003e-005, -3.19999999e-005)
  4129. o8.BottomSurface = Enum.SurfaceType.Smooth
  4130. o8.TopSurface = Enum.SurfaceType.Smooth
  4131. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4132. o9.Parent = o8
  4133. o9.Scale = Vector3.new(0.187407404, 0.0651851818, 0.0977777839)
  4134. o9.MeshType = Enum.MeshType.Wedge
  4135. o10.Parent = o1
  4136. o10.BrickColor = BrickColor.new("Really black")
  4137. o10.Position = Vector3.new(-44.920517, 2.59844327, -23.146698)
  4138. o10.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  4139. o10.Anchored = true
  4140. o10.FormFactor = Enum.FormFactor.Plate
  4141. o10.Size = Vector3.new(1, 0.400000006, 1)
  4142. o10.CFrame = CFrame.new(-44.920517, 2.59844327, -23.146698, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  4143. o10.BottomSurface = Enum.SurfaceType.Smooth
  4144. o10.TopSurface = Enum.SurfaceType.Smooth
  4145. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4146. o11.Parent = o10
  4147. o11.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4148. o11.MeshType = Enum.MeshType.Wedge
  4149. o12.Parent = o1
  4150. o12.BrickColor = BrickColor.new("Really black")
  4151. o12.Position = Vector3.new(-45.0995064, 2.51747632, -23.015686)
  4152. o12.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4153. o12.Anchored = true
  4154. o12.FormFactor = Enum.FormFactor.Symmetric
  4155. o12.Size = Vector3.new(1, 1, 1)
  4156. o12.CFrame = CFrame.new(-45.0995064, 2.51747632, -23.015686, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4157. o12.BottomSurface = Enum.SurfaceType.Smooth
  4158. o12.TopSurface = Enum.SurfaceType.Smooth
  4159. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4160. o13.Parent = o12
  4161. o13.Scale = Vector3.new(0.187407404, 0.0651851818, 0.391111135)
  4162. o14.Parent = o1
  4163. o14.BrickColor = BrickColor.new("Really black")
  4164. o14.Position = Vector3.new(-44.920517, 2.79448128, -23.0146942)
  4165. o14.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4166. o14.Anchored = true
  4167. o14.FormFactor = Enum.FormFactor.Symmetric
  4168. o14.Size = Vector3.new(1, 1, 1)
  4169. o14.CFrame = CFrame.new(-44.920517, 2.79448128, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4170. o14.BottomSurface = Enum.SurfaceType.Smooth
  4171. o14.TopSurface = Enum.SurfaceType.Smooth
  4172. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4173. o15.Parent = o14
  4174. o15.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
  4175. o16.Parent = o1
  4176. o16.BrickColor = BrickColor.new("Really black")
  4177. o16.Position = Vector3.new(-44.9205208, 2.79448128, -23.1576691)
  4178. o16.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  4179. o16.Anchored = true
  4180. o16.FormFactor = Enum.FormFactor.Plate
  4181. o16.Size = Vector3.new(1, 0.400000006, 1)
  4182. o16.CFrame = CFrame.new(-44.9205208, 2.79448128, -23.1576691, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  4183. o16.BottomSurface = Enum.SurfaceType.Smooth
  4184. o16.TopSurface = Enum.SurfaceType.Smooth
  4185. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4186. o17.Parent = o16
  4187. o17.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4188. o17.MeshType = Enum.MeshType.Wedge
  4189. o18.Parent = o1
  4190. o18.BrickColor = BrickColor.new("Really black")
  4191. o18.Position = Vector3.new(-44.9185371, 2.74543738, -22.8476753)
  4192. o18.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  4193. o18.Anchored = true
  4194. o18.FormFactor = Enum.FormFactor.Plate
  4195. o18.Size = Vector3.new(1, 0.400000006, 1)
  4196. o18.CFrame = CFrame.new(-44.9185371, 2.74543738, -22.8476753, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  4197. o18.BottomSurface = Enum.SurfaceType.Smooth
  4198. o18.TopSurface = Enum.SurfaceType.Smooth
  4199. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4200. o19.Parent = o18
  4201. o19.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  4202. o19.MeshType = Enum.MeshType.Wedge
  4203. o20.Parent = o1
  4204. o20.BrickColor = BrickColor.new("Really black")
  4205. o20.Position = Vector3.new(-44.9195137, 2.72948027, -23.1646042)
  4206. o20.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4207. o20.Anchored = true
  4208. o20.FormFactor = Enum.FormFactor.Plate
  4209. o20.Size = Vector3.new(1, 0.400000006, 1)
  4210. o20.CFrame = CFrame.new(-44.9195137, 2.72948027, -23.1646042, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4211. o20.BottomSurface = Enum.SurfaceType.Smooth
  4212. o20.TopSurface = Enum.SurfaceType.Smooth
  4213. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4214. o21.Parent = o20
  4215. o21.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4216. o21.MeshType = Enum.MeshType.Wedge
  4217. o22.Parent = o1
  4218. o22.BrickColor = BrickColor.new("Really black")
  4219. o22.Position = Vector3.new(-44.9195137, 2.59844542, -22.8646832)
  4220. o22.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4221. o22.Anchored = true
  4222. o22.FormFactor = Enum.FormFactor.Plate
  4223. o22.Size = Vector3.new(1, 0.400000006, 1)
  4224. o22.CFrame = CFrame.new(-44.9195137, 2.59844542, -22.8646832, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4225. o22.BottomSurface = Enum.SurfaceType.Smooth
  4226. o22.TopSurface = Enum.SurfaceType.Smooth
  4227. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4228. o23.Parent = o22
  4229. o23.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4230. o24.Parent = o1
  4231. o24.BrickColor = BrickColor.new("Really black")
  4232. o24.Position = Vector3.new(-44.9185371, 2.68046641, -22.8476543)
  4233. o24.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4234. o24.Anchored = true
  4235. o24.FormFactor = Enum.FormFactor.Plate
  4236. o24.Size = Vector3.new(1, 0.400000006, 1)
  4237. o24.CFrame = CFrame.new(-44.9185371, 2.68046641, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4238. o24.BottomSurface = Enum.SurfaceType.Smooth
  4239. o24.TopSurface = Enum.SurfaceType.Smooth
  4240. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4241. o25.Parent = o24
  4242. o25.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  4243. o26.Parent = o1
  4244. o26.BrickColor = BrickColor.new("Really black")
  4245. o26.Position = Vector3.new(-44.920517, 2.56648326, -23.0146809)
  4246. o26.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4247. o26.Anchored = true
  4248. o26.FormFactor = Enum.FormFactor.Symmetric
  4249. o26.Size = Vector3.new(1, 1, 1)
  4250. o26.CFrame = CFrame.new(-44.920517, 2.56648326, -23.0146809, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4251. o26.BottomSurface = Enum.SurfaceType.Smooth
  4252. o26.TopSurface = Enum.SurfaceType.Smooth
  4253. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4254. o27.Parent = o26
  4255. o27.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
  4256. o28.Parent = o1
  4257. o28.BrickColor = BrickColor.new("Really black")
  4258. o28.Position = Vector3.new(-44.9195099, 2.63146138, -22.8646927)
  4259. o28.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  4260. o28.Anchored = true
  4261. o28.FormFactor = Enum.FormFactor.Plate
  4262. o28.Size = Vector3.new(1, 0.400000006, 1)
  4263. o28.CFrame = CFrame.new(-44.9195099, 2.63146138, -22.8646927, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  4264. o28.BottomSurface = Enum.SurfaceType.Smooth
  4265. o28.TopSurface = Enum.SurfaceType.Smooth
  4266. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4267. o29.Parent = o28
  4268. o29.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4269. o29.MeshType = Enum.MeshType.Wedge
  4270. o30.Parent = o1
  4271. o30.BrickColor = BrickColor.new("Really black")
  4272. o30.Position = Vector3.new(-44.9205208, 2.56648326, -22.8716412)
  4273. o30.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4274. o30.Anchored = true
  4275. o30.FormFactor = Enum.FormFactor.Plate
  4276. o30.Size = Vector3.new(1, 0.400000006, 1)
  4277. o30.CFrame = CFrame.new(-44.9205208, 2.56648326, -22.8716412, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4278. o30.BottomSurface = Enum.SurfaceType.Smooth
  4279. o30.TopSurface = Enum.SurfaceType.Smooth
  4280. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4281. o31.Parent = o30
  4282. o31.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4283. o31.MeshType = Enum.MeshType.Wedge
  4284. o32.Parent = o1
  4285. o32.BrickColor = BrickColor.new("Really black")
  4286. o32.Position = Vector3.new(-44.920517, 2.68046427, -23.1846619)
  4287. o32.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4288. o32.Anchored = true
  4289. o32.FormFactor = Enum.FormFactor.Plate
  4290. o32.Size = Vector3.new(1, 0.400000006, 1)
  4291. o32.CFrame = CFrame.new(-44.920517, 2.68046427, -23.1846619, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4292. o32.BottomSurface = Enum.SurfaceType.Smooth
  4293. o32.TopSurface = Enum.SurfaceType.Smooth
  4294. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4295. o33.Parent = o32
  4296. o33.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  4297. o34.Parent = o1
  4298. o34.BrickColor = BrickColor.new("Really black")
  4299. o34.Position = Vector3.new(-44.9195099, 2.59844327, -23.1646118)
  4300. o34.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4301. o34.Anchored = true
  4302. o34.FormFactor = Enum.FormFactor.Plate
  4303. o34.Size = Vector3.new(1, 0.400000006, 1)
  4304. o34.CFrame = CFrame.new(-44.9195099, 2.59844327, -23.1646118, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4305. o34.BottomSurface = Enum.SurfaceType.Smooth
  4306. o34.TopSurface = Enum.SurfaceType.Smooth
  4307. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4308. o35.Parent = o34
  4309. o35.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4310. o36.Parent = o1
  4311. o36.BrickColor = BrickColor.new("Really black")
  4312. o36.Position = Vector3.new(-44.920517, 2.7614634, -23.1467056)
  4313. o36.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4314. o36.Anchored = true
  4315. o36.FormFactor = Enum.FormFactor.Plate
  4316. o36.Size = Vector3.new(1, 0.400000006, 1)
  4317. o36.CFrame = CFrame.new(-44.920517, 2.7614634, -23.1467056, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4318. o36.BottomSurface = Enum.SurfaceType.Smooth
  4319. o36.TopSurface = Enum.SurfaceType.Smooth
  4320. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4321. o37.Parent = o36
  4322. o37.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4323. o37.MeshType = Enum.MeshType.Wedge
  4324. o38.Parent = o1
  4325. o38.BrickColor = BrickColor.new("Really black")
  4326. o38.Position = Vector3.new(-44.9185295, 2.59844041, -22.8846474)
  4327. o38.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  4328. o38.Anchored = true
  4329. o38.FormFactor = Enum.FormFactor.Plate
  4330. o38.Size = Vector3.new(1, 0.400000006, 1)
  4331. o38.CFrame = CFrame.new(-44.9185295, 2.59844041, -22.8846474, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  4332. o38.BottomSurface = Enum.SurfaceType.Smooth
  4333. o38.TopSurface = Enum.SurfaceType.Smooth
  4334. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4335. o39.Parent = o38
  4336. o39.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4337. o39.MeshType = Enum.MeshType.Wedge
  4338. o40.Parent = o1
  4339. o40.BrickColor = BrickColor.new("Really black")
  4340. o40.Position = Vector3.new(-44.9195137, 2.72948027, -22.8646832)
  4341. o40.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  4342. o40.Anchored = true
  4343. o40.FormFactor = Enum.FormFactor.Plate
  4344. o40.Size = Vector3.new(1, 0.400000006, 1)
  4345. o40.CFrame = CFrame.new(-44.9195137, 2.72948027, -22.8646832, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  4346. o40.BottomSurface = Enum.SurfaceType.Smooth
  4347. o40.TopSurface = Enum.SurfaceType.Smooth
  4348. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4349. o41.Parent = o40
  4350. o41.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4351. o41.MeshType = Enum.MeshType.Wedge
  4352. o42.Parent = o1
  4353. o42.BrickColor = BrickColor.new("Really black")
  4354. o42.Position = Vector3.new(-45.0815277, 2.46846628, -23.014679)
  4355. o42.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4356. o42.Anchored = true
  4357. o42.FormFactor = Enum.FormFactor.Symmetric
  4358. o42.Size = Vector3.new(1, 1, 1)
  4359. o42.CFrame = CFrame.new(-45.0815277, 2.46846628, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4360. o42.BottomSurface = Enum.SurfaceType.Smooth
  4361. o42.TopSurface = Enum.SurfaceType.Smooth
  4362. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4363. o43.Parent = o42
  4364. o43.Scale = Vector3.new(0.162962973, 0.0325925909, 0.358518541)
  4365. o44.Parent = o1
  4366. o44.BrickColor = BrickColor.new("Really black")
  4367. o44.Position = Vector3.new(-44.920517, 2.56648326, -23.1576462)
  4368. o44.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  4369. o44.Anchored = true
  4370. o44.FormFactor = Enum.FormFactor.Plate
  4371. o44.Size = Vector3.new(1, 0.400000006, 1)
  4372. o44.CFrame = CFrame.new(-44.920517, 2.56648326, -23.1576462, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  4373. o44.BottomSurface = Enum.SurfaceType.Smooth
  4374. o44.TopSurface = Enum.SurfaceType.Smooth
  4375. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4376. o45.Parent = o44
  4377. o45.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4378. o45.MeshType = Enum.MeshType.Wedge
  4379. o46.Parent = o1
  4380. o46.BrickColor = BrickColor.new("Really black")
  4381. o46.Position = Vector3.new(-44.9185295, 2.61543727, -22.8476543)
  4382. o46.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4383. o46.Anchored = true
  4384. o46.FormFactor = Enum.FormFactor.Plate
  4385. o46.Size = Vector3.new(1, 0.400000006, 1)
  4386. o46.CFrame = CFrame.new(-44.9185295, 2.61543727, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4387. o46.BottomSurface = Enum.SurfaceType.Smooth
  4388. o46.TopSurface = Enum.SurfaceType.Smooth
  4389. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4390. o47.Parent = o46
  4391. o47.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  4392. o47.MeshType = Enum.MeshType.Wedge
  4393. o48.Parent = o1
  4394. o48.BrickColor = BrickColor.new("Really black")
  4395. o48.Position = Vector3.new(-44.920517, 2.74543428, -23.1846676)
  4396. o48.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  4397. o48.Anchored = true
  4398. o48.FormFactor = Enum.FormFactor.Plate
  4399. o48.Size = Vector3.new(1, 0.400000006, 1)
  4400. o48.CFrame = CFrame.new(-44.920517, 2.74543428, -23.1846676, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  4401. o48.BottomSurface = Enum.SurfaceType.Smooth
  4402. o48.TopSurface = Enum.SurfaceType.Smooth
  4403. o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4404. o49.Parent = o48
  4405. o49.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  4406. o49.MeshType = Enum.MeshType.Wedge
  4407. o50.Parent = o1
  4408. o50.BrickColor = BrickColor.new("Really black")
  4409. o50.Position = Vector3.new(-45.0815277, 2.56648827, -23.014679)
  4410. o50.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4411. o50.Anchored = true
  4412. o50.FormFactor = Enum.FormFactor.Symmetric
  4413. o50.Size = Vector3.new(1, 1, 1)
  4414. o50.CFrame = CFrame.new(-45.0815277, 2.56648827, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4415. o50.BottomSurface = Enum.SurfaceType.Smooth
  4416. o50.TopSurface = Enum.SurfaceType.Smooth
  4417. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4418. o51.Parent = o50
  4419. o51.Texture = "http://www.roblox.com/asset/?id=48228292"
  4420. o51.Face = Enum.NormalId.Bottom
  4421. o52.Parent = o50
  4422. o52.Scale = Vector3.new(0.162962973, 0.0651851818, 0.228148147)
  4423. o53.Parent = o1
  4424. o53.BrickColor = BrickColor.new("Dark stone grey")
  4425. o53.Transparency = 0.75
  4426. o53.Position = Vector3.new(-44.9205246, 2.85942245, -23.0146713)
  4427. o53.Rotation = Vector3.new(-0.00189076073, 90, 0)
  4428. o53.Anchored = true
  4429. o53.FormFactor = Enum.FormFactor.Symmetric
  4430. o53.Size = Vector3.new(1, 1, 1)
  4431. o53.CFrame = CFrame.new(-44.9205246, 2.85942245, -23.0146713, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  4432. o53.BottomSurface = Enum.SurfaceType.Smooth
  4433. o53.TopSurface = Enum.SurfaceType.Smooth
  4434. o53.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4435. o54.Parent = o53
  4436. o54.Offset = Vector3.new(0, -0.17925927, 0)
  4437. o54.Scale = Vector3.new(0.312888891, 0.195555568, 0.0162962954)
  4438. o55.Parent = o1
  4439. o55.BrickColor = BrickColor.new("Really black")
  4440. o55.Position = Vector3.new(-44.9195099, 2.76146626, -22.8646927)
  4441. o55.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4442. o55.Anchored = true
  4443. o55.FormFactor = Enum.FormFactor.Plate
  4444. o55.Size = Vector3.new(1, 0.400000006, 1)
  4445. o55.CFrame = CFrame.new(-44.9195099, 2.76146626, -22.8646927, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4446. o55.BottomSurface = Enum.SurfaceType.Smooth
  4447. o55.TopSurface = Enum.SurfaceType.Smooth
  4448. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4449. o56.Parent = o55
  4450. o56.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4451. o57.Parent = o1
  4452. o57.BrickColor = BrickColor.new("Really black")
  4453. o57.Position = Vector3.new(-44.9195099, 2.76146626, -23.1646233)
  4454. o57.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  4455. o57.Anchored = true
  4456. o57.FormFactor = Enum.FormFactor.Plate
  4457. o57.Size = Vector3.new(1, 0.400000006, 1)
  4458. o57.CFrame = CFrame.new(-44.9195099, 2.76146626, -23.1646233, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  4459. o57.BottomSurface = Enum.SurfaceType.Smooth
  4460. o57.TopSurface = Enum.SurfaceType.Smooth
  4461. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4462. o58.Parent = o57
  4463. o58.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4464. o59.Parent = o1
  4465. o59.BrickColor = BrickColor.new("Really black")
  4466. o59.Position = Vector3.new(-44.9195099, 2.63145828, -23.1646233)
  4467. o59.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  4468. o59.Anchored = true
  4469. o59.FormFactor = Enum.FormFactor.Plate
  4470. o59.Size = Vector3.new(1, 0.400000006, 1)
  4471. o59.CFrame = CFrame.new(-44.9195099, 2.63145828, -23.1646233, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  4472. o59.BottomSurface = Enum.SurfaceType.Smooth
  4473. o59.TopSurface = Enum.SurfaceType.Smooth
  4474. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4475. o60.Parent = o59
  4476. o60.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  4477. o60.MeshType = Enum.MeshType.Wedge
  4478. o61.Parent = o1
  4479. o61.BrickColor = BrickColor.new("Really black")
  4480. o61.Position = Vector3.new(-44.920517, 2.79448128, -22.8716507)
  4481. o61.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  4482. o61.Anchored = true
  4483. o61.FormFactor = Enum.FormFactor.Plate
  4484. o61.Size = Vector3.new(1, 0.400000006, 1)
  4485. o61.CFrame = CFrame.new(-44.920517, 2.79448128, -22.8716507, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  4486. o61.BottomSurface = Enum.SurfaceType.Smooth
  4487. o61.TopSurface = Enum.SurfaceType.Smooth
  4488. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4489. o62.Parent = o61
  4490. o62.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4491. o62.MeshType = Enum.MeshType.Wedge
  4492. o63.Parent = o1
  4493. o63.BrickColor = BrickColor.new("Really black")
  4494. o63.Position = Vector3.new(-44.9205246, 2.61543727, -23.1846619)
  4495. o63.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  4496. o63.Anchored = true
  4497. o63.FormFactor = Enum.FormFactor.Plate
  4498. o63.Size = Vector3.new(1, 0.400000006, 1)
  4499. o63.CFrame = CFrame.new(-44.9205246, 2.61543727, -23.1846619, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  4500. o63.BottomSurface = Enum.SurfaceType.Smooth
  4501. o63.TopSurface = Enum.SurfaceType.Smooth
  4502. o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4503. o64.Parent = o63
  4504. o64.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  4505. o64.MeshType = Enum.MeshType.Wedge
  4506. o65.Parent = o1
  4507. o65.BrickColor = BrickColor.new("Really black")
  4508. o65.Position = Vector3.new(-44.9185371, 2.7614634, -22.8846512)
  4509. o65.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  4510. o65.Anchored = true
  4511. o65.FormFactor = Enum.FormFactor.Plate
  4512. o65.Size = Vector3.new(1, 0.400000006, 1)
  4513. o65.CFrame = CFrame.new(-44.9185371, 2.7614634, -22.8846512, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  4514. o65.BottomSurface = Enum.SurfaceType.Smooth
  4515. o65.TopSurface = Enum.SurfaceType.Smooth
  4516. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4517. o66.Parent = o65
  4518. o66.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  4519. o66.MeshType = Enum.MeshType.Wedge
  4520. o67.Parent = o1
  4521. o67.BrickColor = BrickColor.new("Really red")
  4522. o67.Position = Vector3.new(-44.920517, 2.82747245, -23.0146713)
  4523. o67.Rotation = Vector3.new(89.9981079, 6.05043411e-008, -90.0018311)
  4524. o67.Anchored = true
  4525. o67.FormFactor = Enum.FormFactor.Symmetric
  4526. o67.Size = Vector3.new(1, 1, 1)
  4527. o67.CFrame = CFrame.new(-44.920517, 2.82747245, -23.0146713, -3.19999999e-005, 1, 1.05599995e-009, -3.30000003e-005, 0, -1, -1, -3.19999999e-005, 3.30000003e-005)
  4528. o67.BottomSurface = Enum.SurfaceType.Smooth
  4529. o67.TopSurface = Enum.SurfaceType.Smooth
  4530. o67.Color = Color3.new(1, 0, 0)
  4531. o68.Parent = o67
  4532. o68.Offset = Vector3.new(0, 0, 0.146666661)
  4533. o68.Scale = Vector3.new(0.0260740742, 0, 0.0130370371)
  4534. o69.Name = "Zoom"
  4535. o69.Parent = o1
  4536. o69.Material = Enum.Material.SmoothPlastic
  4537. o69.Transparency = 1
  4538. o69.Position = Vector3.new(-45.6629868, 2.71499324, -23.013567)
  4539. o69.Rotation = Vector3.new(-90, -88.3242722, -90)
  4540. o69.Anchored = true
  4541. o69.FormFactor = Enum.FormFactor.Custom
  4542. o69.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4543. o69.CFrame = CFrame.new(-45.6629868, 2.71499324, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  4544. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4545. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4546. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4547. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4548. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4549. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4550. o70.Parent = o69
  4551. o70.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  4552. ZoomFOV = 70
  4553. elseif Sight == "SUSAT" then
  4554. o2 = Instance.new("Part")
  4555. o3 = Instance.new("SpecialMesh")
  4556. o4 = Instance.new("Part")
  4557. o5 = Instance.new("SpecialMesh")
  4558. o6 = Instance.new("Part")
  4559. o7 = Instance.new("SpecialMesh")
  4560. o8 = Instance.new("Part")
  4561. o9 = Instance.new("SpecialMesh")
  4562. o10 = Instance.new("Part")
  4563. o11 = Instance.new("SpecialMesh")
  4564. o12 = Instance.new("Part")
  4565. o13 = Instance.new("SpecialMesh")
  4566. o14 = Instance.new("Part")
  4567. o15 = Instance.new("SpecialMesh")
  4568. o16 = Instance.new("Part")
  4569. o17 = Instance.new("SpecialMesh")
  4570. o18 = Instance.new("Part")
  4571. o19 = Instance.new("SpecialMesh")
  4572. o20 = Instance.new("Part")
  4573. o21 = Instance.new("SpecialMesh")
  4574. o22 = Instance.new("Part")
  4575. o23 = Instance.new("BlockMesh")
  4576. o2.Parent = o1
  4577. o2.BrickColor = BrickColor.new("Really black")
  4578. o2.Position = Vector3.new(-45.1861954, 2.5412097, -23.016592)
  4579. o2.Rotation = Vector3.new(0.00237952056, 0.109017432, -0.497739434)
  4580. o2.CanCollide = false
  4581. o2.FormFactor = Enum.FormFactor.Custom
  4582. o2.Size = Vector3.new(0.650000036, 0.200000003, 0.200000003)
  4583. o2.CFrame = CFrame.new(-45.1861954, 2.5412097, -23.016592, 0.999960482, 0.00868706685, 0.00190271193, -0.00868700352, 0.99996233, -4.15303948e-005, -0.00190300087, 2.49998866e-005, 0.999998212)
  4584. o2.BottomSurface = Enum.SurfaceType.Smooth
  4585. o2.TopSurface = Enum.SurfaceType.Smooth
  4586. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4587. o3.Parent = o2
  4588. o3.Scale = Vector3.new(1, 0.649999976, 1)
  4589. o3.MeshType = Enum.MeshType.Brick
  4590. o4.Parent = o1
  4591. o4.BrickColor = BrickColor.new("Really black")
  4592. o4.Position = Vector3.new(-45.1765442, 2.58076906, -23.0162792)
  4593. o4.Rotation = Vector3.new(0.00237461296, 0.109017119, -0.497632325)
  4594. o4.CanCollide = false
  4595. o4.FormFactor = Enum.FormFactor.Custom
  4596. o4.Size = Vector3.new(0.200000003, 0.24000001, 0.200000003)
  4597. o4.CFrame = CFrame.new(-45.1765442, 2.58076906, -23.0162792, 0.999960482, 0.00868519768, 0.00190270646, -0.00868513249, 0.999961793, -4.14447422e-005, -0.00190299295, 2.49179648e-005, 0.999998212)
  4598. o4.BottomSurface = Enum.SurfaceType.Smooth
  4599. o4.TopSurface = Enum.SurfaceType.Smooth
  4600. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4601. o5.Parent = o4
  4602. o5.Scale = Vector3.new(1, 0.75, 0.699999988)
  4603. o5.MeshType = Enum.MeshType.Brick
  4604. o6.Parent = o1
  4605. o6.BrickColor = BrickColor.new("Really red")
  4606. o6.Position = Vector3.new(-45.254982, 2.67309928, -23.0156555)
  4607. o6.Rotation = Vector3.new(77.6394653, -89.4906311, 77.6413651)
  4608. o6.CanCollide = false
  4609. o6.FormFactor = Enum.FormFactor.Custom
  4610. o6.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  4611. o6.CFrame = CFrame.new(-45.254982, 2.67309928, -23.0156555, 0.00190301181, -0.00868528709, -0.999960482, 4.1445368e-005, 0.999962091, -0.0086852219, 0.999998212, -2.4915631e-005, 0.00190329948)
  4612. o6.BottomSurface = Enum.SurfaceType.Smooth
  4613. o6.TopSurface = Enum.SurfaceType.Smooth
  4614. o6.Color = Color3.new(1, 0, 0)
  4615. o7.Parent = o6
  4616. o7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4617. o7.Scale = Vector3.new(0.0799999982, 0.800000012, 0.0799999982)
  4618. o7.MeshType = Enum.MeshType.Sphere
  4619. o8.Parent = o1
  4620. o8.BrickColor = BrickColor.new("Really black")
  4621. o8.Position = Vector3.new(-45.4392166, 2.7532146, -23.0155544)
  4622. o8.Rotation = Vector3.new(-90, 0, 90)
  4623. o8.CanCollide = false
  4624. o8.FormFactor = Enum.FormFactor.Custom
  4625. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4626. o8.CFrame = CFrame.new(-45.4392166, 2.7532146, -23.0155544, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4627. o8.BottomSurface = Enum.SurfaceType.Smooth
  4628. o8.TopSurface = Enum.SurfaceType.Smooth
  4629. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4630. o9.Parent = o8
  4631. o9.MeshId = "http://www.roblox.com/asset/?id=16659502"
  4632. o9.Scale = Vector3.new(0.200000003, 0.400000006, 0.200000003)
  4633. o9.MeshType = Enum.MeshType.FileMesh
  4634. o10.Parent = o1
  4635. o10.BrickColor = BrickColor.new("Really black")
  4636. o10.Position = Vector3.new(-45.1811943, 2.75321054, -23.0156231)
  4637. o10.Rotation = Vector3.new(77.6419296, -89.4910126, 77.6437988)
  4638. o10.CanCollide = false
  4639. o10.FormFactor = Enum.FormFactor.Custom
  4640. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4641. o10.CFrame = CFrame.new(-45.1811943, 2.75321054, -23.0156231, 0.0019030004, -0.00868700352, -0.999960542, 4.10000102e-005, 0.99996233, -0.00868694112, 0.999998212, -2.44671373e-005, 0.00190328481)
  4642. o10.BottomSurface = Enum.SurfaceType.Smooth
  4643. o10.TopSurface = Enum.SurfaceType.Smooth
  4644. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4645. o11.Parent = o10
  4646. o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4647. o11.Scale = Vector3.new(0.200000003, 0.200000003, 3)
  4648. o11.MeshType = Enum.MeshType.FileMesh
  4649. o12.Parent = o1
  4650. o12.BrickColor = BrickColor.new("Really black")
  4651. o12.Position = Vector3.new(-45.4522209, 2.7532146, -23.0155544)
  4652. o12.Rotation = Vector3.new(102.362206, 89.4906311, -102.360336)
  4653. o12.CanCollide = false
  4654. o12.FormFactor = Enum.FormFactor.Custom
  4655. o12.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  4656. o12.CFrame = CFrame.new(-45.4522209, 2.7532146, -23.0155544, -0.0019030004, 0.00868400373, 0.999960482, 4.10000102e-005, 0.99996233, -0.0086839404, -0.999998212, 2.44728471e-005, -0.00190328457)
  4657. o12.BottomSurface = Enum.SurfaceType.Smooth
  4658. o12.TopSurface = Enum.SurfaceType.Smooth
  4659. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4660. o13.Parent = o12
  4661. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4662. o13.Scale = Vector3.new(0.25, 0.25, 2.5999999)
  4663. o13.MeshType = Enum.MeshType.FileMesh
  4664. o14.Parent = o1
  4665. o14.BrickColor = BrickColor.new("Mid gray")
  4666. o14.Reflectance = 0.10000000149012
  4667. o14.Transparency = 0.89999997615814
  4668. o14.Position = Vector3.new(-45.3052483, 2.75419259, -23.0156231)
  4669. o14.Rotation = Vector3.new(89.9985962, 0.497508794, 89.8909607)
  4670. o14.CanCollide = false
  4671. o14.FormFactor = Enum.FormFactor.Custom
  4672. o14.Size = Vector3.new(0.200000003, 0.730000019, 0.200000003)
  4673. o14.CFrame = CFrame.new(-45.3052483, 2.75419259, -23.0156231, 0.0019030004, -0.999960542, 0.0086830575, 4.10000102e-005, -0.00868299603, -0.99996233, 0.999998212, 0.00190328469, 2.44746461e-005)
  4674. o14.BottomSurface = Enum.SurfaceType.Smooth
  4675. o14.TopSurface = Enum.SurfaceType.Smooth
  4676. o14.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4677. o15.Parent = o14
  4678. o16.Parent = o1
  4679. o16.BrickColor = BrickColor.new("Really black")
  4680. o16.Position = Vector3.new(-45.2762527, 2.75321364, -23.015564)
  4681. o16.Rotation = Vector3.new(102.362206, 89.4910126, -102.360336)
  4682. o16.CanCollide = false
  4683. o16.FormFactor = Enum.FormFactor.Custom
  4684. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4685. o16.CFrame = CFrame.new(-45.2762527, 2.75321364, -23.015564, -0.0019030004, 0.00868400373, 0.999960542, 4.10000102e-005, 0.99996233, -0.00868394226, -0.999998212, 2.44728471e-005, -0.00190328469)
  4686. o16.BottomSurface = Enum.SurfaceType.Smooth
  4687. o16.TopSurface = Enum.SurfaceType.Smooth
  4688. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4689. o17.Parent = o16
  4690. o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4691. o17.Scale = Vector3.new(0.189999998, 0.189999998, 3)
  4692. o17.MeshType = Enum.MeshType.FileMesh
  4693. o18.Parent = o1
  4694. o18.BrickColor = BrickColor.new("Really black")
  4695. o18.Position = Vector3.new(-44.9112358, 2.77421069, -23.015625)
  4696. o18.Rotation = Vector3.new(-90, -7.49987459, 90)
  4697. o18.CanCollide = false
  4698. o18.FormFactor = Enum.FormFactor.Custom
  4699. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4700. o18.CFrame = CFrame.new(-44.9112358, 2.77421069, -23.015625, 0, -0.991445243, -0.130524024, 0, -0.130524024, 0.991445243, -1, 0, 0)
  4701. o18.BottomSurface = Enum.SurfaceType.Smooth
  4702. o18.TopSurface = Enum.SurfaceType.Smooth
  4703. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4704. o19.Parent = o18
  4705. o19.MeshId = "http://www.roblox.com/asset/?id=16659502"
  4706. o19.Scale = Vector3.new(0.25, 1, 0.25)
  4707. o19.MeshType = Enum.MeshType.FileMesh
  4708. o20.Parent = o1
  4709. o20.BrickColor = BrickColor.new("Really black")
  4710. o20.Position = Vector3.new(-45.6412468, 2.7532146, -23.0156231)
  4711. o20.Rotation = Vector3.new(-90, 2.50009346, -90)
  4712. o20.CanCollide = false
  4713. o20.FormFactor = Enum.FormFactor.Custom
  4714. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4715. o20.CFrame = CFrame.new(-45.6412468, 2.7532146, -23.0156231, 0, 0.999048233, 0.0436210148, 0, -0.0436210111, 0.999048233, 1, 0, 0)
  4716. o20.BottomSurface = Enum.SurfaceType.Smooth
  4717. o20.TopSurface = Enum.SurfaceType.Smooth
  4718. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4719. o21.Parent = o20
  4720. o21.MeshId = "http://www.roblox.com/asset/?id=16659502"
  4721. o21.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  4722. o21.MeshType = Enum.MeshType.FileMesh
  4723. o22.Name = "Zoom"
  4724. o22.Parent = o1
  4725. o22.Material = Enum.Material.SmoothPlastic
  4726. o22.Transparency = 1
  4727. o22.Position = Vector3.new(-45.6619682, 2.74977922, -23.013567)
  4728. o22.Rotation = Vector3.new(-90, -88.3242722, -90)
  4729. o22.Anchored = true
  4730. o22.FormFactor = Enum.FormFactor.Custom
  4731. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4732. o22.CFrame = CFrame.new(-45.6619682, 2.74977922, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  4733. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4734. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4735. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4736. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4737. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4738. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4739. o23.Parent = o22
  4740. o23.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  4741. ZoomFOV = 10
  4742. elseif Sight == "C79" then
  4743. o2 = Instance.new("Part")
  4744. o3 = Instance.new("SpecialMesh")
  4745. o4 = Instance.new("Part")
  4746. o5 = Instance.new("SpecialMesh")
  4747. o6 = Instance.new("Part")
  4748. o7 = Instance.new("CylinderMesh")
  4749. o8 = Instance.new("Part")
  4750. o9 = Instance.new("CylinderMesh")
  4751. o10 = Instance.new("Part")
  4752. o11 = Instance.new("SpecialMesh")
  4753. o12 = Instance.new("Part")
  4754. o13 = Instance.new("CylinderMesh")
  4755. o14 = Instance.new("Part")
  4756. o15 = Instance.new("BlockMesh")
  4757. o16 = Instance.new("Part")
  4758. o17 = Instance.new("BlockMesh")
  4759. o18 = Instance.new("Part")
  4760. o19 = Instance.new("BlockMesh")
  4761. o20 = Instance.new("Part")
  4762. o21 = Instance.new("CylinderMesh")
  4763. o22 = Instance.new("Part")
  4764. o23 = Instance.new("CylinderMesh")
  4765. o24 = Instance.new("Part")
  4766. o25 = Instance.new("BlockMesh")
  4767. o26 = Instance.new("Part")
  4768. o27 = Instance.new("CylinderMesh")
  4769. o28 = Instance.new("Part")
  4770. o29 = Instance.new("BlockMesh")
  4771. o30 = Instance.new("Part")
  4772. o31 = Instance.new("BlockMesh")
  4773. o32 = Instance.new("Part")
  4774. o33 = Instance.new("SpecialMesh")
  4775. o34 = Instance.new("Part")
  4776. o35 = Instance.new("CylinderMesh")
  4777. o36 = Instance.new("Part")
  4778. o37 = Instance.new("CylinderMesh")
  4779. o38 = Instance.new("Part")
  4780. o39 = Instance.new("SpecialMesh")
  4781. o40 = Instance.new("Part")
  4782. o41 = Instance.new("BlockMesh")
  4783. o42 = Instance.new("Part")
  4784. o43 = Instance.new("CylinderMesh")
  4785. o44 = Instance.new("Part")
  4786. o45 = Instance.new("SpecialMesh")
  4787. o46 = Instance.new("Part")
  4788. o47 = Instance.new("BlockMesh")
  4789. o2.Parent = o1
  4790. o2.BrickColor = BrickColor.new("Really black")
  4791. o2.Position = Vector3.new(-45.5156708, 2.81176472, -23.0132618)
  4792. o2.Rotation = Vector3.new(179.997528, 90, 0)
  4793. o2.Anchored = true
  4794. o2.CanCollide = false
  4795. o2.FormFactor = Enum.FormFactor.Custom
  4796. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4797. o2.CFrame = CFrame.new(-45.5156708, 2.81176472, -23.0132618, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
  4798. o2.BottomSurface = Enum.SurfaceType.Smooth
  4799. o2.TopSurface = Enum.SurfaceType.Smooth
  4800. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4801. o3.Parent = o2
  4802. o3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4803. o3.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
  4804. o3.MeshType = Enum.MeshType.FileMesh
  4805. o4.Parent = o1
  4806. o4.BrickColor = BrickColor.new("Really black")
  4807. o4.Position = Vector3.new(-45.2076645, 2.81176472, -23.0152378)
  4808. o4.Rotation = Vector3.new(179.997528, 90, 0)
  4809. o4.Anchored = true
  4810. o4.CanCollide = false
  4811. o4.FormFactor = Enum.FormFactor.Custom
  4812. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4813. o4.CFrame = CFrame.new(-45.2076645, 2.81176472, -23.0152378, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
  4814. o4.BottomSurface = Enum.SurfaceType.Smooth
  4815. o4.TopSurface = Enum.SurfaceType.Smooth
  4816. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4817. o5.Parent = o4
  4818. o5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4819. o5.Scale = Vector3.new(0.246153846, 0.246153846, 3.53846145)
  4820. o5.MeshType = Enum.MeshType.FileMesh
  4821. o6.Parent = o1
  4822. o6.BrickColor = BrickColor.new("Really black")
  4823. o6.Position = Vector3.new(-45.3536568, 2.6807878, -23.0142326)
  4824. o6.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
  4825. o6.Anchored = true
  4826. o6.CanCollide = false
  4827. o6.FormFactor = Enum.FormFactor.Custom
  4828. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4829. o6.CFrame = CFrame.new(-45.3536568, 2.6807878, -23.0142326, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1)
  4830. o6.BottomSurface = Enum.SurfaceType.Smooth
  4831. o6.TopSurface = Enum.SurfaceType.Smooth
  4832. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4833. o7.Parent = o6
  4834. o7.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
  4835. o8.Parent = o1
  4836. o8.BrickColor = BrickColor.new("Really black")
  4837. o8.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
  4838. o8.Rotation = Vector3.new(-0.00246371864, 0.00189076073, -180)
  4839. o8.Anchored = true
  4840. o8.CanCollide = false
  4841. o8.FormFactor = Enum.FormFactor.Custom
  4842. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4843. o8.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.41900003e-009, 3.30000003e-005, 0, -1, 4.3e-005, 3.30000003e-005, 4.3e-005, 1)
  4844. o8.BottomSurface = Enum.SurfaceType.Smooth
  4845. o8.TopSurface = Enum.SurfaceType.Smooth
  4846. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4847. o9.Parent = o8
  4848. o9.Scale = Vector3.new(0.692307711, 0.692307711, 0.692307711)
  4849. o10.Parent = o1
  4850. o10.BrickColor = BrickColor.new("Really black")
  4851. o10.Reflectance = 0.30000001192093
  4852. o10.Transparency = 0.39999997615814
  4853. o10.Position = Vector3.new(-45.2016716, 2.81176472, -23.0132561)
  4854. o10.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  4855. o10.Anchored = true
  4856. o10.CanCollide = false
  4857. o10.FormFactor = Enum.FormFactor.Custom
  4858. o10.Size = Vector3.new(0.215384617, 0.800000012, 0.215384617)
  4859. o10.CFrame = CFrame.new(-45.2016716, 2.81176472, -23.0132561, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
  4860. o10.BottomSurface = Enum.SurfaceType.Smooth
  4861. o10.TopSurface = Enum.SurfaceType.Smooth
  4862. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4863. o11.Parent = o10
  4864. o11.Scale = Vector3.new(1.10000002, 1, 1.10000002)
  4865. o12.Parent = o1
  4866. o12.Material = Enum.Material.SmoothPlastic
  4867. o12.BrickColor = BrickColor.new("Really black")
  4868. o12.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
  4869. o12.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
  4870. o12.Anchored = true
  4871. o12.CanCollide = false
  4872. o12.FormFactor = Enum.FormFactor.Custom
  4873. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4874. o12.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1)
  4875. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4877. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4878. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4879. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4880. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4881. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4882. o13.Parent = o12
  4883. o13.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
  4884. o14.Parent = o1
  4885. o14.BrickColor = BrickColor.new("Really black")
  4886. o14.Position = Vector3.new(-45.0166855, 2.87274075, -23.0132542)
  4887. o14.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
  4888. o14.Anchored = true
  4889. o14.CanCollide = false
  4890. o14.FormFactor = Enum.FormFactor.Custom
  4891. o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4892. o14.CFrame = CFrame.new(-45.0166855, 2.87274075, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005)
  4893. o14.BottomSurface = Enum.SurfaceType.Smooth
  4894. o14.TopSurface = Enum.SurfaceType.Smooth
  4895. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4896. o15.Parent = o14
  4897. o15.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  4898. o16.Parent = o1
  4899. o16.BrickColor = BrickColor.new("Really black")
  4900. o16.Position = Vector3.new(-45.0616646, 2.63177776, -23.0142288)
  4901. o16.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  4902. o16.Anchored = true
  4903. o16.CanCollide = false
  4904. o16.FormFactor = Enum.FormFactor.Custom
  4905. o16.Size = Vector3.new(0.200000003, 0.523076952, 0.200000003)
  4906. o16.CFrame = CFrame.new(-45.0616646, 2.63177776, -23.0142288, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
  4907. o16.BottomSurface = Enum.SurfaceType.Smooth
  4908. o16.TopSurface = Enum.SurfaceType.Smooth
  4909. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4910. o17.Parent = o16
  4911. o17.Scale = Vector3.new(0.615384579, 1, 0.769230783)
  4912. o18.Parent = o1
  4913. o18.BrickColor = BrickColor.new("Really black")
  4914. o18.Position = Vector3.new(-45.0166855, 2.74978971, -23.0132542)
  4915. o18.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
  4916. o18.Anchored = true
  4917. o18.CanCollide = false
  4918. o18.FormFactor = Enum.FormFactor.Custom
  4919. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4920. o18.CFrame = CFrame.new(-45.0166855, 2.74978971, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005)
  4921. o18.BottomSurface = Enum.SurfaceType.Smooth
  4922. o18.TopSurface = Enum.SurfaceType.Smooth
  4923. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4924. o19.Parent = o18
  4925. o19.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  4926. o20.Parent = o1
  4927. o20.Material = Enum.Material.SmoothPlastic
  4928. o20.BrickColor = BrickColor.new("Really black")
  4929. o20.Position = Vector3.new(-45.1856918, 2.55477977, -22.8992996)
  4930. o20.Rotation = Vector3.new(-90.0024643, -90, 0)
  4931. o20.Anchored = true
  4932. o20.CanCollide = false
  4933. o20.FormFactor = Enum.FormFactor.Custom
  4934. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4935. o20.CFrame = CFrame.new(-45.1856918, 2.55477977, -22.8992996, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  4936. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4937. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4938. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4940. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4941. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4942. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4943. o21.Parent = o20
  4944. o21.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  4945. o22.Parent = o1
  4946. o22.BrickColor = BrickColor.new("Bright red")
  4947. o22.Position = Vector3.new(-45.0166817, 2.81176472, -23.0132523)
  4948. o22.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  4949. o22.Anchored = true
  4950. o22.CanCollide = false
  4951. o22.FormFactor = Enum.FormFactor.Custom
  4952. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4953. o22.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.0132523, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
  4954. o22.BottomSurface = Enum.SurfaceType.Smooth
  4955. o22.TopSurface = Enum.SurfaceType.Smooth
  4956. o22.Color = Color3.new(0.768628, 0.156863, 0.109804)
  4957. o23.Parent = o22
  4958. o23.Scale = Vector3.new(0.0769230723, 0.153846145, 0.0769230723)
  4959. o24.Parent = o1
  4960. o24.BrickColor = BrickColor.new("Really black")
  4961. o24.Position = Vector3.new(-45.0166817, 2.81176472, -23.075264)
  4962. o24.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  4963. o24.Anchored = true
  4964. o24.CanCollide = false
  4965. o24.FormFactor = Enum.FormFactor.Custom
  4966. o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4967. o24.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.075264, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
  4968. o24.BottomSurface = Enum.SurfaceType.Smooth
  4969. o24.TopSurface = Enum.SurfaceType.Smooth
  4970. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4971. o25.Parent = o24
  4972. o25.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  4973. o26.Parent = o1
  4974. o26.Material = Enum.Material.SmoothPlastic
  4975. o26.BrickColor = BrickColor.new("Really black")
  4976. o26.Position = Vector3.new(-45.1846809, 2.55478072, -23.1292896)
  4977. o26.Rotation = Vector3.new(-90.0024643, -90, 0)
  4978. o26.Anchored = true
  4979. o26.CanCollide = false
  4980. o26.FormFactor = Enum.FormFactor.Custom
  4981. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4982. o26.CFrame = CFrame.new(-45.1846809, 2.55478072, -23.1292896, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  4983. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4985. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4986. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4987. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4988. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4989. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4990. o27.Parent = o26
  4991. o27.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  4992. o28.Parent = o1
  4993. o28.BrickColor = BrickColor.new("Really black")
  4994. o28.Position = Vector3.new(-45.0156746, 2.81176472, -22.9512405)
  4995. o28.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  4996. o28.Anchored = true
  4997. o28.CanCollide = false
  4998. o28.FormFactor = Enum.FormFactor.Custom
  4999. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5000. o28.CFrame = CFrame.new(-45.0156746, 2.81176472, -22.9512405, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
  5001. o28.BottomSurface = Enum.SurfaceType.Smooth
  5002. o28.TopSurface = Enum.SurfaceType.Smooth
  5003. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5004. o29.Parent = o28
  5005. o29.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  5006. o30.Parent = o1
  5007. o30.BrickColor = BrickColor.new("Really black")
  5008. o30.Position = Vector3.new(-45.1096992, 2.5397718, -23.0132465)
  5009. o30.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
  5010. o30.Anchored = true
  5011. o30.CanCollide = false
  5012. o30.FormFactor = Enum.FormFactor.Custom
  5013. o30.Size = Vector3.new(0.200000003, 0.615384638, 0.200000003)
  5014. o30.CFrame = CFrame.new(-45.1096992, 2.5397718, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1)
  5015. o30.BottomSurface = Enum.SurfaceType.Smooth
  5016. o30.TopSurface = Enum.SurfaceType.Smooth
  5017. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5018. o31.Parent = o30
  5019. o31.Scale = Vector3.new(0.307692289, 1, 0.846153855)
  5020. o32.Parent = o1
  5021. o32.BrickColor = BrickColor.new("Really black")
  5022. o32.Position = Vector3.new(-44.8696785, 2.81176472, -23.0132446)
  5023. o32.Rotation = Vector3.new(179.997528, 90, 0)
  5024. o32.Anchored = true
  5025. o32.CanCollide = false
  5026. o32.FormFactor = Enum.FormFactor.Custom
  5027. o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5028. o32.CFrame = CFrame.new(-44.8696785, 2.81176472, -23.0132446, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
  5029. o32.BottomSurface = Enum.SurfaceType.Smooth
  5030. o32.TopSurface = Enum.SurfaceType.Smooth
  5031. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5032. o33.Parent = o32
  5033. o33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5034. o33.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
  5035. o33.MeshType = Enum.MeshType.FileMesh
  5036. o34.Parent = o1
  5037. o34.Material = Enum.Material.SmoothPlastic
  5038. o34.BrickColor = BrickColor.new("Really black")
  5039. o34.Position = Vector3.new(-44.9236374, 2.55478072, -22.8982334)
  5040. o34.Rotation = Vector3.new(-90.0024643, -90, 0)
  5041. o34.Anchored = true
  5042. o34.CanCollide = false
  5043. o34.FormFactor = Enum.FormFactor.Custom
  5044. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5045. o34.CFrame = CFrame.new(-44.9236374, 2.55478072, -22.8982334, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  5046. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5047. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5048. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5050. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5051. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5052. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5053. o35.Parent = o34
  5054. o35.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  5055. o36.Parent = o1
  5056. o36.Material = Enum.Material.SmoothPlastic
  5057. o36.BrickColor = BrickColor.new("Black")
  5058. o36.Position = Vector3.new(-44.9226875, 2.55477881, -23.129282)
  5059. o36.Rotation = Vector3.new(-90.0024643, -90, 0)
  5060. o36.Anchored = true
  5061. o36.CanCollide = false
  5062. o36.FormFactor = Enum.FormFactor.Custom
  5063. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5064. o36.CFrame = CFrame.new(-44.9226875, 2.55477881, -23.129282, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  5065. o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5066. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5067. o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5068. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5069. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5070. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5071. o36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5072. o37.Parent = o36
  5073. o37.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  5074. o38.Parent = o1
  5075. o38.BrickColor = BrickColor.new("Really black")
  5076. o38.Position = Vector3.new(-44.8106842, 2.81176472, -23.0142307)
  5077. o38.Rotation = Vector3.new(90.0095291, 81.0001602, 89.987915)
  5078. o38.Anchored = true
  5079. o38.CanCollide = false
  5080. o38.FormFactor = Enum.FormFactor.Custom
  5081. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5082. o38.CFrame = CFrame.new(-44.8106842, 2.81176472, -23.0142307, 3.30000003e-005, -0.156431958, 0.98768878, 4.19999997e-005, -0.98768878, -0.156431958, 1, 4.6645182e-005, -2.60235865e-005)
  5083. o38.BottomSurface = Enum.SurfaceType.Smooth
  5084. o38.TopSurface = Enum.SurfaceType.Smooth
  5085. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5086. o39.Parent = o38
  5087. o39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5088. o39.Scale = Vector3.new(0.246153846, 0.230769232, 0.461538464)
  5089. o39.MeshType = Enum.MeshType.FileMesh
  5090. o40.Parent = o1
  5091. o40.BrickColor = BrickColor.new("Really black")
  5092. o40.Position = Vector3.new(-44.7456856, 2.6157527, -23.0132465)
  5093. o40.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
  5094. o40.Anchored = true
  5095. o40.CanCollide = false
  5096. o40.FormFactor = Enum.FormFactor.Custom
  5097. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5098. o40.CFrame = CFrame.new(-44.7456856, 2.6157527, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1)
  5099. o40.BottomSurface = Enum.SurfaceType.Smooth
  5100. o40.TopSurface = Enum.SurfaceType.Smooth
  5101. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5102. o41.Parent = o40
  5103. o41.Scale = Vector3.new(0.923076928, 0.538461506, 0.538461506)
  5104. o42.Parent = o1
  5105. o42.Material = Enum.Material.SmoothPlastic
  5106. o42.BrickColor = BrickColor.new("Really black")
  5107. o42.Position = Vector3.new(-44.731678, 2.65176678, -23.0132427)
  5108. o42.Rotation = Vector3.new(-90.0024643, -90, 0)
  5109. o42.Anchored = true
  5110. o42.CanCollide = false
  5111. o42.FormFactor = Enum.FormFactor.Custom
  5112. o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5113. o42.CFrame = CFrame.new(-44.731678, 2.65176678, -23.0132427, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  5114. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5115. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5116. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5117. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5118. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5119. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5120. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5121. o43.Parent = o42
  5122. o43.Scale = Vector3.new(0.461538464, 0.615384579, 0.461538464)
  5123. o44.Parent = o1
  5124. o44.BrickColor = BrickColor.new("Really black")
  5125. o44.Position = Vector3.new(-44.6716805, 2.61574984, -23.014225)
  5126. o44.Rotation = Vector3.new(179.997528, -90, 0)
  5127. o44.Anchored = true
  5128. o44.CanCollide = false
  5129. o44.FormFactor = Enum.FormFactor.Custom
  5130. o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5131. o44.CFrame = CFrame.new(-44.6716805, 2.61574984, -23.014225, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005)
  5132. o44.BottomSurface = Enum.SurfaceType.Smooth
  5133. o44.TopSurface = Enum.SurfaceType.Smooth
  5134. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5135. o45.Parent = o44
  5136. o45.Scale = Vector3.new(0.538461506, 0.923076928, 0.230769232)
  5137. o45.MeshType = Enum.MeshType.Wedge
  5138. o46.Name = "Zoom"
  5139. o46.Parent = o1
  5140. o46.Material = Enum.Material.SmoothPlastic
  5141. o46.Transparency = 1
  5142. o46.Position = Vector3.new(-45.6602287, 2.80918193, -23.013567)
  5143. o46.Rotation = Vector3.new(-90, -88.3242722, -90)
  5144. o46.Anchored = true
  5145. o46.FormFactor = Enum.FormFactor.Custom
  5146. o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5147. o46.CFrame = CFrame.new(-45.6602287, 2.80918193, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  5148. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5149. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5152. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5153. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5154. o47.Parent = o46
  5155. o47.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  5156. ZoomFOV = 20
  5157. elseif Sight == "ACOG" then
  5158. o2 = Instance.new("Part")
  5159. o3 = Instance.new("BlockMesh")
  5160. o4 = Instance.new("Part")
  5161. o5 = Instance.new("CylinderMesh")
  5162. o6 = Instance.new("Part")
  5163. o7 = Instance.new("CylinderMesh")
  5164. o8 = Instance.new("Part")
  5165. o9 = Instance.new("BlockMesh")
  5166. o10 = Instance.new("Part")
  5167. o11 = Instance.new("SpecialMesh")
  5168. o12 = Instance.new("Part")
  5169. o13 = Instance.new("SpecialMesh")
  5170. o14 = Instance.new("Part")
  5171. o15 = Instance.new("SpecialMesh")
  5172. o16 = Instance.new("Part")
  5173. o17 = Instance.new("Decal")
  5174. o18 = Instance.new("Decal")
  5175. o19 = Instance.new("BlockMesh")
  5176. o20 = Instance.new("Part")
  5177. o21 = Instance.new("BlockMesh")
  5178. o22 = Instance.new("Part")
  5179. o23 = Instance.new("SpecialMesh")
  5180. o2.Name = "Zoom"
  5181. o2.Parent = o1
  5182. o2.Material = Enum.Material.SmoothPlastic
  5183. o2.Transparency = 1
  5184. o2.Position = Vector3.new(-45.7289391, 2.73110533, -23.0179634)
  5185. o2.Rotation = Vector3.new(-90, -88.876564, -90)
  5186. o2.Anchored = true
  5187. o2.FormFactor = Enum.FormFactor.Custom
  5188. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5189. o2.CFrame = CFrame.new(-45.7289391, 2.73110533, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  5190. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5191. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5192. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5193. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5194. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5195. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5196. o3.Parent = o2
  5197. o3.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  5198. o4.Name = "ACOG"
  5199. o4.Parent = o1
  5200. o4.BrickColor = BrickColor.new("Bright red")
  5201. o4.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
  5202. o4.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
  5203. o4.Anchored = true
  5204. o4.CanCollide = false
  5205. o4.FormFactor = Enum.FormFactor.Custom
  5206. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5207. o4.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008)
  5208. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5209. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5210. o4.Color = Color3.new(0.768628, 0.156863, 0.109804)
  5211. o5.Parent = o4
  5212. o5.Scale = Vector3.new(1.33333337, 0.0333333351, 0.699999988)
  5213. o6.Name = "ACOG"
  5214. o6.Parent = o1
  5215. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5216. o6.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
  5217. o6.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
  5218. o6.Anchored = true
  5219. o6.CanCollide = false
  5220. o6.FormFactor = Enum.FormFactor.Custom
  5221. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5222. o6.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008)
  5223. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5224. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5225. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5226. o7.Parent = o6
  5227. o7.Scale = Vector3.new(1.33333337, 0.333333343, 0.666666687)
  5228. o8.Name = "ACOG"
  5229. o8.Parent = o1
  5230. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5231. o8.Position = Vector3.new(-45.1224823, 2.58768368, -23.0217686)
  5232. o8.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  5233. o8.Anchored = true
  5234. o8.CanCollide = false
  5235. o8.FormFactor = Enum.FormFactor.Custom
  5236. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5237. o8.CFrame = CFrame.new(-45.1224823, 2.58768368, -23.0217686, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
  5238. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5239. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5240. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5241. o9.Parent = o8
  5242. o9.Scale = Vector3.new(1, 0.533333361, 0.533333302)
  5243. o10.Name = "ACOG"
  5244. o10.Parent = o1
  5245. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5246. o10.Position = Vector3.new(-44.9295502, 2.72090769, -23.0211411)
  5247. o10.Rotation = Vector3.new(90.0256882, 75.0440826, 89.9820175)
  5248. o10.Anchored = true
  5249. o10.CanCollide = false
  5250. o10.FormFactor = Enum.FormFactor.Symmetric
  5251. o10.Size = Vector3.new(1, 1, 1)
  5252. o10.CFrame = CFrame.new(-44.9295502, 2.72090769, -23.0211411, 8.09999983e-005, -0.258075923, 0.966124654, -0.000144999998, -0.966124654, -0.258075893, 1, -0.000119183926, -0.000115677103)
  5253. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5254. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5255. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5256. o11.Parent = o10
  5257. o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5258. o11.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
  5259. o11.MeshType = Enum.MeshType.FileMesh
  5260. o12.Name = "ACOG"
  5261. o12.Parent = o1
  5262. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5263. o12.Position = Vector3.new(-45.3565521, 2.72070885, -23.0211391)
  5264. o12.Rotation = Vector3.new(-94.5800171, 89.9720306, -85.4120255)
  5265. o12.Anchored = true
  5266. o12.CanCollide = false
  5267. o12.FormFactor = Enum.FormFactor.Symmetric
  5268. o12.Size = Vector3.new(1, 1, 1)
  5269. o12.CFrame = CFrame.new(-45.3565521, 2.72070885, -23.0211391, 3.89999987e-005, 0.000485999946, 0.999999881, -0.000138999996, -0.999999881, 0.00048600536, 1, -0.000139018943, -3.89324414e-005)
  5270. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5271. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5273. o13.Parent = o12
  5274. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5275. o13.Scale = Vector3.new(0.173333332, 0.173333332, 0.666666687)
  5276. o13.MeshType = Enum.MeshType.FileMesh
  5277. o14.Name = "ACOG"
  5278. o14.Parent = o1
  5279. o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5280. o14.Position = Vector3.new(-44.956562, 2.72089267, -23.021225)
  5281. o14.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
  5282. o14.Anchored = true
  5283. o14.CanCollide = false
  5284. o14.FormFactor = Enum.FormFactor.Symmetric
  5285. o14.Size = Vector3.new(1, 1, 1)
  5286. o14.CFrame = CFrame.new(-44.956562, 2.72089267, -23.021225, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005)
  5287. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5288. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5289. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5290. o15.Parent = o14
  5291. o15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5292. o15.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
  5293. o15.MeshType = Enum.MeshType.FileMesh
  5294. o16.Name = "ACOG1"
  5295. o16.Parent = o1
  5296. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5297. o16.Transparency = 1
  5298. o16.Position = Vector3.new(-45.2625923, 2.72075582, -23.0216827)
  5299. o16.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  5300. o16.Anchored = true
  5301. o16.CanCollide = false
  5302. o16.FormFactor = Enum.FormFactor.Custom
  5303. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5304. o16.CFrame = CFrame.new(-45.2625923, 2.72075582, -23.0216827, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
  5305. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5306. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5307. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5308. o17.Parent = o16
  5309. o17.Texture = "http://www.roblox.com/asset/?id=95639324"
  5310. o17.Face = Enum.NormalId.Right
  5311. o18.Parent = o16
  5312. o18.Texture = "http://www.roblox.com/asset/?id=95639324"
  5313. o18.Face = Enum.NormalId.Left
  5314. o19.Parent = o16
  5315. o19.Scale = Vector3.new(0.0666666701, 1, 1)
  5316. o20.Name = "ACOG"
  5317. o20.Parent = o1
  5318. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5319. o20.Position = Vector3.new(-45.0894966, 2.53364778, -23.0207634)
  5320. o20.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  5321. o20.Anchored = true
  5322. o20.CanCollide = false
  5323. o20.FormFactor = Enum.FormFactor.Custom
  5324. o20.Size = Vector3.new(0.333333343, 0.200000003, 0.200000003)
  5325. o20.CFrame = CFrame.new(-45.0894966, 2.53364778, -23.0207634, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
  5326. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5327. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5328. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5329. o21.Parent = o20
  5330. o21.Scale = Vector3.new(1, 0.533333361, 0.866666675)
  5331. o22.Name = "ACOG2"
  5332. o22.Parent = o1
  5333. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5334. o22.Position = Vector3.new(-45.1225471, 2.72081685, -23.0214977)
  5335. o22.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
  5336. o22.Anchored = true
  5337. o22.CanCollide = false
  5338. o22.FormFactor = Enum.FormFactor.Symmetric
  5339. o22.Size = Vector3.new(1, 1, 1)
  5340. o22.CFrame = CFrame.new(-45.1225471, 2.72081685, -23.0214977, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005)
  5341. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5342. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5343. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5344. o23.Parent = o22
  5345. o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5346. o23.Scale = Vector3.new(0.166666672, 0.166666672, 2.66666675)
  5347. o23.MeshType = Enum.MeshType.FileMesh
  5348. ZoomFOV = 5
  5349. elseif Sight == "M145" then
  5350.  
  5351. o2 = Instance.new("Part")
  5352. o3 = Instance.new("CylinderMesh")
  5353. o4 = Instance.new("Part")
  5354. o5 = Instance.new("CylinderMesh")
  5355. o6 = Instance.new("Part")
  5356. o7 = Instance.new("CylinderMesh")
  5357. o8 = Instance.new("Part")
  5358. o9 = Instance.new("BlockMesh")
  5359. o10 = Instance.new("Part")
  5360. o11 = Instance.new("SpecialMesh")
  5361. o12 = Instance.new("Part")
  5362. o13 = Instance.new("BlockMesh")
  5363. o14 = Instance.new("Part")
  5364. o15 = Instance.new("BlockMesh")
  5365. o16 = Instance.new("Part")
  5366. o17 = Instance.new("SpecialMesh")
  5367. o18 = Instance.new("Part")
  5368. o19 = Instance.new("BlockMesh")
  5369. o20 = Instance.new("Part")
  5370. o21 = Instance.new("BlockMesh")
  5371. o22 = Instance.new("Part")
  5372. o23 = Instance.new("SpecialMesh")
  5373. o24 = Instance.new("Part")
  5374. o25 = Instance.new("SpecialMesh")
  5375. o26 = Instance.new("Part")
  5376. o27 = Instance.new("BlockMesh")
  5377. o28 = Instance.new("Part")
  5378. o29 = Instance.new("BlockMesh")
  5379. o30 = Instance.new("Part")
  5380. o31 = Instance.new("BlockMesh")
  5381. o32 = Instance.new("Part")
  5382. o33 = Instance.new("BlockMesh")
  5383. o34 = Instance.new("Part")
  5384. o35 = Instance.new("SpecialMesh")
  5385. o36 = Instance.new("Part")
  5386. o37 = Instance.new("SpecialMesh")
  5387. o38 = Instance.new("Part")
  5388. o39 = Instance.new("BlockMesh")
  5389. o2.Parent = o1
  5390. o2.Reflectance = 0.050000000745058
  5391. o2.Transparency = 0.89999997615814
  5392. o2.Position = Vector3.new(-45.0308838, 2.90189338, -23.0160847)
  5393. o2.Rotation = Vector3.new(-0.00252101431, 0.00189076073, 90)
  5394. o2.Anchored = true
  5395. o2.FormFactor = Enum.FormFactor.Symmetric
  5396. o2.Size = Vector3.new(1, 1, 1)
  5397. o2.CFrame = CFrame.new(-45.0308838, 2.90189338, -23.0160847, 0, -1, 3.30000003e-005, 1, 1.45200008e-009, 4.40000003e-005, -4.40000003e-005, 3.30000003e-005, 1)
  5398. o2.BottomSurface = Enum.SurfaceType.Smooth
  5399. o2.TopSurface = Enum.SurfaceType.Smooth
  5400. o3.Parent = o2
  5401. o3.Offset = Vector3.new(-0.180000007, -0.0299999993, 0)
  5402. o3.Scale = Vector3.new(0.209999993, 0.00479999976, 0.194999993)
  5403. o4.Parent = o1
  5404. o4.Reflectance = 0.050000000745058
  5405. o4.Transparency = 0.89999997615814
  5406. o4.Position = Vector3.new(-45.5848656, 2.72892451, -23.0160999)
  5407. o4.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  5408. o4.Anchored = true
  5409. o4.FormFactor = Enum.FormFactor.Symmetric
  5410. o4.Size = Vector3.new(1, 1, 1)
  5411. o4.CFrame = CFrame.new(-45.5848656, 2.72892451, -23.0160999, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
  5412. o4.BottomSurface = Enum.SurfaceType.Smooth
  5413. o4.TopSurface = Enum.SurfaceType.Smooth
  5414. o5.Parent = o4
  5415. o5.Offset = Vector3.new(0, -0.0480000004, 0)
  5416. o5.Scale = Vector3.new(0.180000007, 0.00479999976, 0.180000007)
  5417. o6.Parent = o1
  5418. o6.BrickColor = BrickColor.new("Really black")
  5419. o6.Position = Vector3.new(-45.4388695, 2.54694438, -23.0180969)
  5420. o6.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5421. o6.Anchored = true
  5422. o6.FormFactor = Enum.FormFactor.Symmetric
  5423. o6.Size = Vector3.new(1, 1, 1)
  5424. o6.CFrame = CFrame.new(-45.4388695, 2.54694438, -23.0180969, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5425. o6.BottomSurface = Enum.SurfaceType.Smooth
  5426. o6.TopSurface = Enum.SurfaceType.Smooth
  5427. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5428. o7.Parent = o6
  5429. o7.Offset = Vector3.new(0.0480000004, 0, 0)
  5430. o7.Scale = Vector3.new(0.143999994, 0.150000006, 0.143999994)
  5431. o8.Parent = o1
  5432. o8.BrickColor = BrickColor.new("Really black")
  5433. o8.Position = Vector3.new(-45.2008667, 2.54694438, -23.0160828)
  5434. o8.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5435. o8.Anchored = true
  5436. o8.FormFactor = Enum.FormFactor.Symmetric
  5437. o8.Size = Vector3.new(1, 1, 1)
  5438. o8.CFrame = CFrame.new(-45.2008667, 2.54694438, -23.0160828, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5439. o8.BottomSurface = Enum.SurfaceType.Smooth
  5440. o8.TopSurface = Enum.SurfaceType.Smooth
  5441. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5442. o9.Parent = o8
  5443. o9.Offset = Vector3.new(0.0240000002, 0, 0)
  5444. o9.Scale = Vector3.new(0.42009002, 0.150000006, 0.143999994)
  5445. o10.Parent = o1
  5446. o10.BrickColor = BrickColor.new("Really black")
  5447. o10.Position = Vector3.new(-45.0068626, 2.54694152, -23.0171223)
  5448. o10.Rotation = Vector3.new(-0.00246371864, 90, 0)
  5449. o10.Anchored = true
  5450. o10.FormFactor = Enum.FormFactor.Symmetric
  5451. o10.Size = Vector3.new(1, 1, 1)
  5452. o10.CFrame = CFrame.new(-45.0068626, 2.54694152, -23.0171223, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  5453. o10.BottomSurface = Enum.SurfaceType.Smooth
  5454. o10.TopSurface = Enum.SurfaceType.Smooth
  5455. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5456. o11.Parent = o10
  5457. o11.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
  5458. o11.MeshType = Enum.MeshType.Wedge
  5459. o12.Parent = o1
  5460. o12.BrickColor = BrickColor.new("Really black")
  5461. o12.Position = Vector3.new(-44.9609032, 2.54694152, -23.0180988)
  5462. o12.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5463. o12.Anchored = true
  5464. o12.FormFactor = Enum.FormFactor.Symmetric
  5465. o12.Size = Vector3.new(1, 1, 1)
  5466. o12.CFrame = CFrame.new(-44.9609032, 2.54694152, -23.0180988, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5467. o12.BottomSurface = Enum.SurfaceType.Smooth
  5468. o12.TopSurface = Enum.SurfaceType.Smooth
  5469. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5470. o13.Parent = o12
  5471. o13.Scale = Vector3.new(0.0480000004, 0.150000006, 0.239999995)
  5472. o14.Parent = o1
  5473. o14.BrickColor = BrickColor.new("Really black")
  5474. o14.Position = Vector3.new(-45.3188782, 2.72089553, -22.9411163)
  5475. o14.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5476. o14.Anchored = true
  5477. o14.FormFactor = Enum.FormFactor.Symmetric
  5478. o14.Size = Vector3.new(1, 1, 1)
  5479. o14.CFrame = CFrame.new(-45.3188782, 2.72089553, -22.9411163, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5480. o14.BottomSurface = Enum.SurfaceType.Smooth
  5481. o14.TopSurface = Enum.SurfaceType.Smooth
  5482. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5483. o15.Parent = o14
  5484. o15.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
  5485. o16.Parent = o1
  5486. o16.BrickColor = BrickColor.new("Really black")
  5487. o16.Position = Vector3.new(-44.9648743, 2.72694039, -23.0171223)
  5488. o16.Rotation = Vector3.new(90.0085602, 80.2704544, -90.0111923)
  5489. o16.Anchored = true
  5490. o16.Size = Vector3.new(1, 1.20000005, 1)
  5491. o16.CFrame = CFrame.new(-44.9648743, 2.72694039, -23.0171223, -3.30000003e-005, 0.168998078, 0.985616446, -4.3e-005, 0.985616446, -0.168998078, -1, -4.79584414e-005, -2.52584268e-005)
  5492. o16.BottomSurface = Enum.SurfaceType.Smooth
  5493. o16.TopSurface = Enum.SurfaceType.Smooth
  5494. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5495. o17.Parent = o16
  5496. o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5497. o17.Scale = Vector3.new(0.230400011, 0.230400011, 0.479999989)
  5498. o17.MeshType = Enum.MeshType.FileMesh
  5499. o18.Parent = o1
  5500. o18.BrickColor = BrickColor.new("Really black")
  5501. o18.Position = Vector3.new(-45.3208618, 2.92493939, -23.016077)
  5502. o18.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5503. o18.Anchored = true
  5504. o18.FormFactor = Enum.FormFactor.Symmetric
  5505. o18.Size = Vector3.new(1, 1, 1)
  5506. o18.CFrame = CFrame.new(-45.3208618, 2.92493939, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5507. o18.BottomSurface = Enum.SurfaceType.Smooth
  5508. o18.TopSurface = Enum.SurfaceType.Smooth
  5509. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5510. o19.Parent = o18
  5511. o19.Offset = Vector3.new(0, 0.1875, 0)
  5512. o19.Scale = Vector3.new(0, 0.00150000001, 0.0329999998)
  5513. o20.Parent = o1
  5514. o20.BrickColor = BrickColor.new("Really black")
  5515. o20.Position = Vector3.new(-45.3208618, 2.89493656, -23.0160847)
  5516. o20.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5517. o20.Anchored = true
  5518. o20.FormFactor = Enum.FormFactor.Symmetric
  5519. o20.Size = Vector3.new(1, 1, 1)
  5520. o20.CFrame = CFrame.new(-45.3208618, 2.89493656, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5521. o20.BottomSurface = Enum.SurfaceType.Smooth
  5522. o20.TopSurface = Enum.SurfaceType.Smooth
  5523. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5524. o21.Parent = o20
  5525. o21.Offset = Vector3.new(0, 0.17400001, 0)
  5526. o21.Scale = Vector3.new(0, 0.00150000001, 0.0990000069)
  5527. o22.Parent = o1
  5528. o22.BrickColor = BrickColor.new("Really black")
  5529. o22.Position = Vector3.new(-45.2548485, 2.7238884, -23.016077)
  5530. o22.Rotation = Vector3.new(-0.00246371864, 90, 0)
  5531. o22.Anchored = true
  5532. o22.Size = Vector3.new(1, 1.20000005, 1)
  5533. o22.CFrame = CFrame.new(-45.2548485, 2.7238884, -23.016077, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  5534. o22.BottomSurface = Enum.SurfaceType.Smooth
  5535. o22.TopSurface = Enum.SurfaceType.Smooth
  5536. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5537. o23.Parent = o22
  5538. o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5539. o23.Scale = Vector3.new(0.209999993, 0.209999993, 3.5999999)
  5540. o23.MeshType = Enum.MeshType.FileMesh
  5541. o24.Parent = o1
  5542. o24.BrickColor = BrickColor.new("Really black")
  5543. o24.Position = Vector3.new(-44.9108505, 2.54694438, -23.0160923)
  5544. o24.Rotation = Vector3.new(179.997528, -90, 0)
  5545. o24.Anchored = true
  5546. o24.FormFactor = Enum.FormFactor.Symmetric
  5547. o24.Size = Vector3.new(1, 1, 1)
  5548. o24.CFrame = CFrame.new(-44.9108505, 2.54694438, -23.0160923, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005)
  5549. o24.BottomSurface = Enum.SurfaceType.Smooth
  5550. o24.TopSurface = Enum.SurfaceType.Smooth
  5551. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5552. o25.Parent = o24
  5553. o25.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
  5554. o25.MeshType = Enum.MeshType.Wedge
  5555. o26.Parent = o1
  5556. o26.BrickColor = BrickColor.new("Really black")
  5557. o26.Position = Vector3.new(-45.3188705, 2.72089553, -23.0911293)
  5558. o26.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5559. o26.Anchored = true
  5560. o26.FormFactor = Enum.FormFactor.Symmetric
  5561. o26.Size = Vector3.new(1, 1, 1)
  5562. o26.CFrame = CFrame.new(-45.3188705, 2.72089553, -23.0911293, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5563. o26.BottomSurface = Enum.SurfaceType.Smooth
  5564. o26.TopSurface = Enum.SurfaceType.Smooth
  5565. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5566. o27.Parent = o26
  5567. o27.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
  5568. o28.Parent = o1
  5569. o28.BrickColor = BrickColor.new("Really black")
  5570. o28.Position = Vector3.new(-45.3208618, 2.80793452, -23.016077)
  5571. o28.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5572. o28.Anchored = true
  5573. o28.FormFactor = Enum.FormFactor.Symmetric
  5574. o28.Size = Vector3.new(1, 1, 1)
  5575. o28.CFrame = CFrame.new(-45.3208618, 2.80793452, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5576. o28.BottomSurface = Enum.SurfaceType.Smooth
  5577. o28.TopSurface = Enum.SurfaceType.Smooth
  5578. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5579. o29.Parent = o28
  5580. o29.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
  5581. o30.Parent = o1
  5582. o30.BrickColor = BrickColor.new("Really black")
  5583. o30.Position = Vector3.new(-45.3208656, 2.86490941, -23.0160904)
  5584. o30.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5585. o30.Anchored = true
  5586. o30.FormFactor = Enum.FormFactor.Symmetric
  5587. o30.Size = Vector3.new(1, 1, 1)
  5588. o30.CFrame = CFrame.new(-45.3208656, 2.86490941, -23.0160904, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5589. o30.BottomSurface = Enum.SurfaceType.Smooth
  5590. o30.TopSurface = Enum.SurfaceType.Smooth
  5591. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5592. o31.Parent = o30
  5593. o31.Offset = Vector3.new(0, 0.135000005, 0)
  5594. o31.Scale = Vector3.new(0, 0.0989999995, 0.00150000001)
  5595. o32.Parent = o1
  5596. o32.BrickColor = BrickColor.new("Really black")
  5597. o32.Position = Vector3.new(-45.320858, 2.65193152, -23.0160847)
  5598. o32.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  5599. o32.Anchored = true
  5600. o32.FormFactor = Enum.FormFactor.Symmetric
  5601. o32.Size = Vector3.new(1, 1, 1)
  5602. o32.CFrame = CFrame.new(-45.320858, 2.65193152, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  5603. o32.BottomSurface = Enum.SurfaceType.Smooth
  5604. o32.TopSurface = Enum.SurfaceType.Smooth
  5605. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5606. o33.Parent = o32
  5607. o33.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
  5608. o34.Parent = o1
  5609. o34.BrickColor = BrickColor.new("Really black")
  5610. o34.Position = Vector3.new(-45.5238876, 2.72389054, -23.0180988)
  5611. o34.Rotation = Vector3.new(-0.00246371864, 90, 0)
  5612. o34.Anchored = true
  5613. o34.Size = Vector3.new(1, 1.20000005, 1)
  5614. o34.CFrame = CFrame.new(-45.5238876, 2.72389054, -23.0180988, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  5615. o34.BottomSurface = Enum.SurfaceType.Smooth
  5616. o34.TopSurface = Enum.SurfaceType.Smooth
  5617. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5618. o35.Parent = o34
  5619. o35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5620. o35.Scale = Vector3.new(0.215999991, 0.215999991, 0.576000035)
  5621. o35.MeshType = Enum.MeshType.FileMesh
  5622. o36.Parent = o1
  5623. o36.BrickColor = BrickColor.new("Really black")
  5624. o36.Position = Vector3.new(-45.0038757, 2.71586657, -23.0160828)
  5625. o36.Rotation = Vector3.new(-0.00246371864, 90, 0)
  5626. o36.Anchored = true
  5627. o36.Size = Vector3.new(1, 1.20000005, 1)
  5628. o36.CFrame = CFrame.new(-45.0038757, 2.71586657, -23.0160828, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  5629. o36.BottomSurface = Enum.SurfaceType.Smooth
  5630. o36.TopSurface = Enum.SurfaceType.Smooth
  5631. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5632. o37.Parent = o36
  5633. o37.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5634. o37.Scale = Vector3.new(0.224999994, 0.224999994, 0.75)
  5635. o37.MeshType = Enum.MeshType.FileMesh
  5636. o38.Name = "Zoom"
  5637. o38.Parent = o1
  5638. o38.Material = Enum.Material.SmoothPlastic
  5639. o38.Transparency = 1
  5640. o38.Position = Vector3.new(-45.6625099, 2.73130202, -23.013567)
  5641. o38.Rotation = Vector3.new(-90, -88.3242722, -90)
  5642. o38.Anchored = true
  5643. o38.FormFactor = Enum.FormFactor.Custom
  5644. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5645. o38.CFrame = CFrame.new(-45.6625099, 2.73130202, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  5646. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5647. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5648. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5649. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5650. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. o39.Parent = o38
  5653. o39.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  5654. ZoomFOV = 15
  5655. else
  5656. o2 = Instance.new("Part")
  5657. o3 = Instance.new("SpecialMesh")
  5658. o4 = Instance.new("Part")
  5659. o5 = Instance.new("BlockMesh")
  5660. o6 = Instance.new("Part")
  5661. o7 = Instance.new("SpecialMesh")
  5662. o8 = Instance.new("Part")
  5663. o9 = Instance.new("SpecialMesh")
  5664. o10 = Instance.new("Part")
  5665. o11 = Instance.new("BlockMesh")
  5666. o12 = Instance.new("Part")
  5667. o13 = Instance.new("BlockMesh")
  5668. o14 = Instance.new("Part")
  5669. o15 = Instance.new("BlockMesh")
  5670. o16 = Instance.new("Part")
  5671. o17 = Instance.new("SpecialMesh")
  5672. o18 = Instance.new("Part")
  5673. o19 = Instance.new("SpecialMesh")
  5674. o20 = Instance.new("Part")
  5675. o21 = Instance.new("BlockMesh")
  5676. o22 = Instance.new("Part")
  5677. o23 = Instance.new("CylinderMesh")
  5678. o24 = Instance.new("Part")
  5679. o25 = Instance.new("SpecialMesh")
  5680. o26 = Instance.new("Part")
  5681. o27 = Instance.new("BlockMesh")
  5682. o28 = Instance.new("Part")
  5683. o29 = Instance.new("BlockMesh")
  5684. o30 = Instance.new("Part")
  5685. o31 = Instance.new("CylinderMesh")
  5686. o32 = Instance.new("Part")
  5687. o33 = Instance.new("BlockMesh")
  5688. o34 = Instance.new("Part")
  5689. o35 = Instance.new("BlockMesh")
  5690. o36 = Instance.new("Part")
  5691. o37 = Instance.new("BlockMesh")
  5692. o38 = Instance.new("Part")
  5693. o39 = Instance.new("SpecialMesh")
  5694. o40 = Instance.new("Part")
  5695. o41 = Instance.new("BlockMesh")
  5696. o42 = Instance.new("Part")
  5697. o43 = Instance.new("SpecialMesh")
  5698. o2.Name = "IRONSIGHT"
  5699. o2.Parent = o1
  5700. o2.Material = Enum.Material.SmoothPlastic
  5701. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5702. o2.Position = Vector3.new(-45.1299782, 2.73781204, -22.9749947)
  5703. o2.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
  5704. o2.Anchored = true
  5705. o2.FormFactor = Enum.FormFactor.Custom
  5706. o2.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
  5707. o2.CFrame = CFrame.new(-45.1299782, 2.73781204, -22.9749947, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014)
  5708. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5709. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5711. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5712. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5713. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5714. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5715. o3.Parent = o2
  5716. o3.Scale = Vector3.new(0.149999991, 1, 0.329999983)
  5717. o3.MeshType = Enum.MeshType.Wedge
  5718. o4.Name = "IRONSIGHT"
  5719. o4.Parent = o1
  5720. o4.Material = Enum.Material.SmoothPlastic
  5721. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5722. o4.Position = Vector3.new(-45.6069984, 2.7168169, -22.9749947)
  5723. o4.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  5724. o4.Anchored = true
  5725. o4.FormFactor = Enum.FormFactor.Custom
  5726. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5727. o4.CFrame = CFrame.new(-45.6069984, 2.7168169, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  5728. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5729. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5730. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5731. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5732. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5733. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5734. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5735. o5.Parent = o4
  5736. o5.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
  5737. o6.Name = "IRONSIGHT"
  5738. o6.Parent = o1
  5739. o6.Material = Enum.Material.SmoothPlastic
  5740. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5741. o6.Position = Vector3.new(-45.6759911, 2.59981394, -23.0199947)
  5742. o6.Rotation = Vector3.new(90, -8.08488086e-012, 90.0000076)
  5743. o6.Anchored = true
  5744. o6.FormFactor = Enum.FormFactor.Custom
  5745. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5746. o6.CFrame = CFrame.new(-45.6759911, 2.59981394, -23.0199947, -1.49008656e-007, -1, -1.41107788e-013, -1.77635616e-014, 1.41107801e-013, -1, 1, -1.49008883e-007, -1.77636429e-014)
  5747. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5748. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5749. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5750. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5751. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5752. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5753. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5754. o7.Parent = o6
  5755. o7.Scale = Vector3.new(0.599999964, 0.239999995, 0.990000069)
  5756. o7.MeshType = Enum.MeshType.Wedge
  5757. o8.Name = "IRONSIGHT"
  5758. o8.Parent = o1
  5759. o8.Material = Enum.Material.SmoothPlastic
  5760. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5761. o8.Position = Vector3.new(-45.6369934, 2.75281191, -22.9749794)
  5762. o8.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  5763. o8.Anchored = true
  5764. o8.FormFactor = Enum.FormFactor.Custom
  5765. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5766. o8.CFrame = CFrame.new(-45.6369934, 2.75281191, -22.9749794, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  5767. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5768. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5769. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5770. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5771. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5772. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5773. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5774. o9.Parent = o8
  5775. o9.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
  5776. o9.MeshType = Enum.MeshType.Wedge
  5777. o10.Name = "IRONSIGHT"
  5778. o10.Parent = o1
  5779. o10.Material = Enum.Material.SmoothPlastic
  5780. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5781. o10.Position = Vector3.new(-45.6069984, 2.60881591, -23.0199947)
  5782. o10.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  5783. o10.Anchored = true
  5784. o10.FormFactor = Enum.FormFactor.Custom
  5785. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5786. o10.CFrame = CFrame.new(-45.6069984, 2.60881591, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  5787. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5788. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5789. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5790. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5791. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5792. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5793. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5794. o11.Parent = o10
  5795. o11.Offset = Vector3.new(0, -0.00450000027, 0)
  5796. o11.Scale = Vector3.new(0.599999964, 0.944999993, 0.450000018)
  5797. o12.Name = "IRONSIGHT"
  5798. o12.Parent = o1
  5799. o12.Material = Enum.Material.SmoothPlastic
  5800. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5801. o12.Position = Vector3.new(-45.6099968, 2.71678591, -23.0650082)
  5802. o12.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  5803. o12.Anchored = true
  5804. o12.FormFactor = Enum.FormFactor.Custom
  5805. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5806. o12.CFrame = CFrame.new(-45.6099968, 2.71678591, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
  5807. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5810. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5811. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5812. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5813. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5814. o13.Parent = o12
  5815. o13.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
  5816. o14.Name = "IRONSIGHT"
  5817. o14.Parent = o1
  5818. o14.Material = Enum.Material.SmoothPlastic
  5819. o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5820. o14.Position = Vector3.new(-44.6169853, 2.59981394, -23.02001)
  5821. o14.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  5822. o14.Anchored = true
  5823. o14.FormFactor = Enum.FormFactor.Custom
  5824. o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5825. o14.CFrame = CFrame.new(-44.6169853, 2.59981394, -23.02001, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  5826. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5827. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5828. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5829. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5830. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5831. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5832. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5833. o15.Parent = o14
  5834. o15.Offset = Vector3.new(0, -0.0180000011, -0.00300000003)
  5835. o15.Scale = Vector3.new(0.599999964, 0.791999996, 0.299999982)
  5836. o16.Name = "IRONSIGHT"
  5837. o16.Parent = o1
  5838. o16.Material = Enum.Material.SmoothPlastic
  5839. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5840. o16.Position = Vector3.new(-45.3610039, 2.65676594, -23.0199947)
  5841. o16.Rotation = Vector3.new(-90, -2.14500069e-005, -90.0000076)
  5842. o16.Anchored = true
  5843. o16.FormFactor = Enum.FormFactor.Custom
  5844. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5845. o16.CFrame = CFrame.new(-45.3610039, 2.65676594, -23.0199947, -2.08318397e-007, 0.999990106, -3.74373229e-007, 2.98018463e-008, 3.74374991e-007, 0.999995053, 1, -2.26522616e-006, -2.98014395e-008)
  5846. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5847. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5848. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5849. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5850. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5851. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5852. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5853. o17.Parent = o16
  5854. o17.Scale = Vector3.new(0.599999964, 0.540000021, 0.450000018)
  5855. o17.MeshType = Enum.MeshType.Wedge
  5856. o18.Name = "IRONSIGHT"
  5857. o18.Parent = o1
  5858. o18.Material = Enum.Material.SmoothPlastic
  5859. o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5860. o18.Position = Vector3.new(-45.6399918, 2.75281191, -23.0650082)
  5861. o18.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  5862. o18.Anchored = true
  5863. o18.FormFactor = Enum.FormFactor.Custom
  5864. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5865. o18.CFrame = CFrame.new(-45.6399918, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
  5866. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5867. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5868. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5869. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5870. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5871. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5872. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5873. o19.Parent = o18
  5874. o19.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
  5875. o19.MeshType = Enum.MeshType.Wedge
  5876. o20.Name = "IRONSIGHT"
  5877. o20.Parent = o1
  5878. o20.Material = Enum.Material.SmoothPlastic
  5879. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5880. o20.Position = Vector3.new(-45.5949974, 2.75281191, -23.0650082)
  5881. o20.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  5882. o20.Anchored = true
  5883. o20.FormFactor = Enum.FormFactor.Custom
  5884. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5885. o20.CFrame = CFrame.new(-45.5949974, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
  5886. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5887. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5888. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5889. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5890. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5891. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5892. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5893. o21.Parent = o20
  5894. o21.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
  5895. o22.Name = "IRONSIGHT"
  5896. o22.Parent = o1
  5897. o22.Material = Enum.Material.SmoothPlastic
  5898. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5899. o22.Position = Vector3.new(-45.5320015, 2.66876698, -23.0199947)
  5900. o22.Rotation = Vector3.new(180, -0.00013253183, 180)
  5901. o22.Anchored = true
  5902. o22.FormFactor = Enum.FormFactor.Custom
  5903. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5904. o22.CFrame = CFrame.new(-45.5320015, 2.66876698, -23.0199947, -0.999990106, -3.16935846e-008, -2.31311674e-006, -3.16936557e-008, 0.999995053, -3.44613064e-013, 4.78668653e-006, -4.81492775e-013, -1)
  5905. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5906. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5907. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5908. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5909. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5910. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5911. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5912. o23.Parent = o22
  5913. o23.Scale = Vector3.new(0.75, 0.149999991, 0.9375)
  5914. o24.Name = "IRONSIGHT"
  5915. o24.Parent = o1
  5916. o24.Material = Enum.Material.SmoothPlastic
  5917. o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5918. o24.Position = Vector3.new(-45.5470009, 2.76181388, -23.0199947)
  5919. o24.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  5920. o24.Anchored = true
  5921. o24.FormFactor = Enum.FormFactor.Custom
  5922. o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5923. o24.CFrame = CFrame.new(-45.5470009, 2.76181388, -23.0199947, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  5924. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5925. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5926. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5927. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5928. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5930. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5931. o25.Parent = o24
  5932. o25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5933. o25.Scale = Vector3.new(0.0599999987, 0.0599999987, 0.0149999997)
  5934. o25.MeshType = Enum.MeshType.FileMesh
  5935. o26.Name = "IRONSIGHT"
  5936. o26.Parent = o1
  5937. o26.Material = Enum.Material.SmoothPlastic
  5938. o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5939. o26.Position = Vector3.new(-45.4719963, 2.60581398, -23.0199947)
  5940. o26.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  5941. o26.Anchored = true
  5942. o26.FormFactor = Enum.FormFactor.Custom
  5943. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5944. o26.CFrame = CFrame.new(-45.4719963, 2.60581398, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  5945. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5946. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5947. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5948. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5949. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5950. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5951. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5952. o27.Parent = o26
  5953. o27.Scale = Vector3.new(0.599999964, 1.16999996, 0.599999964)
  5954. o28.Name = "IRONSIGHT"
  5955. o28.Parent = o1
  5956. o28.Material = Enum.Material.SmoothPlastic
  5957. o28.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5958. o28.Position = Vector3.new(-45.5470009, 2.61781597, -23.0199947)
  5959. o28.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  5960. o28.Anchored = true
  5961. o28.FormFactor = Enum.FormFactor.Custom
  5962. o28.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  5963. o28.CFrame = CFrame.new(-45.5470009, 2.61781597, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  5964. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5966. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5967. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5968. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5969. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5970. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5971. o29.Parent = o28
  5972. o29.Scale = Vector3.new(0.599999964, 1.10000002, 0.149999991)
  5973. o30.Name = "IRONSIGHT"
  5974. o30.Parent = o1
  5975. o30.Material = Enum.Material.SmoothPlastic
  5976. o30.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5977. o30.Position = Vector3.new(-45.6069908, 2.73477697, -22.9629879)
  5978. o30.Rotation = Vector3.new(-90, -5.22833534e-006, -179.999878)
  5979. o30.Anchored = true
  5980. o30.FormFactor = Enum.FormFactor.Custom
  5981. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5982. o30.CFrame = CFrame.new(-45.6069908, 2.73477697, -22.9629879, -0.999990106, 2.33719743e-006, -9.1251664e-008, -9.12519411e-008, 4.37109904e-008, 0.999995053, 4.81076722e-006, 1, -4.3711065e-008)
  5983. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5984. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5985. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5986. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5987. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5988. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5989. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5990. o31.Parent = o30
  5991. o31.Scale = Vector3.new(0.299999982, 0.149999991, 0.299999982)
  5992. o32.Name = "IRONSIGHT"
  5993. o32.Parent = o1
  5994. o32.Material = Enum.Material.SmoothPlastic
  5995. o32.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5996. o32.Position = Vector3.new(-45.5919991, 2.75281191, -22.9749947)
  5997. o32.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  5998. o32.Anchored = true
  5999. o32.FormFactor = Enum.FormFactor.Custom
  6000. o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6001. o32.CFrame = CFrame.new(-45.5919991, 2.75281191, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  6002. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6003. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6004. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6005. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6006. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6007. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6008. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6009. o33.Parent = o32
  6010. o33.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
  6011. o34.Name = "IRONSIGHT"
  6012. o34.Parent = o1
  6013. o34.Material = Enum.Material.SmoothPlastic
  6014. o34.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6015. o34.Position = Vector3.new(-45.0519753, 2.68981695, -23.0199947)
  6016. o34.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  6017. o34.Anchored = true
  6018. o34.FormFactor = Enum.FormFactor.Custom
  6019. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
  6020. o34.CFrame = CFrame.new(-45.0519753, 2.68981695, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  6021. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6022. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6023. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6024. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6025. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6026. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6027. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6028. o35.Parent = o34
  6029. o35.Scale = Vector3.new(0.599999964, 0.180000007, 1)
  6030. o36.Name = "IRONSIGHT"
  6031. o36.Parent = o1
  6032. o36.Material = Enum.Material.SmoothPlastic
  6033. o36.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6034. o36.Position = Vector3.new(-44.6529884, 2.67176604, -23.02001)
  6035. o36.Rotation = Vector3.new(89.999939, -26.9998341, 90.0000153)
  6036. o36.Anchored = true
  6037. o36.FormFactor = Enum.FormFactor.Custom
  6038. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6039. o36.CFrame = CFrame.new(-44.6529884, 2.67176604, -23.02001, -2.21249138e-007, -0.890996754, -0.453987896, -1.45661247e-013, 0.453990191, -0.891001165, 1, 2.00680779e-006, 1.022525e-006)
  6040. o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6041. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6042. o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6043. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6044. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6045. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6046. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6047. o37.Parent = o36
  6048. o37.Offset = Vector3.new(0, -0.0057000001, 0.00329999998)
  6049. o37.Scale = Vector3.new(0.599999964, 0.566999972, 0.180000007)
  6050. o38.Name = "IRONSIGHT"
  6051. o38.Parent = o1
  6052. o38.Material = Enum.Material.SmoothPlastic
  6053. o38.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6054. o38.Position = Vector3.new(-44.6619835, 2.53976989, -23.02001)
  6055. o38.Rotation = Vector3.new(90, 2.72386387e-006, 90.0000076)
  6056. o38.Anchored = true
  6057. o38.FormFactor = Enum.FormFactor.Custom
  6058. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6059. o38.CFrame = CFrame.new(-44.6619835, 2.53976989, -23.02001, -2.21249138e-007, -0.999990106, 4.7540393e-008, -1.45661247e-013, -4.75405564e-008, -0.999995053, 1, 2.25229542e-006, 3.65661176e-014)
  6060. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6061. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6062. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6063. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6064. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6065. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6066. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6067. o39.Parent = o38
  6068. o39.Scale = Vector3.new(0.599999964, 0.180000007, 0.299999982)
  6069. o39.MeshType = Enum.MeshType.Wedge
  6070. o40.Name = "Zoom"
  6071. o40.Parent = o1
  6072. o40.Material = Enum.Material.SmoothPlastic
  6073. o40.Transparency = 1
  6074. o40.Position = Vector3.new(-45.7273788, 2.75334311, -23.0179634)
  6075. o40.Rotation = Vector3.new(-90, -88.876564, -90)
  6076. o40.Anchored = true
  6077. o40.FormFactor = Enum.FormFactor.Custom
  6078. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6079. o40.CFrame = CFrame.new(-45.7273788, 2.75334311, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  6080. o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6081. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6082. o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6083. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6084. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6085. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6086. o41.Parent = o40
  6087. o41.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  6088. o42.Name = "IRONSIGHT"
  6089. o42.Parent = o1
  6090. o42.Material = Enum.Material.SmoothPlastic
  6091. o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6092. o42.Position = Vector3.new(-45.1359749, 2.73778296, -23.0650082)
  6093. o42.Rotation = Vector3.new(90, 9.07952369e-007, -89.9999924)
  6094. o42.Anchored = true
  6095. o42.FormFactor = Enum.FormFactor.Custom
  6096. o42.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
  6097. o42.CFrame = CFrame.new(-45.1359749, 2.73778296, -23.0650082, 1.73088893e-007, 0.999990106, 1.58467586e-008, 6.39488327e-014, 1.58467586e-008, -0.999995053, -1, -2.30045589e-006, 1.91007719e-013)
  6098. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6099. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6100. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6101. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6102. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6103. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6104. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6105. o43.Parent = o42
  6106. o43.Scale = Vector3.new(0.149999991, 1, 0.329999983)
  6107. o43.MeshType = Enum.MeshType.Wedge
  6108. ZoomFOV = 70
  6109. end
  6110. function onKeyDown(key)
  6111. key:lower()
  6112. if key == "f" and FlashLight == true then
  6113. if o1.LIGHT.LIGHT.Enabled == false then
  6114.  o1.LIGHT.LIGHT.Enabled = true
  6115. else
  6116.  o1.LIGHT.LIGHT.Enabled = false
  6117. end
  6118. end
  6119. if key == "q" then
  6120. local check = o1:findFirstChild("ZoomedIn")
  6121. if check.Value == true then
  6122. game.workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  6123. game.workspace.Camera.FieldOfView = 70
  6124. game.workspace.Camera.CameraType = g
  6125. check.Value = false
  6126. else
  6127. zoomb = o1.Zoom
  6128. game.workspace.Camera.CameraSubject = zoomb
  6129. game.workspace.Camera.FieldOfView = ZoomFOV
  6130. game.workspace.Camera.CameraType = 1
  6131. check.Value = true
  6132. end
  6133. end
  6134. end
  6135.  
  6136.  
  6137. function onS(mouse)
  6138. mouse.KeyDown:connect(onKeyDown)
  6139. end
  6140. for i,v in pairs (o1:GetChildren()) do
  6141.  if v:IsA("Part") or v:IsA("WedgePart") then
  6142.   v.Material = "SmoothPlastic"
  6143.   v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6144.   v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6145.   v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6146.   v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6147.   v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6148.   v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6149.   if v.BrickColor == BrickColor.new("Really black") then
  6150.    v.BrickColor = BrickColor.New(CUSTOMCOLOR)
  6151.   end
  6152.  end
  6153. end
  6154.  
  6155. o1.Equipped:connect(onS)
  6156.  
  6157. o1.Parent = game.Players.LocalPlayer.Backpack



  • Recent Roblox Scripts