Advertisement
Nudrius

Halo Marine Script

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