Advertisement
-----------------

Realistic M4A1 FE

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