Advertisement
MaxNutellaOML

doritos

Aug 1st, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 395.73 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  2. do
  3. script.Parent = owner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function NewFakeEvent()
  6. local Bind = Instance.new("BindableEvent")
  7. local Fake;Fake = {Connections = {},
  8. fakeEvent=true;
  9. Connect=function(self,Func)
  10. Bind.Event:connect(Func)
  11. self.Connections[Bind] = true
  12. return setmetatable({Connected = true},{
  13. __index = function (self,Index)
  14. if Index:lower() == "disconnect" then
  15. return function() Fake.Connections[Bind] = false;self.Connected = false end
  16. end
  17. return Fake[Index]
  18. end;
  19. __tostring = function() return "Connection" end;
  20. })
  21. end}
  22. Fake.connect = Fake.Connect;return Fake;
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  32. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  36. Event.OnServerEvent:Connect(function(FiredBy,Input)
  37. if FiredBy.Name ~= owner.Name then return end
  38. if Input.MouseEvent then
  39. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  40. else
  41. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  42. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  43. for _,Action in pairs(ContextActionService.Actions) do
  44. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  45. end
  46. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  47. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  48. end
  49. end)
  50. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  53. local Input = function(Input,gameProcessedEvent)
  54. if gameProcessedEvent then return end
  55. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  56. end
  57. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  58. local Hit,Target
  59. while wait(1/30) do
  60. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  61. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  62. end
  63. end
  64. ]],owner.Character)
  65. end
  66. RealGame = game;game = setmetatable({},{
  67. __index = function (self,Index)
  68. local Sandbox = function (Thing)
  69. if Thing:IsA("Player") then
  70. local RealPlayer = Thing
  71. return setmetatable({},{
  72. __index = function (self,Index)
  73. local Type = type(RealPlayer[Index])
  74. if Type == "function" then
  75. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  76. return function (self)return InternalData["Mouse"] end
  77. end
  78. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  79. end
  80. return RealPlayer[Index]
  81. end;
  82. __tostring = function(self) return RealPlayer.Name end
  83. })
  84. end
  85. end
  86. if RealGame[Index] then
  87. local Type = type(RealGame[Index])
  88. if Type == "function" then
  89. if Index:lower() == "getservice" or Index:lower() == "service" then
  90. return function (self,Service)
  91. local FakeServices = {
  92. ["players"] = function()
  93. return setmetatable({},{
  94. __index = function (self2,Index2)
  95. local RealService = RealGame:GetService(Service)
  96. local Type2 = type(Index2)
  97. if Type2 == "function" then
  98. return function (self,...) return RealService[Index2](RealService,...)end
  99. else
  100. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  101. return RealService[Index2]
  102. end
  103. end;
  104. __tostring = function(self) return RealGame:GetService(Service).Name end
  105. })
  106. end;
  107. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  108. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  109. ["runservice"] = function()
  110. return setmetatable({},{
  111. __index = function(self2,Index2)
  112. local RealService = RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...) end
  116. else
  117. local RunServices = {
  118. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  119. ["renderstepped"] = function() return RealService["Stepped"] end
  120. }
  121. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  122. return RealService[Index2]
  123. end
  124. end
  125. })
  126. end
  127. }
  128. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  129. return RealGame:GetService(Service)
  130. end
  131. end
  132. return function (self,...) return RealGame[Index](RealGame,...) end
  133. else
  134. if game:GetService(Index) then return game:GetService(Index) end
  135. return RealGame[Index]
  136. end
  137. end
  138. return nil
  139. end
  140. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  141.  
  142.  
  143. -- Objects
  144.  
  145. local ScreenGui = Instance.new("ScreenGui")
  146. local tec = Instance.new("TextButton")
  147.  
  148. -- Properties
  149.  
  150. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  151.  
  152. tec.Name = "tec"
  153. tec.Parent = ScreenGui
  154. tec.BackgroundColor3 = Color3.new(0.443137, 0.603922, 0.584314)
  155. tec.Position = UDim2.new(0.95629555, 0, 0.357385397, 0)
  156. tec.Size = UDim2.new(0, 84, 0, 79)
  157. tec.Font = Enum.Font.SourceSans
  158. tec.Text = "AK-74"
  159. tec.TextSize = 14
  160.  
  161. tec.MouseButton1Down:connect(function()
  162. --Made by N3xul
  163. local runDummyScript = function(f,scri)
  164. local oldenv = getfenv(f)
  165. local newenv = setmetatable({}, {
  166. __index = function(_, k)
  167. if k:lower() == 'script' then
  168. return scri
  169. else
  170. return oldenv[k]
  171. end
  172. end
  173. })
  174. setfenv(f, newenv)
  175. ypcall(function() f() end)
  176. end
  177. cors = {}
  178. mas = Instance.new("Model",game:GetService("Lighting"))
  179. mas.Name = "CompiledModel"
  180. o1 = Instance.new("Tool")
  181. o2 = Instance.new("Part")
  182. o3 = Instance.new("CylinderMesh")
  183. o4 = Instance.new("Part")
  184. o5 = Instance.new("IntValue")
  185. o6 = Instance.new("BlockMesh")
  186. o7 = Instance.new("Part")
  187. o8 = Instance.new("BlockMesh")
  188. o9 = Instance.new("Part")
  189. o10 = Instance.new("CylinderMesh")
  190. o11 = Instance.new("Part")
  191. o12 = Instance.new("SpecialMesh")
  192. o13 = Instance.new("Part")
  193. o14 = Instance.new("BlockMesh")
  194. o15 = Instance.new("Part")
  195. o16 = Instance.new("BlockMesh")
  196. o17 = Instance.new("Part")
  197. o18 = Instance.new("CylinderMesh")
  198. o19 = Instance.new("Part")
  199. o20 = Instance.new("BlockMesh")
  200. o21 = Instance.new("Part")
  201. o22 = Instance.new("SpecialMesh")
  202. o23 = Instance.new("Part")
  203. o24 = Instance.new("CylinderMesh")
  204. o25 = Instance.new("Part")
  205. o26 = Instance.new("BlockMesh")
  206. o27 = Instance.new("Part")
  207. o28 = Instance.new("BlockMesh")
  208. o29 = Instance.new("Part")
  209. o30 = Instance.new("BlockMesh")
  210. o31 = Instance.new("Part")
  211. o32 = Instance.new("BlockMesh")
  212. o33 = Instance.new("Part")
  213. o34 = Instance.new("CylinderMesh")
  214. o35 = Instance.new("Part")
  215. o36 = Instance.new("CylinderMesh")
  216. o37 = Instance.new("Part")
  217. o38 = Instance.new("BlockMesh")
  218. o39 = Instance.new("Part")
  219. o40 = Instance.new("BlockMesh")
  220. o41 = Instance.new("Part")
  221. o42 = Instance.new("CylinderMesh")
  222. o43 = Instance.new("Part")
  223. o44 = Instance.new("BlockMesh")
  224. o45 = Instance.new("Part")
  225. o46 = Instance.new("BlockMesh")
  226. o47 = Instance.new("Part")
  227. o48 = Instance.new("BlockMesh")
  228. o49 = Instance.new("Part")
  229. o50 = Instance.new("BlockMesh")
  230. o51 = Instance.new("Part")
  231. o52 = Instance.new("BlockMesh")
  232. o53 = Instance.new("Part")
  233. o54 = Instance.new("BlockMesh")
  234. o55 = Instance.new("Part")
  235. o56 = Instance.new("SpecialMesh")
  236. o57 = Instance.new("Part")
  237. o58 = Instance.new("BlockMesh")
  238. o59 = Instance.new("Part")
  239. o60 = Instance.new("SpecialMesh")
  240. o61 = Instance.new("Part")
  241. o62 = Instance.new("CylinderMesh")
  242. o63 = Instance.new("Part")
  243. o64 = Instance.new("BlockMesh")
  244. o65 = Instance.new("Part")
  245. o66 = Instance.new("BlockMesh")
  246. o67 = Instance.new("Part")
  247. o68 = Instance.new("BlockMesh")
  248. o69 = Instance.new("Part")
  249. o70 = Instance.new("SpecialMesh")
  250. o71 = Instance.new("Part")
  251. o72 = Instance.new("BlockMesh")
  252. o73 = Instance.new("Part")
  253. o74 = Instance.new("BlockMesh")
  254. o75 = Instance.new("Part")
  255. o76 = Instance.new("Sound")
  256. o77 = Instance.new("Sound")
  257. o79 = Instance.new("Part")
  258. o80 = Instance.new("Part")
  259. o81 = Instance.new("SpecialMesh")
  260. o82 = Instance.new("Part")
  261. o83 = Instance.new("SpecialMesh")
  262. o84 = Instance.new("Part")
  263. o85 = Instance.new("SpecialMesh")
  264. o86 = Instance.new("Part")
  265. o87 = Instance.new("BlockMesh")
  266. o88 = Instance.new("Part")
  267. o89 = Instance.new("SpecialMesh")
  268. o90 = Instance.new("Part")
  269. o91 = Instance.new("SpecialMesh")
  270. o92 = Instance.new("Part")
  271. o93 = Instance.new("SpecialMesh")
  272. o94 = Instance.new("Part")
  273. o95 = Instance.new("SpecialMesh")
  274. o96 = Instance.new("Part")
  275. o97 = Instance.new("BlockMesh")
  276. o98 = Instance.new("Part")
  277. o99 = Instance.new("BlockMesh")
  278. o100 = Instance.new("Part")
  279. o101 = Instance.new("BlockMesh")
  280. o102 = Instance.new("LocalScript")
  281. o103 = Instance.new("LocalScript")
  282. o104 = Instance.new("NumberValue")
  283. o105 = Instance.new("NumberValue")
  284. o106 = Instance.new("ScreenGui")
  285. o107 = Instance.new("Frame")
  286. o108 = Instance.new("TextLabel")
  287. o109 = Instance.new("Smoke")
  288. o110 = Instance.new("Smoke")
  289. o1.Name = "AK74"
  290. o1.Parent = mas
  291. o2.Name = "SmokePart"
  292. o2.Parent = o1
  293. o2.BrickColor = BrickColor.new("Black")
  294. o2.Transparency = 1
  295. o2.Position = Vector3.new(69.2977066, 3.61904788, 201.51828)
  296. o2.Rotation = Vector3.new(90, -90, 0)
  297. o2.Anchored = true
  298. o2.CanCollide = false
  299. o2.FormFactor = Enum.FormFactor.Custom
  300. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  301. o2.CFrame = CFrame.new(69.2977066, 3.61904788, 201.51828, -3.19382108e-014, 0, -1, -0.999999762, -2.4158453e-013, -3.19382108e-014, 2.4158453e-013, 0.999999762, 0)
  302. o2.BottomSurface = Enum.SurfaceType.Smooth
  303. o2.TopSurface = Enum.SurfaceType.Smooth
  304. o2.Color = Color3.new(0.105882, 0.164706, 0.207843)
  305. o2.Position = Vector3.new(69.2977066, 3.61904788, 201.51828)
  306. o3.Parent = o2
  307. o3.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  308. o4.Name = "NoSight"
  309. o4.Parent = o1
  310. o4.BrickColor = BrickColor.new("White")
  311. o4.Transparency = 1
  312. o4.Position = Vector3.new(69.2977066, 3.9342339, 201.089035)
  313. o4.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  314. o4.Anchored = true
  315. o4.CanCollide = false
  316. o4.Elasticity = 0
  317. o4.FormFactor = Enum.FormFactor.Custom
  318. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  319. o4.CFrame = CFrame.new(69.2977066, 3.9342339, 201.089035, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  320. o4.BottomSurface = Enum.SurfaceType.Smooth
  321. o4.TopSurface = Enum.SurfaceType.Smooth
  322. o4.Color = Color3.new(0.94902, 0.952941, 0.952941)
  323. o4.Position = Vector3.new(69.2977066, 3.9342339, 201.089035)
  324. o5.Name = "lenspart"
  325. o5.Parent = o4
  326. o6.Parent = o4
  327. o6.Scale = Vector3.new(0.0476190485, 0.0476190485, 0.0476190485)
  328. o7.Parent = o1
  329. o7.BrickColor = BrickColor.new("Black")
  330. o7.Position = Vector3.new(69.2977066, 3.6842339, 200.654068)
  331. o7.Rotation = Vector3.new(-135.001236, -0.0161826368, 89.9821167)
  332. o7.Anchored = true
  333. o7.CanCollide = false
  334. o7.Elasticity = 0
  335. o7.FormFactor = Enum.FormFactor.Symmetric
  336. o7.Size = Vector3.new(1, 1, 1)
  337. o7.CFrame = CFrame.new(69.2977066, 3.6842339, 200.654068, 0.000312114571, -0.999998689, -0.000282440305, -0.707122445, -0.000420430471, 0.707091093, -0.707089782, -2.10231665e-005, -0.707121611)
  338. o7.BottomSurface = Enum.SurfaceType.Smooth
  339. o7.TopSurface = Enum.SurfaceType.Smooth
  340. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  341. o7.Position = Vector3.new(69.2977066, 3.6842339, 200.654068)
  342. o8.Parent = o7
  343. o8.Scale = Vector3.new(0.0476190485, 0.0476190485, 0.142857149)
  344. o9.Name = "Cylinder"
  345. o9.Parent = o1
  346. o9.BrickColor = BrickColor.new("Black")
  347. o9.Position = Vector3.new(69.2977066, 3.62031507, 200.737213)
  348. o9.Rotation = Vector3.new(-90.006012, -0.0233571213, -0.00436751125)
  349. o9.Anchored = true
  350. o9.CanCollide = false
  351. o9.Elasticity = 0
  352. o9.FormFactor = Enum.FormFactor.Symmetric
  353. o9.Size = Vector3.new(1, 1, 1)
  354. o9.CFrame = CFrame.new(69.2977066, 3.62031507, 200.737213, 0.999998629, 7.62273485e-005, -0.000407658663, 0.000407666783, -0.000104725361, 0.999999881, 7.61873307e-005, -0.99999845, -0.000104993582)
  355. o9.BottomSurface = Enum.SurfaceType.Smooth
  356. o9.TopSurface = Enum.SurfaceType.Smooth
  357. o9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  358. o9.Position = Vector3.new(69.2977066, 3.62031507, 200.737213)
  359. o10.Parent = o9
  360. o10.Scale = Vector3.new(0.142857149, 0.90476191, 0.095238097)
  361. o11.Name = "NoSight"
  362. o11.Parent = o1
  363. o11.BrickColor = BrickColor.new("Black")
  364. o11.Position = Vector3.new(69.2977066, 3.93926787, 201.118301)
  365. o11.Rotation = Vector3.new(-179.995514, -0.000882029475, -90.0216064)
  366. o11.Anchored = true
  367. o11.CanCollide = false
  368. o11.Elasticity = 0
  369. o11.FormFactor = Enum.FormFactor.Symmetric
  370. o11.Size = Vector3.new(1, 1, 1)
  371. o11.CFrame = CFrame.new(69.2977066, 3.93926787, 201.118301, -0.000377148564, 0.99999851, -1.53943183e-005, 1.00000024, 0.000377149729, 7.84248114e-005, 7.82907009e-005, -1.53648507e-005, -0.999998689)
  372. o11.BottomSurface = Enum.SurfaceType.Smooth
  373. o11.TopSurface = Enum.SurfaceType.Smooth
  374. o11.Color = Color3.new(0.105882, 0.164706, 0.207843)
  375. o11.Position = Vector3.new(69.2977066, 3.93926787, 201.118301)
  376. o12.Parent = o11
  377. o12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  378. o12.Scale = Vector3.new(0.0571428612, 0.0571428612, 0.428571433)
  379. o12.MeshType = Enum.MeshType.FileMesh
  380. o13.Name = "NoSight"
  381. o13.Parent = o1
  382. o13.BrickColor = BrickColor.new("Black")
  383. o13.Position = Vector3.new(69.2977066, 3.76237607, 200.990097)
  384. o13.Rotation = Vector3.new(-45.0002937, -0.0168264471, 90.0145645)
  385. o13.Anchored = true
  386. o13.CanCollide = false
  387. o13.Elasticity = 0
  388. o13.FormFactor = Enum.FormFactor.Symmetric
  389. o13.Size = Vector3.new(1, 1, 1)
  390. o13.CFrame = CFrame.new(69.2977066, 3.76237607, 200.990097, -0.00025420732, -0.999998689, -0.000293676887, 0.707103848, -0.000387427688, 0.707109749, -0.707108736, -2.78929874e-005, 0.707102537)
  391. o13.BottomSurface = Enum.SurfaceType.Smooth
  392. o13.TopSurface = Enum.SurfaceType.Smooth
  393. o13.Color = Color3.new(0.105882, 0.164706, 0.207843)
  394. o13.Position = Vector3.new(69.2977066, 3.76237607, 200.990097)
  395. o14.Parent = o13
  396. o14.Scale = Vector3.new(0.0476190485, 0.0238095243, 0.380952388)
  397. o15.Name = "NoSight"
  398. o15.Parent = o1
  399. o15.BrickColor = BrickColor.new("Black")
  400. o15.Position = Vector3.new(69.2977066, 3.76721001, 201.118103)
  401. o15.Rotation = Vector3.new(0.00099977036, -0.00261890306, 90.0216064)
  402. o15.Anchored = true
  403. o15.CanCollide = false
  404. o15.Elasticity = 0
  405. o15.FormFactor = Enum.FormFactor.Symmetric
  406. o15.Size = Vector3.new(1, 1, 1)
  407. o15.CFrame = CFrame.new(69.2977066, 3.76721001, 201.118103, -0.000377149496, -0.999998689, -4.57084789e-005, 0.99999994, -0.000377148739, -1.74492598e-005, 1.71065331e-005, -4.57148781e-005, 0.999998629)
  408. o15.BottomSurface = Enum.SurfaceType.Smooth
  409. o15.TopSurface = Enum.SurfaceType.Smooth
  410. o15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  411. o15.Position = Vector3.new(69.2977066, 3.76721001, 201.118103)
  412. o16.Parent = o15
  413. o16.Scale = Vector3.new(0.285714298, 0.0238095243, 0.0476190485)
  414. o17.Name = "Cylinder"
  415. o17.Parent = o1
  416. o17.BrickColor = BrickColor.new("Really black")
  417. o17.Position = Vector3.new(69.2977066, 3.62030005, 201.19812)
  418. o17.Rotation = Vector3.new(-85.7927856, 89.9051285, 175.788956)
  419. o17.Anchored = true
  420. o17.CanCollide = false
  421. o17.Elasticity = 0
  422. o17.FormFactor = Enum.FormFactor.Plate
  423. o17.Size = Vector3.new(1, 0.400000006, 1)
  424. o17.CFrame = CFrame.new(69.2977066, 3.62030005, 201.19812, -0.000377150776, -2.77693744e-005, 0.999998629, 0.99999994, 6.66379929e-005, 0.000377152697, -6.6831708e-005, 0.99999851, 2.77441432e-005)
  425. o17.BottomSurface = Enum.SurfaceType.Smooth
  426. o17.TopSurface = Enum.SurfaceType.Smooth
  427. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  428. o17.Position = Vector3.new(69.2977066, 3.62030005, 201.19812)
  429. o18.Parent = o17
  430. o18.Offset = Vector3.new(0, -0.0185714271, 0)
  431. o18.Scale = Vector3.new(0.0666666627, 0.0476190485, 0.099999994)
  432. o19.Parent = o1
  433. o19.BrickColor = BrickColor.new("Black")
  434. o19.Position = Vector3.new(69.2977066, 3.7292459, 200.451019)
  435. o19.Rotation = Vector3.new(-90.0007782, -0.0234805904, 89.9984131)
  436. o19.Anchored = true
  437. o19.CanCollide = false
  438. o19.Elasticity = 0
  439. o19.FormFactor = Enum.FormFactor.Symmetric
  440. o19.Size = Vector3.new(1, 1, 1)
  441. o19.CFrame = CFrame.new(69.2977066, 3.7292459, 200.451019, 2.7749209e-005, -0.999998629, -0.000409813598, -1.32024288e-005, -0.000409814005, 0.999999881, -0.999998629, -2.7773538e-005, -1.34557486e-005)
  442. o19.BottomSurface = Enum.SurfaceType.Smooth
  443. o19.TopSurface = Enum.SurfaceType.Smooth
  444. o19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  445. o19.Position = Vector3.new(69.2977066, 3.7292459, 200.451019)
  446. o20.Parent = o19
  447. o20.Scale = Vector3.new(0.333333343, 0.0476190485, 0.0476190485)
  448. o21.Name = "Wedge"
  449. o21.Parent = o1
  450. o21.BrickColor = BrickColor.new("Brown")
  451. o21.Position = Vector3.new(69.2977066, 3.524261, 199.884064)
  452. o21.Rotation = Vector3.new(179.999237, 0.000992271816, -0.024081884)
  453. o21.Anchored = true
  454. o21.CanCollide = false
  455. o21.Elasticity = 0
  456. o21.FormFactor = Enum.FormFactor.Symmetric
  457. o21.Size = Vector3.new(1, 1, 1)
  458. o21.CFrame = CFrame.new(69.2977066, 3.524261, 199.884064, 0.999998629, 0.000420307595, 1.73184108e-005, 0.000420307886, -0.999999881, -1.32024288e-005, 1.73127846e-005, 1.34557486e-005, -0.999998629)
  459. o21.BottomSurface = Enum.SurfaceType.Smooth
  460. o21.TopSurface = Enum.SurfaceType.Smooth
  461. o21.Color = Color3.new(0.486275, 0.360784, 0.27451)
  462. o21.Position = Vector3.new(69.2977066, 3.524261, 199.884064)
  463. o22.Parent = o21
  464. o22.Scale = Vector3.new(0.238095239, 0.0476190485, 0.476190478)
  465. o22.MeshType = Enum.MeshType.Wedge
  466. o23.Name = "Cylinder"
  467. o23.Parent = o1
  468. o23.BrickColor = BrickColor.new("Brown")
  469. o23.Position = Vector3.new(69.2977066, 3.73920989, 200.074005)
  470. o23.Rotation = Vector3.new(-85.7927856, 89.9051285, 175.788956)
  471. o23.Anchored = true
  472. o23.CanCollide = false
  473. o23.Elasticity = 0
  474. o23.FormFactor = Enum.FormFactor.Symmetric
  475. o23.Size = Vector3.new(1, 1, 1)
  476. o23.CFrame = CFrame.new(69.2977066, 3.73920989, 200.074005, -0.000377150776, -2.77693744e-005, 0.999998629, 0.99999994, 6.66379929e-005, 0.000377152697, -6.6831708e-005, 0.99999851, 2.77441432e-005)
  477. o23.BottomSurface = Enum.SurfaceType.Smooth
  478. o23.TopSurface = Enum.SurfaceType.Smooth
  479. o23.Color = Color3.new(0.486275, 0.360784, 0.27451)
  480. o23.Position = Vector3.new(69.2977066, 3.73920989, 200.074005)
  481. o24.Parent = o23
  482. o24.Scale = Vector3.new(0.285714298, 0.476190478, 0.238095239)
  483. o25.Parent = o1
  484. o25.BrickColor = BrickColor.new("Brown")
  485. o25.Position = Vector3.new(69.2977066, 3.71525598, 199.979019)
  486. o25.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  487. o25.Anchored = true
  488. o25.CanCollide = false
  489. o25.Elasticity = 0
  490. o25.FormFactor = Enum.FormFactor.Symmetric
  491. o25.Size = Vector3.new(1, 1, 1)
  492. o25.CFrame = CFrame.new(69.2977066, 3.71525598, 199.979019, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  493. o25.BottomSurface = Enum.SurfaceType.Smooth
  494. o25.TopSurface = Enum.SurfaceType.Smooth
  495. o25.Color = Color3.new(0.486275, 0.360784, 0.27451)
  496. o25.Position = Vector3.new(69.2977066, 3.71525598, 199.979019)
  497. o26.Parent = o25
  498. o26.Scale = Vector3.new(0.238095239, 0.666666687, 0.0476190485)
  499. o27.Parent = o1
  500. o27.BrickColor = BrickColor.new("Brown")
  501. o27.Position = Vector3.new(69.2977066, 3.6673429, 199.97905)
  502. o27.Rotation = Vector3.new(-89.9990158, -0.0408415273, -179.993881)
  503. o27.Anchored = true
  504. o27.CanCollide = false
  505. o27.Elasticity = 0
  506. o27.FormFactor = Enum.FormFactor.Symmetric
  507. o27.Size = Vector3.new(1, 1, 1)
  508. o27.CFrame = CFrame.new(69.2977066, 3.6673429, 199.97905, -0.999998391, 0.000106894106, -0.000712819048, -0.000712821377, -1.7285347e-005, 0.999999821, 0.000106862339, 0.999998331, 1.73002481e-005)
  509. o27.BottomSurface = Enum.SurfaceType.Smooth
  510. o27.TopSurface = Enum.SurfaceType.Smooth
  511. o27.Color = Color3.new(0.486275, 0.360784, 0.27451)
  512. o27.Position = Vector3.new(69.2977066, 3.6673429, 199.97905)
  513. o28.Parent = o27
  514. o28.Scale = Vector3.new(0.238095239, 0.095238097, 0.0476190485)
  515. o29.Parent = o1
  516. o29.BrickColor = BrickColor.new("Brown")
  517. o29.Position = Vector3.new(69.2977066, 3.66725087, 200.21788)
  518. o29.Rotation = Vector3.new(-89.9780426, -0.0233572777, 179.999146)
  519. o29.Anchored = true
  520. o29.CanCollide = false
  521. o29.Elasticity = 0
  522. o29.FormFactor = Enum.FormFactor.Symmetric
  523. o29.Size = Vector3.new(1, 1, 1)
  524. o29.CFrame = CFrame.new(69.2977066, 3.66725087, 200.21788, -0.999998629, -1.50081187e-005, -0.000407661399, -0.000407697604, -0.000383511186, 1, -1.51522909e-005, 0.999998629, 0.000383272767)
  525. o29.BottomSurface = Enum.SurfaceType.Smooth
  526. o29.TopSurface = Enum.SurfaceType.Smooth
  527. o29.Color = Color3.new(0.486275, 0.360784, 0.27451)
  528. o29.Position = Vector3.new(69.2977066, 3.66725087, 200.21788)
  529. o30.Parent = o29
  530. o30.Scale = Vector3.new(0.238095239, 0.190476194, 0.0476190485)
  531. o31.Parent = o1
  532. o31.BrickColor = BrickColor.new("Brown")
  533. o31.Position = Vector3.new(69.2977066, 3.5962379, 199.978958)
  534. o31.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  535. o31.Anchored = true
  536. o31.CanCollide = false
  537. o31.Elasticity = 0
  538. o31.FormFactor = Enum.FormFactor.Symmetric
  539. o31.Size = Vector3.new(1, 1, 1)
  540. o31.CFrame = CFrame.new(69.2977066, 3.5962379, 199.978958, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  541. o31.BottomSurface = Enum.SurfaceType.Smooth
  542. o31.TopSurface = Enum.SurfaceType.Smooth
  543. o31.Color = Color3.new(0.486275, 0.360784, 0.27451)
  544. o31.Position = Vector3.new(69.2977066, 3.5962379, 199.978958)
  545. o32.Parent = o31
  546. o32.Scale = Vector3.new(0.238095239, 0.666666687, 0.095238097)
  547. o33.Name = "Cylinder"
  548. o33.Parent = o1
  549. o33.BrickColor = BrickColor.new("Black")
  550. o33.Position = Vector3.new(69.2977066, 3.75830197, 198.932236)
  551. o33.Rotation = Vector3.new(-85.7927856, 89.9051285, 175.788956)
  552. o33.Anchored = true
  553. o33.CanCollide = false
  554. o33.Elasticity = 0
  555. o33.FormFactor = Enum.FormFactor.Symmetric
  556. o33.Size = Vector3.new(1, 1, 1)
  557. o33.CFrame = CFrame.new(69.2977066, 3.75830197, 198.932236, -0.000377150776, -2.77693744e-005, 0.999998629, 0.99999994, 6.66379929e-005, 0.000377152697, -6.6831708e-005, 0.99999851, 2.77441432e-005)
  558. o33.BottomSurface = Enum.SurfaceType.Smooth
  559. o33.TopSurface = Enum.SurfaceType.Smooth
  560. o33.Color = Color3.new(0.105882, 0.164706, 0.207843)
  561. o33.Position = Vector3.new(69.2977066, 3.75830197, 198.932236)
  562. o34.Parent = o33
  563. o34.Scale = Vector3.new(0.285714298, 1.23809528, 0.238095239)
  564. o35.Name = "NoSight"
  565. o35.Parent = o1
  566. o35.BrickColor = BrickColor.new("Black")
  567. o35.Position = Vector3.new(69.254982, 3.91026211, 199.527023)
  568. o35.Rotation = Vector3.new(-90.0007782, -0.0234805904, 89.9984131)
  569. o35.Anchored = true
  570. o35.CanCollide = false
  571. o35.Elasticity = 0
  572. o35.FormFactor = Enum.FormFactor.Custom
  573. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  574. o35.CFrame = CFrame.new(69.254982, 3.91026211, 199.527023, 2.7749209e-005, -0.999998629, -0.000409813598, -1.32024288e-005, -0.000409814005, 0.999999881, -0.999998629, -2.7773538e-005, -1.34557486e-005)
  575. o35.BottomSurface = Enum.SurfaceType.Smooth
  576. o35.TopSurface = Enum.SurfaceType.Smooth
  577. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  578. o35.Position = Vector3.new(69.254982, 3.91026211, 199.527023)
  579. o36.Parent = o35
  580. o36.Scale = Vector3.new(0.238095134, 0.190476194, 0.285714239)
  581. o37.Name = "NoSight"
  582. o37.Parent = o1
  583. o37.BrickColor = BrickColor.new("Black")
  584. o37.Position = Vector3.new(69.3396988, 3.9203341, 199.403091)
  585. o37.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  586. o37.Anchored = true
  587. o37.CanCollide = false
  588. o37.Elasticity = 0
  589. o37.FormFactor = Enum.FormFactor.Custom
  590. o37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  591. o37.CFrame = CFrame.new(69.3396988, 3.9203341, 199.403091, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  592. o37.BottomSurface = Enum.SurfaceType.Smooth
  593. o37.TopSurface = Enum.SurfaceType.Smooth
  594. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  595. o37.Position = Vector3.new(69.3396988, 3.9203341, 199.403091)
  596. o38.Parent = o37
  597. o38.Scale = Vector3.new(0.19047603, 0.142857149, 0.285714239)
  598. o39.Parent = o1
  599. o39.BrickColor = BrickColor.new("Brown")
  600. o39.Position = Vector3.new(69.2977066, 3.66739011, 199.741104)
  601. o39.Rotation = Vector3.new(-89.9990158, -0.0408415273, -179.993881)
  602. o39.Anchored = true
  603. o39.CanCollide = false
  604. o39.Elasticity = 0
  605. o39.FormFactor = Enum.FormFactor.Symmetric
  606. o39.Size = Vector3.new(1, 1, 1)
  607. o39.CFrame = CFrame.new(69.2977066, 3.66739011, 199.741104, -0.999998391, 0.000106894106, -0.000712819048, -0.000712821377, -1.7285347e-005, 0.999999821, 0.000106862339, 0.999998331, 1.73002481e-005)
  608. o39.BottomSurface = Enum.SurfaceType.Smooth
  609. o39.TopSurface = Enum.SurfaceType.Smooth
  610. o39.Color = Color3.new(0.486275, 0.360784, 0.27451)
  611. o39.Position = Vector3.new(69.2977066, 3.66739011, 199.741104)
  612. o40.Parent = o39
  613. o40.Scale = Vector3.new(0.238095239, 0.190476194, 0.0476190485)
  614. o41.Name = "Cylinder"
  615. o41.Parent = o1
  616. o41.BrickColor = BrickColor.new("Brown")
  617. o41.Position = Vector3.new(69.2977066, 3.52424788, 199.718033)
  618. o41.Rotation = Vector3.new(89.9967575, 0.0246726405, -90.0008774)
  619. o41.Anchored = true
  620. o41.CanCollide = false
  621. o41.Elasticity = 0
  622. o41.FormFactor = Enum.FormFactor.Symmetric
  623. o41.Size = Vector3.new(1, 1, 1)
  624. o41.CFrame = CFrame.new(69.2977066, 3.52424788, 199.718033, -1.53435158e-005, 0.99999851, 0.000430618791, -5.63710928e-005, 0.000430618064, -1, -0.99999845, -1.53656074e-005, 5.66393137e-005)
  625. o41.BottomSurface = Enum.SurfaceType.Smooth
  626. o41.TopSurface = Enum.SurfaceType.Smooth
  627. o41.Color = Color3.new(0.486275, 0.360784, 0.27451)
  628. o41.Position = Vector3.new(69.2977066, 3.52424788, 199.718033)
  629. o42.Parent = o41
  630. o42.Scale = Vector3.new(0.142857149, 0.238095239, 0.142857149)
  631. o43.Name = "NoSight"
  632. o43.Parent = o1
  633. o43.BrickColor = BrickColor.new("Black")
  634. o43.Position = Vector3.new(69.2977066, 3.9103539, 199.532043)
  635. o43.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  636. o43.Anchored = true
  637. o43.CanCollide = false
  638. o43.Elasticity = 0
  639. o43.FormFactor = Enum.FormFactor.Custom
  640. o43.Size = Vector3.new(0.200000003, 0.285714298, 0.200000003)
  641. o43.CFrame = CFrame.new(69.2977066, 3.9103539, 199.532043, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  642. o43.BottomSurface = Enum.SurfaceType.Smooth
  643. o43.TopSurface = Enum.SurfaceType.Smooth
  644. o43.Color = Color3.new(0.105882, 0.164706, 0.207843)
  645. o43.Position = Vector3.new(69.2977066, 3.9103539, 199.532043)
  646. o44.Parent = o43
  647. o44.Scale = Vector3.new(0.095238097, 1, 0.238095224)
  648. o45.Parent = o1
  649. o45.BrickColor = BrickColor.new("Black")
  650. o45.Position = Vector3.new(69.2977066, 3.81024194, 199.693863)
  651. o45.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  652. o45.Anchored = true
  653. o45.CanCollide = false
  654. o45.Elasticity = 0
  655. o45.FormFactor = Enum.FormFactor.Symmetric
  656. o45.Size = Vector3.new(1, 1, 1)
  657. o45.CFrame = CFrame.new(69.2977066, 3.81024194, 199.693863, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  658. o45.BottomSurface = Enum.SurfaceType.Smooth
  659. o45.TopSurface = Enum.SurfaceType.Smooth
  660. o45.Color = Color3.new(0.105882, 0.164706, 0.207843)
  661. o45.Position = Vector3.new(69.2977066, 3.81024194, 199.693863)
  662. o46.Parent = o45
  663. o46.Scale = Vector3.new(0.238095239, 0.285714298, 0.142857149)
  664. o47.Name = "NoSight"
  665. o47.Parent = o1
  666. o47.BrickColor = BrickColor.new("Black")
  667. o47.Position = Vector3.new(69.2977066, 3.8913281, 199.656097)
  668. o47.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  669. o47.Anchored = true
  670. o47.CanCollide = false
  671. o47.Elasticity = 0
  672. o47.FormFactor = Enum.FormFactor.Custom
  673. o47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  674. o47.CFrame = CFrame.new(69.2977066, 3.8913281, 199.656097, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  675. o47.BottomSurface = Enum.SurfaceType.Smooth
  676. o47.TopSurface = Enum.SurfaceType.Smooth
  677. o47.Color = Color3.new(0.105882, 0.164706, 0.207843)
  678. o47.Position = Vector3.new(69.2977066, 3.8913281, 199.656097)
  679. o48.Parent = o47
  680. o48.Scale = Vector3.new(0.095237948, 0.285714298, 0.523809493)
  681. o49.Name = "Mag1"
  682. o49.Parent = o1
  683. o49.BrickColor = BrickColor.new("Black")
  684. o49.Position = Vector3.new(69.298439, 2.97143507, 198.956085)
  685. o49.Rotation = Vector3.new(-120.001633, -0.0194266811, 179.986145)
  686. o49.Anchored = true
  687. o49.CanCollide = false
  688. o49.Elasticity = 0
  689. o49.FormFactor = Enum.FormFactor.Symmetric
  690. o49.Size = Vector3.new(1, 1, 1)
  691. o49.CFrame = CFrame.new(69.298439, 2.97143507, 198.956085, -0.99999851, -0.000241882386, -0.000339059538, -0.000414613256, 0.500024915, 0.866010785, -3.9932791e-005, 0.866009295, -0.500024438)
  692. o49.BottomSurface = Enum.SurfaceType.Smooth
  693. o49.TopSurface = Enum.SurfaceType.Smooth
  694. o49.Color = Color3.new(0.105882, 0.164706, 0.207843)
  695. o49.Position = Vector3.new(69.298439, 2.97143507, 198.956085)
  696. o50.Parent = o49
  697. o50.Scale = Vector3.new(0.142857149, 0.333333343, 0.238095239)
  698. o51.Name = "Mag1"
  699. o51.Parent = o1
  700. o51.BrickColor = BrickColor.new("Black")
  701. o51.Position = Vector3.new(69.2974625, 2.80036998, 199.091232)
  702. o51.Rotation = Vector3.new(-135.00087, -0.0141806351, 179.980392)
  703. o51.Anchored = true
  704. o51.CanCollide = false
  705. o51.Elasticity = 0
  706. o51.FormFactor = Enum.FormFactor.Symmetric
  707. o51.Size = Vector3.new(1, 1, 1)
  708. o51.CFrame = CFrame.new(69.2974625, 2.80036998, 199.091232, -0.999998569, -0.00034218331, -0.00024749877, -0.000416969444, 0.707117915, 0.707095742, -6.68740104e-005, 0.707094431, -0.70711714)
  709. o51.BottomSurface = Enum.SurfaceType.Smooth
  710. o51.TopSurface = Enum.SurfaceType.Smooth
  711. o51.Color = Color3.new(0.105882, 0.164706, 0.207843)
  712. o51.Position = Vector3.new(69.2974625, 2.80036998, 199.091232)
  713. o52.Parent = o51
  714. o52.Scale = Vector3.new(0.142857149, 0.333333343, 0.285714298)
  715. o53.Name = "NoSight"
  716. o53.Parent = o1
  717. o53.BrickColor = BrickColor.new("Black")
  718. o53.Position = Vector3.new(69.254982, 3.9203341, 199.403091)
  719. o53.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  720. o53.Anchored = true
  721. o53.CanCollide = false
  722. o53.Elasticity = 0
  723. o53.FormFactor = Enum.FormFactor.Custom
  724. o53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  725. o53.CFrame = CFrame.new(69.254982, 3.9203341, 199.403091, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  726. o53.BottomSurface = Enum.SurfaceType.Smooth
  727. o53.TopSurface = Enum.SurfaceType.Smooth
  728. o53.Color = Color3.new(0.105882, 0.164706, 0.207843)
  729. o53.Position = Vector3.new(69.254982, 3.9203341, 199.403091)
  730. o54.Parent = o53
  731. o54.Scale = Vector3.new(0.19047603, 0.142857149, 0.285714239)
  732. o55.Name = "NoSight"
  733. o55.Parent = o1
  734. o55.BrickColor = BrickColor.new("Black")
  735. o55.Position = Vector3.new(69.301857, 3.92929196, 199.402985)
  736. o55.Rotation = Vector3.new(-87.8713989, 89.9051285, 87.8690186)
  737. o55.Anchored = true
  738. o55.CanCollide = false
  739. o55.Elasticity = 0
  740. o55.FormFactor = Enum.FormFactor.Custom
  741. o55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  742. o55.CFrame = CFrame.new(69.301857, 3.92929196, 199.402985, 1.51692539e-005, -0.00040766751, 0.999998629, -4.36753035e-005, 1.00000012, 0.000407668209, -0.999998569, -4.3913722e-005, 1.51522545e-005)
  743. o55.BottomSurface = Enum.SurfaceType.Smooth
  744. o55.TopSurface = Enum.SurfaceType.Smooth
  745. o55.Color = Color3.new(0.105882, 0.164706, 0.207843)
  746. o55.Position = Vector3.new(69.301857, 3.92929196, 199.402985)
  747. o56.Parent = o55
  748. o56.Scale = Vector3.new(0.142857105, 0.0952381045, 0.0952381343)
  749. o56.MeshType = Enum.MeshType.Wedge
  750. o57.Parent = o1
  751. o57.BrickColor = BrickColor.new("Black")
  752. o57.Position = Vector3.new(69.2977066, 3.810256, 198.9561)
  753. o57.Rotation = Vector3.new(-90.006012, -0.0233571213, -0.00436751125)
  754. o57.Anchored = true
  755. o57.CanCollide = false
  756. o57.Elasticity = 0
  757. o57.FormFactor = Enum.FormFactor.Symmetric
  758. o57.Size = Vector3.new(1, 1, 1)
  759. o57.CFrame = CFrame.new(69.2977066, 3.810256, 198.9561, 0.999998629, 7.62273485e-005, -0.000407658663, 0.000407666783, -0.000104725361, 0.999999881, 7.61873307e-005, -0.99999845, -0.000104993582)
  760. o57.BottomSurface = Enum.SurfaceType.Smooth
  761. o57.TopSurface = Enum.SurfaceType.Smooth
  762. o57.Color = Color3.new(0.105882, 0.164706, 0.207843)
  763. o57.Position = Vector3.new(69.2977066, 3.810256, 198.9561)
  764. o58.Parent = o57
  765. o58.Scale = Vector3.new(0.238095239, 1.38095236, 0.0476190485)
  766. o59.Name = "NoSight"
  767. o59.Parent = o1
  768. o59.BrickColor = BrickColor.new("Black")
  769. o59.Position = Vector3.new(69.2930603, 3.92929196, 199.402985)
  770. o59.Rotation = Vector3.new(92.5030975, -89.9051285, 92.5057678)
  771. o59.Anchored = true
  772. o59.CanCollide = false
  773. o59.Elasticity = 0
  774. o59.FormFactor = Enum.FormFactor.Custom
  775. o59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  776. o59.CFrame = CFrame.new(69.2930603, 3.92929196, 199.402985, -1.51692557e-005, -0.000346632412, -0.999998629, 4.36753035e-005, 1.00000012, -0.000346633111, 0.999998569, -4.3913722e-005, -1.51530912e-005)
  777. o59.BottomSurface = Enum.SurfaceType.Smooth
  778. o59.TopSurface = Enum.SurfaceType.Smooth
  779. o59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  780. o59.Position = Vector3.new(69.2930603, 3.92929196, 199.402985)
  781. o60.Parent = o59
  782. o60.Scale = Vector3.new(0.142857119, 0.095238097, 0.0952381045)
  783. o60.MeshType = Enum.MeshType.Wedge
  784. o61.Name = "NoSight"
  785. o61.Parent = o1
  786. o61.BrickColor = BrickColor.new("Black")
  787. o61.Position = Vector3.new(69.3396988, 3.91026211, 199.527023)
  788. o61.Rotation = Vector3.new(-90.0007782, -0.0234805904, 89.9984131)
  789. o61.Anchored = true
  790. o61.CanCollide = false
  791. o61.Elasticity = 0
  792. o61.FormFactor = Enum.FormFactor.Custom
  793. o61.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  794. o61.CFrame = CFrame.new(69.3396988, 3.91026211, 199.527023, 2.7749209e-005, -0.999998629, -0.000409813598, -1.32024288e-005, -0.000409814005, 0.999999881, -0.999998629, -2.7773538e-005, -1.34557486e-005)
  795. o61.BottomSurface = Enum.SurfaceType.Smooth
  796. o61.TopSurface = Enum.SurfaceType.Smooth
  797. o61.Color = Color3.new(0.105882, 0.164706, 0.207843)
  798. o61.Position = Vector3.new(69.3396988, 3.91026211, 199.527023)
  799. o62.Parent = o61
  800. o62.Scale = Vector3.new(0.238095134, 0.190476194, 0.285714298)
  801. o63.Parent = o1
  802. o63.BrickColor = BrickColor.new("Black")
  803. o63.Position = Vector3.new(69.2977066, 3.64428711, 198.884186)
  804. o63.Rotation = Vector3.new(-90.006012, -0.0233571213, -0.00436751125)
  805. o63.Anchored = true
  806. o63.CanCollide = false
  807. o63.Elasticity = 0
  808. o63.FormFactor = Enum.FormFactor.Symmetric
  809. o63.Size = Vector3.new(1, 2, 1)
  810. o63.CFrame = CFrame.new(69.2977066, 3.64428711, 198.884186, 0.999998629, 7.62273485e-005, -0.000407658663, 0.000407666783, -0.000104725361, 0.999999881, 7.61873307e-005, -0.99999845, -0.000104993582)
  811. o63.BottomSurface = Enum.SurfaceType.Smooth
  812. o63.TopSurface = Enum.SurfaceType.Smooth
  813. o63.Color = Color3.new(0.105882, 0.164706, 0.207843)
  814. o63.Position = Vector3.new(69.2977066, 3.64428711, 198.884186)
  815. o64.Parent = o63
  816. o64.Scale = Vector3.new(0.238095239, 0.761904776, 0.285714298)
  817. o65.Name = "Mag1"
  818. o65.Parent = o1
  819. o65.BrickColor = BrickColor.new("Black")
  820. o65.Position = Vector3.new(69.2977066, 3.39128089, 198.845901)
  821. o65.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  822. o65.Anchored = true
  823. o65.CanCollide = false
  824. o65.Elasticity = 0
  825. o65.FormFactor = Enum.FormFactor.Symmetric
  826. o65.Size = Vector3.new(1, 1, 1)
  827. o65.CFrame = CFrame.new(69.2977066, 3.39128089, 198.845901, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  828. o65.BottomSurface = Enum.SurfaceType.Smooth
  829. o65.TopSurface = Enum.SurfaceType.Smooth
  830. o65.Color = Color3.new(0.105882, 0.164706, 0.207843)
  831. o65.Position = Vector3.new(69.2977066, 3.39128089, 198.845901)
  832. o66.Parent = o65
  833. o66.Scale = Vector3.new(0.142857149, 0.333333343, 0.285714298)
  834. o67.Name = "Mag1"
  835. o67.Parent = o1
  836. o67.BrickColor = BrickColor.new("Black")
  837. o67.Position = Vector3.new(69.298439, 3.167238, 198.874069)
  838. o67.Rotation = Vector3.new(-105.001732, -0.0219448488, 179.990829)
  839. o67.Anchored = true
  840. o67.CanCollide = false
  841. o67.Elasticity = 0
  842. o67.FormFactor = Enum.FormFactor.Symmetric
  843. o67.Size = Vector3.new(1, 1, 1)
  844. o67.CFrame = CFrame.new(69.298439, 3.167238, 198.874069, -0.999998689, -0.000160119409, -0.000383009872, -0.000411395158, 0.258848459, 0.965918124, -5.55789957e-005, 0.965916514, -0.25884822)
  845. o67.BottomSurface = Enum.SurfaceType.Smooth
  846. o67.TopSurface = Enum.SurfaceType.Smooth
  847. o67.Color = Color3.new(0.105882, 0.164706, 0.207843)
  848. o67.Position = Vector3.new(69.298439, 3.167238, 198.874069)
  849. o68.Parent = o67
  850. o68.Scale = Vector3.new(0.142857149, 0.333333343, 0.285714298)
  851. o69.Name = "Wedge"
  852. o69.Parent = o1
  853. o69.BrickColor = BrickColor.new("Black")
  854. o69.Position = Vector3.new(69.2977066, 3.76335192, 198.07431)
  855. o69.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  856. o69.Anchored = true
  857. o69.CanCollide = false
  858. o69.Elasticity = 0
  859. o69.FormFactor = Enum.FormFactor.Symmetric
  860. o69.Size = Vector3.new(1, 1, 1)
  861. o69.CFrame = CFrame.new(69.2977066, 3.76335192, 198.07431, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  862. o69.BottomSurface = Enum.SurfaceType.Smooth
  863. o69.TopSurface = Enum.SurfaceType.Smooth
  864. o69.Color = Color3.new(0.105882, 0.164706, 0.207843)
  865. o69.Position = Vector3.new(69.2977066, 3.76335192, 198.07431)
  866. o70.Parent = o69
  867. o70.Scale = Vector3.new(0.238095239, 0.0476190485, 0.095238097)
  868. o70.MeshType = Enum.MeshType.Wedge
  869. o71.Parent = o1
  870. o71.BrickColor = BrickColor.new("Brown")
  871. o71.Position = Vector3.new(69.2977066, 3.24830794, 198.278915)
  872. o71.Rotation = Vector3.new(-80.0031891, -0.0194450561, -179.99498)
  873. o71.Anchored = true
  874. o71.CanCollide = false
  875. o71.Elasticity = 0
  876. o71.FormFactor = Enum.FormFactor.Symmetric
  877. o71.Size = Vector3.new(1, 1, 1)
  878. o71.CFrame = CFrame.new(69.2977066, 3.24830794, 198.278915, -0.999998629, 8.76361664e-005, -0.000339380262, -0.000349432928, -0.173593849, 0.984817386, 2.74343911e-005, 0.984815717, 0.173593327)
  879. o71.BottomSurface = Enum.SurfaceType.Smooth
  880. o71.TopSurface = Enum.SurfaceType.Smooth
  881. o71.Color = Color3.new(0.486275, 0.360784, 0.27451)
  882. o71.Position = Vector3.new(69.2977066, 3.24830794, 198.278915)
  883. o72.Parent = o71
  884. o72.Scale = Vector3.new(0.190476194, 0.238095239, 0.619047642)
  885. o73.Name = "Block"
  886. o73.Parent = o1
  887. o73.BrickColor = BrickColor.new("Black")
  888. o73.Position = Vector3.new(69.2977066, 3.47234988, 198.498016)
  889. o73.Rotation = Vector3.new(134.106293, -89.9030914, -105.903885)
  890. o73.Anchored = true
  891. o73.CanCollide = false
  892. o73.Elasticity = 0
  893. o73.FormFactor = Enum.FormFactor.Plate
  894. o73.Size = Vector3.new(1, 0.400000006, 1)
  895. o73.CFrame = CFrame.new(69.2977066, 3.47234988, 198.498016, -0.000150461565, 0.000528063392, -0.999998569, 0.866048634, -0.499959767, -0.00039429497, -0.499959201, -0.866047323, -0.000382182479)
  896. o73.BottomSurface = Enum.SurfaceType.Smooth
  897. o73.TopSurface = Enum.SurfaceType.Smooth
  898. o73.Color = Color3.new(0.105882, 0.164706, 0.207843)
  899. o73.Position = Vector3.new(69.2977066, 3.47234988, 198.498016)
  900. o74.Parent = o73
  901. o74.Scale = Vector3.new(0.095238097, 0.0476190485, 0.0476190485)
  902. o75.Name = "Handle"
  903. o75.Parent = o1
  904. o75.Transparency = 1
  905. o75.Position = Vector3.new(69.2974625, 3.28031993, 198.045059)
  906. o75.Rotation = Vector3.new(179.999237, -0.000880051288, 179.978394)
  907. o75.Anchored = true
  908. o75.CanCollide = false
  909. o75.Elasticity = 0
  910. o75.FormFactor = Enum.FormFactor.Plate
  911. o75.Size = Vector3.new(1, 0.400000006, 1)
  912. o75.CFrame = CFrame.new(69.2974625, 3.28031993, 198.045059, -0.99999851, -0.000377149961, -1.53597921e-005, -0.000377149729, 0.999999881, -1.32918358e-005, 1.53648507e-005, -1.34557486e-005, -0.99999845)
  913. o75.BottomSurface = Enum.SurfaceType.Smooth
  914. o75.FrontSurface = Enum.SurfaceType.Universal
  915. o75.TopSurface = Enum.SurfaceType.Smooth
  916. o75.Position = Vector3.new(69.2974625, 3.28031993, 198.045059)
  917. o76.Name = "Reload"
  918. o76.Parent = o75
  919. o76.SoundId = "http://www.roblox.com/asset/?id=131045453"
  920. o76.Volume = 0.099999994039536
  921. o77.Name = "Shoot"
  922. o77.Parent = o75
  923. o77.SoundId = "http://www.roblox.com/asset/?id=132258172"
  924. o77.Volume = 1
  925. o79.Name = "AimPart"
  926. o79.Parent = o1
  927. o79.BrickColor = BrickColor.new("Black")
  928. o79.Transparency = 1
  929. o79.Position = Vector3.new(69.2974625, 3.940202, 197.956024)
  930. o79.Rotation = Vector3.new(-180, 0, -180)
  931. o79.Anchored = true
  932. o79.CanCollide = false
  933. o79.FormFactor = Enum.FormFactor.Custom
  934. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  935. o79.CFrame = CFrame.new(69.2974625, 3.940202, 197.956024, -1, 3.19382108e-014, 0, -3.19382108e-014, 0.999999762, 2.4158453e-013, -0, -2.4158453e-013, -0.999999762)
  936. o79.BottomSurface = Enum.SurfaceType.Smooth
  937. o79.TopSurface = Enum.SurfaceType.Smooth
  938. o79.Color = Color3.new(0.105882, 0.164706, 0.207843)
  939. o79.Position = Vector3.new(69.2974625, 3.940202, 197.956024)
  940. o80.Name = "Wedge"
  941. o80.Parent = o1
  942. o80.BrickColor = BrickColor.new("Brown")
  943. o80.Position = Vector3.new(69.2977066, 3.41328406, 198.16423)
  944. o80.Rotation = Vector3.new(-80.0008011, -0.0228117164, 0.00421439391)
  945. o80.Anchored = true
  946. o80.CanCollide = false
  947. o80.Elasticity = 0
  948. o80.FormFactor = Enum.FormFactor.Symmetric
  949. o80.Size = Vector3.new(1, 1, 1)
  950. o80.CFrame = CFrame.new(69.2977066, 3.41328406, 198.16423, 0.999998569, -7.35549474e-005, -0.000398139557, 0.000404866703, 0.173634678, 0.984809995, -3.2952812e-006, -0.984808683, 0.173634306)
  951. o80.BottomSurface = Enum.SurfaceType.Smooth
  952. o80.TopSurface = Enum.SurfaceType.Smooth
  953. o80.Color = Color3.new(0.486275, 0.360784, 0.27451)
  954. o80.Position = Vector3.new(69.2977066, 3.41328406, 198.16423)
  955. o81.Parent = o80
  956. o81.Scale = Vector3.new(0.190476194, 0.0476190485, 0.142857149)
  957. o81.MeshType = Enum.MeshType.Wedge
  958. o82.Name = "Wedge"
  959. o82.Parent = o1
  960. o82.BrickColor = BrickColor.new("Brown")
  961. o82.Position = Vector3.new(69.298439, 3.22434807, 197.384155)
  962. o82.Rotation = Vector3.new(179.999237, 0.000992271816, -0.024081884)
  963. o82.Anchored = true
  964. o82.CanCollide = false
  965. o82.Elasticity = 0
  966. o82.FormFactor = Enum.FormFactor.Symmetric
  967. o82.Size = Vector3.new(1, 1, 1)
  968. o82.CFrame = CFrame.new(69.298439, 3.22434807, 197.384155, 0.999998629, 0.000420307595, 1.73184108e-005, 0.000420307886, -0.999999881, -1.32024288e-005, 1.73127846e-005, 1.34557486e-005, -0.999998629)
  969. o82.BottomSurface = Enum.SurfaceType.Smooth
  970. o82.TopSurface = Enum.SurfaceType.Smooth
  971. o82.Color = Color3.new(0.486275, 0.360784, 0.27451)
  972. o82.Position = Vector3.new(69.298439, 3.22434807, 197.384155)
  973. o83.Parent = o82
  974. o83.Scale = Vector3.new(0.238095239, 0.428571433, 1.28571427)
  975. o83.MeshType = Enum.MeshType.Wedge
  976. o84.Name = "Wedge"
  977. o84.Parent = o1
  978. o84.BrickColor = BrickColor.new("Black")
  979. o84.Position = Vector3.new(69.2977066, 3.81024194, 198.194107)
  980. o84.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  981. o84.Anchored = true
  982. o84.CanCollide = false
  983. o84.Elasticity = 0
  984. o84.FormFactor = Enum.FormFactor.Symmetric
  985. o84.Size = Vector3.new(1, 1, 1)
  986. o84.CFrame = CFrame.new(69.2977066, 3.81024194, 198.194107, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  987. o84.BottomSurface = Enum.SurfaceType.Smooth
  988. o84.TopSurface = Enum.SurfaceType.Smooth
  989. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  990. o84.Position = Vector3.new(69.2977066, 3.81024194, 198.194107)
  991. o85.Parent = o84
  992. o85.Scale = Vector3.new(0.238095239, 0.0476190485, 0.142857149)
  993. o85.MeshType = Enum.MeshType.Wedge
  994. o86.Parent = o1
  995. o86.BrickColor = BrickColor.new("Brown")
  996. o86.Position = Vector3.new(69.2977066, 3.53424001, 197.12207)
  997. o86.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  998. o86.Anchored = true
  999. o86.CanCollide = false
  1000. o86.Elasticity = 0
  1001. o86.FormFactor = Enum.FormFactor.Symmetric
  1002. o86.Size = Vector3.new(1, 1, 1)
  1003. o86.CFrame = CFrame.new(69.2977066, 3.53424001, 197.12207, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  1004. o86.BottomSurface = Enum.SurfaceType.Smooth
  1005. o86.TopSurface = Enum.SurfaceType.Smooth
  1006. o86.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1007. o86.Position = Vector3.new(69.2977066, 3.53424001, 197.12207)
  1008. o87.Parent = o86
  1009. o87.Scale = Vector3.new(0.238095239, 0.190476194, 1.0476191)
  1010. o88.Name = "Wedge"
  1011. o88.Parent = o1
  1012. o88.BrickColor = BrickColor.new("Black")
  1013. o88.Position = Vector3.new(69.2977066, 3.47733998, 198.479065)
  1014. o88.Rotation = Vector3.new(179.999237, 0.000992271816, -0.024081884)
  1015. o88.Anchored = true
  1016. o88.CanCollide = false
  1017. o88.Elasticity = 0
  1018. o88.FormFactor = Enum.FormFactor.Symmetric
  1019. o88.Size = Vector3.new(1, 1, 1)
  1020. o88.CFrame = CFrame.new(69.2977066, 3.47733998, 198.479065, 0.999998629, 0.000420307595, 1.73184108e-005, 0.000420307886, -0.999999881, -1.32024288e-005, 1.73127846e-005, 1.34557486e-005, -0.999998629)
  1021. o88.BottomSurface = Enum.SurfaceType.Smooth
  1022. o88.TopSurface = Enum.SurfaceType.Smooth
  1023. o88.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1024. o88.Position = Vector3.new(69.2977066, 3.47733998, 198.479065)
  1025. o89.Parent = o88
  1026. o89.Scale = Vector3.new(0.238095239, 0.0476190485, 0.714285731)
  1027. o89.MeshType = Enum.MeshType.Wedge
  1028. o90.Name = "Wedge"
  1029. o90.Parent = o1
  1030. o90.BrickColor = BrickColor.new("Brown")
  1031. o90.Position = Vector3.new(69.2977066, 3.60525489, 197.718201)
  1032. o90.Rotation = Vector3.new(179.999237, 0.00218755309, 179.975922)
  1033. o90.Anchored = true
  1034. o90.CanCollide = false
  1035. o90.Elasticity = 0
  1036. o90.FormFactor = Enum.FormFactor.Symmetric
  1037. o90.Size = Vector3.new(1, 1, 1)
  1038. o90.CFrame = CFrame.new(69.2977066, 3.60525489, 197.718201, -0.999998689, -0.000420309458, 3.81800055e-005, -0.000420310069, 0.999999881, -1.32620335e-005, -3.81743303e-005, -1.34557486e-005, -0.999998629)
  1039. o90.BottomSurface = Enum.SurfaceType.Smooth
  1040. o90.TopSurface = Enum.SurfaceType.Smooth
  1041. o90.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1042. o90.Position = Vector3.new(69.2977066, 3.60525489, 197.718201)
  1043. o91.Parent = o90
  1044. o91.Scale = Vector3.new(0.238095239, 0.0476190485, 0.142857149)
  1045. o91.MeshType = Enum.MeshType.Wedge
  1046. o92.Name = "Wedge"
  1047. o92.Parent = o1
  1048. o92.BrickColor = BrickColor.new("Brown")
  1049. o92.Position = Vector3.new(69.2977066, 3.6534121, 197.908035)
  1050. o92.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  1051. o92.Anchored = true
  1052. o92.CanCollide = false
  1053. o92.Elasticity = 0
  1054. o92.FormFactor = Enum.FormFactor.Symmetric
  1055. o92.Size = Vector3.new(1, 1, 1)
  1056. o92.CFrame = CFrame.new(69.2977066, 3.6534121, 197.908035, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  1057. o92.BottomSurface = Enum.SurfaceType.Smooth
  1058. o92.TopSurface = Enum.SurfaceType.Smooth
  1059. o92.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1060. o92.Position = Vector3.new(69.2977066, 3.6534121, 197.908035)
  1061. o93.Parent = o92
  1062. o93.Scale = Vector3.new(0.238095239, 0.142857149, 0.238095239)
  1063. o93.MeshType = Enum.MeshType.Wedge
  1064. o94.Name = "Ring"
  1065. o94.Parent = o1
  1066. o94.BrickColor = BrickColor.new("Black")
  1067. o94.Position = Vector3.new(69.2977066, 3.47724891, 198.503067)
  1068. o94.Rotation = Vector3.new(92.1286011, -89.9051285, -87.8722458)
  1069. o94.Anchored = true
  1070. o94.CanCollide = false
  1071. o94.Elasticity = 0
  1072. o94.FormFactor = Enum.FormFactor.Symmetric
  1073. o94.Size = Vector3.new(1, 1, 1)
  1074. o94.CFrame = CFrame.new(69.2977066, 3.47724891, 198.503067, 1.51462345e-005, 0.00040766751, -0.999998629, 1.73449516e-005, -0.99999994, -0.000407667307, -0.999998569, -1.71065331e-005, -1.5152269e-005)
  1075. o94.BottomSurface = Enum.SurfaceType.Smooth
  1076. o94.TopSurface = Enum.SurfaceType.Smooth
  1077. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1078. o94.Position = Vector3.new(69.2977066, 3.47724891, 198.503067)
  1079. o95.Parent = o94
  1080. o95.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1081. o95.Scale = Vector3.new(0.190476194, 0.142857149, 0.142857149)
  1082. o95.MeshType = Enum.MeshType.FileMesh
  1083. o96.Parent = o1
  1084. o96.BrickColor = BrickColor.new("Black")
  1085. o96.Position = Vector3.new(69.2977066, 3.59620595, 198.074112)
  1086. o96.Rotation = Vector3.new(-90.0060196, -0.00237609027, -0.00436409656)
  1087. o96.Anchored = true
  1088. o96.CanCollide = false
  1089. o96.Elasticity = 0
  1090. o96.FormFactor = Enum.FormFactor.Symmetric
  1091. o96.Size = Vector3.new(1, 1, 1)
  1092. o96.CFrame = CFrame.new(69.2977066, 3.59620595, 198.074112, 0.999998629, 7.61677511e-005, -4.14705974e-005, 4.14781134e-005, -0.000104755163, 1, 7.61922347e-005, -0.999998391, -0.000105023384)
  1093. o96.BottomSurface = Enum.SurfaceType.Smooth
  1094. o96.TopSurface = Enum.SurfaceType.Smooth
  1095. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1096. o96.Position = Vector3.new(69.2977066, 3.59620595, 198.074112)
  1097. o97.Parent = o96
  1098. o97.Scale = Vector3.new(0.238095239, 0.095238097, 0.285714298)
  1099. o98.Parent = o1
  1100. o98.BrickColor = BrickColor.new("Brown")
  1101. o98.Position = Vector3.new(69.2977066, 3.51039195, 197.836105)
  1102. o98.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  1103. o98.Anchored = true
  1104. o98.CanCollide = false
  1105. o98.Elasticity = 0
  1106. o98.FormFactor = Enum.FormFactor.Symmetric
  1107. o98.Size = Vector3.new(1, 1, 1)
  1108. o98.CFrame = CFrame.new(69.2977066, 3.51039195, 197.836105, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  1109. o98.BottomSurface = Enum.SurfaceType.Smooth
  1110. o98.TopSurface = Enum.SurfaceType.Smooth
  1111. o98.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1112. o98.Position = Vector3.new(69.2977066, 3.51039195, 197.836105)
  1113. o99.Parent = o98
  1114. o99.Scale = Vector3.new(0.238095239, 0.142857149, 0.380952388)
  1115. o100.Parent = o1
  1116. o100.BrickColor = BrickColor.new("Brown")
  1117. o100.Position = Vector3.new(69.2977066, 3.22426009, 196.67012)
  1118. o100.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  1119. o100.Anchored = true
  1120. o100.CanCollide = false
  1121. o100.Elasticity = 0
  1122. o100.FormFactor = Enum.FormFactor.Symmetric
  1123. o100.Size = Vector3.new(1, 1, 1)
  1124. o100.CFrame = CFrame.new(69.2977066, 3.22426009, 196.67012, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  1125. o100.BottomSurface = Enum.SurfaceType.Smooth
  1126. o100.TopSurface = Enum.SurfaceType.Smooth
  1127. o100.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1128. o100.Position = Vector3.new(69.2977066, 3.22426009, 196.67012)
  1129. o101.Parent = o100
  1130. o101.Scale = Vector3.new(0.238095239, 0.428571433, 0.142857149)
  1131. o102.Name = "Coloring"
  1132. o102.Parent = o1
  1133. table.insert(cors,coroutine.create(function()
  1134. wait()
  1135. runDummyScript(function()
  1136. repeat
  1137. wait()
  1138. until script.Parent.Parent.Parent.ClassName == "Player"
  1139. g = script.Parent:GetChildren()
  1140. for i = 1,#g do
  1141. if g[i].Name == "Color" then
  1142. g[i].BrickColor = script.Parent.Parent.Parent.TeamColor
  1143. end
  1144. end
  1145.  
  1146. end,o102)
  1147. end))
  1148. o103.Name = "Gun_Script"
  1149. o103.Parent = o1
  1150. table.insert(cors,coroutine.create(function()
  1151. wait()
  1152. runDummyScript(function()
  1153. wait(0.5)
  1154. --Edit settings below--
  1155. local Tool = script.Parent
  1156. local Settings = {
  1157. Range = 700
  1158. ,Spread = 5
  1159. ,Damage = {18, 35}
  1160. ,HeadShotDamage = {13, 14}
  1161. ,Bullets = 1
  1162. ,FireRate = 0.10
  1163. ,Automatic = true
  1164. ,AntiTK = false
  1165. ,ImpactDuration = 3
  1166. --Reload
  1167. ,ReloadKey = "R"
  1168. ,ReloadTime = 3
  1169. ,Ammo = 30
  1170. ,IncludeChamberedBullet = true
  1171. --Gui
  1172. ,GuiPos = Vector2.new(script.Gui.Frame.Position.X.Scale, script.Gui.Frame.Position.Y.Scale)
  1173. --Arms
  1174. ,OneHanded = false
  1175. ,FakeArms = true
  1176. ,FakeArmTransparency = 1
  1177. ,RightPos = CFrame.new(-0.75, -0.25, 0.5) * CFrame.Angles(math.rad(-90), 0, 0)
  1178. ,LeftPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-90), math.rad(45), 0)
  1179. ,AimPart = Tool.AimPart
  1180. ,AimPartOffset = CFrame.new()
  1181. ,AimGripOffset = Vector3.new(0, 0, 0)
  1182. ,LeftAimPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-100), math.rad(45), 0)
  1183. ,AimAnim = {
  1184. Enabled = false
  1185. ,Frames = 50
  1186. ,Time = 0.1
  1187. }
  1188. ,ChangeFOV = {true, 60}
  1189. ,SpreadReduction = 3
  1190. --Weld
  1191. ,Weld = true
  1192. --Mouse
  1193. ,Icons = {
  1194. Idle = "rbxassetid://139711658"
  1195. ,Fire1 = "rbxassetid://304653871"
  1196. ,Fire2 = "rbxassetid://151925720"
  1197. ,Fire3 = "rbxassetid://153230538"
  1198. ,Reload = "rbxassetid://131045453"
  1199. ,Aim = "rbxasset://textures/Blank.png"
  1200. }
  1201. ,FireMouseAnimTime = 0.15
  1202. --Recoil
  1203. ,Recoil = math.rad(1.2)
  1204. --Smoke
  1205. ,Smoke = true
  1206. ,SmokePart = Tool.SmokePart
  1207. ,Smokes = {{script.Smoke, 6, 0.1}, {script.Smoke1, 0.1}, {script.Smoke1, 0.1}}
  1208. --Sprint
  1209. ,Sprint = true
  1210. ,SprintSpeed = 25
  1211. ,SprintKey = "0"
  1212. ,SprintSpreadIncrease = 40
  1213. ,SprintArmOffset = CFrame.new(0.25, 0.125, 0.25) * CFrame.Angles(math.rad(-30), math.rad(35), 0)
  1214. --Other
  1215. ,DropHats = false
  1216. }
  1217.  
  1218. --Do not edit below this lign--
  1219.  
  1220. local Orig_Spread = Settings.Spread
  1221. local Orig_Grip = Tool.GripPos
  1222.  
  1223. local Player = game.Players.LocalPlayer
  1224. local Character = Player.Character
  1225.  
  1226. local Camera = Workspace.CurrentCamera
  1227.  
  1228. local Ammo, StoredAmmo = script.Ammo, script.StoredAmmo
  1229.  
  1230. local Gui, CanUpdateGui = nil, true
  1231.  
  1232. local Sprinting, Equipped
  1233.  
  1234. function Update_Gui()
  1235. if Gui and CanUpdateGui then
  1236. Gui.Frame.AmmoDisplay.Text = Ammo.Value .. "|" .. StoredAmmo.Value
  1237. end
  1238. end
  1239.  
  1240. local Welded
  1241. if Settings.Weld then
  1242. Delay(0, function()
  1243. local weldC0s = {}
  1244. for i, v in pairs(Tool:GetChildren()) do
  1245. if v:IsA("BasePart") and v ~= Tool.Handle then
  1246. table.insert(weldC0s, {v, Tool.Handle.CFrame:toObjectSpace(v.CFrame)})
  1247. v.Anchored = false
  1248. end
  1249. end
  1250. Tool.Handle.Anchored = false
  1251. local welds = {}
  1252. Tool.Equipped:connect(function()
  1253. for i, v in ipairs(welds) do
  1254. v.Part1 = nil
  1255. v:Destroy()
  1256. end
  1257. for i, v in ipairs(weldC0s) do
  1258. if v[1] and v[2] then
  1259. local w = Instance.new("Weld", Tool.Handle)
  1260. w.Part0 = Tool.Handle
  1261. w.Part1 = v[1]
  1262. w.C0 = v[2]
  1263. table.insert(welds, w)
  1264. end
  1265. end
  1266. end)
  1267. wait()
  1268. Welded = true
  1269. end)
  1270. end
  1271.  
  1272. local Left_Weld, Right_Weld
  1273.  
  1274. Ammo.Changed:connect(Update_Gui)
  1275. StoredAmmo.Changed:connect(Update_Gui)
  1276.  
  1277. Settings.Range = math.min(Settings.Range, 999)
  1278.  
  1279. local Ignore_Model = Workspace:FindFirstChild("Ray_Ignore") or Instance.new("Model", Workspace)
  1280. Ignore_Model.Name = "Ray_Ignore"
  1281.  
  1282. local Ray_Ignore = {Character, Ignore_Model, Camera}
  1283.  
  1284. Character.Humanoid.Died:connect(function()
  1285. Tool.Parent = Player.Backpack
  1286. end)
  1287.  
  1288. function Fire(Mouse)
  1289. local Spread = CFrame.Angles(math.rad(math.random(-Settings.Spread, Settings.Spread)/10), math.rad(math.random(-Settings.Spread, Settings.Spread)/10), math.rad(math.random(-Settings.Spread, Settings.Spread)/10))
  1290. local Ray = Ray.new(Character.Head.Position, (CFrame.new(Character.Head.Position, Mouse.Hit.p) * Spread).lookVector.unit * Settings.Range)
  1291. local Hit, Pos = Workspace:FindPartOnRayWithIgnoreList(Ray, Ray_Ignore)
  1292. if Hit and Hit.Parent:FindFirstChild("Humanoid") then
  1293. local Hit_Player = game.Players:GetPlayerFromCharacter(Hit.Parent)
  1294. if Settings.AntiTK and not Hit_Player.Neutral and Hit_Player.TeamColor == Player.TeamColor then
  1295. return
  1296. end
  1297. local Humanoid = Hit.Parent.Humanoid
  1298. local c = Instance.new("ObjectValue")
  1299. c.Name = "creator"
  1300. c.Value = Player
  1301. game.Debris:AddItem(c, 3)
  1302. c.Parent = Humanoid
  1303. if Hit.Name == "Head" then
  1304. Humanoid.Health = Humanoid.Health - math.random(Settings.HeadShotDamage[1], Settings.HeadShotDamage[2])
  1305. else
  1306. Humanoid.Health = Humanoid.Health - math.random(Settings.Damage[1], Settings.Damage[2])
  1307. end
  1308. elseif Hit then
  1309. local Hit_Part = Instance.new("Part", Ignore_Model)
  1310. Hit_Part.FormFactor = "Custom"
  1311. Hit_Part.TopSurface = 0
  1312. Hit_Part.BottomSurface = 0
  1313. Hit_Part.Anchored = true
  1314. Hit_Part.CanCollide = false
  1315. Hit_Part.Size = Vector3.new()
  1316. Hit_Part.CFrame = CFrame.new(Pos) * CFrame.Angles(math.random(0, 60), math.random(0, 120), math.random(0, 66))
  1317. Hit_Part.BrickColor = BrickColor.new("Black")
  1318. game.Debris:AddItem(Hit_Part, Settings.ImpactDuration)
  1319. if not Hit.Anchored then
  1320. local w = Instance.new("Weld", Hit_Part)
  1321. w.Part0 = Hit
  1322. w.Part1 = Hit_Part
  1323. w.C0 = Hit.CFrame:toObjectSpace(Hit_Part.CFrame)
  1324. Hit_Part.Anchored = false
  1325. end
  1326. if Hit.Parent:IsA("Hat") and Settings.DropHats then
  1327. Hit.Parent.Parent = workspace
  1328. game.Debris:AddItem(Hit, 3)
  1329. end
  1330. end
  1331. end
  1332.  
  1333. local Can_Shoot = true
  1334. local Reloading = false
  1335.  
  1336. local First_Person = false
  1337.  
  1338. local Mouse_Held
  1339.  
  1340. Tool.Equipped:connect(function(Mouse)
  1341. Equipped = true
  1342. if Settings.Weld and not Welded then
  1343. wait()
  1344. Tool.Parent = Player.Backpack
  1345. end
  1346. Character = Player.Character
  1347. if Gui then
  1348. return
  1349. end
  1350. Ray_Ignore = {Character, Ignore_Model, Camera}
  1351. Mouse.Icon = Settings.Icons.Idle
  1352. Gui = script.Gui:Clone()
  1353. Gui.Parent = Player.PlayerGui
  1354. Gui.Frame.Position = UDim2.new(Settings.GuiPos.X, Gui.Frame.Position.X.Offset, 1.1, Gui.Frame.Position.Y.Offset)
  1355. Gui.Frame:TweenPosition(UDim2.new(Settings.GuiPos.X, Gui.Frame.Position.X.Offset, Settings.GuiPos.Y, Gui.Frame.Position.Y.Offset), "Out", "Bounce", 1)
  1356. CanUpdateGui = true
  1357. Update_Gui()
  1358. Mouse.Button1Down:connect(function()
  1359. if Can_Shoot and Ammo.Value > 0 and Character.Humanoid.Health > 0 then
  1360. Mouse_Held = true
  1361. while true do
  1362. Can_Shoot = false
  1363. Delay(0, function()
  1364. local t = math.min(Settings.FireMouseAnimTime/3, Settings.FireRate/3)
  1365. if not Aiming then
  1366. Mouse.Icon = Settings.Icons.Fire1
  1367. end
  1368. wait(t)
  1369. if not Aiming then
  1370. if Reloading then return end
  1371. Mouse.Icon = Settings.Icons.Fire2
  1372. end
  1373. wait(t)
  1374. if not Aiming then
  1375. if Reloading then return end
  1376. Mouse.Icon = Settings.Icons.Fire3
  1377. end
  1378. wait(t)
  1379. if not Aiming then
  1380. if Reloading then return end
  1381. Mouse.Icon = Settings.Icons.Idle
  1382. end
  1383. end)
  1384. if Settings.Smoke then
  1385. for i, v in pairs(Settings.Smokes) do
  1386. local s = v[1]:Clone()
  1387. s.Parent = Settings.SmokePart
  1388. s.Enabled = true
  1389. game.Debris:AddItem(s, v[2])
  1390. if v[3] then
  1391. Delay(v[3], function()
  1392. s.Enabled = false
  1393. end)
  1394. end
  1395. end
  1396. end
  1397. for _ = 1, Settings.Bullets do
  1398. Fire(Mouse)
  1399. end
  1400. Camera.CoordinateFrame = CFrame.new(Camera.Focus.p) * (Camera.CoordinateFrame - Camera.CoordinateFrame.p) * CFrame.Angles(math.abs(Settings.Recoil), 0, 0) * CFrame.new(0, 0, (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude)
  1401. if Tool.Handle:FindFirstChild("Shoot") then
  1402. Tool.Handle.Shoot:Play()
  1403. end
  1404. Ammo.Value = Ammo.Value - 1
  1405. wait(Settings.FireRate)
  1406. if not Settings.Automatic or Ammo.Value <= 0 or Character.Humanoid.Health <= 0 or not Mouse_Held then
  1407. break
  1408. end
  1409. end
  1410. Can_Shoot = true
  1411. elseif Can_Shoot and Character.Humanoid.Health > 0 and Tool.Handle:FindFirstChild("Click") then
  1412. Tool.Handle.Click:Play()
  1413. end
  1414. end)
  1415. Mouse.Button1Up:connect(function()
  1416. Mouse_Held = false
  1417. end)
  1418. Mouse.KeyDown:connect(function(Key)
  1419. if Key:upper() == Settings.ReloadKey:upper() and Can_Shoot and StoredAmmo.Value > 0 and not Aiming then
  1420. if Settings.IncludeChamberedBullet and Ammo.Value == Settings.Ammo + 1 or not Settings.IncludeChamberedBullet and Ammo.Value == Settings.Ammo then
  1421. return
  1422. end
  1423. Can_Shoot = false
  1424. Reloading = true
  1425. local TextLabel = Gui.Frame.AmmoDisplay
  1426. Delay(0, function()
  1427. CanUpdateGui = false
  1428. TextLabel.Text = "Reloading."
  1429. wait(Settings.ReloadTime/3)
  1430. if TextLabel then
  1431. TextLabel.Text = "Reloading.."
  1432. end
  1433. wait(Settings.ReloadTime/3)
  1434. if TextLabel then
  1435. TextLabel.Text = "Reloading..."
  1436. end
  1437. end)
  1438. if Tool.Handle:FindFirstChild("Reload") then
  1439. Tool.Handle.Reload:Play()
  1440. end
  1441. Mouse.Icon = Settings.Icons.Reload
  1442. wait(Settings.ReloadTime)
  1443. Mouse.Icon = Settings.Icons.Idle
  1444. CanUpdateGui = true
  1445. local m = Settings.Ammo
  1446. if Ammo.Value > 0 and Settings.IncludeChamberedBullet then
  1447. m = m + 1
  1448. end
  1449. if (StoredAmmo.Value - (m - Ammo.Value)) <= 0 then
  1450. Ammo.Value = Ammo.Value + StoredAmmo.Value
  1451. StoredAmmo.Value = 0
  1452. else
  1453. StoredAmmo.Value = StoredAmmo.Value - (m - Ammo.Value)
  1454. Ammo.Value = m
  1455. end
  1456. Can_Shoot = true
  1457. Reloading = false
  1458. elseif Key:upper() == Settings.SprintKey:upper() and Settings.Sprint and not Aiming then
  1459. Sprinting = true
  1460. Character.Humanoid.WalkSpeed = Settings.SprintSpeed
  1461. Settings.Spread = Settings.Spread + Settings.SprintSpreadIncrease
  1462. end
  1463. end)
  1464. Mouse.KeyUp:connect(function(Key)
  1465. if Key:upper() == Settings.SprintKey:upper() and Sprinting then
  1466. Sprinting = false
  1467. Character.Humanoid.WalkSpeed = 16
  1468. Settings.Spread = Settings.Spread - Settings.SprintSpreadIncrease
  1469. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  1470. end
  1471. end)
  1472. Mouse.Button2Down:connect(function()
  1473. if not Reloading and not Sprinting and not Aiming and (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 then
  1474. Aiming = true
  1475. Mouse.Icon = Settings.Icons.Aim
  1476. if Settings.AimAnim.Enabled then
  1477. Right_Weld.C1 = CFrame.new()
  1478. Right_Weld.C0 = CFrame.new()
  1479. Delay(0, function()
  1480. Tween_C0(Right_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Right_Weld.C0, Character.Head.CFrame:toObjectSpace(Settings.AimPart.CFrame))
  1481. end)
  1482. Delay(0, function()
  1483. Tween_C1(Left_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Left_Weld.C1, Settings.LeftAimPos)
  1484. end)
  1485. Delay(0, function()
  1486. if Settings.ChangeFOV[1] then
  1487. Camera.FieldOfView = 70
  1488. local Cam_Dif, T_F = 70 - Settings.ChangeFOV[2], Settings.AimAnim.Time * Settings.AimAnim.Frames
  1489. for i = 1, T_F do
  1490. local FOV = 70 - Cam_Dif/T_F * i
  1491. Camera.FieldOfView = FOV
  1492. wait(Settings.AimAnim.Time/Settings.AimAnim.Frames)
  1493. if not Aiming then
  1494. return
  1495. end
  1496. end
  1497. Camera.FieldOfView = Settings.ChangeFOV[2]
  1498. end
  1499. end)
  1500. else
  1501. Right_Weld.C1 = CFrame.new()
  1502. Right_Weld.C0 = CFrame.new()
  1503. Right_Weld.C1 = Character.Head.CFrame:toObjectSpace(Settings.AimPart.CFrame)
  1504. Left_Weld.C1 = Settings.LeftAimPos
  1505. if Settings.ChangeFOV[1] then
  1506. Camera.FieldOfView = Settings.ChangeFOV[2]
  1507. end
  1508. end
  1509. Tool.GripPos = Orig_Grip + Settings.AimGripOffset
  1510. Settings.Spread = Settings.Spread - Settings.SpreadReduction
  1511. end
  1512. end)
  1513. Mouse.Button2Up:connect(function()
  1514. if Aiming then
  1515. Mouse.Icon = Settings.Icons.Idle
  1516. Tool.GripPos = Orig_Grip
  1517. if Settings.AimAnim.Enabled then
  1518. Delay(0, function()
  1519. Tween_C0(Right_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Right_Weld.C0, CFrame.new(0, -1.5, 0))
  1520. end)
  1521. Delay(0, function()
  1522. Tween_C1(Left_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Left_Weld.C1, Settings.LeftPos)
  1523. end)
  1524. else
  1525. Right_Weld.C1 = Settings.RightPos
  1526. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  1527. Left_Weld.C1 = Settings.LeftPos
  1528. end
  1529. if Settings.ChangeFOV[1] then
  1530. Camera.FieldOfView = 70
  1531. end
  1532. Settings.Spread = Settings.Spread + Settings.SpreadReduction
  1533. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1534. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1535. wait(0.25)
  1536. Aiming = false
  1537. end
  1538. end)
  1539. wait()
  1540. Camera.Changed:connect(function()
  1541. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 and Equipped then
  1542. Mouse.TargetFilter = workspace
  1543. Character.Torso.Neck.C1 = CFrame.new()
  1544. Character.Torso.Neck.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.asin((Mouse.Hit.p - Mouse.Origin.p).unit.y), 0, 0)
  1545. end
  1546. end)
  1547. Mouse.Idle:connect(function()
  1548. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 and Equipped then
  1549. Mouse.TargetFilter = workspace
  1550. Character.Torso.Neck.C1 = CFrame.new()
  1551. Character.Torso.Neck.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.asin((Mouse.Hit.p - Mouse.Origin.p).unit.y), 0, 0)
  1552. end
  1553. end)
  1554. while wait() and Equipped do
  1555. if Sprinting then
  1556. Right_Weld.C0 = CFrame.new(0, -1.5, 0) * Settings.SprintArmOffset
  1557. Left_Weld.C0 = CFrame.new(0, -1.5, 0) * Settings.SprintArmOffset
  1558. elseif not Aiming then
  1559. Left_Weld.C0 = CFrame.new(0, -1.5, 0)
  1560. end
  1561. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude > 1 and Equipped then
  1562. Mouse.TargetFilter = nil
  1563. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1564. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1565. end
  1566. end
  1567. end)
  1568.  
  1569. local Arms_Made
  1570. local Fake_Arm_Right, Fake_Arm_Left, Fake_Arm_Model
  1571.  
  1572. Tool.Equipped:connect(function(Mouse)
  1573. if Character and not Arms_Made then
  1574. Arms_Made = true
  1575. local Torso = Character.Torso
  1576. Torso["Right Shoulder"].Part1 = nil
  1577. Left_Weld = Instance.new("Weld", Torso)
  1578. Left_Weld.Name = "Left_Weld"
  1579. Left_Weld.Part0 = Character.Head
  1580. Left_Weld.C0 = CFrame.new(0, -1.5, 0)
  1581. if not Settings.OneHanded then
  1582. Torso["Left Shoulder"].Part1 = nil
  1583. Left_Weld.Part1 = Character["Left Arm"]
  1584. end
  1585. Right_Weld = Instance.new("Weld", Torso)
  1586. Right_Weld.Name = "Right_Weld"
  1587. Right_Weld.Part0 = Character.Head
  1588. Right_Weld.Part1 = Character["Right Arm"]
  1589. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  1590. Left_Weld.C1 = Settings.LeftPos
  1591. Right_Weld.C1 = Settings.RightPos
  1592. end
  1593. if Settings.FakeArms and not Fake_Arm_Right then
  1594. Fake_Arm_Right, Fake_Arm_Left = Character["Right Arm"]:Clone(), Character["Left Arm"]:Clone()
  1595. Fake_Arm_Right.FormFactor, Fake_Arm_Left.FormFactor = "Custom", "Custom"
  1596. Fake_Arm_Right.Size, Fake_Arm_Left.Size = Vector3.new(), Vector3.new()
  1597. local fakeArms = {Fake_Arm_Right, Fake_Arm_Left}
  1598. for i = 1, 2 do
  1599. local w = Instance.new("Weld", fakeArms[i])
  1600. w.Part0 = Character[fakeArms[i].Name]
  1601. w.Part1 = fakeArms[i]
  1602. fakeArms[i].Transparency = Settings.FakeArmTransparency
  1603. end
  1604. Fake_Arm_Model = Instance.new("Model", Camera)
  1605. Fake_Arm_Right.Parent = Fake_Arm_Model
  1606. if not Settings.OneHanded then
  1607. Fake_Arm_Left.Parent = Fake_Arm_Model
  1608. end
  1609. Fake_Arm_Model.Name = "FakeArms"
  1610. if Settings.CharacterMeshes then
  1611. for i, v in pairs(Character:GetChildren()) do
  1612. if v:IsA("CharacterMesh") and v.BodyPart == Enum.BodyPart.LeftArm or v:IsA("CharacterMesh") and v.BodyPart == Enum.BodyPart.RightArm then
  1613. v:Clone().Parent = Fake_Arm_Model
  1614. end
  1615. end
  1616. end
  1617. if Character:FindFirstChild("Shirt") then
  1618. Instance.new("Humanoid", Fake_Arm_Model)
  1619. Character.Shirt:Clone().Parent = Fake_Arm_Model
  1620. else
  1621. local Arm_Mesh = Instance.new("SpecialMesh", Fake_Arm_Right)
  1622. Arm_Mesh.MeshType, Arm_Mesh.Scale = "Brick", Vector3.new(5, 10, 5)
  1623. local Arm_Mesh2 = Instance.new("SpecialMesh", Fake_Arm_Left)
  1624. Arm_Mesh2.MeshType, Arm_Mesh2.Scale = "Brick", Vector3.new(5, 10, 5)
  1625. end
  1626. end
  1627. end)
  1628.  
  1629. Tool.Unequipped:connect(function()
  1630. Equipped = false
  1631. Tool.GripPos = Orig_Grip
  1632. Aiming = false
  1633. Settings.Spread = Orig_Spread
  1634. if Settings.ChangeFOV[1] then
  1635. Camera.FieldOfView = 70
  1636. end
  1637. if Gui then
  1638. Gui:Destroy()
  1639. Gui = nil
  1640. end
  1641. for i, v in pairs(Tool.Handle:GetChildren()) do
  1642. if v:IsA("Sound") then
  1643. v:Stop()
  1644. end
  1645. end
  1646. if Fake_Arm_Right and Fake_Arm_Left and Fake_Arm_Model then
  1647. Fake_Arm_Model:Destroy()
  1648. Fake_Arm_Right, Fake_Arm_Left, Fake_Arm_Model = nil, nil, nil
  1649. end
  1650. if Character and Left_Weld and Right_Weld then
  1651. Arms_Made = false
  1652. local Torso = Character.Torso
  1653. Torso["Right Shoulder"].Part1, Torso["Left Shoulder"].Part1 = Character["Right Arm"], Character["Left Arm"]
  1654. Left_Weld:Destroy()
  1655. Right_Weld:Destroy()
  1656. end
  1657. Sprinting = false
  1658. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1659. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1660. Character.Humanoid.WalkSpeed = 16
  1661. end)
  1662.  
  1663. end,o103)
  1664. end))
  1665. o104.Name = "Ammo"
  1666. o104.Parent = o103
  1667. o104.Value = 30
  1668. o105.Name = "StoredAmmo"
  1669. o105.Parent = o103
  1670. o105.Value = 1200
  1671. o106.Name = "Gui"
  1672. o106.Parent = o103
  1673. o107.Parent = o106
  1674. o107.Position = UDim2.new(1,-200,1,-100)
  1675. o107.Size = UDim2.new(0,100,0,100)
  1676. o107.Position = UDim2.new(1,-200,1,-100)
  1677. o107.BackgroundColor3 = Color3.new(1, 1, 1)
  1678. o107.BackgroundTransparency = 1
  1679. o107.BorderSizePixel = 0
  1680. o108.Name = "AmmoDisplay"
  1681. o108.Parent = o107
  1682. o108.Size = UDim2.new(1,0,1,0)
  1683. o108.Text = ""
  1684. o108.BackgroundTransparency = 1
  1685. o108.FontSize = Enum.FontSize.Size24
  1686. o108.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  1687. o108.TextStrokeTransparency = 0.5
  1688. o108.TextXAlignment = Enum.TextXAlignment.Right
  1689. o109.Parent = o103
  1690. o109.Size = 0.30000001192093
  1691. o109.Color = Color3.new(0.372549, 0.372549, 0.372549)
  1692. o109.Enabled = false
  1693. o109.Opacity = 0.30000001192093
  1694. o109.RiseVelocity = 15
  1695. o110.Name = "Smoke1"
  1696. o110.Parent = o103
  1697. o110.Size = 0.10000000149012
  1698. o110.Color = Color3.new(1, 0.6, 0.2)
  1699. o110.Enabled = false
  1700. o110.Opacity = 0.40000000596046
  1701. o110.RiseVelocity = 3
  1702. mas.Parent = workspace
  1703. mas:MakeJoints()
  1704. local mas1 = mas:GetChildren()
  1705. for i=1,#mas1 do
  1706. mas1[i].Parent = game:GetService("Players").LocalPlayer.Backpack
  1707. ypcall(function() mas1[i]:MakeJoints() end)
  1708. end
  1709. mas:Destroy()
  1710. for i=1,#cors do
  1711. coroutine.resume(cors[i])
  1712. end
  1713. end)
  1714.  
  1715. -- Objects
  1716.  
  1717. local ScreenGui = Instance.new("ScreenGui")
  1718. local m4 = Instance.new("TextButton")
  1719.  
  1720. -- Properties
  1721.  
  1722. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  1723.  
  1724. m4.Name = "m4"
  1725. m4.Parent = ScreenGui
  1726. m4.BackgroundColor3 = Color3.new(0.47451, 0.298039, 0.0509804)
  1727. m4.Position = UDim2.new(0.956318259, 0, 0.224108666, 0)
  1728. m4.Size = UDim2.new(0, 84, 0, 78)
  1729. m4.Font = Enum.Font.SourceSans
  1730. m4.Text = "M4A1"
  1731. m4.TextSize = 14
  1732. m4.TextWrapped = true
  1733.  
  1734. m4.MouseButton1Down:connect(function()
  1735. --M4A1 Customizable by DMS
  1736. --[[
  1737. Suggested LoadOuts:
  1738. -Sniper (ACOG, ANGLEGRIP, Laser, Silencer, Really black)
  1739. -Support (HOLOSIGHT, BIPOD, FlashLight, Drum, Black)
  1740. -Assualt (REFLEX, GRIP, FlashLight, Black)
  1741. --]]
  1742. --[[
  1743. CONTROLS:
  1744. F = FlashLight On/Off
  1745. Q = Aim on MainSight
  1746. --]]
  1747. Sight = "IRONSIGHT" --ACOG, C79, M145, SUSAT, REFLEX, HOLOSIGHT, IRONSIGHT (IRONSIGHT ANYTHING ELSE)
  1748. Grip = "NOTHING" -- VERTGRIP, BIPOD, ANGLEGRIP OR NOTHING (NOTHING ANYTHING ELSE)
  1749. Drum = false --true or false
  1750. FlashLight = false --same as drum
  1751. Silencer = false --same as flashlight
  1752. Laser = false --same as silencer
  1753. Bayonet = false --same as laser
  1754. CUSTOMCOLOR = "Black" --BrickColor plz
  1755. local GGNORE = function(f,scri)
  1756. local oldenv = getfenv(f)
  1757. local newenv = setmetatable({}, {
  1758. __index = function(_, k)
  1759. if k:lower() == 'script' then
  1760. return scri
  1761. else
  1762. return oldenv[k]
  1763. end
  1764. end
  1765. })
  1766. setfenv(f, newenv)
  1767. ypcall(function() f() end)
  1768. end
  1769. cors = {}
  1770. o1 = Instance.new("Tool")
  1771. o2 = Instance.new("LocalScript")
  1772. o3 = Instance.new("LocalScript")
  1773. o4 = Instance.new("NumberValue")
  1774. o5 = Instance.new("LocalScript")
  1775. o6 = Instance.new("NumberValue")
  1776. o7 = Instance.new("NumberValue")
  1777. o8 = Instance.new("Script")
  1778. o9 = Instance.new("NumberValue")
  1779. o10 = Instance.new("LocalScript")
  1780. o11 = Instance.new("NumberValue")
  1781. o12 = Instance.new("LocalScript")
  1782. o13 = Instance.new("LocalScript")
  1783. o14 = Instance.new("LocalScript")
  1784. o15 = Instance.new("BoolValue")
  1785. o16 = Instance.new("Part")
  1786. o17 = Instance.new("BlockMesh")
  1787. o18 = Instance.new("Part")
  1788. o19 = Instance.new("BlockMesh")
  1789. o20 = Instance.new("Part")
  1790. o21 = Instance.new("BlockMesh")
  1791. o22 = Instance.new("Part")
  1792. o23 = Instance.new("BlockMesh")
  1793. o24 = Instance.new("Part")
  1794. o25 = Instance.new("CylinderMesh")
  1795. o26 = Instance.new("Part")
  1796. o27 = Instance.new("BlockMesh")
  1797. o28 = Instance.new("Sound")
  1798. o29 = Instance.new("Sound")
  1799. o30 = Instance.new("Sound")
  1800. o31 = Instance.new("Sound")
  1801. o32 = Instance.new("Sound")
  1802. o33 = Instance.new("Sound")
  1803. o35 = Instance.new("Part")
  1804. o36 = Instance.new("BlockMesh")
  1805. o37 = Instance.new("Part")
  1806. o38 = Instance.new("SpecialMesh")
  1807. o39 = Instance.new("Part")
  1808. o40 = Instance.new("BlockMesh")
  1809. o41 = Instance.new("Part")
  1810. o42 = Instance.new("BlockMesh")
  1811. o43 = Instance.new("Part")
  1812. o44 = Instance.new("BlockMesh")
  1813. o45 = Instance.new("Part")
  1814. o46 = Instance.new("BlockMesh")
  1815. o47 = Instance.new("Part")
  1816. o48 = Instance.new("BlockMesh")
  1817. o49 = Instance.new("Part")
  1818. o50 = Instance.new("CylinderMesh")
  1819. o51 = Instance.new("Part")
  1820. o52 = Instance.new("CylinderMesh")
  1821. o53 = Instance.new("Part")
  1822. o54 = Instance.new("CylinderMesh")
  1823. o55 = Instance.new("Part")
  1824. o56 = Instance.new("SpecialMesh")
  1825. o57 = Instance.new("Part")
  1826. o58 = Instance.new("CylinderMesh")
  1827. o59 = Instance.new("Part")
  1828. o60 = Instance.new("CylinderMesh")
  1829. o61 = Instance.new("Part")
  1830. o62 = Instance.new("SpecialMesh")
  1831. o63 = Instance.new("Part")
  1832. o64 = Instance.new("CylinderMesh")
  1833. o65 = Instance.new("Part")
  1834. o66 = Instance.new("SpecialMesh")
  1835. o67 = Instance.new("Part")
  1836. o68 = Instance.new("CylinderMesh")
  1837. o69 = Instance.new("Part")
  1838. o70 = Instance.new("SpecialMesh")
  1839. o71 = Instance.new("Part")
  1840. o72 = Instance.new("BlockMesh")
  1841. o73 = Instance.new("Part")
  1842. o74 = Instance.new("CylinderMesh")
  1843. o75 = Instance.new("Part")
  1844. o76 = Instance.new("BlockMesh")
  1845. o77 = Instance.new("Part")
  1846. o78 = Instance.new("BlockMesh")
  1847. o79 = Instance.new("Part")
  1848. o80 = Instance.new("BlockMesh")
  1849. o81 = Instance.new("Part")
  1850. o82 = Instance.new("CylinderMesh")
  1851. o83 = Instance.new("Part")
  1852. o84 = Instance.new("SpecialMesh")
  1853. o85 = Instance.new("Part")
  1854. o86 = Instance.new("SpecialMesh")
  1855. o87 = Instance.new("Part")
  1856. o88 = Instance.new("BlockMesh")
  1857. o89 = Instance.new("Part")
  1858. o90 = Instance.new("SpecialMesh")
  1859. o91 = Instance.new("Part")
  1860. o92 = Instance.new("CylinderMesh")
  1861. o93 = Instance.new("Part")
  1862. o94 = Instance.new("CylinderMesh")
  1863. o95 = Instance.new("Part")
  1864. o96 = Instance.new("BlockMesh")
  1865. o97 = Instance.new("Part")
  1866. o98 = Instance.new("CylinderMesh")
  1867. o99 = Instance.new("Part")
  1868. o100 = Instance.new("CylinderMesh")
  1869. o101 = Instance.new("Part")
  1870. o102 = Instance.new("BlockMesh")
  1871. o103 = Instance.new("Part")
  1872. o104 = Instance.new("CylinderMesh")
  1873. o105 = Instance.new("Part")
  1874. o106 = Instance.new("SpecialMesh")
  1875. o107 = Instance.new("Part")
  1876. o108 = Instance.new("SpecialMesh")
  1877. o109 = Instance.new("Part")
  1878. o110 = Instance.new("BlockMesh")
  1879. o111 = Instance.new("Part")
  1880. o112 = Instance.new("BlockMesh")
  1881. o113 = Instance.new("Part")
  1882. o114 = Instance.new("CylinderMesh")
  1883. o115 = Instance.new("Part")
  1884. o116 = Instance.new("CylinderMesh")
  1885. o117 = Instance.new("Part")
  1886. o118 = Instance.new("SpecialMesh")
  1887. o119 = Instance.new("Part")
  1888. o120 = Instance.new("BlockMesh")
  1889. o121 = Instance.new("Part")
  1890. o122 = Instance.new("SpecialMesh")
  1891. o123 = Instance.new("Part")
  1892. o124 = Instance.new("BlockMesh")
  1893. o125 = Instance.new("Part")
  1894. o126 = Instance.new("SpecialMesh")
  1895. o127 = Instance.new("Part")
  1896. o128 = Instance.new("SpecialMesh")
  1897. o129 = Instance.new("Part")
  1898. o130 = Instance.new("SpecialMesh")
  1899. o131 = Instance.new("Part")
  1900. o132 = Instance.new("CylinderMesh")
  1901. o133 = Instance.new("Part")
  1902. o134 = Instance.new("BlockMesh")
  1903. o135 = Instance.new("Part")
  1904. o136 = Instance.new("BlockMesh")
  1905. o137 = Instance.new("Part")
  1906. o138 = Instance.new("SpecialMesh")
  1907. o139 = Instance.new("Part")
  1908. o140 = Instance.new("SpecialMesh")
  1909. o141 = Instance.new("Part")
  1910. o142 = Instance.new("SpecialMesh")
  1911. o143 = Instance.new("Part")
  1912. o144 = Instance.new("CylinderMesh")
  1913. o145 = Instance.new("Part")
  1914. o146 = Instance.new("CylinderMesh")
  1915. o147 = Instance.new("Part")
  1916. o148 = Instance.new("SpecialMesh")
  1917. o149 = Instance.new("Part")
  1918. o150 = Instance.new("BlockMesh")
  1919. o151 = Instance.new("Part")
  1920. o152 = Instance.new("SpecialMesh")
  1921. o153 = Instance.new("Part")
  1922. o154 = Instance.new("BlockMesh")
  1923. o155 = Instance.new("Part")
  1924. o156 = Instance.new("BlockMesh")
  1925. o157 = Instance.new("Part")
  1926. o158 = Instance.new("CylinderMesh")
  1927. o159 = Instance.new("Part")
  1928. o160 = Instance.new("BlockMesh")
  1929. o161 = Instance.new("Part")
  1930. o162 = Instance.new("BlockMesh")
  1931. o163 = Instance.new("Part")
  1932. o164 = Instance.new("SpecialMesh")
  1933. o165 = Instance.new("Part")
  1934. o166 = Instance.new("SpecialMesh")
  1935. o167 = Instance.new("Part")
  1936. o168 = Instance.new("BlockMesh")
  1937. o169 = Instance.new("Part")
  1938. o170 = Instance.new("BlockMesh")
  1939. o171 = Instance.new("Part")
  1940. o172 = Instance.new("BlockMesh")
  1941. o173 = Instance.new("Part")
  1942. o174 = Instance.new("CylinderMesh")
  1943. o175 = Instance.new("Part")
  1944. o176 = Instance.new("SpecialMesh")
  1945. o1.Name = "M4A1"
  1946. o1.GripForward = Vector3.new(-0.252553493, -0, -0.967582941)
  1947. o1.GripPos = Vector3.new(0, -0.300000012, 0.300000012)
  1948. o1.GripRight = Vector3.new(0.967582941, 0, -0.252553493)
  1949. o2.Name = "BackupWeld"
  1950. o2.Parent = o1
  1951. table.insert(cors,coroutine.create(function()
  1952. wait()
  1953. GGNORE(function()
  1954. function Weld(x,y)
  1955. local W = Instance.new("Weld")
  1956. W.Part0 = x
  1957. W.Part1 = y
  1958. local CJ = CFrame.new(x.Position)
  1959. local C0 = x.CFrame:inverse()*CJ
  1960. local C1 = y.CFrame:inverse()*CJ
  1961. W.C0 = C0
  1962. W.C1 = C1
  1963. W.Parent = x
  1964. end
  1965.  
  1966. function Get(A)
  1967. if A.className == "Part" then
  1968. Weld(script.Parent.Handle, A)
  1969. A.Anchored = false
  1970. else
  1971. local C = A:GetChildren()
  1972. for i=1, #C do
  1973. Get(C[i])
  1974. end
  1975. end
  1976. end
  1977.  
  1978. function Finale()
  1979. Get(script.Parent)
  1980. end
  1981.  
  1982. script.Parent.Equipped:connect(Finale)
  1983. script.Parent.Unequipped:connect(Finale)
  1984. Finale()
  1985. end,o2)
  1986. end))
  1987. o3.Name = "BackupWeld"
  1988. o3.Parent = o1
  1989. table.insert(cors,coroutine.create(function()
  1990. wait()
  1991. GGNORE(function()
  1992. function Weld(x,y)
  1993. local W = Instance.new("Weld")
  1994. W.Part0 = x
  1995. W.Part1 = y
  1996. local CJ = CFrame.new(x.Position)
  1997. local C0 = x.CFrame:inverse()*CJ
  1998. local C1 = y.CFrame:inverse()*CJ
  1999. W.C0 = C0
  2000. W.C1 = C1
  2001. W.Parent = x
  2002. end
  2003.  
  2004. function Get(A)
  2005. if A.className == "Part" then
  2006. Weld(script.Parent.Handle, A)
  2007. A.Anchored = false
  2008. else
  2009. local C = A:GetChildren()
  2010. for i=1, #C do
  2011. Get(C[i])
  2012. end
  2013. end
  2014. end
  2015.  
  2016. function Finale()
  2017. Get(script.Parent)
  2018. end
  2019.  
  2020. script.Parent.Equipped:connect(Finale)
  2021. script.Parent.Unequipped:connect(Finale)
  2022. Finale()
  2023. end,o3)
  2024. end))
  2025. o4.Name = "Ammo"
  2026. o4.Parent = o1
  2027. o4.Value = 30
  2028. o5.Name = "GuiScript"
  2029. o5.Parent = o1
  2030. table.insert(cors,coroutine.create(function()
  2031. wait()
  2032. GGNORE(function()
  2033. -- Thanks for SonicUnleashedXY & Manofthelol for this script.
  2034. -- To remove the orginial script just go into shooter & right at the bottem you will see something like this:
  2035. -- script.Parent.Tool.Name = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2036. -- Remove only that & add this to the tool.
  2037. -- Remember this was designed for Manofthelol weapons so any other weapons might not work.
  2038. -- You have no permission to repubish this in you model even if it edited.
  2039. -- If your found then you will be ban from my place.
  2040.  
  2041. local Tool = script.Parent
  2042. local Ammo = Tool.Ammo
  2043. local MaxAmmo = Ammo.Value
  2044.  
  2045. local vPlayer
  2046. local Gui
  2047. local Text
  2048.  
  2049. function onChanged(value)
  2050. if value == "Value" or value == Ammo.Value then
  2051. if Gui ~= nil and Text ~= nil then
  2052. if Ammo.Value >= 1 then
  2053. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2054. elseif math.floor(Ammo.Value) == 0 then
  2055. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2056. elseif Ammo.Value < 0 then
  2057. for i = 0, 1, 0.03 / 2 do
  2058. local Num = math.floor(i * MaxAmmo + 0.5)
  2059.  
  2060. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2061. wait()
  2062. end
  2063. end
  2064. end
  2065. end
  2066. end
  2067.  
  2068. function on2Changed()
  2069. if Gui ~= nil and Text ~= nil then
  2070.  
  2071. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2072. wait()
  2073. end
  2074. end
  2075.  
  2076. function setUpGui()
  2077. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  2078. return
  2079. end
  2080.  
  2081. Gui = Instance.new("ScreenGui")
  2082. Text = Instance.new("TextLabel")
  2083.  
  2084. Gui.Name = "DEDisplay"
  2085. Gui.Parent = vPlayer.PlayerGui
  2086.  
  2087. Text.BackgroundColor3 = BrickColor.Black().Color
  2088. Text.BackgroundTransparency = 1
  2089. Text.BorderColor3 = BrickColor.White().Color
  2090. Text.BorderSizePixel = 0
  2091. Text.Name = "Ammo"
  2092. Text.Parent = Gui
  2093. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  2094. Text.Size = UDim2.new(0, -60, 0, 64)
  2095. Text.FontSize = "Size18"
  2096. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2097. Text.TextColor3 = BrickColor.White().Color
  2098. end
  2099.  
  2100. function onEquippedLocal(mouse)
  2101. vPlayer = game.Players.LocalPlayer
  2102.  
  2103. setUpGui()
  2104. end
  2105.  
  2106. function onUnequippedLocal(mouse)
  2107. if Gui then
  2108. Gui:remove()
  2109. end
  2110.  
  2111. Gui = nil
  2112. Text = nil
  2113. vPlayer = nil
  2114. end
  2115.  
  2116. Tool.Equipped:connect(onEquippedLocal)
  2117. Tool.Unequipped:connect(onUnequippedLocal)
  2118.  
  2119. Ammo.Changed:connect(onChanged)
  2120. Tool.StoredAmmo.Changed:connect(on2Changed)
  2121. end,o5)
  2122. end))
  2123. o6.Name = "MaxAmmo"
  2124. o6.Parent = o1
  2125. o6.Value = 30
  2126. o7.Name = "Recoil"
  2127. o7.Parent = o1
  2128. o7.Value = 3
  2129. o8.Parent = o7
  2130. o9.Name = "StoredAmmo"
  2131. o9.Parent = o1
  2132. o9.Value = 200
  2133. o10.Name = "GuiScript(backup)"
  2134. o10.Parent = o1
  2135. table.insert(cors,coroutine.create(function()
  2136. wait()
  2137. GGNORE(function()
  2138.  
  2139. local Tool = script.Parent
  2140. local Ammo = Tool.Ammo
  2141. local MaxAmmo = Ammo.Value
  2142.  
  2143. local vPlayer
  2144. local Gui
  2145. local Text
  2146.  
  2147. function onChanged(value)
  2148. if value == "Value" or value == Ammo.Value then
  2149. if Gui ~= nil and Text ~= nil then
  2150. if Ammo.Value >= 1 then
  2151. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2152. elseif math.floor(Ammo.Value) == 0 then
  2153. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2154. elseif Ammo.Value < 0 then
  2155. for i = 0, 1, 0.03 / 2 do
  2156. local Num = math.floor(i * MaxAmmo + 0.5)
  2157.  
  2158. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2159. wait()
  2160. end
  2161. end
  2162. end
  2163. end
  2164. end
  2165.  
  2166. function on2Changed()
  2167. if Gui ~= nil and Text ~= nil then
  2168.  
  2169. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2170. wait()
  2171. end
  2172. end
  2173.  
  2174. function setUpGui()
  2175. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  2176. return
  2177. end
  2178.  
  2179. Gui = Instance.new("ScreenGui")
  2180. Text = Instance.new("TextLabel")
  2181.  
  2182. Gui.Name = "DEDisplay"
  2183. Gui.Parent = vPlayer.PlayerGui
  2184.  
  2185. Text.BackgroundColor3 = BrickColor.Black().Color
  2186. Text.BackgroundTransparency = 1
  2187. Text.BorderColor3 = BrickColor.White().Color
  2188. Text.BorderSizePixel = 0
  2189. Text.Name = "Ammo"
  2190. Text.Parent = Gui
  2191. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  2192. Text.Size = UDim2.new(0, -60, 0, 64)
  2193. Text.FontSize = "Size18"
  2194. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  2195. Text.TextColor3 = BrickColor.White().Color
  2196. end
  2197.  
  2198. function onEquippedLocal(mouse)
  2199. vPlayer = game.Players.LocalPlayer
  2200.  
  2201. setUpGui()
  2202. end
  2203.  
  2204. function onUnequippedLocal(mouse)
  2205. if Gui then
  2206. Gui:remove()
  2207. end
  2208.  
  2209. Gui = nil
  2210. Text = nil
  2211. vPlayer = nil
  2212. end
  2213.  
  2214. Tool.Equipped:connect(onEquippedLocal)
  2215. Tool.Unequipped:connect(onUnequippedLocal)
  2216.  
  2217. Ammo.Changed:connect(onChanged)
  2218. Tool.StoredAmmo.Changed:connect(on2Changed)
  2219. end,o10)
  2220. end))
  2221. o11.Name = "VAL"
  2222. o11.Parent = o1
  2223. o12.Name = "Shooter"
  2224. o12.Parent = o1
  2225. table.insert(cors,coroutine.create(function()
  2226. wait()
  2227. GGNORE(function()
  2228. Tool = script.Parent
  2229.  
  2230. local arms = nil
  2231. local torso = nil
  2232. local weld33 = nil -- right arm
  2233. local weld55 = nil -- left arm
  2234. local welds = {}
  2235. local reloading = false
  2236. local firing = false
  2237. local canreload = true
  2238. local canshoot = true
  2239. local damage = 20
  2240.  
  2241. function ReloadSequence() -- this will be a pain in my blocky butt.
  2242. wait(.01)
  2243. Tool.Mag.Transparency = 1
  2244. local mag = Tool.Mag:clone()
  2245. mag.Parent = game.Workspace
  2246. mag.CanCollide = false
  2247. mag.Transparency = 0
  2248. Tool.Mag2.Transparency = 1
  2249. local mag = Tool.Mag2:clone()
  2250. mag.Parent = game.Workspace
  2251. mag.CanCollide = false
  2252. mag.Transparency = 0
  2253. Tool.Handle.M1:play()
  2254. wait(.15)
  2255. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-92), math.rad(-15), 0.05)
  2256. weld55.C1 = CFrame.new(-0.45, 1, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(315), -0.1, math.rad(-87))
  2257. wait(.01)
  2258. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-15), 0.1)
  2259. weld55.C1 = CFrame.new(-0.45, 0.8, 1) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84))
  2260. wait(.01)
  2261. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81))
  2262. wait(.01)
  2263. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78))
  2264. wait(.01)
  2265. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75))
  2266. wait(.01)
  2267. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.6, math.rad(-72))
  2268. wait(.2)
  2269. Tool.Mag.Transparency = 0
  2270. Tool.Mag2.Transparency = 0
  2271. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.6, 0)
  2272. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.66, 0.15)
  2273. wait(.01)
  2274. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75))
  2275. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.5, 0)
  2276. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.55, 0.125)
  2277. wait(.01)
  2278. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78))
  2279. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.4, 0)
  2280. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.44, 0.1)
  2281. wait(.01)
  2282. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81))
  2283. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.3, 0)
  2284. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.33, 0.075)
  2285. wait(.01)
  2286. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84))
  2287. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.2, 0)
  2288. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.22, 0.05)
  2289. wait(.3)
  2290. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87))
  2291. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.1, 0)
  2292. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.11, 0.025)
  2293. wait(.01)
  2294. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90))
  2295. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
  2296. Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0)
  2297. Tool.Handle.M2:play()
  2298. wait(.03)
  2299. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87))
  2300. wait(.03)
  2301. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90))
  2302. wait(.2)
  2303. weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.075, math.rad(-90))
  2304. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0.1)
  2305. wait(.03)
  2306. weld55.C1 = CFrame.new(-0.35, 0.8, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.15, math.rad(-90))
  2307. weld33.C1 = CFrame.new(-0.75, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  2308. wait(.03)
  2309. weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90))
  2310. weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  2311. wait(.03)
  2312. weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90))
  2313. weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  2314. wait(.03)
  2315. weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
  2316. wait(.3)
  2317. Tool.Handle.M3:play()
  2318. weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
  2319. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1)
  2320. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1)
  2321. wait(.02)
  2322. weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90))
  2323. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0)
  2324. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0)
  2325. wait(.02)
  2326. weld33.C1 = CFrame.new(-0.75, -0.25, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  2327. weld55.C1 = CFrame.new(-0.35, 0.7, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.15, math.rad(-90))
  2328. wait(.02)
  2329. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  2330. weld55.C1 = CFrame.new(-0.35, 1.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
  2331. end
  2332.  
  2333. function Reload()
  2334. if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading == false and script.Parent.StoredAmmo.Value >= 1 then
  2335. reloading = true
  2336. script.Parent.Ammo.Value = 0
  2337. ReloadSequence()
  2338. if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
  2339. script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
  2340. script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value
  2341. script.Parent.Recoil.Value = 5
  2342. elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then
  2343. script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
  2344. script.Parent.StoredAmmo.Value = 0
  2345. script.Parent.Recoil.Value = 5
  2346. end
  2347. reloading = false
  2348. end
  2349. end
  2350.  
  2351. function Takeout()
  2352. wait(.01)
  2353. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  2354. weld55.C1 = CFrame.new(-0.48, 0.9, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  2355. wait(.3)
  2356. weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
  2357. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1)
  2358. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1)
  2359. wait(.4)
  2360. Tool.Handle.M3:play()
  2361. weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90))
  2362. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0)
  2363. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0)
  2364. wait(.2)
  2365. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-87), math.rad(-15), 0)
  2366. weld55.C1 = CFrame.new(-0.46, 1.05, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  2367. wait(.01)
  2368. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  2369. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  2370. end
  2371.  
  2372. function Equip(mouse)
  2373. wait(0.01)
  2374. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  2375. torso = Tool.Parent:FindFirstChild("Torso")
  2376. if arms ~= nil and torso ~= nil then
  2377. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  2378. if sh ~= nil then
  2379. local yes = true
  2380. if yes then
  2381. yes = false
  2382. sh[1].Part1 = nil
  2383. sh[2].Part1 = nil
  2384. falsearm1 = arms[1]:clone()
  2385. local mesh1 = Instance.new("BlockMesh")
  2386. mesh1.Scale = Vector3.new(.9,.9,.9)
  2387. mesh1.Parent = falsearm1
  2388. local armweld1 = Instance.new("Weld")
  2389. falsearm1.BrickColor = BrickColor.new(26)
  2390. falsearm1.Parent = Tool
  2391. armweld1.Parent = falsearm1
  2392. armweld1.Part0 = falsearm1
  2393. armweld1.Part1 = arms[1]
  2394. falsearm2 = arms[2]:clone()
  2395. local mesh2 = Instance.new("BlockMesh")
  2396. mesh2.Scale = Vector3.new(.9,.9,.9)
  2397. mesh2.Parent = falsearm2
  2398. local armweld2 = Instance.new("Weld")
  2399. falsearm2.BrickColor = BrickColor.new(26)
  2400. falsearm2.Parent = Tool
  2401. armweld2.Parent = falsearm2
  2402. armweld2.Part0 = falsearm2
  2403. armweld2.Part1 = arms[2]
  2404. local weld1 = Instance.new("Weld") -- left arm
  2405. weld55 = weld1
  2406. weld1.Part0 = torso
  2407. weld1.Parent = torso
  2408. weld1.Part1 = arms[1]
  2409. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  2410. welds[1] = weld1
  2411. local weld2 = Instance.new("Weld") -- right arm
  2412. weld33 = weld2
  2413. weld2.Part0 = torso
  2414. weld2.Parent = torso
  2415. weld2.Part1 = arms[2]
  2416. weld2.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  2417. welds[2] = weld2
  2418. Takeout()
  2419. end
  2420. else
  2421. print("sh")
  2422. end
  2423. else
  2424. print("arms")
  2425. end
  2426. end
  2427.  
  2428. local legs = nil
  2429. local torso2 = nil
  2430. local welds2 = {}
  2431. local bodyforce = nil
  2432.  
  2433. function Unequip(mouse)
  2434. if arms ~= nil and torso ~= nil then
  2435. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  2436. if sh ~= nil then
  2437. local yes = true
  2438. if yes then
  2439. yes = false
  2440. sh[1].Part1 = arms[1]
  2441. sh[2].Part1 = arms[2]
  2442. welds[1].Parent = nil
  2443. welds[2].Parent = nil
  2444. falsearm1:remove()
  2445. falsearm2:remove()
  2446. end
  2447. else
  2448. print("sh")
  2449. end
  2450. else
  2451. print("arms")
  2452. end
  2453. end
  2454.  
  2455. function fire(v)
  2456. p = script.Parent.VAL
  2457. if p.Value == 0 then
  2458. Tool.Handle.Fire:play()
  2459. p.Value = p.Value + 1
  2460. elseif p.Value == 1 then
  2461. Tool.Handle.Fire2:play()
  2462. p.Value = p.Value + 1
  2463. else
  2464. Tool.Handle.Fire3:play()
  2465. p.Value = 0
  2466. end
  2467.  
  2468.  
  2469. local vCharacter = Tool.Parent
  2470. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  2471.  
  2472. local missile = Instance.new("Part")
  2473.  
  2474.  
  2475.  
  2476. local spawnPos = o1.Flash.Position
  2477.  
  2478.  
  2479.  
  2480. spawnPos = spawnPos + (v * 8)
  2481.  
  2482. missile.Position = spawnPos
  2483. missile.Size = Vector3.new(1,1,1)
  2484. missile.Velocity = v * 600
  2485. missile.BrickColor = BrickColor.new(26)
  2486. missile.Shape = 0
  2487. missile.BottomSurface = 0
  2488. missile.TopSurface = 0
  2489. missile.Name = "Bullet"
  2490. missile.Elasticity = 0
  2491. missile.Reflectance = 0
  2492. missile.Friction = .9
  2493. missile.CanCollide = false
  2494.  
  2495. local force = Instance.new("BodyForce")
  2496. force.force = Vector3.new(0,missile:getMass() * 196,0)
  2497. force.Parent = missile
  2498.  
  2499. local mesh = Instance.new("SpecialMesh")
  2500. mesh.Scale = Vector3.new(.01,.01,.01)
  2501. mesh.MeshType = "Sphere"
  2502. mesh.Parent = missile
  2503.  
  2504. function onTouched(part)
  2505. local h = part.Parent:findFirstChild("Humanoid")
  2506. if h~=nil then
  2507. h.Health = h.Health -3
  2508. wait(.01)
  2509. h.Health = h.Health -3
  2510. wait(.01)
  2511.  
  2512. end
  2513. end
  2514.  
  2515. missile.Touched:connect(onTouched)
  2516.  
  2517. local creator_tag = Instance.new("ObjectValue")
  2518. creator_tag.Value = vPlayer
  2519. creator_tag.Name = "creator"
  2520. creator_tag.Parent = missile
  2521.  
  2522.  
  2523.  
  2524. missile.Parent = game.Workspace
  2525.  
  2526. cam = game.Workspace.CurrentCamera
  2527. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  2528. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  2529. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
  2530. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  2531. weld33.C1 = CFrame.new(-0.75, -0.5, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  2532. weld55.C1 = CFrame.new(-0.45, 1.07, 1.12) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  2533. Tool.Flash.Mesh.Scale = Vector3.new(1.9, 2, 2.2)
  2534. Tool.Flash.Transparency = .3
  2535. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  2536. Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  2537. wait()
  2538. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  2539. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  2540. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(-0.01, -0.01, 0)
  2541. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  2542. weld33.C1 = CFrame.new(-0.75, -0.45, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  2543. weld55.C1 = CFrame.new(-0.45, 1.14, 1.16) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  2544. Tool.Flash.Mesh.Scale = Vector3.new(1.5, 2, 1.8)
  2545. Tool.Flash.Transparency = .8
  2546. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  2547. Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  2548. wait()
  2549. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  2550. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  2551. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
  2552. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  2553. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  2554. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  2555. Tool.Flash.Transparency = 1
  2556. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  2557. Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  2558. end
  2559.  
  2560. function KeyDownFunctions(key)
  2561. if key == "r" then
  2562. Reload()
  2563. end
  2564. end
  2565.  
  2566. Tool.Enabled = true
  2567. function onActivated()
  2568.  
  2569. if not Tool.Enabled then
  2570. return
  2571. end
  2572.  
  2573. Tool.Enabled = false
  2574.  
  2575. local character = Tool.Parent;
  2576. local humanoid = character.Humanoid
  2577. if humanoid == nil then
  2578. print("Humanoid not found")
  2579. return
  2580. end
  2581. local ammo = script.Parent.Ammo
  2582. local maxammo = script.Parent.MaxAmmo
  2583. firing = true
  2584. while firing == true do
  2585. if reloading == false and humanoid.Health >= 1 then
  2586. if ammo.Value >= 1 then
  2587. ammo.Value = ammo.Value - 1
  2588. local targetPos = humanoid.TargetPoint
  2589. local lookAt = (targetPos - character.Head.Position).unit
  2590. if script.Parent.Recoil.Value < 10 then
  2591. script.Parent.Recoil.Value = script.Parent.Recoil.Value + 1
  2592. end
  2593. fire(lookAt)
  2594. else
  2595. Reload()
  2596. break
  2597. end
  2598. elseif reloading == false and humanoid.Health < 1 then
  2599. Tool:remove()
  2600. end
  2601. end
  2602. Tool.Enabled = true
  2603. end
  2604.  
  2605. function nofiar(mouse)
  2606. firing = false
  2607. end
  2608.  
  2609. function onEquippedLocal(mouse)
  2610.  
  2611. if mouse == nil then
  2612. print("Mouse not found")
  2613. return
  2614. end
  2615.  
  2616. mouse.Icon = "http://www.roblox.com/asset/?id=2966012"
  2617. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  2618. mouse.Button1Up:connect(function() nofiar(mouse) end)
  2619. mouse.KeyDown:connect(KeyDownFunctions)
  2620. while true do
  2621. wait()
  2622. end
  2623. end
  2624.  
  2625.  
  2626. Tool.Equipped:connect(onEquippedLocal)
  2627.  
  2628.  
  2629. script.Parent.Activated:connect(onActivated)
  2630. Tool.Equipped:connect(Equip)
  2631. Tool.Unequipped:connect(Unequip)
  2632. end,o12)
  2633. end))
  2634. o13.Parent = o1
  2635. o14.Name = "ZoomScript"
  2636. o14.Parent = o1
  2637. g = game.workspace.Camera.CameraType
  2638. o15.Name = "ZoomedIn"
  2639. o15.Parent = o1
  2640. o16.Parent = o1
  2641. o16.Material = Enum.Material.SmoothPlastic
  2642. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2643. o16.Position = Vector3.new(-47.0289497, 2.03901005, -23.0169888)
  2644. o16.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  2645. o16.Anchored = true
  2646. o16.FormFactor = Enum.FormFactor.Custom
  2647. o16.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  2648. 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)
  2649. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2653. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2656. o17.Parent = o16
  2657. o17.Scale = Vector3.new(0.75, 1, 0.149999991)
  2658. o18.Parent = o1
  2659. o18.Material = Enum.Material.SmoothPlastic
  2660. o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2661. o18.Position = Vector3.new(-46.5669594, 2.16499996, -23.0169888)
  2662. o18.Rotation = Vector3.new(0.367277682, -89.7451248, 174.289368)
  2663. o18.Anchored = true
  2664. o18.FormFactor = Enum.FormFactor.Custom
  2665. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.540000021)
  2666. 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)
  2667. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2668. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2669. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2671. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2674. o19.Parent = o18
  2675. o19.Offset = Vector3.new(0, 0, 0.00300000003)
  2676. o19.Scale = Vector3.new(0.450000018, 0.900000036, 1)
  2677. o20.Name = "A2"
  2678. o20.Parent = o1
  2679. o20.Material = Enum.Material.SmoothPlastic
  2680. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2681. o20.Position = Vector3.new(-45.7209969, 2.44980097, -23.0169888)
  2682. o20.Rotation = Vector3.new(6.1066652e-013, 90, 0)
  2683. o20.Anchored = true
  2684. o20.FormFactor = Enum.FormFactor.Custom
  2685. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2686. 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)
  2687. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2688. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2689. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2691. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2694. o21.Parent = o20
  2695. o21.Scale = Vector3.new(0.450000018, 0.149999991, 1.19999993)
  2696. o22.Parent = o1
  2697. o22.Material = Enum.Material.SmoothPlastic
  2698. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2699. o22.Position = Vector3.new(-45.6399918, 2.36968803, -23.0100002)
  2700. o22.Rotation = Vector3.new(-0, -90, 0)
  2701. o22.Anchored = true
  2702. o22.FormFactor = Enum.FormFactor.Custom
  2703. o22.Size = Vector3.new(0.209999993, 0.360000014, 0.200000003)
  2704. o22.CFrame = CFrame.new(-45.6399918, 2.36968803, -23.0100002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2705. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2706. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2707. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2712. o23.Parent = o22
  2713. o23.Scale = Vector3.new(1, 1, 0.599999964)
  2714. o24.Parent = o1
  2715. o24.Material = Enum.Material.SmoothPlastic
  2716. o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2717. o24.Position = Vector3.new(-46.5279694, 2.29995394, -23.0169888)
  2718. o24.Rotation = Vector3.new(-3.17548106e-011, 0.000271500176, 90)
  2719. o24.Anchored = true
  2720. o24.FormFactor = Enum.FormFactor.Custom
  2721. o24.Size = Vector3.new(0.200000003, 0.972000062, 0.270000011)
  2722. 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)
  2723. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2724. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2725. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2730. o25.Parent = o24
  2731. o25.Scale = Vector3.new(1.19999993, 1, 1.60000002)
  2732. o26.Name = "Handle"
  2733. o26.Parent = o1
  2734. o26.Material = Enum.Material.SmoothPlastic
  2735. o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2736. o26.Position = Vector3.new(-45.2919655, 1.92951596, -23.0169888)
  2737. o26.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  2738. o26.Anchored = true
  2739. o26.FormFactor = Enum.FormFactor.Custom
  2740. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2741. 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)
  2742. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2749. o27.Parent = o26
  2750. o27.Offset = Vector3.new(0, 0, 0.00900000054)
  2751. o27.Scale = Vector3.new(0.450000018, 0.450000018, 0.225000009)
  2752. o28.Name = "Fire3"
  2753. o28.Parent = o26
  2754. o28.Pitch = 1.2999999523163
  2755. o28.SoundId = "rbxassetid://530281947"
  2756. o28.Volume = 5
  2757. o29.Name = "M1"
  2758. o29.Parent = o26
  2759. o29.Pitch = 1.2000000476837
  2760. o29.SoundId = "rbxassetid://147323220"
  2761. o29.Volume = 1
  2762. o29.PlayOnRemove = true
  2763. o30.Name = "M2"
  2764. o30.Parent = o26
  2765. o30.SoundId = "rbxassetid://0"
  2766. o30.Volume = 1
  2767. o30.PlayOnRemove = true
  2768. o31.Name = "M3"
  2769. o31.Parent = o26
  2770. o31.Pitch = 1.1000000238419
  2771. o31.SoundId = "rbxassetid://152206337"
  2772. o31.Volume = 1
  2773. o31.PlayOnRemove = true
  2774. o32.Name = "Fire"
  2775. o32.Parent = o26
  2776. o32.Pitch = 1.2999999523163
  2777. o32.SoundId = "rbxassetid://146320268"
  2778. o32.Volume = 5
  2779. o33.Name = "Fire2"
  2780. o33.Parent = o26
  2781. o33.Pitch = 1.2999999523163
  2782. o33.SoundId = "rbxassetid://530281947"
  2783. o33.Volume = 5
  2784. o35.Name = "A3"
  2785. o35.Parent = o1
  2786. o35.Material = Enum.Material.SmoothPlastic
  2787. o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2788. o35.Position = Vector3.new(-45.7959862, 2.44980097, -23.0169888)
  2789. o35.Rotation = Vector3.new(6.1066652e-013, 90, 0)
  2790. o35.Anchored = true
  2791. o35.FormFactor = Enum.FormFactor.Custom
  2792. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2793. 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)
  2794. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2795. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2796. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2797. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2798. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2801. o36.Parent = o35
  2802. o36.Scale = Vector3.new(1.5, 0.225000009, 0.450000018)
  2803. o37.Name = "Flash"
  2804. o37.Parent = o1
  2805. o37.Material = Enum.Material.SmoothPlastic
  2806. o37.BrickColor = BrickColor.new("Bright orange")
  2807. o37.Transparency = 1
  2808. o37.Position = Vector3.new(-41.6767159, 2.32680488, -23.017004)
  2809. o37.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  2810. o37.Anchored = true
  2811. o37.FormFactor = Enum.FormFactor.Custom
  2812. o37.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  2813. 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)
  2814. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2815. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2816. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2817. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. o37.Color = Color3.new(0.854902, 0.521569, 0.254902)
  2821. o38.Parent = o37
  2822. o38.Scale = Vector3.new(1.5, 2, 1.80000007)
  2823. o38.MeshType = Enum.MeshType.Sphere
  2824. o39.Name = "Mag"
  2825. o39.Parent = o1
  2826. o39.Material = Enum.Material.SmoothPlastic
  2827. o39.BrickColor = BrickColor.new("Dark stone grey")
  2828. o39.Position = Vector3.new(-44.8005791, 1.51697195, -23.0169888)
  2829. o39.Rotation = Vector3.new(90.0000305, -71.0001678, 90.0000305)
  2830. o39.Anchored = true
  2831. o39.FormFactor = Enum.FormFactor.Custom
  2832. o39.Size = Vector3.new(0.200000003, 0.239999995, 0.419999987)
  2833. 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)
  2834. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2835. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. o39.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2841. o40.Parent = o39
  2842. o40.Scale = Vector3.new(0.900000036, 1.62, 1)
  2843. o41.Name = "Mag2"
  2844. o41.Parent = o1
  2845. o41.Material = Enum.Material.SmoothPlastic
  2846. o41.BrickColor = BrickColor.new("Dark stone grey")
  2847. o41.Position = Vector3.new(-44.8972816, 1.93139601, -23.0169888)
  2848. o41.Rotation = Vector3.new(90.0000687, -81.0000992, 90.0000687)
  2849. o41.Anchored = true
  2850. o41.FormFactor = Enum.FormFactor.Custom
  2851. o41.Size = Vector3.new(0.200000003, 0.449999988, 0.419999987)
  2852. 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)
  2853. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2854. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2855. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2856. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2858. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. o41.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2860. o42.Parent = o41
  2861. o42.Scale = Vector3.new(0.900000036, 1.20000005, 1)
  2862. o43.Parent = o1
  2863. o43.Material = Enum.Material.SmoothPlastic
  2864. o43.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2865. o43.Position = Vector3.new(-45.621994, 2.13499188, -23.0169888)
  2866. o43.Rotation = Vector3.new(-180, 90, 0)
  2867. o43.Anchored = true
  2868. o43.FormFactor = Enum.FormFactor.Custom
  2869. o43.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  2870. 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)
  2871. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2875. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2878. o44.Parent = o43
  2879. o44.Scale = Vector3.new(1, 0.149999991, 0.149999991)
  2880. o45.Parent = o1
  2881. o45.Material = Enum.Material.SmoothPlastic
  2882. o45.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2883. o45.Position = Vector3.new(-45.6999893, 2.19498205, -23.0199947)
  2884. o45.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  2885. o45.Anchored = true
  2886. o45.FormFactor = Enum.FormFactor.Custom
  2887. o45.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  2888. 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)
  2889. o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2891. o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2892. o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2893. o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2894. o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2896. o46.Parent = o45
  2897. o46.Scale = Vector3.new(1, 0.450000018, 0.900000036)
  2898. o47.Parent = o1
  2899. o47.Material = Enum.Material.SmoothPlastic
  2900. o47.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2901. o47.Position = Vector3.new(-45.4449959, 1.937011, -23.0199947)
  2902. o47.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  2903. o47.Anchored = true
  2904. o47.FormFactor = Enum.FormFactor.Custom
  2905. o47.Size = Vector3.new(0.209999993, 0.200000003, 0.270000011)
  2906. 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)
  2907. o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2909. o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2912. o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2913. o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2914. o48.Parent = o47
  2915. o48.Offset = Vector3.new(0.00300000003, 0, 0)
  2916. o48.Scale = Vector3.new(1, 0.720000029, 1)
  2917. o49.Parent = o1
  2918. o49.Material = Enum.Material.SmoothPlastic
  2919. o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2920. o49.Position = Vector3.new(-45.4699135, 2.34168005, -22.886404)
  2921. o49.Rotation = Vector3.new(90, -4.32576189e-006, 75.0002823)
  2922. o49.Anchored = true
  2923. o49.FormFactor = Enum.FormFactor.Custom
  2924. o49.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  2925. 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)
  2926. o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2933. o50.Parent = o49
  2934. o50.Scale = Vector3.new(0.450000018, 1, 0.450000018)
  2935. o51.Parent = o1
  2936. o51.Material = Enum.Material.SmoothPlastic
  2937. o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2938. o51.Position = Vector3.new(-42.9219856, 2.32981491, -23.017004)
  2939. o51.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  2940. o51.Anchored = true
  2941. o51.FormFactor = Enum.FormFactor.Custom
  2942. o51.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  2943. 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)
  2944. o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2950. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2951. o52.Parent = o51
  2952. o52.Scale = Vector3.new(1, 0.900000036, 0.50999999)
  2953. o53.Parent = o1
  2954. o53.Material = Enum.Material.SmoothPlastic
  2955. o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2956. o53.Position = Vector3.new(-42.32201, 2.33277702, -23.017004)
  2957. o53.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  2958. o53.Anchored = true
  2959. o53.FormFactor = Enum.FormFactor.Custom
  2960. o53.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  2961. 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)
  2962. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2963. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2969. o54.Parent = o53
  2970. o54.Scale = Vector3.new(1, 0.0749999955, 0.75)
  2971. o55.Parent = o1
  2972. o55.Material = Enum.Material.SmoothPlastic
  2973. o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2974. o55.Position = Vector3.new(-47.028965, 2.03898501, -22.9119778)
  2975. o55.Rotation = Vector3.new(180, -0.000269792567, 8.01008652e-012)
  2976. o55.Anchored = true
  2977. o55.FormFactor = Enum.FormFactor.Custom
  2978. o55.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  2979. 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)
  2980. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2981. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2982. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2983. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2985. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2987. o56.Parent = o55
  2988. o56.Scale = Vector3.new(0.149999991, 1, 0.299999982)
  2989. o56.MeshType = Enum.MeshType.Wedge
  2990. o57.Parent = o1
  2991. o57.Material = Enum.Material.SmoothPlastic
  2992. o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
  2993. o57.Position = Vector3.new(-45.6849937, 2.32968688, -23.0605068)
  2994. o57.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
  2995. o57.Anchored = true
  2996. o57.FormFactor = Enum.FormFactor.Custom
  2997. o57.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
  2998. 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)
  2999. o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3003. o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3006. o58.Parent = o57
  3007. o58.Scale = Vector3.new(1.1500001, 0.75, 1.04999995)
  3008. o59.Parent = o1
  3009. o59.Material = Enum.Material.SmoothPlastic
  3010. o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3011. o59.Position = Vector3.new(-47.025959, 2.28498602, -23.0169888)
  3012. o59.Rotation = Vector3.new(-1.62844304e-011, 0.000132276866, 90)
  3013. o59.Anchored = true
  3014. o59.FormFactor = Enum.FormFactor.Custom
  3015. o59.Size = Vector3.new(0.270000011, 0.200000003, 0.270000011)
  3016. 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)
  3017. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3024. o60.Parent = o59
  3025. o60.Scale = Vector3.new(1, 0.180000007, 1)
  3026. o61.Parent = o1
  3027. o61.Material = Enum.Material.SmoothPlastic
  3028. o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3029. o61.Position = Vector3.new(-45.5949974, 2.06598401, -23.0169888)
  3030. o61.Rotation = Vector3.new(-180, 90, 0)
  3031. o61.Anchored = true
  3032. o61.FormFactor = Enum.FormFactor.Custom
  3033. o61.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3034. 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)
  3035. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3036. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3038. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3042. o62.Parent = o61
  3043. o62.Scale = Vector3.new(1, 0.299999982, 0.149999991)
  3044. o62.MeshType = Enum.MeshType.Wedge
  3045. o63.Parent = o1
  3046. o63.Material = Enum.Material.SmoothPlastic
  3047. o63.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3048. o63.Position = Vector3.new(-45.701725, 2.34168005, -22.8242855)
  3049. o63.Rotation = Vector3.new(-2.31819899e-006, 15.000556, 90)
  3050. o63.Anchored = true
  3051. o63.FormFactor = Enum.FormFactor.Custom
  3052. o63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3053. 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)
  3054. o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3061. o64.Parent = o63
  3062. o64.Scale = Vector3.new(0.337500006, 0.149999991, 0.337500006)
  3063. o65.Parent = o1
  3064. o65.Material = Enum.Material.SmoothPlastic
  3065. o65.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3066. o65.Position = Vector3.new(-44.6739845, 1.96097994, -23.017004)
  3067. o65.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
  3068. o65.Anchored = true
  3069. o65.FormFactor = Enum.FormFactor.Custom
  3070. o65.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3071. 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)
  3072. o65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. o65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3074. o65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3075. o65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. o65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. o65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3079. o66.Parent = o65
  3080. o66.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  3081. o66.MeshType = Enum.MeshType.Wedge
  3082. o67.Parent = o1
  3083. o67.Material = Enum.Material.SmoothPlastic
  3084. o67.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3085. o67.Position = Vector3.new(-42.6519814, 2.33281589, -23.017004)
  3086. o67.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  3087. o67.Anchored = true
  3088. o67.FormFactor = Enum.FormFactor.Custom
  3089. o67.Size = Vector3.new(0.270000011, 0.360000014, 0.200000003)
  3090. 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)
  3091. o67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. o67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. o67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. o67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. o67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3096. o67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3097. o67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3098. o68.Parent = o67
  3099. o68.Scale = Vector3.new(1, 1, 0.599999964)
  3100. o69.Parent = o1
  3101. o69.Material = Enum.Material.SmoothPlastic
  3102. o69.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3103. o69.Position = Vector3.new(-46.7319527, 1.99998295, -23.0169888)
  3104. o69.Rotation = Vector3.new(-180, -90, 0)
  3105. o69.Anchored = true
  3106. o69.FormFactor = Enum.FormFactor.Custom
  3107. o69.Size = Vector3.new(0.200000003, 0.209999993, 0.200000003)
  3108. 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)
  3109. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3116. o70.Parent = o69
  3117. o70.Scale = Vector3.new(0.450000018, 1, 1.35000002)
  3118. o70.MeshType = Enum.MeshType.Wedge
  3119. o71.Parent = o1
  3120. o71.Material = Enum.Material.SmoothPlastic
  3121. o71.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3122. o71.Position = Vector3.new(-45.12397, 2.12598205, -23.0169888)
  3123. o71.Rotation = Vector3.new(8.14221791e-013, -90, 0)
  3124. o71.Anchored = true
  3125. o71.FormFactor = Enum.FormFactor.Custom
  3126. o71.Size = Vector3.new(0.209999993, 0.300000012, 0.959999979)
  3127. 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)
  3128. o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3129. o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3134. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3135. o72.Parent = o71
  3136. o72.Scale = Vector3.new(1, 1, 0.950000048)
  3137. o73.Parent = o1
  3138. o73.Material = Enum.Material.SmoothPlastic
  3139. o73.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3140. o73.Position = Vector3.new(-45.9759941, 2.32979393, -23.0169888)
  3141. o73.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
  3142. o73.Anchored = true
  3143. o73.FormFactor = Enum.FormFactor.Custom
  3144. o73.Size = Vector3.new(0.200000003, 0.324000001, 0.270000011)
  3145. 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)
  3146. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3147. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3148. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3149. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3150. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3151. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3152. o73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3153. o74.Parent = o73
  3154. o74.Scale = Vector3.new(0.900000036, 1.10000002, 1)
  3155. o75.Parent = o1
  3156. o75.Material = Enum.Material.SmoothPlastic
  3157. o75.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3158. o75.Position = Vector3.new(-44.8719826, 2.27287102, -22.8969936)
  3159. o75.Rotation = Vector3.new(78.0001221, 4.33610621e-005, -0.000249171426)
  3160. o75.Anchored = true
  3161. o75.FormFactor = Enum.FormFactor.Custom
  3162. o75.Size = Vector3.new(0.330000013, 0.200000003, 0.200000003)
  3163. 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)
  3164. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3169. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3170. o75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3171. o76.Parent = o75
  3172. o76.Scale = Vector3.new(1, 0.149999991, 0.599999964)
  3173. o77.Parent = o1
  3174. o77.Material = Enum.Material.SmoothPlastic
  3175. o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3176. o77.Position = Vector3.new(-43.113987, 2.49480104, -23.017004)
  3177. o77.Rotation = Vector3.new(-180, 90, 0)
  3178. o77.Anchored = true
  3179. o77.FormFactor = Enum.FormFactor.Custom
  3180. o77.Size = Vector3.new(0.200000003, 0.324000001, 0.200000003)
  3181. 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)
  3182. o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3186. o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3187. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3188. o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3189. o78.Parent = o77
  3190. o78.Scale = Vector3.new(0.450000018, 1, 0.149999991)
  3191. o79.Parent = o1
  3192. o79.Material = Enum.Material.SmoothPlastic
  3193. o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3194. o79.Position = Vector3.new(-46.6629639, 2.00900698, -23.0169888)
  3195. o79.Rotation = Vector3.new(90.0000076, -45.0002785, 90.0000076)
  3196. o79.Anchored = true
  3197. o79.FormFactor = Enum.FormFactor.Custom
  3198. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
  3199. 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)
  3200. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3205. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3206. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3207. o80.Parent = o79
  3208. o80.Scale = Vector3.new(0.75, 0.540000021, 1)
  3209. o81.Parent = o1
  3210. o81.Material = Enum.Material.SmoothPlastic
  3211. o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3212. o81.Position = Vector3.new(-47.025959, 1.78401804, -23.0169888)
  3213. o81.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
  3214. o81.Anchored = true
  3215. o81.FormFactor = Enum.FormFactor.Custom
  3216. o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3217. 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)
  3218. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3223. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3224. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3225. o82.Parent = o81
  3226. o82.Scale = Vector3.new(0.75, 0.180000007, 0.75)
  3227. o83.Parent = o1
  3228. o83.Material = Enum.Material.SmoothPlastic
  3229. o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3230. o83.Position = Vector3.new(-45.666996, 2.1379981, -23.0169888)
  3231. o83.Rotation = Vector3.new(-180, 90, 0)
  3232. o83.Anchored = true
  3233. o83.FormFactor = Enum.FormFactor.Custom
  3234. o83.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3235. 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)
  3236. o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3239. o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3243. o84.Parent = o83
  3244. o84.Scale = Vector3.new(1, 0.149999991, 0.299999982)
  3245. o84.MeshType = Enum.MeshType.Wedge
  3246. o85.Parent = o1
  3247. o85.Material = Enum.Material.SmoothPlastic
  3248. o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3249. o85.Position = Vector3.new(-45.3786354, 1.77153397, -23.0169888)
  3250. o85.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
  3251. o85.Anchored = true
  3252. o85.FormFactor = Enum.FormFactor.Custom
  3253. o85.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3254. 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)
  3255. o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3262. o86.Parent = o85
  3263. o86.Scale = Vector3.new(1, 0.180000007, 0.112500004)
  3264. o86.MeshType = Enum.MeshType.Wedge
  3265. o87.Parent = o1
  3266. o87.Material = Enum.Material.SmoothPlastic
  3267. o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3268. o87.Position = Vector3.new(-43.1559792, 2.65682006, -23.017004)
  3269. o87.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  3270. o87.Anchored = true
  3271. o87.FormFactor = Enum.FormFactor.Custom
  3272. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3273. 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)
  3274. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3281. o88.Parent = o87
  3282. o88.Scale = Vector3.new(0.450000018, 0.540000021, 0.149999991)
  3283. o89.Parent = o1
  3284. o89.Material = Enum.Material.SmoothPlastic
  3285. o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3286. o89.Position = Vector3.new(-43.1469765, 2.686795, -22.9809933)
  3287. o89.Rotation = Vector3.new(180, -0.000271500176, -180)
  3288. o89.Anchored = true
  3289. o89.FormFactor = Enum.FormFactor.Custom
  3290. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3291. 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)
  3292. o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3299. o90.Parent = o89
  3300. o90.MeshId = "http://www.roblox.com/asset/?id=12221344"
  3301. o90.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
  3302. o90.MeshType = Enum.MeshType.FileMesh
  3303. o91.Parent = o1
  3304. o91.Material = Enum.Material.SmoothPlastic
  3305. o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3306. o91.Position = Vector3.new(-45.1899757, 2.32971406, -23.0169888)
  3307. o91.Rotation = Vector3.new(-2.5044726e-006, 6.31783696e-005, 90)
  3308. o91.Anchored = true
  3309. o91.FormFactor = Enum.FormFactor.Custom
  3310. o91.Size = Vector3.new(0.209999993, 1.20000005, 0.209999993)
  3311. 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)
  3312. o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3319. o92.Parent = o91
  3320. o92.Scale = Vector3.new(1.10000002, 1, 1.10000002)
  3321. o93.Parent = o1
  3322. o93.Material = Enum.Material.SmoothPlastic
  3323. o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3324. o93.Position = Vector3.new(-43.3420143, 2.33281589, -23.0020046)
  3325. o93.Rotation = Vector3.new(-90, 7.1009457e-012, -89.9999771)
  3326. o93.Anchored = true
  3327. o93.FormFactor = Enum.FormFactor.Custom
  3328. o93.Size = Vector3.new(0.270000011, 0.200000003, 0.239999995)
  3329. 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)
  3330. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3335. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3337. o94.Parent = o93
  3338. o94.Scale = Vector3.new(1, 0.599999964, 1)
  3339. o95.Parent = o1
  3340. o95.Material = Enum.Material.SmoothPlastic
  3341. o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3342. o95.Position = Vector3.new(-46.6569557, 2.12600803, -23.0169888)
  3343. o95.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  3344. o95.Anchored = true
  3345. o95.FormFactor = Enum.FormFactor.Custom
  3346. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
  3347. 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)
  3348. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3351. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3352. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3355. o96.Parent = o95
  3356. o96.Offset = Vector3.new(0, 0, 0.00300000003)
  3357. o96.Scale = Vector3.new(0.450000018, 0.360000014, 1)
  3358. o97.Parent = o1
  3359. o97.Material = Enum.Material.SmoothPlastic
  3360. o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3361. o97.Position = Vector3.new(-42.3670082, 2.33281589, -23.017004)
  3362. o97.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  3363. o97.Anchored = true
  3364. o97.FormFactor = Enum.FormFactor.Custom
  3365. o97.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  3366. 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)
  3367. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3371. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3374. o98.Parent = o97
  3375. o98.Scale = Vector3.new(1, 0.0749999955, 0.75)
  3376. o99.Parent = o1
  3377. o99.Material = Enum.Material.SmoothPlastic
  3378. o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3379. o99.Position = Vector3.new(-46.4619598, 2.17700005, -23.0169888)
  3380. o99.Rotation = Vector3.new(-180, -0.000132276851, 6.83023381e-006)
  3381. o99.Anchored = true
  3382. o99.FormFactor = Enum.FormFactor.Custom
  3383. o99.Size = Vector3.new(0.209999993, 0.396000028, 0.200000003)
  3384. 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)
  3385. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3389. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3390. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3391. o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3392. o100.Parent = o99
  3393. o100.Scale = Vector3.new(1, 1, 0.599999964)
  3394. o101.Parent = o1
  3395. o101.Material = Enum.Material.SmoothPlastic
  3396. o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3397. o101.Position = Vector3.new(-45.5919991, 2.11999488, -23.0169888)
  3398. o101.Rotation = Vector3.new(-180, 90, 0)
  3399. o101.Anchored = true
  3400. o101.FormFactor = Enum.FormFactor.Custom
  3401. o101.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3402. 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)
  3403. o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3410. o102.Parent = o101
  3411. o102.Scale = Vector3.new(1, 0.299999982, 0.149999991)
  3412. o103.Parent = o1
  3413. o103.Material = Enum.Material.SmoothPlastic
  3414. o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3415. o103.Position = Vector3.new(-45.7307053, 2.34168005, -22.816534)
  3416. o103.Rotation = Vector3.new(-180, -15.000556, 90)
  3417. o103.Anchored = true
  3418. o103.FormFactor = Enum.FormFactor.Custom
  3419. o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3420. 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)
  3421. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3422. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3423. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3425. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3426. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3428. o104.Parent = o103
  3429. o104.Scale = Vector3.new(0.450000018, 0.149999991, 0.450000018)
  3430. o105.Parent = o1
  3431. o105.Material = Enum.Material.SmoothPlastic
  3432. o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3433. o105.Position = Vector3.new(-44.9019737, 1.90552294, -23.0169888)
  3434. o105.Rotation = Vector3.new(-180, -90, 0)
  3435. o105.Anchored = true
  3436. o105.FormFactor = Enum.FormFactor.Custom
  3437. o105.Size = Vector3.new(0.209999993, 0.200000003, 0.449999988)
  3438. 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)
  3439. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3442. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3443. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3445. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3446. o106.Parent = o105
  3447. o106.Scale = Vector3.new(1, 0.419999987, 1)
  3448. o106.MeshType = Enum.MeshType.Wedge
  3449. o107.Parent = o1
  3450. o107.Material = Enum.Material.SmoothPlastic
  3451. o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3452. o107.Position = Vector3.new(-45.1389694, 1.96101201, -23.0169888)
  3453. o107.Rotation = Vector3.new(-90, 8.10863442e-012, 89.9999924)
  3454. o107.Anchored = true
  3455. o107.FormFactor = Enum.FormFactor.Custom
  3456. o107.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3457. 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)
  3458. o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3461. o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3463. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3464. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3465. o108.Parent = o107
  3466. o108.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  3467. o108.MeshType = Enum.MeshType.Wedge
  3468. o109.Parent = o1
  3469. o109.Material = Enum.Material.SmoothPlastic
  3470. o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3471. o109.Position = Vector3.new(-46.4469643, 2.09900498, -23.0169888)
  3472. o109.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  3473. o109.Anchored = true
  3474. o109.FormFactor = Enum.FormFactor.Custom
  3475. o109.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
  3476. 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)
  3477. o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3479. o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3481. o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3482. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3483. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3484. o110.Parent = o109
  3485. o110.Scale = Vector3.new(0.75, 0.540000021, 1)
  3486. o111.Parent = o1
  3487. o111.Material = Enum.Material.SmoothPlastic
  3488. o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3489. o111.Position = Vector3.new(-43.9570198, 2.33281589, -22.8369961)
  3490. o111.Rotation = Vector3.new(-3.05333016e-012, -90, 0)
  3491. o111.Anchored = true
  3492. o111.FormFactor = Enum.FormFactor.Custom
  3493. o111.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  3494. 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)
  3495. o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3496. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3497. o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3500. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3502. o112.Parent = o111
  3503. o112.Offset = Vector3.new(-0.00600000005, 0, 0)
  3504. o112.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
  3505. o113.Parent = o1
  3506. o113.Material = Enum.Material.SmoothPlastic
  3507. o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3508. o113.Position = Vector3.new(-42.1870003, 2.32981491, -23.017004)
  3509. o113.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  3510. o113.Anchored = true
  3511. o113.FormFactor = Enum.FormFactor.Custom
  3512. o113.Size = Vector3.new(0.270000011, 0.209999993, 0.200000003)
  3513. 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)
  3514. o113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. o113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. o113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. o113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3519. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3520. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3521. o114.Parent = o113
  3522. o114.Scale = Vector3.new(1, 1, 0.75)
  3523. o115.Parent = o1
  3524. o115.Material = Enum.Material.SmoothPlastic
  3525. o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3526. o115.Position = Vector3.new(-45.5949974, 2.32968688, -23.0529995)
  3527. o115.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
  3528. o115.Anchored = true
  3529. o115.FormFactor = Enum.FormFactor.Custom
  3530. o115.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
  3531. 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)
  3532. o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3533. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3534. o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3537. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3539. o116.Parent = o115
  3540. o116.Scale = Vector3.new(1.10000002, 0.75, 1.02499998)
  3541. o117.Parent = o1
  3542. o117.Material = Enum.Material.SmoothPlastic
  3543. o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3544. o117.Position = Vector3.new(-45.7720146, 2.29656005, -23.0257607)
  3545. o117.Rotation = Vector3.new(0.000260027009, -90, 0)
  3546. o117.Anchored = true
  3547. o117.FormFactor = Enum.FormFactor.Custom
  3548. o117.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3549. 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)
  3550. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3551. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3557. o118.Parent = o117
  3558. o118.MeshId = "http://www.roblox.com/asset/?id=12221344"
  3559. o118.Scale = Vector3.new(0.479999989, 0.629999995, 0.0149999997)
  3560. o118.MeshType = Enum.MeshType.FileMesh
  3561. o119.Parent = o1
  3562. o119.Material = Enum.Material.SmoothPlastic
  3563. o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3564. o119.Position = Vector3.new(-43.9570045, 2.33281589, -23.1970119)
  3565. o119.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  3566. o119.Anchored = true
  3567. o119.FormFactor = Enum.FormFactor.Custom
  3568. o119.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  3569. 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)
  3570. o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3576. o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3577. o120.Parent = o119
  3578. o120.Offset = Vector3.new(0.00600000005, 0, 0)
  3579. o120.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
  3580. o121.Parent = o1
  3581. o121.Material = Enum.Material.SmoothPlastic
  3582. o121.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3583. o121.Position = Vector3.new(-44.6409874, 2.16198707, -23.017004)
  3584. o121.Rotation = Vector3.new(-89.9985504, -1.70046644e-006, -90)
  3585. o121.Anchored = true
  3586. o121.FormFactor = Enum.FormFactor.Custom
  3587. o121.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3588. 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)
  3589. o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3592. o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3594. o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3595. o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3596. o122.Parent = o121
  3597. o122.Scale = Vector3.new(1, 0.360000014, 0.299999982)
  3598. o122.MeshType = Enum.MeshType.Wedge
  3599. o123.Parent = o1
  3600. o123.Material = Enum.Material.SmoothPlastic
  3601. o123.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3602. o123.Position = Vector3.new(-45.08498, 2.44970989, -23.0169888)
  3603. o123.Rotation = Vector3.new(-0.236811787, -89.7451248, -0.767986298)
  3604. o123.Anchored = true
  3605. o123.FormFactor = Enum.FormFactor.Custom
  3606. o123.Size = Vector3.new(0.200000003, 0.200000003, 0.99000001)
  3607. 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)
  3608. o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3611. o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3612. o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3613. o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3614. o123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3615. o124.Parent = o123
  3616. o124.Scale = Vector3.new(0.75, 0.599999964, 1)
  3617. o125.Parent = o1
  3618. o125.Material = Enum.Material.SmoothPlastic
  3619. o125.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3620. o125.Position = Vector3.new(-45.5094337, 1.53326499, -23.0169888)
  3621. o125.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
  3622. o125.Anchored = true
  3623. o125.FormFactor = Enum.FormFactor.Custom
  3624. o125.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3625. 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)
  3626. o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3629. o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3630. o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3631. o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3632. o125.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3633. o126.Parent = o125
  3634. o126.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  3635. o126.MeshType = Enum.MeshType.Wedge
  3636. o127.Parent = o1
  3637. o127.Material = Enum.Material.SmoothPlastic
  3638. o127.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3639. o127.Position = Vector3.new(-45.1449661, 1.89352095, -23.0169888)
  3640. o127.Rotation = Vector3.new(90, -1.70757198e-006, 90.0000076)
  3641. o127.Anchored = true
  3642. o127.FormFactor = Enum.FormFactor.Custom
  3643. o127.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3644. 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)
  3645. o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3647. o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3648. o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3650. o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. o127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3652. o128.Parent = o127
  3653. o128.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  3654. o128.MeshType = Enum.MeshType.Wedge
  3655. o129.Parent = o1
  3656. o129.Material = Enum.Material.SmoothPlastic
  3657. o129.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3658. o129.Position = Vector3.new(-45.3900337, 1.75122094, -23.0169888)
  3659. o129.Rotation = Vector3.new(-90, 28.6877403, -90.0000076)
  3660. o129.Anchored = true
  3661. o129.FormFactor = Enum.FormFactor.Custom
  3662. o129.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3663. 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)
  3664. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3665. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3666. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3667. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3668. o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3670. o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3671. o130.Parent = o129
  3672. o130.Scale = Vector3.new(1, 0.180000007, 0.112500004)
  3673. o130.MeshType = Enum.MeshType.Wedge
  3674. o131.Parent = o1
  3675. o131.Material = Enum.Material.SmoothPlastic
  3676. o131.BrickColor = BrickColor.new("Dark stone grey")
  3677. o131.Position = Vector3.new(-44.8719826, 2.33270693, -23.0019875)
  3678. o131.Rotation = Vector3.new(-1.52666525e-011, 0.00013147993, 90)
  3679. o131.Anchored = true
  3680. o131.FormFactor = Enum.FormFactor.Custom
  3681. o131.Size = Vector3.new(0.209999993, 0.330000013, 0.209999993)
  3682. 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)
  3683. o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3684. o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3685. o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3686. o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3688. o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3689. o131.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3690. o132.Parent = o131
  3691. o132.Scale = Vector3.new(1.10000002, 1, 1)
  3692. o133.Parent = o1
  3693. o133.Material = Enum.Material.SmoothPlastic
  3694. o133.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3695. o133.Position = Vector3.new(-45.5253639, 1.79166996, -23.0169888)
  3696. o133.Rotation = Vector3.new(-90.0000153, -61.3127441, -90.0000229)
  3697. o133.Anchored = true
  3698. o133.FormFactor = Enum.FormFactor.Custom
  3699. o133.Size = Vector3.new(0.209999993, 0.468000025, 0.239999995)
  3700. 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)
  3701. o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3702. o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3703. o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3704. o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3708. o134.Parent = o133
  3709. o135.Parent = o1
  3710. o135.Material = Enum.Material.SmoothPlastic
  3711. o135.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3712. o135.Position = Vector3.new(-45.2349663, 1.87251794, -23.0169888)
  3713. o135.Rotation = Vector3.new(-90, -5.97646749e-006, -90.0000076)
  3714. o135.Anchored = true
  3715. o135.FormFactor = Enum.FormFactor.Custom
  3716. o135.Size = Vector3.new(0.209999993, 0.324000001, 0.200000003)
  3717. 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)
  3718. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3719. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3720. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3721. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3722. o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3723. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. o135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3725. o136.Parent = o135
  3726. o136.Scale = Vector3.new(1, 1, 0.0749999955)
  3727. o137.Parent = o1
  3728. o137.Material = Enum.Material.SmoothPlastic
  3729. o137.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3730. o137.Position = Vector3.new(-44.9019814, 2.03599, -23.0169888)
  3731. o137.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  3732. o137.Anchored = true
  3733. o137.FormFactor = Enum.FormFactor.Custom
  3734. o137.Size = Vector3.new(0.209999993, 0.200000003, 0.419999987)
  3735. 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)
  3736. o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3739. o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3741. o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3742. o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3743. o138.Parent = o137
  3744. o138.Scale = Vector3.new(1, 0.900000036, 1.10000002)
  3745. o138.MeshType = Enum.MeshType.Brick
  3746. o139.Parent = o1
  3747. o139.Material = Enum.Material.SmoothPlastic
  3748. o139.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3749. o139.Position = Vector3.new(-45.2949638, 1.96252096, -23.0169888)
  3750. o139.Rotation = Vector3.new(-90, 8.10863442e-012, -90.0000076)
  3751. o139.Anchored = true
  3752. o139.FormFactor = Enum.FormFactor.Custom
  3753. o139.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3754. 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)
  3755. o139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. o139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3757. o139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3758. o139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3759. o139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3760. o139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. o139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3762. o140.Parent = o139
  3763. o140.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  3764. o140.MeshType = Enum.MeshType.Wedge
  3765. o141.Parent = o1
  3766. o141.Material = Enum.Material.SmoothPlastic
  3767. o141.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3768. o141.Position = Vector3.new(-44.4249878, 2.32082105, -23.017004)
  3769. o141.Rotation = Vector3.new(-3.16530691e-011, 0.000271500117, -90)
  3770. o141.Anchored = true
  3771. o141.FormFactor = Enum.FormFactor.Custom
  3772. o141.Size = Vector3.new(0.200000003, 0.300000012, 0.200000003)
  3773. 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)
  3774. o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3775. o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3776. o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. o141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3781. o142.Parent = o141
  3782. o142.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3783. o142.Scale = Vector3.new(0.150000006, 0.440999985, 0.150000006)
  3784. o142.MeshType = Enum.MeshType.FileMesh
  3785. o143.Parent = o1
  3786. o143.Material = Enum.Material.SmoothPlastic
  3787. o143.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3788. o143.Position = Vector3.new(-42.3520088, 2.33281589, -23.017004)
  3789. o143.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  3790. o143.Anchored = true
  3791. o143.FormFactor = Enum.FormFactor.Custom
  3792. o143.Size = Vector3.new(0.270000011, 0.300000012, 0.200000003)
  3793. 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)
  3794. o143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3795. o143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3796. o143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. o143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3798. o143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3799. o143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. o143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3801. o144.Parent = o143
  3802. o144.Scale = Vector3.new(1, 1, 0.50999999)
  3803. o145.Parent = o1
  3804. o145.Material = Enum.Material.SmoothPlastic
  3805. o145.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3806. o145.Position = Vector3.new(-42.096714, 2.33280206, -23.017004)
  3807. o145.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  3808. o145.Anchored = true
  3809. o145.FormFactor = Enum.FormFactor.Custom
  3810. o145.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3811. 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)
  3812. o145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3813. o145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. o145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. o145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. o145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. o145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3818. o145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3819. o146.Parent = o145
  3820. o146.Scale = Vector3.new(0.450000018, 0.149999991, 0.50999999)
  3821. o147.Parent = o1
  3822. o147.Material = Enum.Material.SmoothPlastic
  3823. o147.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3824. o147.Position = Vector3.new(-43.1469765, 2.686795, -23.0530148)
  3825. o147.Rotation = Vector3.new(180, -0.000271500117, -180)
  3826. o147.Anchored = true
  3827. o147.FormFactor = Enum.FormFactor.Custom
  3828. o147.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3829. 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)
  3830. o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3833. o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3834. o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3835. o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3836. o147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3837. o148.Parent = o147
  3838. o148.MeshId = "http://www.roblox.com/asset/?id=12221344"
  3839. o148.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
  3840. o148.MeshType = Enum.MeshType.FileMesh
  3841. o149.Parent = o1
  3842. o149.Material = Enum.Material.SmoothPlastic
  3843. o149.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3844. o149.Position = Vector3.new(-43.304081, 2.51094389, -23.017004)
  3845. o149.Rotation = Vector3.new(89.9999924, 54.8440132, 90.0000153)
  3846. o149.Anchored = true
  3847. o149.FormFactor = Enum.FormFactor.Custom
  3848. o149.Size = Vector3.new(0.200000003, 0.360000014, 0.200000003)
  3849. 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)
  3850. o149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. o149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. o149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3853. o149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3854. o149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3855. o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3856. o149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3857. o150.Parent = o149
  3858. o150.Scale = Vector3.new(0.450000018, 1, 0.149999991)
  3859. o151.Parent = o1
  3860. o151.Material = Enum.Material.SmoothPlastic
  3861. o151.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3862. o151.Position = Vector3.new(-45.621994, 2.11099911, -23.0169888)
  3863. o151.Rotation = Vector3.new(-180, 90, 0)
  3864. o151.Anchored = true
  3865. o151.FormFactor = Enum.FormFactor.Custom
  3866. o151.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3867. 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)
  3868. o151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. o151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. o151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. o151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3872. o151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3873. o151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3874. o151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3875. o152.Parent = o151
  3876. o152.Scale = Vector3.new(1, 0.149999991, 0.149999991)
  3877. o152.MeshType = Enum.MeshType.Wedge
  3878. o153.Parent = o1
  3879. o153.Material = Enum.Material.SmoothPlastic
  3880. o153.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3881. o153.Position = Vector3.new(-43.1379738, 2.638798, -23.017004)
  3882. o153.Rotation = Vector3.new(-180, 90, 0)
  3883. o153.Anchored = true
  3884. o153.FormFactor = Enum.FormFactor.Custom
  3885. o153.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3886. 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)
  3887. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3890. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3891. o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3893. o153.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3894. o154.Parent = o153
  3895. o154.Scale = Vector3.new(0.299999982, 0.360000014, 0.299999982)
  3896. o155.Parent = o1
  3897. o155.Material = Enum.Material.SmoothPlastic
  3898. o155.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3899. o155.Position = Vector3.new(-43.1560097, 2.69881988, -23.017004)
  3900. o155.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  3901. o155.Anchored = true
  3902. o155.FormFactor = Enum.FormFactor.Custom
  3903. o155.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3904. 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)
  3905. o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. o155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3912. o156.Parent = o155
  3913. o156.Scale = Vector3.new(0.0299999993, 0.240000024, 0.0299999993)
  3914. o157.Parent = o1
  3915. o157.Material = Enum.Material.SmoothPlastic
  3916. o157.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3917. o157.Position = Vector3.new(-43.2220192, 2.33281589, -23.017004)
  3918. o157.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  3919. o157.Anchored = true
  3920. o157.FormFactor = Enum.FormFactor.Custom
  3921. o157.Size = Vector3.new(0.270000011, 0.540000021, 0.200000003)
  3922. 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)
  3923. o157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3924. o157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. o157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3926. o157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3927. o157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. o157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3930. o158.Parent = o157
  3931. o158.Scale = Vector3.new(1, 1, 0.599999964)
  3932. o159.Parent = o1
  3933. o159.Material = Enum.Material.SmoothPlastic
  3934. o159.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3935. o159.Position = Vector3.new(-44.6379814, 2.28186107, -23.017004)
  3936. o159.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  3937. o159.Anchored = true
  3938. o159.FormFactor = Enum.FormFactor.Custom
  3939. o159.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3940. 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)
  3941. o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3942. o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3946. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. o159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3948. o160.Parent = o159
  3949. o160.Scale = Vector3.new(1.01999998, 0.900000036, 0.329999983)
  3950. o161.Parent = o1
  3951. o161.Material = Enum.Material.SmoothPlastic
  3952. o161.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3953. o161.Position = Vector3.new(-46.9419594, 1.99700594, -23.0169888)
  3954. o161.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  3955. o161.Anchored = true
  3956. o161.FormFactor = Enum.FormFactor.Custom
  3957. o161.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  3958. 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)
  3959. o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3960. o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3961. o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3962. o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3963. o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3964. o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. o161.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3966. o162.Parent = o161
  3967. o162.Scale = Vector3.new(0.450000018, 1, 0.75)
  3968. o163.Parent = o1
  3969. o163.Material = Enum.Material.SmoothPlastic
  3970. o163.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3971. o163.Position = Vector3.new(-47.0289497, 2.04499006, -23.1219997)
  3972. o163.Rotation = Vector3.new(-3.15512512e-011, 0.000269792567, 180)
  3973. o163.Anchored = true
  3974. o163.FormFactor = Enum.FormFactor.Custom
  3975. o163.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  3976. 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)
  3977. o163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. o163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3979. o163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. o163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. o163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. o163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3983. o163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3984. o164.Parent = o163
  3985. o164.Scale = Vector3.new(0.149999991, 1, 0.299999982)
  3986. o164.MeshType = Enum.MeshType.Wedge
  3987. o165.Parent = o1
  3988. o165.Material = Enum.Material.SmoothPlastic
  3989. o165.BrickColor = BrickColor.new(CUSTOMCOLOR)
  3990. o165.Position = Vector3.new(-45.2952766, 1.89501095, -23.0169888)
  3991. o165.Rotation = Vector3.new(90, -8.10863442e-012, -89.9999924)
  3992. o165.Anchored = true
  3993. o165.FormFactor = Enum.FormFactor.Custom
  3994. o165.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  3995. 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)
  3996. o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3997. o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3999. o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4000. o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. o165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4003. o166.Parent = o165
  4004. o166.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  4005. o166.MeshType = Enum.MeshType.Wedge
  4006. o167.Parent = o1
  4007. o167.Material = Enum.Material.SmoothPlastic
  4008. o167.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4009. o167.Position = Vector3.new(-43.9570045, 2.49781394, -23.017004)
  4010. o167.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  4011. o167.Anchored = true
  4012. o167.FormFactor = Enum.FormFactor.Custom
  4013. o167.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  4014. 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)
  4015. o167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4016. o167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4017. o167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4018. o167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4019. o167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4020. o167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4021. o167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4022. o168.Parent = o167
  4023. o168.Scale = Vector3.new(0.75, 0.337500006, 0.999000013)
  4024. o169.Parent = o1
  4025. o169.Material = Enum.Material.SmoothPlastic
  4026. o169.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4027. o169.Position = Vector3.new(-43.9570045, 2.13797688, -23.017004)
  4028. o169.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  4029. o169.Anchored = true
  4030. o169.FormFactor = Enum.FormFactor.Custom
  4031. o169.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  4032. 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)
  4033. o169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. o169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4035. o169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4036. o169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4037. o169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4038. o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4039. o169.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4040. o170.Parent = o169
  4041. o170.Offset = Vector3.new(0, 0.00600000005, 0)
  4042. o170.Scale = Vector3.new(0.75, 0.299999982, 0.999000013)
  4043. o171.Parent = o1
  4044. o171.Material = Enum.Material.SmoothPlastic
  4045. o171.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4046. o171.Position = Vector3.new(-47.0109558, 2.17999005, -23.0169888)
  4047. o171.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  4048. o171.Anchored = true
  4049. o171.FormFactor = Enum.FormFactor.Custom
  4050. o171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4051. 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)
  4052. o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4054. o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4055. o171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4056. o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4058. o171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4059. o172.Parent = o171
  4060. o172.Scale = Vector3.new(0.450000018, 0.900000036, 0.299999982)
  4061. o173.Parent = o1
  4062. o173.Material = Enum.Material.SmoothPlastic
  4063. o173.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4064. o173.Position = Vector3.new(-43.9570045, 2.31786799, -23.017004)
  4065. o173.Rotation = Vector3.new(-90, 7.59291241e-012, -89.9999924)
  4066. o173.Anchored = true
  4067. o173.FormFactor = Enum.FormFactor.Custom
  4068. o173.Size = Vector3.new(0.330000013, 1.11000001, 0.330000013)
  4069. 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)
  4070. o173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. o173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4072. o173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4073. o173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4074. o173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4075. o173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4076. o173.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4077. o174.Parent = o173
  4078. o175.Parent = o1
  4079. o175.Material = Enum.Material.SmoothPlastic
  4080. o175.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4081. o175.Position = Vector3.new(-46.8672638, 1.86865795, -23.0169888)
  4082. o175.Rotation = Vector3.new(-91.3824005, -12.9276743, -96.1565094)
  4083. o175.Anchored = true
  4084. o175.FormFactor = Enum.FormFactor.Custom
  4085. o175.Size = Vector3.new(0.200000003, 0.252000004, 0.200000003)
  4086. 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)
  4087. o175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. o175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. o175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4090. o175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4091. o175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4092. o175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4093. o175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4094. o176.Parent = o175
  4095. o176.Scale = Vector3.new(0.599999964, 1.26000011, 0.75)
  4096. o176.MeshType = Enum.MeshType.Wedge
  4097. for i=1,#cors do
  4098. coroutine.resume(cors[i])
  4099. end
  4100. if Silencer == true then
  4101. o1.Flash:Destroy()
  4102. o1.Handle.Fire.SoundId = "rbxassetid://162043120"
  4103. o1.Handle.Fire2.SoundId = "rbxassetid://162043120"
  4104. o1.Handle.Fire3.SoundId = "rbxassetid://162043120"
  4105. o2 = Instance.new("Part")
  4106. o3 = Instance.new("CylinderMesh")
  4107. o4 = Instance.new("Part")
  4108. o5 = Instance.new("CylinderMesh")
  4109. o6 = Instance.new("Part")
  4110. o7 = Instance.new("CylinderMesh")
  4111. o8 = Instance.new("Part")
  4112. o9 = Instance.new("SpecialMesh")
  4113. o2.Name = "part"
  4114. o2.Parent = o1
  4115. o2.BrickColor = BrickColor.new("Really black")
  4116. o2.Reflectance = 0.10000000149012
  4117. o2.Position = Vector3.new(-42.1407204, 2.32828784, -23.0075817)
  4118. o2.Rotation = Vector3.new(-90, 0, -90)
  4119. o2.Anchored = true
  4120. o2.Size = Vector3.new(1, 1.20000005, 1)
  4121. o2.CFrame = CFrame.new(-42.1407204, 2.32828784, -23.0075817, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  4122. o2.BottomSurface = Enum.SurfaceType.Smooth
  4123. o2.TopSurface = Enum.SurfaceType.Smooth
  4124. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4125. o3.Parent = o2
  4126. o3.Scale = Vector3.new(0.333333343, 0.25, 0.333333343)
  4127. o4.Name = "part"
  4128. o4.Parent = o1
  4129. o4.BrickColor = BrickColor.new("Really black")
  4130. o4.Reflectance = 0.10000000149012
  4131. o4.Position = Vector3.new(-41.4907265, 2.32828689, -23.0075779)
  4132. o4.Rotation = Vector3.new(-90, 0, -90)
  4133. o4.Anchored = true
  4134. o4.Size = Vector3.new(1, 1.20000005, 1)
  4135. o4.CFrame = CFrame.new(-41.4907265, 2.32828689, -23.0075779, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  4136. o4.BottomSurface = Enum.SurfaceType.Smooth
  4137. o4.TopSurface = Enum.SurfaceType.Smooth
  4138. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4139. o5.Parent = o4
  4140. o5.Scale = Vector3.new(0.333333343, 0.666666627, 0.333333343)
  4141. o6.Name = "part"
  4142. o6.Parent = o1
  4143. o6.BrickColor = BrickColor.new("Bright red")
  4144. o6.Reflectance = 0.10000000149012
  4145. o6.Position = Vector3.new(-41.9407234, 2.32828784, -23.0075779)
  4146. o6.Rotation = Vector3.new(-180, 0, 90)
  4147. o6.Anchored = true
  4148. o6.Size = Vector3.new(1, 1.20000005, 1)
  4149. o6.CFrame = CFrame.new(-41.9407234, 2.32828784, -23.0075779, 0, -1, 0, -1, 0, 0, 0, 0, -1)
  4150. o6.BottomSurface = Enum.SurfaceType.Smooth
  4151. o6.TopSurface = Enum.SurfaceType.Smooth
  4152. o6.Color = Color3.new(0.768628, 0.156863, 0.109804)
  4153. o7.Parent = o6
  4154. o7.Scale = Vector3.new(0.333333343, 0.0833333284, 0.333333343)
  4155. o8.Name = "Flash"
  4156. o8.Parent = o1
  4157. o8.Material = Enum.Material.SmoothPlastic
  4158. o8.BrickColor = BrickColor.new("Bright orange")
  4159. o8.Transparency = 1
  4160. o8.Position = Vector3.new(-40.8776131, 2.32680488, -23.017004)
  4161. o8.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  4162. o8.Anchored = true
  4163. o8.FormFactor = Enum.FormFactor.Custom
  4164. o8.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  4165. 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)
  4166. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4167. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4168. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4169. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4170. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4171. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4172. o8.Color = Color3.new(0.854902, 0.521569, 0.254902)
  4173. o9.Parent = o8
  4174. o9.Scale = Vector3.new(1.5, 2, 1.80000007)
  4175. o9.MeshType = Enum.MeshType.Sphere
  4176. end
  4177. if Bayonet == true then
  4178. o2 = Instance.new("Part")
  4179. o3 = Instance.new("SpecialMesh")
  4180. o4 = Instance.new("Part")
  4181. o5 = Instance.new("Part")
  4182. o6 = Instance.new("Part")
  4183. o8 = Instance.new("SpecialMesh")
  4184. o9 = Instance.new("Part")
  4185. o2.Name = "KNF2"
  4186. o2.Parent = o1
  4187. o2.Material = Enum.Material.SmoothPlastic
  4188. o2.BrickColor = BrickColor.new("Light stone grey")
  4189. o2.Position = Vector3.new(-41.2967644, 2.00816202, -23.040699)
  4190. o2.Rotation = Vector3.new(-90, 0, -90)
  4191. o2.Anchored = true
  4192. o2.FormFactor = Enum.FormFactor.Custom
  4193. o2.Size = Vector3.new(0.156190887, 0.468572587, 0.0937145352)
  4194. o2.CFrame = CFrame.new(-41.2967644, 2.00816202, -23.040699, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  4195. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4197. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4198. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4199. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4200. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4201. o2.Color = Color3.new(0.898039, 0.894118, 0.87451)
  4202. o3.Parent = o2
  4203. o3.MeshType = Enum.MeshType.Wedge
  4204. o4.Name = "KNF1"
  4205. o4.Parent = o1
  4206. o4.Material = Enum.Material.SmoothPlastic
  4207. o4.BrickColor = BrickColor.new("Light stone grey")
  4208. o4.Position = Vector3.new(-41.9995346, 2.05501676, -23.0407009)
  4209. o4.Rotation = Vector3.new(-180, 0, -90)
  4210. o4.Anchored = true
  4211. o4.FormFactor = Enum.FormFactor.Symmetric
  4212. o4.Size = Vector3.new(0.18742907, 0.937145114, 0.156190887)
  4213. o4.CFrame = CFrame.new(-41.9995346, 2.05501676, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  4214. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4216. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4217. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4219. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4220. o4.Color = Color3.new(0.898039, 0.894118, 0.87451)
  4221. o5.Parent = o1
  4222. o5.Material = Enum.Material.SmoothPlastic
  4223. o5.BrickColor = BrickColor.new("Black")
  4224. o5.Position = Vector3.new(-42.5242958, 2.20311594, -23.0407009)
  4225. o5.Rotation = Vector3.new(-180, 0, -90)
  4226. o5.Anchored = true
  4227. o5.FormFactor = Enum.FormFactor.Symmetric
  4228. o5.Size = Vector3.new(0.546096325, 0.200000003, 0.218667254)
  4229. o5.CFrame = CFrame.new(-42.5242958, 2.20311594, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  4230. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4231. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4232. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4233. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. o5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4237. o6.Parent = o1
  4238. o6.Material = Enum.Material.SmoothPlastic
  4239. o6.BrickColor = BrickColor.new("Black")
  4240. o6.Position = Vector3.new(-43.0098267, 2.18811393, -23.040699)
  4241. o6.Rotation = Vector3.new(-180, 0, -90)
  4242. o6.Anchored = true
  4243. o6.FormFactor = Enum.FormFactor.Symmetric
  4244. o6.Size = Vector3.new(0.516096354, 0.200000003, 0.218667254)
  4245. o6.CFrame = CFrame.new(-43.0098267, 2.18811393, -23.040699, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  4246. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4247. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4248. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4249. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4250. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4251. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4252. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4253. o8.Parent = o7
  4254. o8.MeshType = Enum.MeshType.Wedge
  4255. o9.Parent = o1
  4256. o9.Material = Enum.Material.SmoothPlastic
  4257. o9.BrickColor = BrickColor.new("Really black")
  4258. o9.Position = Vector3.new(-42.7666817, 2.05501771, -23.0407009)
  4259. o9.Rotation = Vector3.new(-180, 0, -90)
  4260. o9.Anchored = true
  4261. o9.FormFactor = Enum.FormFactor.Symmetric
  4262. o9.Size = Vector3.new(0.249905437, 0.284763545, 0.218667254)
  4263. o9.CFrame = CFrame.new(-42.7666817, 2.05501771, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  4264. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4265. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4266. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4267. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4268. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4269. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4270. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4271. function onTouched(part)
  4272. local h = part.Parent:findFirstChild("Humanoid")
  4273. if h~=nil then
  4274. h.Health = h.Health -3
  4275. wait(.01)
  4276. h.Health = h.Health -3
  4277. wait(.01)
  4278.  
  4279. end
  4280. end
  4281. o1.KNF2.Touched:connect(onTouched)
  4282. o1.KNF1.Touched:connect(onTouched)
  4283. end
  4284. if Laser == true then
  4285. o2 = Instance.new("Part")
  4286. o3h = Instance.new("Part")
  4287. o4 = Instance.new("CylinderMesh")
  4288. o5 = Instance.new("Part")
  4289. o2.Parent = o1
  4290. o2.Material = Enum.Material.SmoothPlastic
  4291. o2.BrickColor = BrickColor.new("Smoky grey")
  4292. o2.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
  4293. o2.Anchored = true
  4294. o2.Shape = Enum.PartType.Cylinder
  4295. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4296. o2.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4297. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4298. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4299. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4300. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4301. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4302. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4303. o2.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4304. o3h.Name = "LASER"
  4305. o3h.Parent = o1
  4306. o3h.Material = Enum.Material.SmoothPlastic
  4307. o3h.BrickColor = BrickColor.new("Maroon")
  4308. o3h.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
  4309. o3h.Rotation = Vector3.new(-0, 0, 90)
  4310. o3h.Anchored = true
  4311. o3h.Shape = Enum.PartType.Cylinder
  4312. o3h.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4313. o3h.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  4314. o3h.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4315. o3h.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4316. o3h.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4317. o3h.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4318. o3h.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4319. o3h.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4320. o3h.Color = Color3.new(0.458824, 0, 0)
  4321. o4.Parent = o3h
  4322. o4.Offset = Vector3.new(0, -200, 0)
  4323. o4.Scale = Vector3.new(0.075000003, 2000, 0.444000006)
  4324. o5.Parent = o1
  4325. o5.Material = Enum.Material.SmoothPlastic
  4326. o5.BrickColor = BrickColor.new("Really black")
  4327. o5.Position = Vector3.new(-43.8711853, 2.26074958, -23.2754421)
  4328. o5.Anchored = true
  4329. o5.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
  4330. o5.CFrame = CFrame.new(-43.8711853, 2.26074958, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4331. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4332. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4333. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4334. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4335. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4336. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4337. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4338. end
  4339. if Drum == true then
  4340. o1.Mag:Destroy()
  4341. AMMA = Instance.new("Part")
  4342. o2 = Instance.new("CylinderMesh")
  4343. AMMA.Name = "Mag"
  4344. AMMA.Parent = o1
  4345. AMMA.BrickColor = BrickColor.new("Dark stone grey")
  4346. AMMA.Position = Vector3.new(-44.7867393, 1.52765965, -23.0326481)
  4347. AMMA.Rotation = Vector3.new(-179.327454, 0.000156550159, -105.36084)
  4348. AMMA.Anchored = true
  4349. AMMA.FormFactor = Enum.FormFactor.Custom
  4350. AMMA.Size = Vector3.new(0.578095257, 0.464761913, 0.714285731)
  4351. 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)
  4352. AMMA.Material = "SmoothPlastic"
  4353. AMMA.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4354. AMMA.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4355. AMMA.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4356. AMMA.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4357. AMMA.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4358. AMMA.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4359. AMMA.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4360. o2.Parent = AMMA
  4361. o1.Ammo.Value = 50
  4362. o1.MaxAmmo.Value = 50
  4363. o1.StoredAmmo.Value = 500
  4364. end
  4365. if Grip == "BIPOD" then
  4366. o2 = Instance.new("Part")
  4367. o3 = Instance.new("CylinderMesh")
  4368. o4 = Instance.new("Part")
  4369. o5 = Instance.new("CylinderMesh")
  4370. o6 = Instance.new("Part")
  4371. o7 = Instance.new("CylinderMesh")
  4372. o8 = Instance.new("Part")
  4373. o9 = Instance.new("CylinderMesh")
  4374. o10 = Instance.new("Part")
  4375. o11 = Instance.new("CylinderMesh")
  4376. o12 = Instance.new("Part")
  4377. o13 = Instance.new("CylinderMesh")
  4378. o2.BrickColor = BrickColor.new("Really black")
  4379. o2.Position = Vector3.new(-43.6581421, 1.260432, -22.7018719)
  4380. o2.Rotation = Vector3.new(-90, 88.374054, 90)
  4381. o2.CanCollide = false
  4382. o2.FormFactor = Enum.FormFactor.Custom
  4383. o2.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  4384. o2.CFrame = CFrame.new(-43.6581421, 1.260432, -22.7018719, 0, -0.0283740088, 0.999597371, 0, 0.999597371, 0.028374007, -1, 0, 0)
  4385. o2.BottomSurface = Enum.SurfaceType.Smooth
  4386. o2.TopSurface = Enum.SurfaceType.Smooth
  4387. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4388. o3.Parent = o2
  4389. o3.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
  4390. o4.Parent = o1
  4391. o4.BrickColor = BrickColor.new("Really black")
  4392. o4.Position = Vector3.new(-43.6703453, 1.69079101, -22.8541527)
  4393. o4.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
  4394. o4.CanCollide = false
  4395. o4.FormFactor = Enum.FormFactor.Custom
  4396. o4.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  4397. 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)
  4398. o4.BottomSurface = Enum.SurfaceType.Smooth
  4399. o4.TopSurface = Enum.SurfaceType.Smooth
  4400. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4401. o5.Parent = o4
  4402. o5.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
  4403. o6.Parent = o1
  4404. o6.BrickColor = BrickColor.new("Really black")
  4405. o6.Position = Vector3.new(-43.6662483, 1.54586697, -22.8013821)
  4406. o6.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
  4407. o6.CanCollide = false
  4408. o6.FormFactor = Enum.FormFactor.Custom
  4409. o6.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  4410. 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)
  4411. o6.BottomSurface = Enum.SurfaceType.Smooth
  4412. o6.TopSurface = Enum.SurfaceType.Smooth
  4413. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4414. o7.Parent = o6
  4415. o7.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
  4416. o8.Parent = o1
  4417. o8.BrickColor = BrickColor.new("Really black")
  4418. o8.Position = Vector3.new(-43.6706467, 1.70105505, -23.166748)
  4419. o8.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
  4420. o8.CanCollide = false
  4421. o8.FormFactor = Enum.FormFactor.Custom
  4422. o8.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  4423. 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)
  4424. o8.BottomSurface = Enum.SurfaceType.Smooth
  4425. o8.TopSurface = Enum.SurfaceType.Smooth
  4426. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4427. o9.Parent = o8
  4428. o9.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
  4429. o10.Parent = o1
  4430. o10.BrickColor = BrickColor.new("Really black")
  4431. o10.Position = Vector3.new(-43.6581421, 1.26043296, -23.319025)
  4432. o10.Rotation = Vector3.new(90, -88.374054, 90)
  4433. o10.CanCollide = false
  4434. o10.FormFactor = Enum.FormFactor.Custom
  4435. o10.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  4436. o10.CFrame = CFrame.new(-43.6581421, 1.26043296, -23.319025, 0, -0.0283740088, -0.999597371, 0, 0.999597371, -0.028374007, 1, 0, 0)
  4437. o10.BottomSurface = Enum.SurfaceType.Smooth
  4438. o10.TopSurface = Enum.SurfaceType.Smooth
  4439. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4440. o11.Parent = o10
  4441. o11.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
  4442. o12.Parent = o1
  4443. o12.BrickColor = BrickColor.new("Really black")
  4444. o12.Position = Vector3.new(-43.6665268, 1.55614102, -23.2195148)
  4445. o12.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
  4446. o12.CanCollide = false
  4447. o12.FormFactor = Enum.FormFactor.Custom
  4448. o12.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  4449. 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)
  4450. o12.BottomSurface = Enum.SurfaceType.Smooth
  4451. o12.TopSurface = Enum.SurfaceType.Smooth
  4452. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4453. o13.Parent = o12
  4454. o13.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
  4455. elseif Grip == "ANGLEGRIP" then
  4456. o2 = Instance.new("Part")
  4457. o3 = Instance.new("Part")
  4458. o4 = Instance.new("Part")
  4459. o5 = Instance.new("Part")
  4460. o6 = Instance.new("Part")
  4461. o7 = Instance.new("Part")
  4462. o8 = Instance.new("Part")
  4463. o9 = Instance.new("Part")
  4464. o10 = Instance.new("Part")
  4465. o11 = Instance.new("Part")
  4466. o12 = Instance.new("SpecialMesh")
  4467. o13 = Instance.new("Part")
  4468. o14 = Instance.new("Part")
  4469. o15 = Instance.new("SpecialMesh")
  4470. o16 = Instance.new("Part")
  4471. o17 = Instance.new("SpecialMesh")
  4472. o18 = Instance.new("Part")
  4473. o19 = Instance.new("Part")
  4474. o20 = Instance.new("Part")
  4475. o21 = Instance.new("SpecialMesh")
  4476. o22 = Instance.new("Part")
  4477. o23 = Instance.new("SpecialMesh")
  4478. o24 = Instance.new("Part")
  4479. o25 = Instance.new("Part")
  4480. o2.Parent = o1
  4481. o2.Material = Enum.Material.SmoothPlastic
  4482. o2.BrickColor = BrickColor.new("Really black")
  4483. o2.Position = Vector3.new(-43.7079277, 2.10686278, -23.0070534)
  4484. o2.Rotation = Vector3.new(0.870935917, -89.8813095, 0.87093389)
  4485. o2.Anchored = true
  4486. o2.CanCollide = false
  4487. o2.FormFactor = Enum.FormFactor.Custom
  4488. o2.Size = Vector3.new(0.156378269, 0.0721745938, 0.228552848)
  4489. 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)
  4490. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4491. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4492. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4493. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4494. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4495. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4496. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4497. o3.Parent = o1
  4498. o3.Material = Enum.Material.SmoothPlastic
  4499. o3.BrickColor = BrickColor.new("Really black")
  4500. o3.Position = Vector3.new(-44.2702217, 1.98938179, -23.0059261)
  4501. o3.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
  4502. o3.Anchored = true
  4503. o3.CanCollide = false
  4504. o3.FormFactor = Enum.FormFactor.Custom
  4505. o3.Size = Vector3.new(0.204494655, 0.0601454861, 0.264640152)
  4506. 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)
  4507. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4508. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4509. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4510. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4511. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4512. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4513. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4514. o4.Parent = o1
  4515. o4.Material = Enum.Material.SmoothPlastic
  4516. o4.BrickColor = BrickColor.new("Really black")
  4517. o4.Position = Vector3.new(-44.1654472, 1.86643887, -23.0061512)
  4518. o4.Rotation = Vector3.new(90.1556473, 52.2288246, 89.803093)
  4519. o4.Anchored = true
  4520. o4.CanCollide = false
  4521. o4.FormFactor = Enum.FormFactor.Custom
  4522. o4.Size = Vector3.new(0.204494655, 0.0601454861, 0.0775876865)
  4523. 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)
  4524. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4525. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4526. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4527. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4528. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4530. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4531. o5.Parent = o1
  4532. o5.Material = Enum.Material.SmoothPlastic
  4533. o5.BrickColor = BrickColor.new("Really black")
  4534. o5.Position = Vector3.new(-44.0593262, 2.07438278, -23.0063744)
  4535. o5.Rotation = Vector3.new(90.1205978, 44.9970665, 89.8294449)
  4536. o5.Anchored = true
  4537. o5.CanCollide = false
  4538. o5.FormFactor = Enum.FormFactor.Custom
  4539. o5.Size = Vector3.new(0.204494655, 0.0481163897, 0.0601454861)
  4540. 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)
  4541. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4542. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4543. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4544. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4545. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4546. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4547. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4548. o6.Parent = o1
  4549. o6.Material = Enum.Material.SmoothPlastic
  4550. o6.BrickColor = BrickColor.new("Really black")
  4551. o6.Position = Vector3.new(-44.0290871, 2.04886079, -23.006443)
  4552. o6.Rotation = Vector3.new(89.9303665, -30.0025082, 89.8607254)
  4553. o6.Anchored = true
  4554. o6.CanCollide = false
  4555. o6.FormFactor = Enum.FormFactor.Custom
  4556. o6.Size = Vector3.new(0.204494655, 0.0601454861, 0.108261876)
  4557. 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)
  4558. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4559. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4560. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4561. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4562. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4563. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4564. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4565. o7.Parent = o1
  4566. o7.Material = Enum.Material.SmoothPlastic
  4567. o7.BrickColor = BrickColor.new("Really black")
  4568. o7.Position = Vector3.new(-44.2125015, 2.08517194, -23.0060539)
  4569. o7.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  4570. o7.Anchored = true
  4571. o7.CanCollide = false
  4572. o7.FormFactor = Enum.FormFactor.Custom
  4573. o7.Size = Vector3.new(0.204494655, 0.0481163934, 0.288698345)
  4574. 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)
  4575. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4576. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4577. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4578. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4579. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4580. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4581. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4582. o8.Parent = o1
  4583. o8.Material = Enum.Material.SmoothPlastic
  4584. o8.BrickColor = BrickColor.new("Really black")
  4585. o8.Position = Vector3.new(-43.9994507, 2.02802086, -23.0065079)
  4586. o8.Rotation = Vector3.new(89.7910843, -60.0023575, 89.7587662)
  4587. o8.Anchored = true
  4588. o8.CanCollide = false
  4589. o8.FormFactor = Enum.FormFactor.Custom
  4590. o8.Size = Vector3.new(0.204494655, 0.0601454861, 0.493192971)
  4591. 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)
  4592. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4593. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4594. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4595. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4596. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4597. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4598. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4599. o9.Parent = o1
  4600. o9.Material = Enum.Material.SmoothPlastic
  4601. o9.BrickColor = BrickColor.new("Really black")
  4602. o9.Position = Vector3.new(-43.9869766, 2.09096074, -23.0065212)
  4603. o9.Rotation = Vector3.new(90, -0.00269289524, 89.8793945)
  4604. o9.Anchored = true
  4605. o9.CanCollide = false
  4606. o9.FormFactor = Enum.FormFactor.Custom
  4607. o9.Size = Vector3.new(0.204494655, 0.144349173, 0.0481163859)
  4608. 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)
  4609. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4610. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4611. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4612. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4613. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4614. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4615. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4616. o10.Parent = o1
  4617. o10.Material = Enum.Material.SmoothPlastic
  4618. o10.BrickColor = BrickColor.new("Really black")
  4619. o10.Position = Vector3.new(-44.1809196, 2.12215877, -23.0061283)
  4620. o10.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  4621. o10.Anchored = true
  4622. o10.CanCollide = false
  4623. o10.FormFactor = Enum.FormFactor.Custom
  4624. o10.Size = Vector3.new(0.204494655, 0.0258625615, 0.550331175)
  4625. 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)
  4626. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4627. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4628. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4629. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4630. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4631. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4632. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4633. o11.Parent = o1
  4634. o11.Material = Enum.Material.SmoothPlastic
  4635. o11.BrickColor = BrickColor.new("Really black")
  4636. o11.Position = Vector3.new(-43.9057503, 2.14530373, -23.0066986)
  4637. o11.Rotation = Vector3.new(179.156281, 89.8813095, -179.156281)
  4638. o11.Anchored = true
  4639. o11.CanCollide = false
  4640. o11.FormFactor = Enum.FormFactor.Custom
  4641. o11.Size = Vector3.new(0.204494655, 0.0721745864, 0.132320076)
  4642. 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)
  4643. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4644. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4645. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4646. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4647. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4648. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4649. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4650. o12.Parent = o11
  4651. o12.MeshType = Enum.MeshType.Wedge
  4652. o13.Parent = o1
  4653. o13.Material = Enum.Material.SmoothPlastic
  4654. o13.BrickColor = BrickColor.new("Really black")
  4655. o13.Position = Vector3.new(-43.6952477, 2.15130782, -23.0071468)
  4656. o13.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  4657. o13.Anchored = true
  4658. o13.CanCollide = false
  4659. o13.FormFactor = Enum.FormFactor.Custom
  4660. o13.Size = Vector3.new(0.204494655, 0.0601454861, 0.288698316)
  4661. 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)
  4662. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4663. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4664. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4665. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4666. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4667. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4668. o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4669. o14.Parent = o1
  4670. o14.Material = Enum.Material.SmoothPlastic
  4671. o14.BrickColor = BrickColor.new("Really black")
  4672. o14.Position = Vector3.new(-43.6110344, 2.10920095, -23.0073242)
  4673. o14.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
  4674. o14.Anchored = true
  4675. o14.CanCollide = false
  4676. o14.FormFactor = Enum.FormFactor.Custom
  4677. o14.Size = Vector3.new(0.204494655, 0.024058193, 0.024058193)
  4678. 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)
  4679. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4680. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4681. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4682. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4683. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4684. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4685. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4686. o15.Parent = o14
  4687. o15.MeshType = Enum.MeshType.Wedge
  4688. o16.Parent = o1
  4689. o16.Material = Enum.Material.SmoothPlastic
  4690. o16.BrickColor = BrickColor.new("Really black")
  4691. o16.Position = Vector3.new(-43.5930023, 2.05506992, -23.0073662)
  4692. o16.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
  4693. o16.Anchored = true
  4694. o16.CanCollide = false
  4695. o16.FormFactor = Enum.FormFactor.Custom
  4696. o16.Size = Vector3.new(0.204494655, 0.132320076, 0.0360872932)
  4697. 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)
  4698. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4699. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4700. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4701. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4702. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4703. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4704. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4705. o17.Parent = o16
  4706. o17.MeshType = Enum.MeshType.Wedge
  4707. o18.Parent = o1
  4708. o18.Material = Enum.Material.SmoothPlastic
  4709. o18.BrickColor = BrickColor.new("Really black")
  4710. o18.Position = Vector3.new(-43.5508919, 2.05506778, -23.0074501)
  4711. o18.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
  4712. o18.Anchored = true
  4713. o18.CanCollide = false
  4714. o18.FormFactor = Enum.FormFactor.Custom
  4715. o18.Size = Vector3.new(0.204494655, 0.0481163934, 0.132320076)
  4716. 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)
  4717. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4718. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4719. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4720. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4721. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4722. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4723. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4724. o19.Parent = o1
  4725. o19.Material = Enum.Material.SmoothPlastic
  4726. o19.BrickColor = BrickColor.new("Really black")
  4727. o19.Position = Vector3.new(-43.5328445, 2.13926983, -23.0074863)
  4728. o19.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  4729. o19.Anchored = true
  4730. o19.CanCollide = false
  4731. o19.FormFactor = Enum.FormFactor.Custom
  4732. o19.Size = Vector3.new(0.204494655, 0.0360872932, 0.0360872857)
  4733. 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)
  4734. o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4735. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4736. o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4737. o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4738. o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4739. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4740. o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4741. o20.Parent = o1
  4742. o20.Material = Enum.Material.SmoothPlastic
  4743. o20.BrickColor = BrickColor.new("Really black")
  4744. o20.Position = Vector3.new(-43.5208168, 2.05506587, -23.0075073)
  4745. o20.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
  4746. o20.Anchored = true
  4747. o20.CanCollide = false
  4748. o20.FormFactor = Enum.FormFactor.Custom
  4749. o20.Size = Vector3.new(0.204494655, 0.0120290974, 0.132320076)
  4750. 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)
  4751. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4752. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4753. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4754. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4755. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4756. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4757. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4758. o21.Parent = o20
  4759. o21.MeshType = Enum.MeshType.Wedge
  4760. o22.Parent = o1
  4761. o22.Material = Enum.Material.SmoothPlastic
  4762. o22.BrickColor = BrickColor.new("Really black")
  4763. o22.Position = Vector3.new(-43.5328407, 2.16934395, -23.0074863)
  4764. o22.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  4765. o22.Anchored = true
  4766. o22.CanCollide = false
  4767. o22.FormFactor = Enum.FormFactor.Custom
  4768. o22.Size = Vector3.new(0.204494655, 0.0240581967, 0.0360872857)
  4769. 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)
  4770. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4771. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4772. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4773. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4774. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4775. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4776. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4777. o23.Parent = o22
  4778. o23.MeshType = Enum.MeshType.Wedge
  4779. o24.Parent = o1
  4780. o24.Material = Enum.Material.SmoothPlastic
  4781. o24.BrickColor = BrickColor.new("Really black")
  4782. o24.Position = Vector3.new(-43.9694099, 1.99636579, -23.0065041)
  4783. o24.Rotation = Vector3.new(89.7911301, -59.9968758, 89.758812)
  4784. o24.Anchored = true
  4785. o24.CanCollide = false
  4786. o24.FormFactor = Enum.FormFactor.Custom
  4787. o24.Size = Vector3.new(0.156378269, 0.0721745938, 0.470939159)
  4788. 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)
  4789. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4790. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4791. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4792. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4793. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4794. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4795. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4796. o25.Parent = o1
  4797. o25.Material = Enum.Material.SmoothPlastic
  4798. o25.BrickColor = BrickColor.new("Really black")
  4799. o25.Position = Vector3.new(-44.3612099, 2.10910392, -23.0057392)
  4800. o25.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
  4801. o25.Anchored = true
  4802. o25.CanCollide = false
  4803. o25.FormFactor = Enum.FormFactor.Custom
  4804. o25.Size = Vector3.new(0.204494596, 0.0601454675, 0.0601454675)
  4805. 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)
  4806. o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4807. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4808. o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4809. o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4810. o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4811. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4813. elseif Grip == "VERTGRIP" then
  4814. o2 = Instance.new("Part")
  4815. o3 = Instance.new("CylinderMesh")
  4816. o4 = Instance.new("Part")
  4817. o5 = Instance.new("CylinderMesh")
  4818. o2.Parent = o1
  4819. o2.Material = Enum.Material.SmoothPlastic
  4820. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4821. o2.Position = Vector3.new(-43.8131485, 1.94014311, -23.021431)
  4822. o2.Anchored = true
  4823. o2.FormFactor = Enum.FormFactor.Symmetric
  4824. o2.Size = Vector3.new(1, 1, 1)
  4825. o2.CFrame = CFrame.new(-43.8131485, 1.94014311, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4826. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4827. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4828. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4829. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4830. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4831. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4832. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4833. o3.Parent = o2
  4834. o3.Scale = Vector3.new(0.181818187, 0.636363626, 0.227272734)
  4835. o4.Parent = o1
  4836. o4.Material = Enum.Material.SmoothPlastic
  4837. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4838. o4.Position = Vector3.new(-43.8131485, 1.61286783, -23.021431)
  4839. o4.Anchored = true
  4840. o4.FormFactor = Enum.FormFactor.Symmetric
  4841. o4.Size = Vector3.new(1, 1, 1)
  4842. o4.CFrame = CFrame.new(-43.8131485, 1.61286783, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4843. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4844. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4845. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4846. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4847. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4848. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4849. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4850. o5.Parent = o4
  4851. o5.Scale = Vector3.new(0.272727281, 0.0909090936, 0.227272734)
  4852. else
  4853. end
  4854. if FlashLight == true then
  4855. o2 = Instance.new("Part")
  4856. o3 = Instance.new("SpotLight")
  4857. o4 = Instance.new("Part")
  4858. o2.Name = "LIGHT"
  4859. o2.Parent = o1
  4860. o2.Material = Enum.Material.SmoothPlastic
  4861. o2.BrickColor = BrickColor.new("Deep orange")
  4862. o2.Position = Vector3.new(-43.500782, 2.23753619, -22.7379551)
  4863. o2.Shape = Enum.PartType.Cylinder
  4864. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4865. o2.CFrame = CFrame.new(-43.500782, 2.23753619, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4866. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4867. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4868. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4869. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4870. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4871. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4872. o2.Color = Color3.new(1, 0.686275, 0)
  4873. o3.Name = "LIGHT"
  4874. o3.Brightness = 3
  4875. o3.Parent = o2
  4876. o3.Face = Enum.NormalId.Right
  4877. o4.Parent = o1
  4878. o4.Material = Enum.Material.SmoothPlastic
  4879. o4.BrickColor = BrickColor.new("Really black")
  4880. o4.Position = Vector3.new(-43.8711853, 2.24708676, -22.7379551)
  4881. o4.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
  4882. o4.CFrame = CFrame.new(-43.8711853, 2.24708676, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4883. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4884. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4885. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4886. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4887. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4888. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4889. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4890.  
  4891. end
  4892. if Sight == "HOLOSIGHT" then
  4893. o2 = Instance.new("Part")
  4894. o3 = Instance.new("BlockMesh")
  4895. o4 = Instance.new("Part")
  4896. o5 = Instance.new("SpecialMesh")
  4897. o6 = Instance.new("Part")
  4898. o7 = Instance.new("BlockMesh")
  4899. o8 = Instance.new("Part")
  4900. o9 = Instance.new("SpecialMesh")
  4901. o10 = Instance.new("Part")
  4902. o11 = Instance.new("BlockMesh")
  4903. o12 = Instance.new("Part")
  4904. o13 = Instance.new("Decal")
  4905. o14 = Instance.new("BlockMesh")
  4906. o15 = Instance.new("Part")
  4907. o16 = Instance.new("BlockMesh")
  4908. o17 = Instance.new("Part")
  4909. o18 = Instance.new("SpecialMesh")
  4910. o19 = Instance.new("Part")
  4911. o20 = Instance.new("BlockMesh")
  4912. o21 = Instance.new("Part")
  4913. o22 = Instance.new("SpecialMesh")
  4914. o23 = Instance.new("Part")
  4915. o24 = Instance.new("SpecialMesh")
  4916. o25 = Instance.new("Part")
  4917. o26 = Instance.new("SpecialMesh")
  4918. o27 = Instance.new("Part")
  4919. o28 = Instance.new("SpecialMesh")
  4920. o29 = Instance.new("Part")
  4921. o30 = Instance.new("BlockMesh")
  4922. o31 = Instance.new("Part")
  4923. o32 = Instance.new("BlockMesh")
  4924. o33 = Instance.new("Part")
  4925. o34 = Instance.new("SpecialMesh")
  4926. o35 = Instance.new("Part")
  4927. o36 = Instance.new("CylinderMesh")
  4928. o37 = Instance.new("Part")
  4929. o38 = Instance.new("Decal")
  4930. o39 = Instance.new("CylinderMesh")
  4931. o40 = Instance.new("Part")
  4932. o41 = Instance.new("BlockMesh")
  4933. o42 = Instance.new("Part")
  4934. o43 = Instance.new("SpecialMesh")
  4935. o44 = Instance.new("Part")
  4936. o45 = Instance.new("SpecialMesh")
  4937. o46 = Instance.new("Part")
  4938. o47 = Instance.new("Decal")
  4939. o48 = Instance.new("BlockMesh")
  4940. o49 = Instance.new("Part")
  4941. o50 = Instance.new("SpecialMesh")
  4942. o51 = Instance.new("Part")
  4943. o52 = Instance.new("BlockMesh")
  4944. o53 = Instance.new("Part")
  4945. o54 = Instance.new("SpecialMesh")
  4946. o55 = Instance.new("Part")
  4947. o56 = Instance.new("BlockMesh")
  4948. o57 = Instance.new("Part")
  4949. o58 = Instance.new("SpecialMesh")
  4950. o59 = Instance.new("Part")
  4951. o60 = Instance.new("BlockMesh")
  4952. o61 = Instance.new("Part")
  4953. o62 = Instance.new("Decal")
  4954. o63 = Instance.new("BlockMesh")
  4955. o64 = Instance.new("Part")
  4956. o65 = Instance.new("BlockMesh")
  4957. o66 = Instance.new("Part")
  4958. o67 = Instance.new("BlockMesh")
  4959. o68 = Instance.new("Part")
  4960. o69 = Instance.new("BlockMesh")
  4961. o70 = Instance.new("Part")
  4962. o71 = Instance.new("SpecialMesh")
  4963. o72 = Instance.new("Part")
  4964. o73 = Instance.new("SpecialMesh")
  4965. o74 = Instance.new("Part")
  4966. o75 = Instance.new("Decal")
  4967. o76 = Instance.new("BlockMesh")
  4968. o77 = Instance.new("Part")
  4969. o78 = Instance.new("BlockMesh")
  4970. o79 = Instance.new("Part")
  4971. o80 = Instance.new("BlockMesh")
  4972. o81 = Instance.new("Part")
  4973. o82 = Instance.new("BlockMesh")
  4974. o83 = Instance.new("Part")
  4975. o84 = Instance.new("SpecialMesh")
  4976. o85 = Instance.new("Part")
  4977. o86 = Instance.new("SpecialMesh")
  4978. o87 = Instance.new("Part")
  4979. o88 = Instance.new("BlockMesh")
  4980. o89 = Instance.new("Part")
  4981. o90 = Instance.new("BlockMesh")
  4982. o91 = Instance.new("Part")
  4983. o92 = Instance.new("SpecialMesh")
  4984. o93 = Instance.new("Part")
  4985. o94 = Instance.new("BlockMesh")
  4986. o95 = Instance.new("Part")
  4987. o96 = Instance.new("SpecialMesh")
  4988. o97 = Instance.new("Part")
  4989. o98 = Instance.new("BlockMesh")
  4990. o99 = Instance.new("Part")
  4991. o100 = Instance.new("CylinderMesh")
  4992. o101 = Instance.new("Part")
  4993. o102 = Instance.new("CylinderMesh")
  4994. o103 = Instance.new("Part")
  4995. o104 = Instance.new("BlockMesh")
  4996. o105 = Instance.new("Part")
  4997. o106 = Instance.new("BlockMesh")
  4998. o107 = Instance.new("Part")
  4999. o108 = Instance.new("SpecialMesh")
  5000. o109 = Instance.new("Part")
  5001. o110 = Instance.new("BlockMesh")
  5002. o111 = Instance.new("Part")
  5003. o112 = Instance.new("SpecialMesh")
  5004. o113 = Instance.new("Part")
  5005. o114 = Instance.new("SpecialMesh")
  5006. o115 = Instance.new("Part")
  5007. o116 = Instance.new("SpecialMesh")
  5008. o117 = Instance.new("Part")
  5009. o118 = Instance.new("BlockMesh")
  5010. o119 = Instance.new("Part")
  5011. o120 = Instance.new("Decal")
  5012. o121 = Instance.new("BlockMesh")
  5013. o122 = Instance.new("Part")
  5014. o123 = Instance.new("BlockMesh")
  5015. o124 = Instance.new("Part")
  5016. o125 = Instance.new("SpecialMesh")
  5017. o126 = Instance.new("Part")
  5018. o127 = Instance.new("SpecialMesh")
  5019. o128 = Instance.new("Part")
  5020. o129 = Instance.new("SpecialMesh")
  5021. o130 = Instance.new("Part")
  5022. o131 = Instance.new("SpecialMesh")
  5023. o132 = Instance.new("Part")
  5024. o133 = Instance.new("SpecialMesh")
  5025. o134 = Instance.new("Part")
  5026. o135 = Instance.new("SpecialMesh")
  5027. o136 = Instance.new("Part")
  5028. o137 = Instance.new("BlockMesh")
  5029. o138 = Instance.new("Part")
  5030. o139 = Instance.new("SpecialMesh")
  5031. o140 = Instance.new("Part")
  5032. o141 = Instance.new("SpecialMesh")
  5033. o142 = Instance.new("Part")
  5034. o143 = Instance.new("SpecialMesh")
  5035. o144 = Instance.new("Part")
  5036. o145 = Instance.new("SpecialMesh")
  5037. o146 = Instance.new("Part")
  5038. o147 = Instance.new("BlockMesh")
  5039. o2.Parent = o1
  5040. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5041. o2.Position = Vector3.new(-45.2369041, 2.81570745, -23.0101967)
  5042. o2.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5043. o2.Anchored = true
  5044. o2.FormFactor = Enum.FormFactor.Custom
  5045. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.223999992)
  5046. 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)
  5047. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5048. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5050. o3.Parent = o2
  5051. o3.Scale = Vector3.new(0.879999995, 0.0960000008, 1)
  5052. o4.Parent = o1
  5053. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5054. o4.Position = Vector3.new(-45.3379478, 2.67370844, -23.1152229)
  5055. o4.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5056. o4.Anchored = true
  5057. o4.FormFactor = Enum.FormFactor.Custom
  5058. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5059. 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)
  5060. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5061. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5062. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5063. o5.Parent = o4
  5064. o5.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
  5065. o5.MeshType = Enum.MeshType.Wedge
  5066. o6.Parent = o1
  5067. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5068. o6.Position = Vector3.new(-45.242939, 2.70176029, -22.9381714)
  5069. o6.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5070. o6.Anchored = true
  5071. o6.FormFactor = Enum.FormFactor.Custom
  5072. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5073. 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)
  5074. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5075. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5076. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5077. o7.Parent = o6
  5078. o7.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  5079. o8.Parent = o1
  5080. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5081. o8.Position = Vector3.new(-45.337944, 2.8157053, -23.0102005)
  5082. o8.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5083. o8.Anchored = true
  5084. o8.FormFactor = Enum.FormFactor.Custom
  5085. o8.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
  5086. 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)
  5087. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5090. o9.Parent = o8
  5091. o9.Scale = Vector3.new(1, 0.0960001424, 0.159999952)
  5092. o9.MeshType = Enum.MeshType.Wedge
  5093. o10.Parent = o1
  5094. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5095. o10.Position = Vector3.new(-45.2519188, 2.77775049, -23.0121861)
  5096. o10.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5097. o10.Anchored = true
  5098. o10.FormFactor = Enum.FormFactor.Custom
  5099. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5100. 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)
  5101. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5102. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5103. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5104. o11.Parent = o10
  5105. o11.Scale = Vector3.new(0.719999969, 0.0960000008, 0.799999952)
  5106. o12.Parent = o1
  5107. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5108. o12.Position = Vector3.new(-45.3429451, 2.57272339, -22.9691792)
  5109. o12.Rotation = Vector3.new(89.9979935, 0.00131786719, 89.9981689)
  5110. o12.Anchored = true
  5111. o12.FormFactor = Enum.FormFactor.Custom
  5112. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5113. 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)
  5114. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5115. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5116. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5117. o13.Parent = o12
  5118. o13.Texture = "http://www.roblox.com/asset/?id=46738391"
  5119. o13.Face = Enum.NormalId.Top
  5120. o14.Parent = o12
  5121. o14.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
  5122. o15.Parent = o1
  5123. o15.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5124. o15.Position = Vector3.new(-45.2499352, 2.79672241, -22.9061947)
  5125. o15.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5126. o15.Anchored = true
  5127. o15.FormFactor = Enum.FormFactor.Custom
  5128. o15.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
  5129. 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)
  5130. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5133. o16.Parent = o15
  5134. o16.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
  5135. o17.Parent = o1
  5136. o17.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5137. o17.Position = Vector3.new(-45.3389473, 2.67370629, -22.9061985)
  5138. o17.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5139. o17.Anchored = true
  5140. o17.FormFactor = Enum.FormFactor.Custom
  5141. o17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5142. 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)
  5143. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5144. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5145. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5146. o18.Parent = o17
  5147. o18.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
  5148. o18.MeshType = Enum.MeshType.Wedge
  5149. o19.Parent = o1
  5150. o19.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5151. o19.Position = Vector3.new(-45.2439537, 2.7007184, -23.0821514)
  5152. o19.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5153. o19.Anchored = true
  5154. o19.FormFactor = Enum.FormFactor.Custom
  5155. o19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5156. 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)
  5157. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5158. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5159. o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5160. o20.Parent = o19
  5161. o20.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  5162. o21.Parent = o1
  5163. o21.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5164. o21.Position = Vector3.new(-45.0039558, 2.60572433, -23.1142025)
  5165. o21.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5166. o21.Anchored = true
  5167. o21.FormFactor = Enum.FormFactor.Custom
  5168. o21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5169. 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)
  5170. o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5171. o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5172. o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5173. o22.Parent = o21
  5174. o22.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
  5175. o22.MeshType = Enum.MeshType.Wedge
  5176. o23.Parent = o1
  5177. o23.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5178. o23.Position = Vector3.new(-45.1629601, 2.71073437, -23.0841694)
  5179. o23.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5180. o23.Anchored = true
  5181. o23.FormFactor = Enum.FormFactor.Custom
  5182. o23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5183. 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)
  5184. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5185. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5186. o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5187. o24.Parent = o23
  5188. o24.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
  5189. o24.MeshType = Enum.MeshType.Wedge
  5190. o25.Parent = o1
  5191. o25.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5192. o25.Position = Vector3.new(-45.1219406, 2.80674434, -23.0111694)
  5193. o25.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5194. o25.Anchored = true
  5195. o25.FormFactor = Enum.FormFactor.Custom
  5196. o25.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
  5197. 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)
  5198. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5199. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5200. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5201. o26.Parent = o25
  5202. o26.Scale = Vector3.new(1, 0.192000151, 0.239999965)
  5203. o26.MeshType = Enum.MeshType.Wedge
  5204. o27.Parent = o1
  5205. o27.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5206. o27.Position = Vector3.new(-45.3229294, 2.67670345, -23.0821533)
  5207. o27.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5208. o27.Anchored = true
  5209. o27.FormFactor = Enum.FormFactor.Custom
  5210. o27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5211. 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)
  5212. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5213. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5214. o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5215. o28.Parent = o27
  5216. o28.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
  5217. o28.MeshType = Enum.MeshType.Wedge
  5218. o29.Parent = o1
  5219. o29.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5220. o29.Position = Vector3.new(-45.242939, 2.59570932, -22.9381714)
  5221. o29.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5222. o29.Anchored = true
  5223. o29.FormFactor = Enum.FormFactor.Custom
  5224. o29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5225. 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)
  5226. o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5227. o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5228. o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5229. o30.Parent = o29
  5230. o30.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
  5231. o31.Parent = o1
  5232. o31.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5233. o31.Position = Vector3.new(-45.2099571, 2.66275644, -22.9071884)
  5234. o31.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5235. o31.Anchored = true
  5236. o31.FormFactor = Enum.FormFactor.Custom
  5237. o31.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
  5238. 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)
  5239. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5240. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5241. o31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5242. o32.Parent = o31
  5243. o32.Scale = Vector3.new(1, 1, 0.0800000057)
  5244. o33.Parent = o1
  5245. o33.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5246. o33.Position = Vector3.new(-45.3139572, 2.73575234, -22.9401321)
  5247. o33.Rotation = Vector3.new(179.998001, 90, 0)
  5248. o33.Anchored = true
  5249. o33.FormFactor = Enum.FormFactor.Custom
  5250. o33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5251. 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)
  5252. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5253. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5254. o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5255. o34.Parent = o33
  5256. o34.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
  5257. o34.MeshType = Enum.MeshType.Wedge
  5258. o35.Parent = o1
  5259. o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5260. o35.Position = Vector3.new(-45.2509651, 2.59371829, -22.8981628)
  5261. o35.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  5262. o35.Anchored = true
  5263. o35.FormFactor = Enum.FormFactor.Custom
  5264. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5265. 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)
  5266. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5267. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5268. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5269. o36.Parent = o35
  5270. o36.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
  5271. o37.Parent = o1
  5272. o37.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5273. o37.Position = Vector3.new(-45.3419685, 2.61172843, -23.0101986)
  5274. o37.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
  5275. o37.Anchored = true
  5276. o37.FormFactor = Enum.FormFactor.Custom
  5277. o37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5278. 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)
  5279. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5280. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5281. o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5282. o38.Parent = o37
  5283. o38.Texture = "http://www.roblox.com/asset/?id=46738405"
  5284. o38.Face = Enum.NormalId.Top
  5285. o39.Parent = o37
  5286. o39.Scale = Vector3.new(0.192000002, 0.0400000028, 0.160000011)
  5287. o40.Parent = o1
  5288. o40.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5289. o40.Position = Vector3.new(-45.31493, 2.59570527, -23.0101986)
  5290. o40.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5291. o40.Anchored = true
  5292. o40.FormFactor = Enum.FormFactor.Custom
  5293. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5294. 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)
  5295. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5296. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5297. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5298. o41.Parent = o40
  5299. o41.Scale = Vector3.new(0.640000045, 0.384000003, 0.239999995)
  5300. o42.Parent = o1
  5301. o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5302. o42.Position = Vector3.new(-45.313961, 2.7357533, -23.0831966)
  5303. o42.Rotation = Vector3.new(179.998001, 90, 0)
  5304. o42.Anchored = true
  5305. o42.FormFactor = Enum.FormFactor.Custom
  5306. o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5307. 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)
  5308. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5309. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5310. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5311. o43.Parent = o42
  5312. o43.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
  5313. o43.MeshType = Enum.MeshType.Wedge
  5314. o44.Parent = o1
  5315. o44.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5316. o44.Position = Vector3.new(-45.0839424, 2.7297163, -23.1152077)
  5317. o44.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5318. o44.Anchored = true
  5319. o44.FormFactor = Enum.FormFactor.Custom
  5320. o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5321. 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)
  5322. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5323. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5324. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5325. o45.Parent = o44
  5326. o45.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
  5327. o45.MeshType = Enum.MeshType.Wedge
  5328. o46.Parent = o1
  5329. o46.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5330. o46.Position = Vector3.new(-45.3429413, 2.57272434, -23.0491276)
  5331. o46.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
  5332. o46.Anchored = true
  5333. o46.FormFactor = Enum.FormFactor.Custom
  5334. o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5335. 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)
  5336. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5337. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5338. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5339. o47.Parent = o46
  5340. o47.Texture = "http://www.roblox.com/asset/?id=46738391"
  5341. o47.Face = Enum.NormalId.Top
  5342. o48.Parent = o46
  5343. o48.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
  5344. o49.Parent = o1
  5345. o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5346. o49.Position = Vector3.new(-45.3619232, 2.58566928, -23.1142006)
  5347. o49.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5348. o49.Anchored = true
  5349. o49.FormFactor = Enum.FormFactor.Custom
  5350. o49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5351. 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)
  5352. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5353. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5354. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5355. o50.Parent = o49
  5356. o50.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
  5357. o50.MeshType = Enum.MeshType.Wedge
  5358. o51.Parent = o1
  5359. o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5360. o51.Position = Vector3.new(-45.249939, 2.79672432, -23.1142063)
  5361. o51.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5362. o51.Anchored = true
  5363. o51.FormFactor = Enum.FormFactor.Custom
  5364. o51.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
  5365. 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)
  5366. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5367. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5368. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5369. o52.Parent = o51
  5370. o52.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
  5371. o53.Parent = o1
  5372. o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5373. o53.Position = Vector3.new(-45.3619232, 2.58566928, -22.9031391)
  5374. o53.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5375. o53.Anchored = true
  5376. o53.FormFactor = Enum.FormFactor.Custom
  5377. o53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5378. 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)
  5379. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5380. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5381. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5382. o54.Parent = o53
  5383. o54.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
  5384. o54.MeshType = Enum.MeshType.Wedge
  5385. o55.Parent = o1
  5386. o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5387. o55.Transparency = 0.80000001192093
  5388. o55.Position = Vector3.new(-45.2039452, 2.7007184, -23.0101948)
  5389. o55.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5390. o55.Anchored = true
  5391. o55.FormFactor = Enum.FormFactor.Custom
  5392. o55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5393. 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)
  5394. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5395. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5396. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5397. o56.Parent = o55
  5398. o56.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  5399. o57.Parent = o1
  5400. o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5401. o57.Position = Vector3.new(-45.0019417, 2.6047473, -22.9072094)
  5402. o57.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5403. o57.Anchored = true
  5404. o57.FormFactor = Enum.FormFactor.Custom
  5405. o57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5406. 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)
  5407. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5408. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5409. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5410. o58.Parent = o57
  5411. o58.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
  5412. o58.MeshType = Enum.MeshType.Wedge
  5413. o59.Parent = o1
  5414. o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5415. o59.Position = Vector3.new(-45.3379364, 2.58567333, -23.1152058)
  5416. o59.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
  5417. o59.Anchored = true
  5418. o59.FormFactor = Enum.FormFactor.Custom
  5419. o59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5420. 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)
  5421. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5422. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5423. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5424. o60.Parent = o59
  5425. o60.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
  5426. o61.Parent = o1
  5427. o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5428. o61.Transparency = 1
  5429. o61.Position = Vector3.new(-45.2019577, 2.60175633, -23.125206)
  5430. o61.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  5431. o61.Anchored = true
  5432. o61.FormFactor = Enum.FormFactor.Custom
  5433. o61.Size = Vector3.new(0.30399999, 0.200000003, 0.200000003)
  5434. 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)
  5435. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5436. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5437. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5438. o62.Parent = o61
  5439. o62.Texture = "http://www.roblox.com/asset/?id=46737426"
  5440. o62.Face = Enum.NormalId.Top
  5441. o63.Parent = o61
  5442. o63.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  5443. o64.Parent = o1
  5444. o64.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5445. o64.Position = Vector3.new(-45.08395, 2.60474443, -22.9062023)
  5446. o64.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5447. o64.Anchored = true
  5448. o64.FormFactor = Enum.FormFactor.Custom
  5449. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5450. 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)
  5451. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5452. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5453. o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5454. o65.Parent = o64
  5455. o65.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
  5456. o66.Parent = o1
  5457. o66.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5458. o66.Position = Vector3.new(-45.0839386, 2.6047473, -23.1152096)
  5459. o66.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5460. o66.Anchored = true
  5461. o66.FormFactor = Enum.FormFactor.Custom
  5462. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5463. 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)
  5464. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5465. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5466. o66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5467. o67.Parent = o66
  5468. o67.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
  5469. o68.Parent = o1
  5470. o68.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5471. o68.Position = Vector3.new(-45.3389435, 2.58566928, -22.9061947)
  5472. o68.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
  5473. o68.Anchored = true
  5474. o68.FormFactor = Enum.FormFactor.Custom
  5475. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5476. 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)
  5477. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5478. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5479. o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5480. o69.Parent = o68
  5481. o69.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
  5482. o70.Parent = o1
  5483. o70.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5484. o70.Position = Vector3.new(-45.08395, 2.72971439, -22.9061928)
  5485. o70.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5486. o70.Anchored = true
  5487. o70.FormFactor = Enum.FormFactor.Custom
  5488. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5489. 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)
  5490. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5491. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5493. o71.Parent = o70
  5494. o71.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
  5495. o71.MeshType = Enum.MeshType.Wedge
  5496. o72.Parent = o1
  5497. o72.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5498. o72.Position = Vector3.new(-44.9459419, 2.62071228, -23.0111694)
  5499. o72.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5500. o72.Anchored = true
  5501. o72.FormFactor = Enum.FormFactor.Custom
  5502. o72.Size = Vector3.new(0.200000003, 0.200000003, 0.447999984)
  5503. 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)
  5504. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5505. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5506. o72.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5507. o73.Parent = o72
  5508. o73.Scale = Vector3.new(0.799999833, 0.0959998742, 1)
  5509. o73.MeshType = Enum.MeshType.Wedge
  5510. o74.Parent = o1
  5511. o74.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5512. o74.Transparency = 1
  5513. o74.Position = Vector3.new(-45.1889229, 2.70771027, -23.0111656)
  5514. o74.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5515. o74.Anchored = true
  5516. o74.FormFactor = Enum.FormFactor.Custom
  5517. o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5518. 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)
  5519. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5520. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5521. o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5522. o75.Parent = o74
  5523. o75.Texture = "http://www.roblox.com/asset/?id=46737081"
  5524. o75.Face = Enum.NormalId.Back
  5525. o76.Parent = o74
  5526. o76.Scale = Vector3.new(0.320000023, 0.320000023, 0.0400000028)
  5527. o77.Parent = o1
  5528. o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5529. o77.Position = Vector3.new(-45.2099571, 2.66275549, -23.1161442)
  5530. o77.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5531. o77.Anchored = true
  5532. o77.FormFactor = Enum.FormFactor.Custom
  5533. o77.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
  5534. 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)
  5535. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5536. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5537. o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5538. o78.Parent = o77
  5539. o78.Scale = Vector3.new(1, 1, 0.0800000057)
  5540. o79.Parent = o1
  5541. o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5542. o79.Position = Vector3.new(-45.3239632, 2.64374638, -23.0111847)
  5543. o79.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5544. o79.Anchored = true
  5545. o79.FormFactor = Enum.FormFactor.Custom
  5546. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5547. 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)
  5548. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5549. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5550. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5551. o80.Parent = o79
  5552. o80.Scale = Vector3.new(0.799999952, 0.0960000008, 0.160000011)
  5553. o81.Parent = o1
  5554. o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5555. o81.Position = Vector3.new(-45.2439537, 2.59570742, -23.0821571)
  5556. o81.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5557. o81.Anchored = true
  5558. o81.FormFactor = Enum.FormFactor.Custom
  5559. o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5560. 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)
  5561. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5562. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5563. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5564. o82.Parent = o81
  5565. o82.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
  5566. o83.Parent = o1
  5567. o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5568. o83.Position = Vector3.new(-45.3389511, 2.77475429, -22.9061871)
  5569. o83.Rotation = Vector3.new(179.998001, 90, 0)
  5570. o83.Anchored = true
  5571. o83.FormFactor = Enum.FormFactor.Custom
  5572. o83.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5573. 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)
  5574. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5575. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5576. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5577. o84.Parent = o83
  5578. o84.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
  5579. o84.MeshType = Enum.MeshType.Wedge
  5580. o85.Parent = o1
  5581. o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5582. o85.Position = Vector3.new(-45.3219528, 2.67871833, -22.939188)
  5583. o85.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5584. o85.Anchored = true
  5585. o85.FormFactor = Enum.FormFactor.Custom
  5586. o85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5587. 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)
  5588. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5589. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5590. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5591. o86.Parent = o85
  5592. o86.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
  5593. o86.MeshType = Enum.MeshType.Wedge
  5594. o87.Parent = o1
  5595. o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5596. o87.Position = Vector3.new(-45.2519035, 2.57575631, -23.0121822)
  5597. o87.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5598. o87.Anchored = true
  5599. o87.FormFactor = Enum.FormFactor.Custom
  5600. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5601. 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)
  5602. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5603. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5604. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5605. o88.Parent = o87
  5606. o88.Scale = Vector3.new(0.640000045, 0.192000002, 0.399999976)
  5607. o89.Parent = o1
  5608. o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5609. o89.Transparency = 0.80000001192093
  5610. o89.Position = Vector3.new(-45.297966, 2.70175934, -23.0101871)
  5611. o89.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5612. o89.Anchored = true
  5613. o89.FormFactor = Enum.FormFactor.Custom
  5614. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5615. 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)
  5616. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5617. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5618. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5619. o90.Parent = o89
  5620. o90.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  5621. o91.Parent = o1
  5622. o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5623. o91.Position = Vector3.new(-45.1649666, 2.71073341, -22.9381714)
  5624. o91.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5625. o91.Anchored = true
  5626. o91.FormFactor = Enum.FormFactor.Custom
  5627. o91.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5628. 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)
  5629. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5630. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5631. o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5632. o92.Parent = o91
  5633. o92.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
  5634. o92.MeshType = Enum.MeshType.Wedge
  5635. o93.Parent = o1
  5636. o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5637. o93.Position = Vector3.new(-45.1859055, 2.64374733, -23.0102024)
  5638. o93.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5639. o93.Anchored = true
  5640. o93.FormFactor = Enum.FormFactor.Custom
  5641. o93.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5642. 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)
  5643. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5644. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5645. o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5646. o94.Parent = o93
  5647. o94.Scale = Vector3.new(0.640000045, 0.0960000008, 0.0800000057)
  5648. o95.Parent = o1
  5649. o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5650. o95.Position = Vector3.new(-45.3379478, 2.77475429, -23.1151962)
  5651. o95.Rotation = Vector3.new(179.998001, 90, 0)
  5652. o95.Anchored = true
  5653. o95.FormFactor = Enum.FormFactor.Custom
  5654. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5655. 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)
  5656. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5657. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5658. o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5659. o96.Parent = o95
  5660. o96.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
  5661. o96.MeshType = Enum.MeshType.Wedge
  5662. o97.Parent = o1
  5663. o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5664. o97.Position = Vector3.new(-45.1779633, 2.59570837, -23.0111656)
  5665. o97.Rotation = Vector3.new(-0.00200535241, -90, 0)
  5666. o97.Anchored = true
  5667. o97.FormFactor = Enum.FormFactor.Custom
  5668. o97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5669. 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)
  5670. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5671. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5672. o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5673. o98.Parent = o97
  5674. o98.Scale = Vector3.new(0.640000045, 0.384000003, 0.320000023)
  5675. o99.Parent = o1
  5676. o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5677. o99.Position = Vector3.new(-45.1059189, 2.56171727, -22.8961964)
  5678. o99.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  5679. o99.Anchored = true
  5680. o99.FormFactor = Enum.FormFactor.Custom
  5681. o99.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5682. 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)
  5683. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5684. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5685. o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5686. o100.Parent = o99
  5687. o100.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
  5688. o101.Parent = o1
  5689. o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5690. o101.Position = Vector3.new(-45.1629524, 2.55375028, -23.1252136)
  5691. o101.Rotation = Vector3.new(89.9979935, 0.00131786917, 179.998108)
  5692. o101.Anchored = true
  5693. o101.FormFactor = Enum.FormFactor.Custom
  5694. o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5695. 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)
  5696. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5697. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5698. o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5699. o102.Parent = o101
  5700. o102.Scale = Vector3.new(0.320000023, 0.0400000028, 0.320000023)
  5701. o103.Parent = o1
  5702. o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5703. o103.Position = Vector3.new(-44.9219513, 2.58475542, -23.0111656)
  5704. o103.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5705. o103.Anchored = true
  5706. o103.FormFactor = Enum.FormFactor.Custom
  5707. o103.Size = Vector3.new(0.447999984, 0.200000003, 0.200000003)
  5708. 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)
  5709. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5711. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5712. o104.Parent = o103
  5713. o104.Scale = Vector3.new(1, 0.288000017, 0.799999952)
  5714. o105.Parent = o1
  5715. o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5716. o105.Position = Vector3.new(-45.0199165, 2.52772045, -23.0121689)
  5717. o105.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5718. o105.Anchored = true
  5719. o105.FormFactor = Enum.FormFactor.Custom
  5720. o105.Size = Vector3.new(0.639999986, 0.200000003, 0.200000003)
  5721. 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)
  5722. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5723. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5724. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5725. o106.Parent = o105
  5726. o106.Scale = Vector3.new(1, 0.288000017, 0.799999952)
  5727. o107.Parent = o1
  5728. o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5729. o107.Position = Vector3.new(-44.9509392, 2.51874828, -23.0071964)
  5730. o107.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5731. o107.Anchored = true
  5732. o107.CanCollide = false
  5733. o107.FormFactor = Enum.FormFactor.Custom
  5734. o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5735. 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)
  5736. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5737. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5738. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5739. o108.Parent = o107
  5740. o108.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  5741. o108.MeshType = Enum.MeshType.Torso
  5742. o109.Parent = o1
  5743. o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5744. o109.Position = Vector3.new(-45.0418892, 2.51572728, -23.0951881)
  5745. o109.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  5746. o109.Anchored = true
  5747. o109.FormFactor = Enum.FormFactor.Custom
  5748. o109.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
  5749. 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)
  5750. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5751. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5752. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5753. o110.Parent = o109
  5754. o110.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  5755. o111.Parent = o1
  5756. o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5757. o111.Position = Vector3.new(-45.2519112, 2.51874328, -23.0072002)
  5758. o111.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5759. o111.Anchored = true
  5760. o111.CanCollide = false
  5761. o111.FormFactor = Enum.FormFactor.Custom
  5762. o111.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5763. 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)
  5764. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5765. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5766. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5767. o112.Parent = o111
  5768. o112.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  5769. o112.MeshType = Enum.MeshType.Torso
  5770. o113.Parent = o1
  5771. o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5772. o113.Position = Vector3.new(-44.8509331, 2.51875043, -23.0072041)
  5773. o113.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5774. o113.Anchored = true
  5775. o113.CanCollide = false
  5776. o113.FormFactor = Enum.FormFactor.Custom
  5777. o113.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5778. 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)
  5779. o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5780. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5781. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5782. o114.Parent = o113
  5783. o114.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  5784. o114.MeshType = Enum.MeshType.Torso
  5785. o115.Parent = o1
  5786. o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5787. o115.Position = Vector3.new(-45.0539436, 2.51874828, -23.008131)
  5788. o115.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5789. o115.Anchored = true
  5790. o115.CanCollide = false
  5791. o115.FormFactor = Enum.FormFactor.Custom
  5792. o115.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5793. 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)
  5794. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5795. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5796. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5797. o116.Parent = o115
  5798. o116.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  5799. o116.MeshType = Enum.MeshType.Torso
  5800. o117.Parent = o1
  5801. o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5802. o117.Position = Vector3.new(-45.1538887, 2.51874328, -22.9062023)
  5803. o117.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5804. o117.Anchored = true
  5805. o117.FormFactor = Enum.FormFactor.Custom
  5806. o117.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
  5807. 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)
  5808. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5810. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5811. o118.Parent = o117
  5812. o118.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
  5813. o119.Parent = o1
  5814. o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5815. o119.Transparency = 1
  5816. o119.Position = Vector3.new(-44.8339386, 2.5557704, -23.094183)
  5817. o119.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  5818. o119.Anchored = true
  5819. o119.FormFactor = Enum.FormFactor.Custom
  5820. o119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5821. 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)
  5822. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5823. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5824. o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5825. o120.Parent = o119
  5826. o120.Texture = "http://www.roblox.com/asset/?id=46738506"
  5827. o120.Face = Enum.NormalId.Top
  5828. o121.Parent = o119
  5829. o121.Scale = Vector3.new(0.879999995, 0.0400000028, 0.239999995)
  5830. o122.Parent = o1
  5831. o122.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5832. o122.Position = Vector3.new(-45.0439224, 2.51572728, -22.9261646)
  5833. o122.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  5834. o122.Anchored = true
  5835. o122.FormFactor = Enum.FormFactor.Custom
  5836. o122.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
  5837. 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)
  5838. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5839. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5840. o122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5841. o123.Parent = o122
  5842. o123.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  5843. o124.Parent = o1
  5844. o124.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5845. o124.Position = Vector3.new(-44.7529488, 2.51875329, -23.0081348)
  5846. o124.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5847. o124.Anchored = true
  5848. o124.CanCollide = false
  5849. o124.FormFactor = Enum.FormFactor.Custom
  5850. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5851. 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)
  5852. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5853. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5854. o124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5855. o125.Parent = o124
  5856. o125.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  5857. o125.MeshType = Enum.MeshType.Torso
  5858. o126.Parent = o1
  5859. o126.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5860. o126.Position = Vector3.new(-45.1509209, 2.51874232, -23.0071945)
  5861. o126.Rotation = Vector3.new(-0.00200535241, 90, 0)
  5862. o126.Anchored = true
  5863. o126.CanCollide = false
  5864. o126.FormFactor = Enum.FormFactor.Custom
  5865. o126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5866. 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)
  5867. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5868. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5869. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5870. o127.Parent = o126
  5871. o127.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  5872. o127.MeshType = Enum.MeshType.Torso
  5873. o128.Parent = o1
  5874. o128.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5875. o128.Position = Vector3.new(-45.1529388, 2.4967463, -23.0111752)
  5876. o128.Rotation = Vector3.new(-0.00217723963, 90, 0)
  5877. o128.Anchored = true
  5878. o128.FormFactor = Enum.FormFactor.Custom
  5879. o128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5880. 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)
  5881. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5882. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5883. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5884. o129.Parent = o128
  5885. o129.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5886. o129.MeshType = Enum.MeshType.Torso
  5887. o130.Parent = o1
  5888. o130.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5889. o130.Position = Vector3.new(-45.2179108, 2.49674535, -23.0101929)
  5890. o130.Rotation = Vector3.new(-0.00189076073, 90, 0)
  5891. o130.Anchored = true
  5892. o130.FormFactor = Enum.FormFactor.Custom
  5893. o130.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5894. 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)
  5895. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5896. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5897. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5898. o131.Parent = o130
  5899. o131.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5900. o131.MeshType = Enum.MeshType.Torso
  5901. o132.Parent = o1
  5902. o132.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5903. o132.Position = Vector3.new(-45.2839508, 2.49674535, -23.0101948)
  5904. o132.Rotation = Vector3.new(-0.00154698605, 90, 0)
  5905. o132.Anchored = true
  5906. o132.FormFactor = Enum.FormFactor.Custom
  5907. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5908. 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)
  5909. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5910. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5911. o132.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5912. o133.Parent = o132
  5913. o133.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5914. o133.MeshType = Enum.MeshType.Torso
  5915. o134.Parent = o1
  5916. o134.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5917. o134.Position = Vector3.new(-45.0889397, 2.49674749, -23.0111771)
  5918. o134.Rotation = Vector3.new(-0.00177616917, 90, 0)
  5919. o134.Anchored = true
  5920. o134.FormFactor = Enum.FormFactor.Custom
  5921. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5922. 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)
  5923. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5924. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5925. o134.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5926. o135.Parent = o134
  5927. o135.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5928. o135.MeshType = Enum.MeshType.Torso
  5929. o136.Parent = o1
  5930. o136.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5931. o136.Position = Vector3.new(-45.1538887, 2.51874328, -23.1142063)
  5932. o136.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  5933. o136.Anchored = true
  5934. o136.FormFactor = Enum.FormFactor.Custom
  5935. o136.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
  5936. 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)
  5937. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5938. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5939. o136.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5940. o137.Parent = o136
  5941. o137.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
  5942. o138.Parent = o1
  5943. o138.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5944. o138.Position = Vector3.new(-45.0229073, 2.49675035, -23.0111771)
  5945. o138.Rotation = Vector3.new(-0.00194805651, 90, 0)
  5946. o138.Anchored = true
  5947. o138.FormFactor = Enum.FormFactor.Custom
  5948. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5949. 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)
  5950. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5951. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5952. o138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5953. o139.Parent = o138
  5954. o139.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5955. o139.MeshType = Enum.MeshType.Torso
  5956. o140.Parent = o1
  5957. o140.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5958. o140.Position = Vector3.new(-44.9549446, 2.49675035, -23.0101929)
  5959. o140.Rotation = Vector3.new(-0.00194805651, 90, 0)
  5960. o140.Anchored = true
  5961. o140.FormFactor = Enum.FormFactor.Custom
  5962. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5963. 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)
  5964. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5966. o140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5967. o141.Parent = o140
  5968. o141.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5969. o141.MeshType = Enum.MeshType.Torso
  5970. o142.Parent = o1
  5971. o142.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5972. o142.Position = Vector3.new(-44.8889275, 2.49675131, -23.0101967)
  5973. o142.Rotation = Vector3.new(-0.00189076073, 90, 0)
  5974. o142.Anchored = true
  5975. o142.FormFactor = Enum.FormFactor.Custom
  5976. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5977. 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)
  5978. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5979. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5980. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5981. o143.Parent = o142
  5982. o143.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5983. o143.MeshType = Enum.MeshType.Torso
  5984. o144.Parent = o1
  5985. o144.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5986. o144.Position = Vector3.new(-44.8239632, 2.49675727, -23.0102005)
  5987. o144.Rotation = Vector3.new(18.3667545, 89.9515457, -18.3702984)
  5988. o144.Anchored = true
  5989. o144.FormFactor = Enum.FormFactor.Custom
  5990. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5991. 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)
  5992. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5993. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5994. o144.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5995. o145.Parent = o144
  5996. o145.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  5997. o145.MeshType = Enum.MeshType.Torso
  5998. o146.Name = "Zoom"
  5999. o146.Parent = o1
  6000. o146.Material = Enum.Material.SmoothPlastic
  6001. o146.Transparency = 1
  6002. o146.Position = Vector3.new(-45.4513054, 2.7256608, -23.0179634)
  6003. o146.Rotation = Vector3.new(-90, -88.876564, -90)
  6004. o146.Anchored = true
  6005. o146.FormFactor = Enum.FormFactor.Custom
  6006. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6007. o146.CFrame = CFrame.new(-45.4513054, 2.7256608, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  6008. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6009. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6010. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6011. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6012. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6013. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6014. o147.Parent = o146
  6015. o147.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  6016. ZoomFOV = 70
  6017. elseif Sight == "REFLEX" then
  6018. o2 = Instance.new("Part")
  6019. o3 = Instance.new("CylinderMesh")
  6020. o4 = Instance.new("Part")
  6021. o5 = Instance.new("SpecialMesh")
  6022. o6 = Instance.new("Part")
  6023. o7 = Instance.new("SpecialMesh")
  6024. o8 = Instance.new("Part")
  6025. o9 = Instance.new("SpecialMesh")
  6026. o10 = Instance.new("Part")
  6027. o11 = Instance.new("SpecialMesh")
  6028. o12 = Instance.new("Part")
  6029. o13 = Instance.new("BlockMesh")
  6030. o14 = Instance.new("Part")
  6031. o15 = Instance.new("BlockMesh")
  6032. o16 = Instance.new("Part")
  6033. o17 = Instance.new("SpecialMesh")
  6034. o18 = Instance.new("Part")
  6035. o19 = Instance.new("SpecialMesh")
  6036. o20 = Instance.new("Part")
  6037. o21 = Instance.new("SpecialMesh")
  6038. o22 = Instance.new("Part")
  6039. o23 = Instance.new("BlockMesh")
  6040. o24 = Instance.new("Part")
  6041. o25 = Instance.new("BlockMesh")
  6042. o26 = Instance.new("Part")
  6043. o27 = Instance.new("BlockMesh")
  6044. o28 = Instance.new("Part")
  6045. o29 = Instance.new("SpecialMesh")
  6046. o30 = Instance.new("Part")
  6047. o31 = Instance.new("SpecialMesh")
  6048. o32 = Instance.new("Part")
  6049. o33 = Instance.new("BlockMesh")
  6050. o34 = Instance.new("Part")
  6051. o35 = Instance.new("BlockMesh")
  6052. o36 = Instance.new("Part")
  6053. o37 = Instance.new("SpecialMesh")
  6054. o38 = Instance.new("Part")
  6055. o39 = Instance.new("SpecialMesh")
  6056. o40 = Instance.new("Part")
  6057. o41 = Instance.new("SpecialMesh")
  6058. o42 = Instance.new("Part")
  6059. o43 = Instance.new("BlockMesh")
  6060. o44 = Instance.new("Part")
  6061. o45 = Instance.new("SpecialMesh")
  6062. o46 = Instance.new("Part")
  6063. o47 = Instance.new("SpecialMesh")
  6064. o48 = Instance.new("Part")
  6065. o49 = Instance.new("SpecialMesh")
  6066. o50 = Instance.new("Part")
  6067. o51 = Instance.new("Decal")
  6068. o52 = Instance.new("CylinderMesh")
  6069. o53 = Instance.new("Part")
  6070. o54 = Instance.new("BlockMesh")
  6071. o55 = Instance.new("Part")
  6072. o56 = Instance.new("BlockMesh")
  6073. o57 = Instance.new("Part")
  6074. o58 = Instance.new("BlockMesh")
  6075. o59 = Instance.new("Part")
  6076. o60 = Instance.new("SpecialMesh")
  6077. o61 = Instance.new("Part")
  6078. o62 = Instance.new("SpecialMesh")
  6079. o63 = Instance.new("Part")
  6080. o64 = Instance.new("SpecialMesh")
  6081. o65 = Instance.new("Part")
  6082. o66 = Instance.new("SpecialMesh")
  6083. o67 = Instance.new("Part")
  6084. o68 = Instance.new("CylinderMesh")
  6085. o69 = Instance.new("Part")
  6086. o70 = Instance.new("BlockMesh")
  6087. o2.Parent = o1
  6088. o2.BrickColor = BrickColor.new("Really black")
  6089. o2.Position = Vector3.new(-45.2765083, 2.46846628, -23.0166702)
  6090. o2.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6091. o2.Anchored = true
  6092. o2.FormFactor = Enum.FormFactor.Symmetric
  6093. o2.Size = Vector3.new(1, 1, 1)
  6094. 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)
  6095. o2.BottomSurface = Enum.SurfaceType.Smooth
  6096. o2.TopSurface = Enum.SurfaceType.Smooth
  6097. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6098. o3.Parent = o2
  6099. o3.Offset = Vector3.new(0, 0, 0.0325925909)
  6100. o3.Scale = Vector3.new(0.162962973, 0.0570370369, 0.195555568)
  6101. o4.Parent = o1
  6102. o4.BrickColor = BrickColor.new("Really black")
  6103. o4.Position = Vector3.new(-45.3094978, 2.55647826, -23.0146866)
  6104. o4.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6105. o4.Anchored = true
  6106. o4.FormFactor = Enum.FormFactor.Plate
  6107. o4.Size = Vector3.new(1, 0.400000006, 1)
  6108. 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)
  6109. o4.BottomSurface = Enum.SurfaceType.Smooth
  6110. o4.TopSurface = Enum.SurfaceType.Smooth
  6111. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6112. o5.Parent = o4
  6113. o5.Scale = Vector3.new(0.187407404, 0.0325925909, 0.162962973)
  6114. o5.MeshType = Enum.MeshType.Brick
  6115. o6.Parent = o1
  6116. o6.BrickColor = BrickColor.new("Really black")
  6117. o6.Position = Vector3.new(-45.3095016, 2.57641029, -23.0146942)
  6118. o6.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6119. o6.Anchored = true
  6120. o6.FormFactor = Enum.FormFactor.Plate
  6121. o6.Size = Vector3.new(1, 0.400000006, 1)
  6122. 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)
  6123. o6.BottomSurface = Enum.SurfaceType.Smooth
  6124. o6.TopSurface = Enum.SurfaceType.Smooth
  6125. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6126. o7.Parent = o6
  6127. o7.Scale = Vector3.new(0.187407404, 0.0651851818, 0.162962973)
  6128. o7.MeshType = Enum.MeshType.Torso
  6129. o8.Parent = o1
  6130. o8.BrickColor = BrickColor.new("Really black")
  6131. o8.Position = Vector3.new(-45.3425179, 2.51747727, -23.0166683)
  6132. o8.Rotation = Vector3.new(179.998108, 90, 0)
  6133. o8.Anchored = true
  6134. o8.FormFactor = Enum.FormFactor.Symmetric
  6135. o8.Size = Vector3.new(1, 1, 1)
  6136. 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)
  6137. o8.BottomSurface = Enum.SurfaceType.Smooth
  6138. o8.TopSurface = Enum.SurfaceType.Smooth
  6139. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6140. o9.Parent = o8
  6141. o9.Scale = Vector3.new(0.187407404, 0.0651851818, 0.0977777839)
  6142. o9.MeshType = Enum.MeshType.Wedge
  6143. o10.Parent = o1
  6144. o10.BrickColor = BrickColor.new("Really black")
  6145. o10.Position = Vector3.new(-44.920517, 2.59844327, -23.146698)
  6146. o10.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  6147. o10.Anchored = true
  6148. o10.FormFactor = Enum.FormFactor.Plate
  6149. o10.Size = Vector3.new(1, 0.400000006, 1)
  6150. 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)
  6151. o10.BottomSurface = Enum.SurfaceType.Smooth
  6152. o10.TopSurface = Enum.SurfaceType.Smooth
  6153. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6154. o11.Parent = o10
  6155. o11.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6156. o11.MeshType = Enum.MeshType.Wedge
  6157. o12.Parent = o1
  6158. o12.BrickColor = BrickColor.new("Really black")
  6159. o12.Position = Vector3.new(-45.0995064, 2.51747632, -23.015686)
  6160. o12.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6161. o12.Anchored = true
  6162. o12.FormFactor = Enum.FormFactor.Symmetric
  6163. o12.Size = Vector3.new(1, 1, 1)
  6164. 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)
  6165. o12.BottomSurface = Enum.SurfaceType.Smooth
  6166. o12.TopSurface = Enum.SurfaceType.Smooth
  6167. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6168. o13.Parent = o12
  6169. o13.Scale = Vector3.new(0.187407404, 0.0651851818, 0.391111135)
  6170. o14.Parent = o1
  6171. o14.BrickColor = BrickColor.new("Really black")
  6172. o14.Position = Vector3.new(-44.920517, 2.79448128, -23.0146942)
  6173. o14.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6174. o14.Anchored = true
  6175. o14.FormFactor = Enum.FormFactor.Symmetric
  6176. o14.Size = Vector3.new(1, 1, 1)
  6177. 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)
  6178. o14.BottomSurface = Enum.SurfaceType.Smooth
  6179. o14.TopSurface = Enum.SurfaceType.Smooth
  6180. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6181. o15.Parent = o14
  6182. o15.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
  6183. o16.Parent = o1
  6184. o16.BrickColor = BrickColor.new("Really black")
  6185. o16.Position = Vector3.new(-44.9205208, 2.79448128, -23.1576691)
  6186. o16.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  6187. o16.Anchored = true
  6188. o16.FormFactor = Enum.FormFactor.Plate
  6189. o16.Size = Vector3.new(1, 0.400000006, 1)
  6190. 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)
  6191. o16.BottomSurface = Enum.SurfaceType.Smooth
  6192. o16.TopSurface = Enum.SurfaceType.Smooth
  6193. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6194. o17.Parent = o16
  6195. o17.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6196. o17.MeshType = Enum.MeshType.Wedge
  6197. o18.Parent = o1
  6198. o18.BrickColor = BrickColor.new("Really black")
  6199. o18.Position = Vector3.new(-44.9185371, 2.74543738, -22.8476753)
  6200. o18.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  6201. o18.Anchored = true
  6202. o18.FormFactor = Enum.FormFactor.Plate
  6203. o18.Size = Vector3.new(1, 0.400000006, 1)
  6204. 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)
  6205. o18.BottomSurface = Enum.SurfaceType.Smooth
  6206. o18.TopSurface = Enum.SurfaceType.Smooth
  6207. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6208. o19.Parent = o18
  6209. o19.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  6210. o19.MeshType = Enum.MeshType.Wedge
  6211. o20.Parent = o1
  6212. o20.BrickColor = BrickColor.new("Really black")
  6213. o20.Position = Vector3.new(-44.9195137, 2.72948027, -23.1646042)
  6214. o20.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6215. o20.Anchored = true
  6216. o20.FormFactor = Enum.FormFactor.Plate
  6217. o20.Size = Vector3.new(1, 0.400000006, 1)
  6218. 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)
  6219. o20.BottomSurface = Enum.SurfaceType.Smooth
  6220. o20.TopSurface = Enum.SurfaceType.Smooth
  6221. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6222. o21.Parent = o20
  6223. o21.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6224. o21.MeshType = Enum.MeshType.Wedge
  6225. o22.Parent = o1
  6226. o22.BrickColor = BrickColor.new("Really black")
  6227. o22.Position = Vector3.new(-44.9195137, 2.59844542, -22.8646832)
  6228. o22.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6229. o22.Anchored = true
  6230. o22.FormFactor = Enum.FormFactor.Plate
  6231. o22.Size = Vector3.new(1, 0.400000006, 1)
  6232. 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)
  6233. o22.BottomSurface = Enum.SurfaceType.Smooth
  6234. o22.TopSurface = Enum.SurfaceType.Smooth
  6235. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6236. o23.Parent = o22
  6237. o23.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6238. o24.Parent = o1
  6239. o24.BrickColor = BrickColor.new("Really black")
  6240. o24.Position = Vector3.new(-44.9185371, 2.68046641, -22.8476543)
  6241. o24.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6242. o24.Anchored = true
  6243. o24.FormFactor = Enum.FormFactor.Plate
  6244. o24.Size = Vector3.new(1, 0.400000006, 1)
  6245. 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)
  6246. o24.BottomSurface = Enum.SurfaceType.Smooth
  6247. o24.TopSurface = Enum.SurfaceType.Smooth
  6248. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6249. o25.Parent = o24
  6250. o25.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  6251. o26.Parent = o1
  6252. o26.BrickColor = BrickColor.new("Really black")
  6253. o26.Position = Vector3.new(-44.920517, 2.56648326, -23.0146809)
  6254. o26.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6255. o26.Anchored = true
  6256. o26.FormFactor = Enum.FormFactor.Symmetric
  6257. o26.Size = Vector3.new(1, 1, 1)
  6258. 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)
  6259. o26.BottomSurface = Enum.SurfaceType.Smooth
  6260. o26.TopSurface = Enum.SurfaceType.Smooth
  6261. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6262. o27.Parent = o26
  6263. o27.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
  6264. o28.Parent = o1
  6265. o28.BrickColor = BrickColor.new("Really black")
  6266. o28.Position = Vector3.new(-44.9195099, 2.63146138, -22.8646927)
  6267. o28.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  6268. o28.Anchored = true
  6269. o28.FormFactor = Enum.FormFactor.Plate
  6270. o28.Size = Vector3.new(1, 0.400000006, 1)
  6271. 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)
  6272. o28.BottomSurface = Enum.SurfaceType.Smooth
  6273. o28.TopSurface = Enum.SurfaceType.Smooth
  6274. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6275. o29.Parent = o28
  6276. o29.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6277. o29.MeshType = Enum.MeshType.Wedge
  6278. o30.Parent = o1
  6279. o30.BrickColor = BrickColor.new("Really black")
  6280. o30.Position = Vector3.new(-44.9205208, 2.56648326, -22.8716412)
  6281. o30.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6282. o30.Anchored = true
  6283. o30.FormFactor = Enum.FormFactor.Plate
  6284. o30.Size = Vector3.new(1, 0.400000006, 1)
  6285. 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)
  6286. o30.BottomSurface = Enum.SurfaceType.Smooth
  6287. o30.TopSurface = Enum.SurfaceType.Smooth
  6288. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6289. o31.Parent = o30
  6290. o31.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6291. o31.MeshType = Enum.MeshType.Wedge
  6292. o32.Parent = o1
  6293. o32.BrickColor = BrickColor.new("Really black")
  6294. o32.Position = Vector3.new(-44.920517, 2.68046427, -23.1846619)
  6295. o32.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6296. o32.Anchored = true
  6297. o32.FormFactor = Enum.FormFactor.Plate
  6298. o32.Size = Vector3.new(1, 0.400000006, 1)
  6299. 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)
  6300. o32.BottomSurface = Enum.SurfaceType.Smooth
  6301. o32.TopSurface = Enum.SurfaceType.Smooth
  6302. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6303. o33.Parent = o32
  6304. o33.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  6305. o34.Parent = o1
  6306. o34.BrickColor = BrickColor.new("Really black")
  6307. o34.Position = Vector3.new(-44.9195099, 2.59844327, -23.1646118)
  6308. o34.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6309. o34.Anchored = true
  6310. o34.FormFactor = Enum.FormFactor.Plate
  6311. o34.Size = Vector3.new(1, 0.400000006, 1)
  6312. 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)
  6313. o34.BottomSurface = Enum.SurfaceType.Smooth
  6314. o34.TopSurface = Enum.SurfaceType.Smooth
  6315. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6316. o35.Parent = o34
  6317. o35.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6318. o36.Parent = o1
  6319. o36.BrickColor = BrickColor.new("Really black")
  6320. o36.Position = Vector3.new(-44.920517, 2.7614634, -23.1467056)
  6321. o36.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6322. o36.Anchored = true
  6323. o36.FormFactor = Enum.FormFactor.Plate
  6324. o36.Size = Vector3.new(1, 0.400000006, 1)
  6325. 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)
  6326. o36.BottomSurface = Enum.SurfaceType.Smooth
  6327. o36.TopSurface = Enum.SurfaceType.Smooth
  6328. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6329. o37.Parent = o36
  6330. o37.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6331. o37.MeshType = Enum.MeshType.Wedge
  6332. o38.Parent = o1
  6333. o38.BrickColor = BrickColor.new("Really black")
  6334. o38.Position = Vector3.new(-44.9185295, 2.59844041, -22.8846474)
  6335. o38.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  6336. o38.Anchored = true
  6337. o38.FormFactor = Enum.FormFactor.Plate
  6338. o38.Size = Vector3.new(1, 0.400000006, 1)
  6339. 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)
  6340. o38.BottomSurface = Enum.SurfaceType.Smooth
  6341. o38.TopSurface = Enum.SurfaceType.Smooth
  6342. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6343. o39.Parent = o38
  6344. o39.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6345. o39.MeshType = Enum.MeshType.Wedge
  6346. o40.Parent = o1
  6347. o40.BrickColor = BrickColor.new("Really black")
  6348. o40.Position = Vector3.new(-44.9195137, 2.72948027, -22.8646832)
  6349. o40.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  6350. o40.Anchored = true
  6351. o40.FormFactor = Enum.FormFactor.Plate
  6352. o40.Size = Vector3.new(1, 0.400000006, 1)
  6353. 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)
  6354. o40.BottomSurface = Enum.SurfaceType.Smooth
  6355. o40.TopSurface = Enum.SurfaceType.Smooth
  6356. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6357. o41.Parent = o40
  6358. o41.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6359. o41.MeshType = Enum.MeshType.Wedge
  6360. o42.Parent = o1
  6361. o42.BrickColor = BrickColor.new("Really black")
  6362. o42.Position = Vector3.new(-45.0815277, 2.46846628, -23.014679)
  6363. o42.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6364. o42.Anchored = true
  6365. o42.FormFactor = Enum.FormFactor.Symmetric
  6366. o42.Size = Vector3.new(1, 1, 1)
  6367. 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)
  6368. o42.BottomSurface = Enum.SurfaceType.Smooth
  6369. o42.TopSurface = Enum.SurfaceType.Smooth
  6370. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6371. o43.Parent = o42
  6372. o43.Scale = Vector3.new(0.162962973, 0.0325925909, 0.358518541)
  6373. o44.Parent = o1
  6374. o44.BrickColor = BrickColor.new("Really black")
  6375. o44.Position = Vector3.new(-44.920517, 2.56648326, -23.1576462)
  6376. o44.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  6377. o44.Anchored = true
  6378. o44.FormFactor = Enum.FormFactor.Plate
  6379. o44.Size = Vector3.new(1, 0.400000006, 1)
  6380. 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)
  6381. o44.BottomSurface = Enum.SurfaceType.Smooth
  6382. o44.TopSurface = Enum.SurfaceType.Smooth
  6383. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6384. o45.Parent = o44
  6385. o45.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6386. o45.MeshType = Enum.MeshType.Wedge
  6387. o46.Parent = o1
  6388. o46.BrickColor = BrickColor.new("Really black")
  6389. o46.Position = Vector3.new(-44.9185295, 2.61543727, -22.8476543)
  6390. o46.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6391. o46.Anchored = true
  6392. o46.FormFactor = Enum.FormFactor.Plate
  6393. o46.Size = Vector3.new(1, 0.400000006, 1)
  6394. 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)
  6395. o46.BottomSurface = Enum.SurfaceType.Smooth
  6396. o46.TopSurface = Enum.SurfaceType.Smooth
  6397. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6398. o47.Parent = o46
  6399. o47.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  6400. o47.MeshType = Enum.MeshType.Wedge
  6401. o48.Parent = o1
  6402. o48.BrickColor = BrickColor.new("Really black")
  6403. o48.Position = Vector3.new(-44.920517, 2.74543428, -23.1846676)
  6404. o48.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  6405. o48.Anchored = true
  6406. o48.FormFactor = Enum.FormFactor.Plate
  6407. o48.Size = Vector3.new(1, 0.400000006, 1)
  6408. 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)
  6409. o48.BottomSurface = Enum.SurfaceType.Smooth
  6410. o48.TopSurface = Enum.SurfaceType.Smooth
  6411. o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6412. o49.Parent = o48
  6413. o49.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  6414. o49.MeshType = Enum.MeshType.Wedge
  6415. o50.Parent = o1
  6416. o50.BrickColor = BrickColor.new("Really black")
  6417. o50.Position = Vector3.new(-45.0815277, 2.56648827, -23.014679)
  6418. o50.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6419. o50.Anchored = true
  6420. o50.FormFactor = Enum.FormFactor.Symmetric
  6421. o50.Size = Vector3.new(1, 1, 1)
  6422. 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)
  6423. o50.BottomSurface = Enum.SurfaceType.Smooth
  6424. o50.TopSurface = Enum.SurfaceType.Smooth
  6425. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6426. o51.Parent = o50
  6427. o51.Texture = "http://www.roblox.com/asset/?id=48228292"
  6428. o51.Face = Enum.NormalId.Bottom
  6429. o52.Parent = o50
  6430. o52.Scale = Vector3.new(0.162962973, 0.0651851818, 0.228148147)
  6431. o53.Parent = o1
  6432. o53.BrickColor = BrickColor.new("Dark stone grey")
  6433. o53.Transparency = 0.75
  6434. o53.Position = Vector3.new(-44.9205246, 2.85942245, -23.0146713)
  6435. o53.Rotation = Vector3.new(-0.00189076073, 90, 0)
  6436. o53.Anchored = true
  6437. o53.FormFactor = Enum.FormFactor.Symmetric
  6438. o53.Size = Vector3.new(1, 1, 1)
  6439. 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)
  6440. o53.BottomSurface = Enum.SurfaceType.Smooth
  6441. o53.TopSurface = Enum.SurfaceType.Smooth
  6442. o53.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6443. o54.Parent = o53
  6444. o54.Offset = Vector3.new(0, -0.17925927, 0)
  6445. o54.Scale = Vector3.new(0.312888891, 0.195555568, 0.0162962954)
  6446. o55.Parent = o1
  6447. o55.BrickColor = BrickColor.new("Really black")
  6448. o55.Position = Vector3.new(-44.9195099, 2.76146626, -22.8646927)
  6449. o55.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6450. o55.Anchored = true
  6451. o55.FormFactor = Enum.FormFactor.Plate
  6452. o55.Size = Vector3.new(1, 0.400000006, 1)
  6453. 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)
  6454. o55.BottomSurface = Enum.SurfaceType.Smooth
  6455. o55.TopSurface = Enum.SurfaceType.Smooth
  6456. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6457. o56.Parent = o55
  6458. o56.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6459. o57.Parent = o1
  6460. o57.BrickColor = BrickColor.new("Really black")
  6461. o57.Position = Vector3.new(-44.9195099, 2.76146626, -23.1646233)
  6462. o57.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  6463. o57.Anchored = true
  6464. o57.FormFactor = Enum.FormFactor.Plate
  6465. o57.Size = Vector3.new(1, 0.400000006, 1)
  6466. 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)
  6467. o57.BottomSurface = Enum.SurfaceType.Smooth
  6468. o57.TopSurface = Enum.SurfaceType.Smooth
  6469. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6470. o58.Parent = o57
  6471. o58.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6472. o59.Parent = o1
  6473. o59.BrickColor = BrickColor.new("Really black")
  6474. o59.Position = Vector3.new(-44.9195099, 2.63145828, -23.1646233)
  6475. o59.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  6476. o59.Anchored = true
  6477. o59.FormFactor = Enum.FormFactor.Plate
  6478. o59.Size = Vector3.new(1, 0.400000006, 1)
  6479. 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)
  6480. o59.BottomSurface = Enum.SurfaceType.Smooth
  6481. o59.TopSurface = Enum.SurfaceType.Smooth
  6482. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6483. o60.Parent = o59
  6484. o60.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  6485. o60.MeshType = Enum.MeshType.Wedge
  6486. o61.Parent = o1
  6487. o61.BrickColor = BrickColor.new("Really black")
  6488. o61.Position = Vector3.new(-44.920517, 2.79448128, -22.8716507)
  6489. o61.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  6490. o61.Anchored = true
  6491. o61.FormFactor = Enum.FormFactor.Plate
  6492. o61.Size = Vector3.new(1, 0.400000006, 1)
  6493. 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)
  6494. o61.BottomSurface = Enum.SurfaceType.Smooth
  6495. o61.TopSurface = Enum.SurfaceType.Smooth
  6496. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6497. o62.Parent = o61
  6498. o62.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6499. o62.MeshType = Enum.MeshType.Wedge
  6500. o63.Parent = o1
  6501. o63.BrickColor = BrickColor.new("Really black")
  6502. o63.Position = Vector3.new(-44.9205246, 2.61543727, -23.1846619)
  6503. o63.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  6504. o63.Anchored = true
  6505. o63.FormFactor = Enum.FormFactor.Plate
  6506. o63.Size = Vector3.new(1, 0.400000006, 1)
  6507. 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)
  6508. o63.BottomSurface = Enum.SurfaceType.Smooth
  6509. o63.TopSurface = Enum.SurfaceType.Smooth
  6510. o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6511. o64.Parent = o63
  6512. o64.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  6513. o64.MeshType = Enum.MeshType.Wedge
  6514. o65.Parent = o1
  6515. o65.BrickColor = BrickColor.new("Really black")
  6516. o65.Position = Vector3.new(-44.9185371, 2.7614634, -22.8846512)
  6517. o65.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  6518. o65.Anchored = true
  6519. o65.FormFactor = Enum.FormFactor.Plate
  6520. o65.Size = Vector3.new(1, 0.400000006, 1)
  6521. 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)
  6522. o65.BottomSurface = Enum.SurfaceType.Smooth
  6523. o65.TopSurface = Enum.SurfaceType.Smooth
  6524. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6525. o66.Parent = o65
  6526. o66.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  6527. o66.MeshType = Enum.MeshType.Wedge
  6528. o67.Parent = o1
  6529. o67.BrickColor = BrickColor.new("Really red")
  6530. o67.Position = Vector3.new(-44.920517, 2.82747245, -23.0146713)
  6531. o67.Rotation = Vector3.new(89.9981079, 6.05043411e-008, -90.0018311)
  6532. o67.Anchored = true
  6533. o67.FormFactor = Enum.FormFactor.Symmetric
  6534. o67.Size = Vector3.new(1, 1, 1)
  6535. 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)
  6536. o67.BottomSurface = Enum.SurfaceType.Smooth
  6537. o67.TopSurface = Enum.SurfaceType.Smooth
  6538. o67.Color = Color3.new(1, 0, 0)
  6539. o68.Parent = o67
  6540. o68.Offset = Vector3.new(0, 0, 0.146666661)
  6541. o68.Scale = Vector3.new(0.0260740742, 0, 0.0130370371)
  6542. o69.Name = "Zoom"
  6543. o69.Parent = o1
  6544. o69.Material = Enum.Material.SmoothPlastic
  6545. o69.Transparency = 1
  6546. o69.Position = Vector3.new(-45.6629868, 2.71499324, -23.013567)
  6547. o69.Rotation = Vector3.new(-90, -88.3242722, -90)
  6548. o69.Anchored = true
  6549. o69.FormFactor = Enum.FormFactor.Custom
  6550. o69.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6551. o69.CFrame = CFrame.new(-45.6629868, 2.71499324, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  6552. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6553. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6554. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6555. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6556. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6557. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6558. o70.Parent = o69
  6559. o70.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  6560. ZoomFOV = 70
  6561. elseif Sight == "SUSAT" then
  6562. o2 = Instance.new("Part")
  6563. o3 = Instance.new("SpecialMesh")
  6564. o4 = Instance.new("Part")
  6565. o5 = Instance.new("SpecialMesh")
  6566. o6 = Instance.new("Part")
  6567. o7 = Instance.new("SpecialMesh")
  6568. o8 = Instance.new("Part")
  6569. o9 = Instance.new("SpecialMesh")
  6570. o10 = Instance.new("Part")
  6571. o11 = Instance.new("SpecialMesh")
  6572. o12 = Instance.new("Part")
  6573. o13 = Instance.new("SpecialMesh")
  6574. o14 = Instance.new("Part")
  6575. o15 = Instance.new("SpecialMesh")
  6576. o16 = Instance.new("Part")
  6577. o17 = Instance.new("SpecialMesh")
  6578. o18 = Instance.new("Part")
  6579. o19 = Instance.new("SpecialMesh")
  6580. o20 = Instance.new("Part")
  6581. o21 = Instance.new("SpecialMesh")
  6582. o22 = Instance.new("Part")
  6583. o23 = Instance.new("BlockMesh")
  6584. o2.Parent = o1
  6585. o2.BrickColor = BrickColor.new("Really black")
  6586. o2.Position = Vector3.new(-45.1861954, 2.5412097, -23.016592)
  6587. o2.Rotation = Vector3.new(0.00237952056, 0.109017432, -0.497739434)
  6588. o2.CanCollide = false
  6589. o2.FormFactor = Enum.FormFactor.Custom
  6590. o2.Size = Vector3.new(0.650000036, 0.200000003, 0.200000003)
  6591. 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)
  6592. o2.BottomSurface = Enum.SurfaceType.Smooth
  6593. o2.TopSurface = Enum.SurfaceType.Smooth
  6594. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6595. o3.Parent = o2
  6596. o3.Scale = Vector3.new(1, 0.649999976, 1)
  6597. o3.MeshType = Enum.MeshType.Brick
  6598. o4.Parent = o1
  6599. o4.BrickColor = BrickColor.new("Really black")
  6600. o4.Position = Vector3.new(-45.1765442, 2.58076906, -23.0162792)
  6601. o4.Rotation = Vector3.new(0.00237461296, 0.109017119, -0.497632325)
  6602. o4.CanCollide = false
  6603. o4.FormFactor = Enum.FormFactor.Custom
  6604. o4.Size = Vector3.new(0.200000003, 0.24000001, 0.200000003)
  6605. 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)
  6606. o4.BottomSurface = Enum.SurfaceType.Smooth
  6607. o4.TopSurface = Enum.SurfaceType.Smooth
  6608. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6609. o5.Parent = o4
  6610. o5.Scale = Vector3.new(1, 0.75, 0.699999988)
  6611. o5.MeshType = Enum.MeshType.Brick
  6612. o6.Parent = o1
  6613. o6.BrickColor = BrickColor.new("Really red")
  6614. o6.Position = Vector3.new(-45.254982, 2.67309928, -23.0156555)
  6615. o6.Rotation = Vector3.new(77.6394653, -89.4906311, 77.6413651)
  6616. o6.CanCollide = false
  6617. o6.FormFactor = Enum.FormFactor.Custom
  6618. o6.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  6619. 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)
  6620. o6.BottomSurface = Enum.SurfaceType.Smooth
  6621. o6.TopSurface = Enum.SurfaceType.Smooth
  6622. o6.Color = Color3.new(1, 0, 0)
  6623. o7.Parent = o6
  6624. o7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6625. o7.Scale = Vector3.new(0.0799999982, 0.800000012, 0.0799999982)
  6626. o7.MeshType = Enum.MeshType.Sphere
  6627. o8.Parent = o1
  6628. o8.BrickColor = BrickColor.new("Really black")
  6629. o8.Position = Vector3.new(-45.4392166, 2.7532146, -23.0155544)
  6630. o8.Rotation = Vector3.new(-90, 0, 90)
  6631. o8.CanCollide = false
  6632. o8.FormFactor = Enum.FormFactor.Custom
  6633. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6634. o8.CFrame = CFrame.new(-45.4392166, 2.7532146, -23.0155544, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  6635. o8.BottomSurface = Enum.SurfaceType.Smooth
  6636. o8.TopSurface = Enum.SurfaceType.Smooth
  6637. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6638. o9.Parent = o8
  6639. o9.MeshId = "http://www.roblox.com/asset/?id=16659502"
  6640. o9.Scale = Vector3.new(0.200000003, 0.400000006, 0.200000003)
  6641. o9.MeshType = Enum.MeshType.FileMesh
  6642. o10.Parent = o1
  6643. o10.BrickColor = BrickColor.new("Really black")
  6644. o10.Position = Vector3.new(-45.1811943, 2.75321054, -23.0156231)
  6645. o10.Rotation = Vector3.new(77.6419296, -89.4910126, 77.6437988)
  6646. o10.CanCollide = false
  6647. o10.FormFactor = Enum.FormFactor.Custom
  6648. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6649. 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)
  6650. o10.BottomSurface = Enum.SurfaceType.Smooth
  6651. o10.TopSurface = Enum.SurfaceType.Smooth
  6652. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6653. o11.Parent = o10
  6654. o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6655. o11.Scale = Vector3.new(0.200000003, 0.200000003, 3)
  6656. o11.MeshType = Enum.MeshType.FileMesh
  6657. o12.Parent = o1
  6658. o12.BrickColor = BrickColor.new("Really black")
  6659. o12.Position = Vector3.new(-45.4522209, 2.7532146, -23.0155544)
  6660. o12.Rotation = Vector3.new(102.362206, 89.4906311, -102.360336)
  6661. o12.CanCollide = false
  6662. o12.FormFactor = Enum.FormFactor.Custom
  6663. o12.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  6664. 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)
  6665. o12.BottomSurface = Enum.SurfaceType.Smooth
  6666. o12.TopSurface = Enum.SurfaceType.Smooth
  6667. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6668. o13.Parent = o12
  6669. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6670. o13.Scale = Vector3.new(0.25, 0.25, 2.5999999)
  6671. o13.MeshType = Enum.MeshType.FileMesh
  6672. o14.Parent = o1
  6673. o14.BrickColor = BrickColor.new("Mid gray")
  6674. o14.Reflectance = 0.10000000149012
  6675. o14.Transparency = 0.89999997615814
  6676. o14.Position = Vector3.new(-45.3052483, 2.75419259, -23.0156231)
  6677. o14.Rotation = Vector3.new(89.9985962, 0.497508794, 89.8909607)
  6678. o14.CanCollide = false
  6679. o14.FormFactor = Enum.FormFactor.Custom
  6680. o14.Size = Vector3.new(0.200000003, 0.730000019, 0.200000003)
  6681. 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)
  6682. o14.BottomSurface = Enum.SurfaceType.Smooth
  6683. o14.TopSurface = Enum.SurfaceType.Smooth
  6684. o14.Color = Color3.new(0.803922, 0.803922, 0.803922)
  6685. o15.Parent = o14
  6686. o16.Parent = o1
  6687. o16.BrickColor = BrickColor.new("Really black")
  6688. o16.Position = Vector3.new(-45.2762527, 2.75321364, -23.015564)
  6689. o16.Rotation = Vector3.new(102.362206, 89.4910126, -102.360336)
  6690. o16.CanCollide = false
  6691. o16.FormFactor = Enum.FormFactor.Custom
  6692. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6693. 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)
  6694. o16.BottomSurface = Enum.SurfaceType.Smooth
  6695. o16.TopSurface = Enum.SurfaceType.Smooth
  6696. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6697. o17.Parent = o16
  6698. o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6699. o17.Scale = Vector3.new(0.189999998, 0.189999998, 3)
  6700. o17.MeshType = Enum.MeshType.FileMesh
  6701. o18.Parent = o1
  6702. o18.BrickColor = BrickColor.new("Really black")
  6703. o18.Position = Vector3.new(-44.9112358, 2.77421069, -23.015625)
  6704. o18.Rotation = Vector3.new(-90, -7.49987459, 90)
  6705. o18.CanCollide = false
  6706. o18.FormFactor = Enum.FormFactor.Custom
  6707. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6708. o18.CFrame = CFrame.new(-44.9112358, 2.77421069, -23.015625, 0, -0.991445243, -0.130524024, 0, -0.130524024, 0.991445243, -1, 0, 0)
  6709. o18.BottomSurface = Enum.SurfaceType.Smooth
  6710. o18.TopSurface = Enum.SurfaceType.Smooth
  6711. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6712. o19.Parent = o18
  6713. o19.MeshId = "http://www.roblox.com/asset/?id=16659502"
  6714. o19.Scale = Vector3.new(0.25, 1, 0.25)
  6715. o19.MeshType = Enum.MeshType.FileMesh
  6716. o20.Parent = o1
  6717. o20.BrickColor = BrickColor.new("Really black")
  6718. o20.Position = Vector3.new(-45.6412468, 2.7532146, -23.0156231)
  6719. o20.Rotation = Vector3.new(-90, 2.50009346, -90)
  6720. o20.CanCollide = false
  6721. o20.FormFactor = Enum.FormFactor.Custom
  6722. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6723. o20.CFrame = CFrame.new(-45.6412468, 2.7532146, -23.0156231, 0, 0.999048233, 0.0436210148, 0, -0.0436210111, 0.999048233, 1, 0, 0)
  6724. o20.BottomSurface = Enum.SurfaceType.Smooth
  6725. o20.TopSurface = Enum.SurfaceType.Smooth
  6726. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6727. o21.Parent = o20
  6728. o21.MeshId = "http://www.roblox.com/asset/?id=16659502"
  6729. o21.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  6730. o21.MeshType = Enum.MeshType.FileMesh
  6731. o22.Name = "Zoom"
  6732. o22.Parent = o1
  6733. o22.Material = Enum.Material.SmoothPlastic
  6734. o22.Transparency = 1
  6735. o22.Position = Vector3.new(-45.6619682, 2.74977922, -23.013567)
  6736. o22.Rotation = Vector3.new(-90, -88.3242722, -90)
  6737. o22.Anchored = true
  6738. o22.FormFactor = Enum.FormFactor.Custom
  6739. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6740. o22.CFrame = CFrame.new(-45.6619682, 2.74977922, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  6741. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6742. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6743. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6744. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6745. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6746. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6747. o23.Parent = o22
  6748. o23.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  6749. ZoomFOV = 10
  6750. elseif Sight == "C79" then
  6751. o2 = Instance.new("Part")
  6752. o3 = Instance.new("SpecialMesh")
  6753. o4 = Instance.new("Part")
  6754. o5 = Instance.new("SpecialMesh")
  6755. o6 = Instance.new("Part")
  6756. o7 = Instance.new("CylinderMesh")
  6757. o8 = Instance.new("Part")
  6758. o9 = Instance.new("CylinderMesh")
  6759. o10 = Instance.new("Part")
  6760. o11 = Instance.new("SpecialMesh")
  6761. o12 = Instance.new("Part")
  6762. o13 = Instance.new("CylinderMesh")
  6763. o14 = Instance.new("Part")
  6764. o15 = Instance.new("BlockMesh")
  6765. o16 = Instance.new("Part")
  6766. o17 = Instance.new("BlockMesh")
  6767. o18 = Instance.new("Part")
  6768. o19 = Instance.new("BlockMesh")
  6769. o20 = Instance.new("Part")
  6770. o21 = Instance.new("CylinderMesh")
  6771. o22 = Instance.new("Part")
  6772. o23 = Instance.new("CylinderMesh")
  6773. o24 = Instance.new("Part")
  6774. o25 = Instance.new("BlockMesh")
  6775. o26 = Instance.new("Part")
  6776. o27 = Instance.new("CylinderMesh")
  6777. o28 = Instance.new("Part")
  6778. o29 = Instance.new("BlockMesh")
  6779. o30 = Instance.new("Part")
  6780. o31 = Instance.new("BlockMesh")
  6781. o32 = Instance.new("Part")
  6782. o33 = Instance.new("SpecialMesh")
  6783. o34 = Instance.new("Part")
  6784. o35 = Instance.new("CylinderMesh")
  6785. o36 = Instance.new("Part")
  6786. o37 = Instance.new("CylinderMesh")
  6787. o38 = Instance.new("Part")
  6788. o39 = Instance.new("SpecialMesh")
  6789. o40 = Instance.new("Part")
  6790. o41 = Instance.new("BlockMesh")
  6791. o42 = Instance.new("Part")
  6792. o43 = Instance.new("CylinderMesh")
  6793. o44 = Instance.new("Part")
  6794. o45 = Instance.new("SpecialMesh")
  6795. o46 = Instance.new("Part")
  6796. o47 = Instance.new("BlockMesh")
  6797. o2.Parent = o1
  6798. o2.BrickColor = BrickColor.new("Really black")
  6799. o2.Position = Vector3.new(-45.5156708, 2.81176472, -23.0132618)
  6800. o2.Rotation = Vector3.new(179.997528, 90, 0)
  6801. o2.Anchored = true
  6802. o2.CanCollide = false
  6803. o2.FormFactor = Enum.FormFactor.Custom
  6804. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6805. 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)
  6806. o2.BottomSurface = Enum.SurfaceType.Smooth
  6807. o2.TopSurface = Enum.SurfaceType.Smooth
  6808. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6809. o3.Parent = o2
  6810. o3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6811. o3.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
  6812. o3.MeshType = Enum.MeshType.FileMesh
  6813. o4.Parent = o1
  6814. o4.BrickColor = BrickColor.new("Really black")
  6815. o4.Position = Vector3.new(-45.2076645, 2.81176472, -23.0152378)
  6816. o4.Rotation = Vector3.new(179.997528, 90, 0)
  6817. o4.Anchored = true
  6818. o4.CanCollide = false
  6819. o4.FormFactor = Enum.FormFactor.Custom
  6820. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6821. 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)
  6822. o4.BottomSurface = Enum.SurfaceType.Smooth
  6823. o4.TopSurface = Enum.SurfaceType.Smooth
  6824. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6825. o5.Parent = o4
  6826. o5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6827. o5.Scale = Vector3.new(0.246153846, 0.246153846, 3.53846145)
  6828. o5.MeshType = Enum.MeshType.FileMesh
  6829. o6.Parent = o1
  6830. o6.BrickColor = BrickColor.new("Really black")
  6831. o6.Position = Vector3.new(-45.3536568, 2.6807878, -23.0142326)
  6832. o6.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
  6833. o6.Anchored = true
  6834. o6.CanCollide = false
  6835. o6.FormFactor = Enum.FormFactor.Custom
  6836. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6837. 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)
  6838. o6.BottomSurface = Enum.SurfaceType.Smooth
  6839. o6.TopSurface = Enum.SurfaceType.Smooth
  6840. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6841. o7.Parent = o6
  6842. o7.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
  6843. o8.Parent = o1
  6844. o8.BrickColor = BrickColor.new("Really black")
  6845. o8.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
  6846. o8.Rotation = Vector3.new(-0.00246371864, 0.00189076073, -180)
  6847. o8.Anchored = true
  6848. o8.CanCollide = false
  6849. o8.FormFactor = Enum.FormFactor.Custom
  6850. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6851. 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)
  6852. o8.BottomSurface = Enum.SurfaceType.Smooth
  6853. o8.TopSurface = Enum.SurfaceType.Smooth
  6854. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6855. o9.Parent = o8
  6856. o9.Scale = Vector3.new(0.692307711, 0.692307711, 0.692307711)
  6857. o10.Parent = o1
  6858. o10.BrickColor = BrickColor.new("Really black")
  6859. o10.Reflectance = 0.30000001192093
  6860. o10.Transparency = 0.39999997615814
  6861. o10.Position = Vector3.new(-45.2016716, 2.81176472, -23.0132561)
  6862. o10.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  6863. o10.Anchored = true
  6864. o10.CanCollide = false
  6865. o10.FormFactor = Enum.FormFactor.Custom
  6866. o10.Size = Vector3.new(0.215384617, 0.800000012, 0.215384617)
  6867. 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)
  6868. o10.BottomSurface = Enum.SurfaceType.Smooth
  6869. o10.TopSurface = Enum.SurfaceType.Smooth
  6870. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6871. o11.Parent = o10
  6872. o11.Scale = Vector3.new(1.10000002, 1, 1.10000002)
  6873. o12.Parent = o1
  6874. o12.Material = Enum.Material.SmoothPlastic
  6875. o12.BrickColor = BrickColor.new("Really black")
  6876. o12.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
  6877. o12.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
  6878. o12.Anchored = true
  6879. o12.CanCollide = false
  6880. o12.FormFactor = Enum.FormFactor.Custom
  6881. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6882. 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)
  6883. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6884. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6885. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6886. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6887. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6888. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6889. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6890. o13.Parent = o12
  6891. o13.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
  6892. o14.Parent = o1
  6893. o14.BrickColor = BrickColor.new("Really black")
  6894. o14.Position = Vector3.new(-45.0166855, 2.87274075, -23.0132542)
  6895. o14.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
  6896. o14.Anchored = true
  6897. o14.CanCollide = false
  6898. o14.FormFactor = Enum.FormFactor.Custom
  6899. o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6900. 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)
  6901. o14.BottomSurface = Enum.SurfaceType.Smooth
  6902. o14.TopSurface = Enum.SurfaceType.Smooth
  6903. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6904. o15.Parent = o14
  6905. o15.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  6906. o16.Parent = o1
  6907. o16.BrickColor = BrickColor.new("Really black")
  6908. o16.Position = Vector3.new(-45.0616646, 2.63177776, -23.0142288)
  6909. o16.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  6910. o16.Anchored = true
  6911. o16.CanCollide = false
  6912. o16.FormFactor = Enum.FormFactor.Custom
  6913. o16.Size = Vector3.new(0.200000003, 0.523076952, 0.200000003)
  6914. 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)
  6915. o16.BottomSurface = Enum.SurfaceType.Smooth
  6916. o16.TopSurface = Enum.SurfaceType.Smooth
  6917. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6918. o17.Parent = o16
  6919. o17.Scale = Vector3.new(0.615384579, 1, 0.769230783)
  6920. o18.Parent = o1
  6921. o18.BrickColor = BrickColor.new("Really black")
  6922. o18.Position = Vector3.new(-45.0166855, 2.74978971, -23.0132542)
  6923. o18.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
  6924. o18.Anchored = true
  6925. o18.CanCollide = false
  6926. o18.FormFactor = Enum.FormFactor.Custom
  6927. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6928. 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)
  6929. o18.BottomSurface = Enum.SurfaceType.Smooth
  6930. o18.TopSurface = Enum.SurfaceType.Smooth
  6931. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6932. o19.Parent = o18
  6933. o19.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  6934. o20.Parent = o1
  6935. o20.Material = Enum.Material.SmoothPlastic
  6936. o20.BrickColor = BrickColor.new("Really black")
  6937. o20.Position = Vector3.new(-45.1856918, 2.55477977, -22.8992996)
  6938. o20.Rotation = Vector3.new(-90.0024643, -90, 0)
  6939. o20.Anchored = true
  6940. o20.CanCollide = false
  6941. o20.FormFactor = Enum.FormFactor.Custom
  6942. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6943. 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)
  6944. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6945. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6946. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6947. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6948. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6949. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6950. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6951. o21.Parent = o20
  6952. o21.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  6953. o22.Parent = o1
  6954. o22.BrickColor = BrickColor.new("Bright red")
  6955. o22.Position = Vector3.new(-45.0166817, 2.81176472, -23.0132523)
  6956. o22.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  6957. o22.Anchored = true
  6958. o22.CanCollide = false
  6959. o22.FormFactor = Enum.FormFactor.Custom
  6960. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6961. 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)
  6962. o22.BottomSurface = Enum.SurfaceType.Smooth
  6963. o22.TopSurface = Enum.SurfaceType.Smooth
  6964. o22.Color = Color3.new(0.768628, 0.156863, 0.109804)
  6965. o23.Parent = o22
  6966. o23.Scale = Vector3.new(0.0769230723, 0.153846145, 0.0769230723)
  6967. o24.Parent = o1
  6968. o24.BrickColor = BrickColor.new("Really black")
  6969. o24.Position = Vector3.new(-45.0166817, 2.81176472, -23.075264)
  6970. o24.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  6971. o24.Anchored = true
  6972. o24.CanCollide = false
  6973. o24.FormFactor = Enum.FormFactor.Custom
  6974. o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6975. 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)
  6976. o24.BottomSurface = Enum.SurfaceType.Smooth
  6977. o24.TopSurface = Enum.SurfaceType.Smooth
  6978. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6979. o25.Parent = o24
  6980. o25.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  6981. o26.Parent = o1
  6982. o26.Material = Enum.Material.SmoothPlastic
  6983. o26.BrickColor = BrickColor.new("Really black")
  6984. o26.Position = Vector3.new(-45.1846809, 2.55478072, -23.1292896)
  6985. o26.Rotation = Vector3.new(-90.0024643, -90, 0)
  6986. o26.Anchored = true
  6987. o26.CanCollide = false
  6988. o26.FormFactor = Enum.FormFactor.Custom
  6989. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6990. 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)
  6991. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6992. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6993. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6994. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6995. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6996. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6997. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6998. o27.Parent = o26
  6999. o27.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  7000. o28.Parent = o1
  7001. o28.BrickColor = BrickColor.new("Really black")
  7002. o28.Position = Vector3.new(-45.0156746, 2.81176472, -22.9512405)
  7003. o28.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  7004. o28.Anchored = true
  7005. o28.CanCollide = false
  7006. o28.FormFactor = Enum.FormFactor.Custom
  7007. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7008. 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)
  7009. o28.BottomSurface = Enum.SurfaceType.Smooth
  7010. o28.TopSurface = Enum.SurfaceType.Smooth
  7011. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7012. o29.Parent = o28
  7013. o29.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  7014. o30.Parent = o1
  7015. o30.BrickColor = BrickColor.new("Really black")
  7016. o30.Position = Vector3.new(-45.1096992, 2.5397718, -23.0132465)
  7017. o30.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
  7018. o30.Anchored = true
  7019. o30.CanCollide = false
  7020. o30.FormFactor = Enum.FormFactor.Custom
  7021. o30.Size = Vector3.new(0.200000003, 0.615384638, 0.200000003)
  7022. 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)
  7023. o30.BottomSurface = Enum.SurfaceType.Smooth
  7024. o30.TopSurface = Enum.SurfaceType.Smooth
  7025. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7026. o31.Parent = o30
  7027. o31.Scale = Vector3.new(0.307692289, 1, 0.846153855)
  7028. o32.Parent = o1
  7029. o32.BrickColor = BrickColor.new("Really black")
  7030. o32.Position = Vector3.new(-44.8696785, 2.81176472, -23.0132446)
  7031. o32.Rotation = Vector3.new(179.997528, 90, 0)
  7032. o32.Anchored = true
  7033. o32.CanCollide = false
  7034. o32.FormFactor = Enum.FormFactor.Custom
  7035. o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7036. 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)
  7037. o32.BottomSurface = Enum.SurfaceType.Smooth
  7038. o32.TopSurface = Enum.SurfaceType.Smooth
  7039. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7040. o33.Parent = o32
  7041. o33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7042. o33.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
  7043. o33.MeshType = Enum.MeshType.FileMesh
  7044. o34.Parent = o1
  7045. o34.Material = Enum.Material.SmoothPlastic
  7046. o34.BrickColor = BrickColor.new("Really black")
  7047. o34.Position = Vector3.new(-44.9236374, 2.55478072, -22.8982334)
  7048. o34.Rotation = Vector3.new(-90.0024643, -90, 0)
  7049. o34.Anchored = true
  7050. o34.CanCollide = false
  7051. o34.FormFactor = Enum.FormFactor.Custom
  7052. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7053. 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)
  7054. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7055. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7056. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7057. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7058. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7059. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7060. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7061. o35.Parent = o34
  7062. o35.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  7063. o36.Parent = o1
  7064. o36.Material = Enum.Material.SmoothPlastic
  7065. o36.BrickColor = BrickColor.new("Black")
  7066. o36.Position = Vector3.new(-44.9226875, 2.55477881, -23.129282)
  7067. o36.Rotation = Vector3.new(-90.0024643, -90, 0)
  7068. o36.Anchored = true
  7069. o36.CanCollide = false
  7070. o36.FormFactor = Enum.FormFactor.Custom
  7071. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7072. 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)
  7073. o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7074. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7075. o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7076. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7077. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7078. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7079. o36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7080. o37.Parent = o36
  7081. o37.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  7082. o38.Parent = o1
  7083. o38.BrickColor = BrickColor.new("Really black")
  7084. o38.Position = Vector3.new(-44.8106842, 2.81176472, -23.0142307)
  7085. o38.Rotation = Vector3.new(90.0095291, 81.0001602, 89.987915)
  7086. o38.Anchored = true
  7087. o38.CanCollide = false
  7088. o38.FormFactor = Enum.FormFactor.Custom
  7089. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7090. 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)
  7091. o38.BottomSurface = Enum.SurfaceType.Smooth
  7092. o38.TopSurface = Enum.SurfaceType.Smooth
  7093. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7094. o39.Parent = o38
  7095. o39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7096. o39.Scale = Vector3.new(0.246153846, 0.230769232, 0.461538464)
  7097. o39.MeshType = Enum.MeshType.FileMesh
  7098. o40.Parent = o1
  7099. o40.BrickColor = BrickColor.new("Really black")
  7100. o40.Position = Vector3.new(-44.7456856, 2.6157527, -23.0132465)
  7101. o40.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
  7102. o40.Anchored = true
  7103. o40.CanCollide = false
  7104. o40.FormFactor = Enum.FormFactor.Custom
  7105. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7106. 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)
  7107. o40.BottomSurface = Enum.SurfaceType.Smooth
  7108. o40.TopSurface = Enum.SurfaceType.Smooth
  7109. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7110. o41.Parent = o40
  7111. o41.Scale = Vector3.new(0.923076928, 0.538461506, 0.538461506)
  7112. o42.Parent = o1
  7113. o42.Material = Enum.Material.SmoothPlastic
  7114. o42.BrickColor = BrickColor.new("Really black")
  7115. o42.Position = Vector3.new(-44.731678, 2.65176678, -23.0132427)
  7116. o42.Rotation = Vector3.new(-90.0024643, -90, 0)
  7117. o42.Anchored = true
  7118. o42.CanCollide = false
  7119. o42.FormFactor = Enum.FormFactor.Custom
  7120. o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7121. 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)
  7122. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7123. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7124. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7125. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7126. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7127. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7128. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7129. o43.Parent = o42
  7130. o43.Scale = Vector3.new(0.461538464, 0.615384579, 0.461538464)
  7131. o44.Parent = o1
  7132. o44.BrickColor = BrickColor.new("Really black")
  7133. o44.Position = Vector3.new(-44.6716805, 2.61574984, -23.014225)
  7134. o44.Rotation = Vector3.new(179.997528, -90, 0)
  7135. o44.Anchored = true
  7136. o44.CanCollide = false
  7137. o44.FormFactor = Enum.FormFactor.Custom
  7138. o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7139. 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)
  7140. o44.BottomSurface = Enum.SurfaceType.Smooth
  7141. o44.TopSurface = Enum.SurfaceType.Smooth
  7142. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7143. o45.Parent = o44
  7144. o45.Scale = Vector3.new(0.538461506, 0.923076928, 0.230769232)
  7145. o45.MeshType = Enum.MeshType.Wedge
  7146. o46.Name = "Zoom"
  7147. o46.Parent = o1
  7148. o46.Material = Enum.Material.SmoothPlastic
  7149. o46.Transparency = 1
  7150. o46.Position = Vector3.new(-45.6602287, 2.80918193, -23.013567)
  7151. o46.Rotation = Vector3.new(-90, -88.3242722, -90)
  7152. o46.Anchored = true
  7153. o46.FormFactor = Enum.FormFactor.Custom
  7154. o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7155. o46.CFrame = CFrame.new(-45.6602287, 2.80918193, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  7156. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7157. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7158. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7159. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7160. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7161. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7162. o47.Parent = o46
  7163. o47.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  7164. ZoomFOV = 20
  7165. elseif Sight == "ACOG" then
  7166. o2 = Instance.new("Part")
  7167. o3 = Instance.new("BlockMesh")
  7168. o4 = Instance.new("Part")
  7169. o5 = Instance.new("CylinderMesh")
  7170. o6 = Instance.new("Part")
  7171. o7 = Instance.new("CylinderMesh")
  7172. o8 = Instance.new("Part")
  7173. o9 = Instance.new("BlockMesh")
  7174. o10 = Instance.new("Part")
  7175. o11 = Instance.new("SpecialMesh")
  7176. o12 = Instance.new("Part")
  7177. o13 = Instance.new("SpecialMesh")
  7178. o14 = Instance.new("Part")
  7179. o15 = Instance.new("SpecialMesh")
  7180. o16 = Instance.new("Part")
  7181. o17 = Instance.new("Decal")
  7182. o18 = Instance.new("Decal")
  7183. o19 = Instance.new("BlockMesh")
  7184. o20 = Instance.new("Part")
  7185. o21 = Instance.new("BlockMesh")
  7186. o22 = Instance.new("Part")
  7187. o23 = Instance.new("SpecialMesh")
  7188. o2.Name = "Zoom"
  7189. o2.Parent = o1
  7190. o2.Material = Enum.Material.SmoothPlastic
  7191. o2.Transparency = 1
  7192. o2.Position = Vector3.new(-45.7289391, 2.73110533, -23.0179634)
  7193. o2.Rotation = Vector3.new(-90, -88.876564, -90)
  7194. o2.Anchored = true
  7195. o2.FormFactor = Enum.FormFactor.Custom
  7196. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7197. o2.CFrame = CFrame.new(-45.7289391, 2.73110533, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  7198. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7199. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7200. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7201. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7202. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7203. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7204. o3.Parent = o2
  7205. o3.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  7206. o4.Name = "ACOG"
  7207. o4.Parent = o1
  7208. o4.BrickColor = BrickColor.new("Bright red")
  7209. o4.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
  7210. o4.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
  7211. o4.Anchored = true
  7212. o4.CanCollide = false
  7213. o4.FormFactor = Enum.FormFactor.Custom
  7214. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7215. 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)
  7216. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7217. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7218. o4.Color = Color3.new(0.768628, 0.156863, 0.109804)
  7219. o5.Parent = o4
  7220. o5.Scale = Vector3.new(1.33333337, 0.0333333351, 0.699999988)
  7221. o6.Name = "ACOG"
  7222. o6.Parent = o1
  7223. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7224. o6.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
  7225. o6.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
  7226. o6.Anchored = true
  7227. o6.CanCollide = false
  7228. o6.FormFactor = Enum.FormFactor.Custom
  7229. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7230. 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)
  7231. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7232. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7233. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7234. o7.Parent = o6
  7235. o7.Scale = Vector3.new(1.33333337, 0.333333343, 0.666666687)
  7236. o8.Name = "ACOG"
  7237. o8.Parent = o1
  7238. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7239. o8.Position = Vector3.new(-45.1224823, 2.58768368, -23.0217686)
  7240. o8.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  7241. o8.Anchored = true
  7242. o8.CanCollide = false
  7243. o8.FormFactor = Enum.FormFactor.Custom
  7244. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7245. 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)
  7246. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7247. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7248. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7249. o9.Parent = o8
  7250. o9.Scale = Vector3.new(1, 0.533333361, 0.533333302)
  7251. o10.Name = "ACOG"
  7252. o10.Parent = o1
  7253. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7254. o10.Position = Vector3.new(-44.9295502, 2.72090769, -23.0211411)
  7255. o10.Rotation = Vector3.new(90.0256882, 75.0440826, 89.9820175)
  7256. o10.Anchored = true
  7257. o10.CanCollide = false
  7258. o10.FormFactor = Enum.FormFactor.Symmetric
  7259. o10.Size = Vector3.new(1, 1, 1)
  7260. 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)
  7261. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7262. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7263. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7264. o11.Parent = o10
  7265. o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7266. o11.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
  7267. o11.MeshType = Enum.MeshType.FileMesh
  7268. o12.Name = "ACOG"
  7269. o12.Parent = o1
  7270. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7271. o12.Position = Vector3.new(-45.3565521, 2.72070885, -23.0211391)
  7272. o12.Rotation = Vector3.new(-94.5800171, 89.9720306, -85.4120255)
  7273. o12.Anchored = true
  7274. o12.CanCollide = false
  7275. o12.FormFactor = Enum.FormFactor.Symmetric
  7276. o12.Size = Vector3.new(1, 1, 1)
  7277. 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)
  7278. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7279. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7280. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7281. o13.Parent = o12
  7282. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7283. o13.Scale = Vector3.new(0.173333332, 0.173333332, 0.666666687)
  7284. o13.MeshType = Enum.MeshType.FileMesh
  7285. o14.Name = "ACOG"
  7286. o14.Parent = o1
  7287. o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7288. o14.Position = Vector3.new(-44.956562, 2.72089267, -23.021225)
  7289. o14.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
  7290. o14.Anchored = true
  7291. o14.CanCollide = false
  7292. o14.FormFactor = Enum.FormFactor.Symmetric
  7293. o14.Size = Vector3.new(1, 1, 1)
  7294. 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)
  7295. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7296. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7297. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7298. o15.Parent = o14
  7299. o15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7300. o15.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
  7301. o15.MeshType = Enum.MeshType.FileMesh
  7302. o16.Name = "ACOG1"
  7303. o16.Parent = o1
  7304. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7305. o16.Transparency = 1
  7306. o16.Position = Vector3.new(-45.2625923, 2.72075582, -23.0216827)
  7307. o16.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  7308. o16.Anchored = true
  7309. o16.CanCollide = false
  7310. o16.FormFactor = Enum.FormFactor.Custom
  7311. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7312. 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)
  7313. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7314. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7315. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7316. o17.Parent = o16
  7317. o17.Texture = "http://www.roblox.com/asset/?id=95639324"
  7318. o17.Face = Enum.NormalId.Right
  7319. o18.Parent = o16
  7320. o18.Texture = "http://www.roblox.com/asset/?id=95639324"
  7321. o18.Face = Enum.NormalId.Left
  7322. o19.Parent = o16
  7323. o19.Scale = Vector3.new(0.0666666701, 1, 1)
  7324. o20.Name = "ACOG"
  7325. o20.Parent = o1
  7326. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7327. o20.Position = Vector3.new(-45.0894966, 2.53364778, -23.0207634)
  7328. o20.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  7329. o20.Anchored = true
  7330. o20.CanCollide = false
  7331. o20.FormFactor = Enum.FormFactor.Custom
  7332. o20.Size = Vector3.new(0.333333343, 0.200000003, 0.200000003)
  7333. 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)
  7334. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7335. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7336. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7337. o21.Parent = o20
  7338. o21.Scale = Vector3.new(1, 0.533333361, 0.866666675)
  7339. o22.Name = "ACOG2"
  7340. o22.Parent = o1
  7341. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7342. o22.Position = Vector3.new(-45.1225471, 2.72081685, -23.0214977)
  7343. o22.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
  7344. o22.Anchored = true
  7345. o22.CanCollide = false
  7346. o22.FormFactor = Enum.FormFactor.Symmetric
  7347. o22.Size = Vector3.new(1, 1, 1)
  7348. 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)
  7349. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7350. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7351. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7352. o23.Parent = o22
  7353. o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7354. o23.Scale = Vector3.new(0.166666672, 0.166666672, 2.66666675)
  7355. o23.MeshType = Enum.MeshType.FileMesh
  7356. ZoomFOV = 5
  7357. elseif Sight == "M145" then
  7358.  
  7359. o2 = Instance.new("Part")
  7360. o3 = Instance.new("CylinderMesh")
  7361. o4 = Instance.new("Part")
  7362. o5 = Instance.new("CylinderMesh")
  7363. o6 = Instance.new("Part")
  7364. o7 = Instance.new("CylinderMesh")
  7365. o8 = Instance.new("Part")
  7366. o9 = Instance.new("BlockMesh")
  7367. o10 = Instance.new("Part")
  7368. o11 = Instance.new("SpecialMesh")
  7369. o12 = Instance.new("Part")
  7370. o13 = Instance.new("BlockMesh")
  7371. o14 = Instance.new("Part")
  7372. o15 = Instance.new("BlockMesh")
  7373. o16 = Instance.new("Part")
  7374. o17 = Instance.new("SpecialMesh")
  7375. o18 = Instance.new("Part")
  7376. o19 = Instance.new("BlockMesh")
  7377. o20 = Instance.new("Part")
  7378. o21 = Instance.new("BlockMesh")
  7379. o22 = Instance.new("Part")
  7380. o23 = Instance.new("SpecialMesh")
  7381. o24 = Instance.new("Part")
  7382. o25 = Instance.new("SpecialMesh")
  7383. o26 = Instance.new("Part")
  7384. o27 = Instance.new("BlockMesh")
  7385. o28 = Instance.new("Part")
  7386. o29 = Instance.new("BlockMesh")
  7387. o30 = Instance.new("Part")
  7388. o31 = Instance.new("BlockMesh")
  7389. o32 = Instance.new("Part")
  7390. o33 = Instance.new("BlockMesh")
  7391. o34 = Instance.new("Part")
  7392. o35 = Instance.new("SpecialMesh")
  7393. o36 = Instance.new("Part")
  7394. o37 = Instance.new("SpecialMesh")
  7395. o38 = Instance.new("Part")
  7396. o39 = Instance.new("BlockMesh")
  7397. o2.Parent = o1
  7398. o2.Reflectance = 0.050000000745058
  7399. o2.Transparency = 0.89999997615814
  7400. o2.Position = Vector3.new(-45.0308838, 2.90189338, -23.0160847)
  7401. o2.Rotation = Vector3.new(-0.00252101431, 0.00189076073, 90)
  7402. o2.Anchored = true
  7403. o2.FormFactor = Enum.FormFactor.Symmetric
  7404. o2.Size = Vector3.new(1, 1, 1)
  7405. 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)
  7406. o2.BottomSurface = Enum.SurfaceType.Smooth
  7407. o2.TopSurface = Enum.SurfaceType.Smooth
  7408. o3.Parent = o2
  7409. o3.Offset = Vector3.new(-0.180000007, -0.0299999993, 0)
  7410. o3.Scale = Vector3.new(0.209999993, 0.00479999976, 0.194999993)
  7411. o4.Parent = o1
  7412. o4.Reflectance = 0.050000000745058
  7413. o4.Transparency = 0.89999997615814
  7414. o4.Position = Vector3.new(-45.5848656, 2.72892451, -23.0160999)
  7415. o4.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  7416. o4.Anchored = true
  7417. o4.FormFactor = Enum.FormFactor.Symmetric
  7418. o4.Size = Vector3.new(1, 1, 1)
  7419. 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)
  7420. o4.BottomSurface = Enum.SurfaceType.Smooth
  7421. o4.TopSurface = Enum.SurfaceType.Smooth
  7422. o5.Parent = o4
  7423. o5.Offset = Vector3.new(0, -0.0480000004, 0)
  7424. o5.Scale = Vector3.new(0.180000007, 0.00479999976, 0.180000007)
  7425. o6.Parent = o1
  7426. o6.BrickColor = BrickColor.new("Really black")
  7427. o6.Position = Vector3.new(-45.4388695, 2.54694438, -23.0180969)
  7428. o6.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7429. o6.Anchored = true
  7430. o6.FormFactor = Enum.FormFactor.Symmetric
  7431. o6.Size = Vector3.new(1, 1, 1)
  7432. 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)
  7433. o6.BottomSurface = Enum.SurfaceType.Smooth
  7434. o6.TopSurface = Enum.SurfaceType.Smooth
  7435. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7436. o7.Parent = o6
  7437. o7.Offset = Vector3.new(0.0480000004, 0, 0)
  7438. o7.Scale = Vector3.new(0.143999994, 0.150000006, 0.143999994)
  7439. o8.Parent = o1
  7440. o8.BrickColor = BrickColor.new("Really black")
  7441. o8.Position = Vector3.new(-45.2008667, 2.54694438, -23.0160828)
  7442. o8.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7443. o8.Anchored = true
  7444. o8.FormFactor = Enum.FormFactor.Symmetric
  7445. o8.Size = Vector3.new(1, 1, 1)
  7446. 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)
  7447. o8.BottomSurface = Enum.SurfaceType.Smooth
  7448. o8.TopSurface = Enum.SurfaceType.Smooth
  7449. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7450. o9.Parent = o8
  7451. o9.Offset = Vector3.new(0.0240000002, 0, 0)
  7452. o9.Scale = Vector3.new(0.42009002, 0.150000006, 0.143999994)
  7453. o10.Parent = o1
  7454. o10.BrickColor = BrickColor.new("Really black")
  7455. o10.Position = Vector3.new(-45.0068626, 2.54694152, -23.0171223)
  7456. o10.Rotation = Vector3.new(-0.00246371864, 90, 0)
  7457. o10.Anchored = true
  7458. o10.FormFactor = Enum.FormFactor.Symmetric
  7459. o10.Size = Vector3.new(1, 1, 1)
  7460. 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)
  7461. o10.BottomSurface = Enum.SurfaceType.Smooth
  7462. o10.TopSurface = Enum.SurfaceType.Smooth
  7463. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7464. o11.Parent = o10
  7465. o11.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
  7466. o11.MeshType = Enum.MeshType.Wedge
  7467. o12.Parent = o1
  7468. o12.BrickColor = BrickColor.new("Really black")
  7469. o12.Position = Vector3.new(-44.9609032, 2.54694152, -23.0180988)
  7470. o12.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7471. o12.Anchored = true
  7472. o12.FormFactor = Enum.FormFactor.Symmetric
  7473. o12.Size = Vector3.new(1, 1, 1)
  7474. 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)
  7475. o12.BottomSurface = Enum.SurfaceType.Smooth
  7476. o12.TopSurface = Enum.SurfaceType.Smooth
  7477. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7478. o13.Parent = o12
  7479. o13.Scale = Vector3.new(0.0480000004, 0.150000006, 0.239999995)
  7480. o14.Parent = o1
  7481. o14.BrickColor = BrickColor.new("Really black")
  7482. o14.Position = Vector3.new(-45.3188782, 2.72089553, -22.9411163)
  7483. o14.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7484. o14.Anchored = true
  7485. o14.FormFactor = Enum.FormFactor.Symmetric
  7486. o14.Size = Vector3.new(1, 1, 1)
  7487. 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)
  7488. o14.BottomSurface = Enum.SurfaceType.Smooth
  7489. o14.TopSurface = Enum.SurfaceType.Smooth
  7490. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7491. o15.Parent = o14
  7492. o15.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
  7493. o16.Parent = o1
  7494. o16.BrickColor = BrickColor.new("Really black")
  7495. o16.Position = Vector3.new(-44.9648743, 2.72694039, -23.0171223)
  7496. o16.Rotation = Vector3.new(90.0085602, 80.2704544, -90.0111923)
  7497. o16.Anchored = true
  7498. o16.Size = Vector3.new(1, 1.20000005, 1)
  7499. 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)
  7500. o16.BottomSurface = Enum.SurfaceType.Smooth
  7501. o16.TopSurface = Enum.SurfaceType.Smooth
  7502. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7503. o17.Parent = o16
  7504. o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7505. o17.Scale = Vector3.new(0.230400011, 0.230400011, 0.479999989)
  7506. o17.MeshType = Enum.MeshType.FileMesh
  7507. o18.Parent = o1
  7508. o18.BrickColor = BrickColor.new("Really black")
  7509. o18.Position = Vector3.new(-45.3208618, 2.92493939, -23.016077)
  7510. o18.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7511. o18.Anchored = true
  7512. o18.FormFactor = Enum.FormFactor.Symmetric
  7513. o18.Size = Vector3.new(1, 1, 1)
  7514. 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)
  7515. o18.BottomSurface = Enum.SurfaceType.Smooth
  7516. o18.TopSurface = Enum.SurfaceType.Smooth
  7517. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7518. o19.Parent = o18
  7519. o19.Offset = Vector3.new(0, 0.1875, 0)
  7520. o19.Scale = Vector3.new(0, 0.00150000001, 0.0329999998)
  7521. o20.Parent = o1
  7522. o20.BrickColor = BrickColor.new("Really black")
  7523. o20.Position = Vector3.new(-45.3208618, 2.89493656, -23.0160847)
  7524. o20.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7525. o20.Anchored = true
  7526. o20.FormFactor = Enum.FormFactor.Symmetric
  7527. o20.Size = Vector3.new(1, 1, 1)
  7528. 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)
  7529. o20.BottomSurface = Enum.SurfaceType.Smooth
  7530. o20.TopSurface = Enum.SurfaceType.Smooth
  7531. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7532. o21.Parent = o20
  7533. o21.Offset = Vector3.new(0, 0.17400001, 0)
  7534. o21.Scale = Vector3.new(0, 0.00150000001, 0.0990000069)
  7535. o22.Parent = o1
  7536. o22.BrickColor = BrickColor.new("Really black")
  7537. o22.Position = Vector3.new(-45.2548485, 2.7238884, -23.016077)
  7538. o22.Rotation = Vector3.new(-0.00246371864, 90, 0)
  7539. o22.Anchored = true
  7540. o22.Size = Vector3.new(1, 1.20000005, 1)
  7541. 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)
  7542. o22.BottomSurface = Enum.SurfaceType.Smooth
  7543. o22.TopSurface = Enum.SurfaceType.Smooth
  7544. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7545. o23.Parent = o22
  7546. o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7547. o23.Scale = Vector3.new(0.209999993, 0.209999993, 3.5999999)
  7548. o23.MeshType = Enum.MeshType.FileMesh
  7549. o24.Parent = o1
  7550. o24.BrickColor = BrickColor.new("Really black")
  7551. o24.Position = Vector3.new(-44.9108505, 2.54694438, -23.0160923)
  7552. o24.Rotation = Vector3.new(179.997528, -90, 0)
  7553. o24.Anchored = true
  7554. o24.FormFactor = Enum.FormFactor.Symmetric
  7555. o24.Size = Vector3.new(1, 1, 1)
  7556. 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)
  7557. o24.BottomSurface = Enum.SurfaceType.Smooth
  7558. o24.TopSurface = Enum.SurfaceType.Smooth
  7559. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7560. o25.Parent = o24
  7561. o25.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
  7562. o25.MeshType = Enum.MeshType.Wedge
  7563. o26.Parent = o1
  7564. o26.BrickColor = BrickColor.new("Really black")
  7565. o26.Position = Vector3.new(-45.3188705, 2.72089553, -23.0911293)
  7566. o26.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7567. o26.Anchored = true
  7568. o26.FormFactor = Enum.FormFactor.Symmetric
  7569. o26.Size = Vector3.new(1, 1, 1)
  7570. 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)
  7571. o26.BottomSurface = Enum.SurfaceType.Smooth
  7572. o26.TopSurface = Enum.SurfaceType.Smooth
  7573. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7574. o27.Parent = o26
  7575. o27.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
  7576. o28.Parent = o1
  7577. o28.BrickColor = BrickColor.new("Really black")
  7578. o28.Position = Vector3.new(-45.3208618, 2.80793452, -23.016077)
  7579. o28.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7580. o28.Anchored = true
  7581. o28.FormFactor = Enum.FormFactor.Symmetric
  7582. o28.Size = Vector3.new(1, 1, 1)
  7583. 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)
  7584. o28.BottomSurface = Enum.SurfaceType.Smooth
  7585. o28.TopSurface = Enum.SurfaceType.Smooth
  7586. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7587. o29.Parent = o28
  7588. o29.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
  7589. o30.Parent = o1
  7590. o30.BrickColor = BrickColor.new("Really black")
  7591. o30.Position = Vector3.new(-45.3208656, 2.86490941, -23.0160904)
  7592. o30.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7593. o30.Anchored = true
  7594. o30.FormFactor = Enum.FormFactor.Symmetric
  7595. o30.Size = Vector3.new(1, 1, 1)
  7596. 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)
  7597. o30.BottomSurface = Enum.SurfaceType.Smooth
  7598. o30.TopSurface = Enum.SurfaceType.Smooth
  7599. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7600. o31.Parent = o30
  7601. o31.Offset = Vector3.new(0, 0.135000005, 0)
  7602. o31.Scale = Vector3.new(0, 0.0989999995, 0.00150000001)
  7603. o32.Parent = o1
  7604. o32.BrickColor = BrickColor.new("Really black")
  7605. o32.Position = Vector3.new(-45.320858, 2.65193152, -23.0160847)
  7606. o32.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  7607. o32.Anchored = true
  7608. o32.FormFactor = Enum.FormFactor.Symmetric
  7609. o32.Size = Vector3.new(1, 1, 1)
  7610. 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)
  7611. o32.BottomSurface = Enum.SurfaceType.Smooth
  7612. o32.TopSurface = Enum.SurfaceType.Smooth
  7613. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7614. o33.Parent = o32
  7615. o33.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
  7616. o34.Parent = o1
  7617. o34.BrickColor = BrickColor.new("Really black")
  7618. o34.Position = Vector3.new(-45.5238876, 2.72389054, -23.0180988)
  7619. o34.Rotation = Vector3.new(-0.00246371864, 90, 0)
  7620. o34.Anchored = true
  7621. o34.Size = Vector3.new(1, 1.20000005, 1)
  7622. 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)
  7623. o34.BottomSurface = Enum.SurfaceType.Smooth
  7624. o34.TopSurface = Enum.SurfaceType.Smooth
  7625. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7626. o35.Parent = o34
  7627. o35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7628. o35.Scale = Vector3.new(0.215999991, 0.215999991, 0.576000035)
  7629. o35.MeshType = Enum.MeshType.FileMesh
  7630. o36.Parent = o1
  7631. o36.BrickColor = BrickColor.new("Really black")
  7632. o36.Position = Vector3.new(-45.0038757, 2.71586657, -23.0160828)
  7633. o36.Rotation = Vector3.new(-0.00246371864, 90, 0)
  7634. o36.Anchored = true
  7635. o36.Size = Vector3.new(1, 1.20000005, 1)
  7636. 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)
  7637. o36.BottomSurface = Enum.SurfaceType.Smooth
  7638. o36.TopSurface = Enum.SurfaceType.Smooth
  7639. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7640. o37.Parent = o36
  7641. o37.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7642. o37.Scale = Vector3.new(0.224999994, 0.224999994, 0.75)
  7643. o37.MeshType = Enum.MeshType.FileMesh
  7644. o38.Name = "Zoom"
  7645. o38.Parent = o1
  7646. o38.Material = Enum.Material.SmoothPlastic
  7647. o38.Transparency = 1
  7648. o38.Position = Vector3.new(-45.6625099, 2.73130202, -23.013567)
  7649. o38.Rotation = Vector3.new(-90, -88.3242722, -90)
  7650. o38.Anchored = true
  7651. o38.FormFactor = Enum.FormFactor.Custom
  7652. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7653. o38.CFrame = CFrame.new(-45.6625099, 2.73130202, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  7654. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7655. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7656. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7657. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7658. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7659. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7660. o39.Parent = o38
  7661. o39.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  7662. ZoomFOV = 15
  7663. else
  7664. o2 = Instance.new("Part")
  7665. o3 = Instance.new("SpecialMesh")
  7666. o4 = Instance.new("Part")
  7667. o5 = Instance.new("BlockMesh")
  7668. o6 = Instance.new("Part")
  7669. o7 = Instance.new("SpecialMesh")
  7670. o8 = Instance.new("Part")
  7671. o9 = Instance.new("SpecialMesh")
  7672. o10 = Instance.new("Part")
  7673. o11 = Instance.new("BlockMesh")
  7674. o12 = Instance.new("Part")
  7675. o13 = Instance.new("BlockMesh")
  7676. o14 = Instance.new("Part")
  7677. o15 = Instance.new("BlockMesh")
  7678. o16 = Instance.new("Part")
  7679. o17 = Instance.new("SpecialMesh")
  7680. o18 = Instance.new("Part")
  7681. o19 = Instance.new("SpecialMesh")
  7682. o20 = Instance.new("Part")
  7683. o21 = Instance.new("BlockMesh")
  7684. o22 = Instance.new("Part")
  7685. o23 = Instance.new("CylinderMesh")
  7686. o24 = Instance.new("Part")
  7687. o25 = Instance.new("SpecialMesh")
  7688. o26 = Instance.new("Part")
  7689. o27 = Instance.new("BlockMesh")
  7690. o28 = Instance.new("Part")
  7691. o29 = Instance.new("BlockMesh")
  7692. o30 = Instance.new("Part")
  7693. o31 = Instance.new("CylinderMesh")
  7694. o32 = Instance.new("Part")
  7695. o33 = Instance.new("BlockMesh")
  7696. o34 = Instance.new("Part")
  7697. o35 = Instance.new("BlockMesh")
  7698. o36 = Instance.new("Part")
  7699. o37 = Instance.new("BlockMesh")
  7700. o38 = Instance.new("Part")
  7701. o39 = Instance.new("SpecialMesh")
  7702. o40 = Instance.new("Part")
  7703. o41 = Instance.new("BlockMesh")
  7704. o42 = Instance.new("Part")
  7705. o43 = Instance.new("SpecialMesh")
  7706. o2.Name = "IRONSIGHT"
  7707. o2.Parent = o1
  7708. o2.Material = Enum.Material.SmoothPlastic
  7709. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7710. o2.Position = Vector3.new(-45.1299782, 2.73781204, -22.9749947)
  7711. o2.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
  7712. o2.Anchored = true
  7713. o2.FormFactor = Enum.FormFactor.Custom
  7714. o2.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
  7715. 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)
  7716. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7717. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7718. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7719. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7720. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7721. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7722. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7723. o3.Parent = o2
  7724. o3.Scale = Vector3.new(0.149999991, 1, 0.329999983)
  7725. o3.MeshType = Enum.MeshType.Wedge
  7726. o4.Name = "IRONSIGHT"
  7727. o4.Parent = o1
  7728. o4.Material = Enum.Material.SmoothPlastic
  7729. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7730. o4.Position = Vector3.new(-45.6069984, 2.7168169, -22.9749947)
  7731. o4.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  7732. o4.Anchored = true
  7733. o4.FormFactor = Enum.FormFactor.Custom
  7734. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7735. 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)
  7736. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7737. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7738. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7739. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7740. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7741. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7742. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7743. o5.Parent = o4
  7744. o5.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
  7745. o6.Name = "IRONSIGHT"
  7746. o6.Parent = o1
  7747. o6.Material = Enum.Material.SmoothPlastic
  7748. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7749. o6.Position = Vector3.new(-45.6759911, 2.59981394, -23.0199947)
  7750. o6.Rotation = Vector3.new(90, -8.08488086e-012, 90.0000076)
  7751. o6.Anchored = true
  7752. o6.FormFactor = Enum.FormFactor.Custom
  7753. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7754. 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)
  7755. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7756. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7757. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7758. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7759. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7760. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7761. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7762. o7.Parent = o6
  7763. o7.Scale = Vector3.new(0.599999964, 0.239999995, 0.990000069)
  7764. o7.MeshType = Enum.MeshType.Wedge
  7765. o8.Name = "IRONSIGHT"
  7766. o8.Parent = o1
  7767. o8.Material = Enum.Material.SmoothPlastic
  7768. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7769. o8.Position = Vector3.new(-45.6369934, 2.75281191, -22.9749794)
  7770. o8.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  7771. o8.Anchored = true
  7772. o8.FormFactor = Enum.FormFactor.Custom
  7773. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7774. 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)
  7775. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7776. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7777. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7778. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7779. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7780. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7781. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7782. o9.Parent = o8
  7783. o9.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
  7784. o9.MeshType = Enum.MeshType.Wedge
  7785. o10.Name = "IRONSIGHT"
  7786. o10.Parent = o1
  7787. o10.Material = Enum.Material.SmoothPlastic
  7788. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7789. o10.Position = Vector3.new(-45.6069984, 2.60881591, -23.0199947)
  7790. o10.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  7791. o10.Anchored = true
  7792. o10.FormFactor = Enum.FormFactor.Custom
  7793. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7794. 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)
  7795. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7796. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7797. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7798. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7799. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7800. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7801. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7802. o11.Parent = o10
  7803. o11.Offset = Vector3.new(0, -0.00450000027, 0)
  7804. o11.Scale = Vector3.new(0.599999964, 0.944999993, 0.450000018)
  7805. o12.Name = "IRONSIGHT"
  7806. o12.Parent = o1
  7807. o12.Material = Enum.Material.SmoothPlastic
  7808. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7809. o12.Position = Vector3.new(-45.6099968, 2.71678591, -23.0650082)
  7810. o12.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  7811. o12.Anchored = true
  7812. o12.FormFactor = Enum.FormFactor.Custom
  7813. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7814. 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)
  7815. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7816. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7817. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7818. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7819. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7820. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7821. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7822. o13.Parent = o12
  7823. o13.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
  7824. o14.Name = "IRONSIGHT"
  7825. o14.Parent = o1
  7826. o14.Material = Enum.Material.SmoothPlastic
  7827. o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7828. o14.Position = Vector3.new(-44.6169853, 2.59981394, -23.02001)
  7829. o14.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  7830. o14.Anchored = true
  7831. o14.FormFactor = Enum.FormFactor.Custom
  7832. o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7833. 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)
  7834. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7835. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7836. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7837. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7838. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7839. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7840. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7841. o15.Parent = o14
  7842. o15.Offset = Vector3.new(0, -0.0180000011, -0.00300000003)
  7843. o15.Scale = Vector3.new(0.599999964, 0.791999996, 0.299999982)
  7844. o16.Name = "IRONSIGHT"
  7845. o16.Parent = o1
  7846. o16.Material = Enum.Material.SmoothPlastic
  7847. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7848. o16.Position = Vector3.new(-45.3610039, 2.65676594, -23.0199947)
  7849. o16.Rotation = Vector3.new(-90, -2.14500069e-005, -90.0000076)
  7850. o16.Anchored = true
  7851. o16.FormFactor = Enum.FormFactor.Custom
  7852. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7853. 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)
  7854. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7855. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7856. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7857. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7858. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7859. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7860. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7861. o17.Parent = o16
  7862. o17.Scale = Vector3.new(0.599999964, 0.540000021, 0.450000018)
  7863. o17.MeshType = Enum.MeshType.Wedge
  7864. o18.Name = "IRONSIGHT"
  7865. o18.Parent = o1
  7866. o18.Material = Enum.Material.SmoothPlastic
  7867. o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7868. o18.Position = Vector3.new(-45.6399918, 2.75281191, -23.0650082)
  7869. o18.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  7870. o18.Anchored = true
  7871. o18.FormFactor = Enum.FormFactor.Custom
  7872. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7873. 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)
  7874. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7875. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7876. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7877. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7878. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7879. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7880. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7881. o19.Parent = o18
  7882. o19.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
  7883. o19.MeshType = Enum.MeshType.Wedge
  7884. o20.Name = "IRONSIGHT"
  7885. o20.Parent = o1
  7886. o20.Material = Enum.Material.SmoothPlastic
  7887. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7888. o20.Position = Vector3.new(-45.5949974, 2.75281191, -23.0650082)
  7889. o20.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  7890. o20.Anchored = true
  7891. o20.FormFactor = Enum.FormFactor.Custom
  7892. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7893. 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)
  7894. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7895. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7896. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7897. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7898. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7899. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7900. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7901. o21.Parent = o20
  7902. o21.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
  7903. o22.Name = "IRONSIGHT"
  7904. o22.Parent = o1
  7905. o22.Material = Enum.Material.SmoothPlastic
  7906. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7907. o22.Position = Vector3.new(-45.5320015, 2.66876698, -23.0199947)
  7908. o22.Rotation = Vector3.new(180, -0.00013253183, 180)
  7909. o22.Anchored = true
  7910. o22.FormFactor = Enum.FormFactor.Custom
  7911. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7912. 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)
  7913. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7914. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7915. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7916. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7917. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7918. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7919. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7920. o23.Parent = o22
  7921. o23.Scale = Vector3.new(0.75, 0.149999991, 0.9375)
  7922. o24.Name = "IRONSIGHT"
  7923. o24.Parent = o1
  7924. o24.Material = Enum.Material.SmoothPlastic
  7925. o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7926. o24.Position = Vector3.new(-45.5470009, 2.76181388, -23.0199947)
  7927. o24.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  7928. o24.Anchored = true
  7929. o24.FormFactor = Enum.FormFactor.Custom
  7930. o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7931. 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)
  7932. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7933. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7934. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7935. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7936. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7937. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7938. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7939. o25.Parent = o24
  7940. o25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7941. o25.Scale = Vector3.new(0.0599999987, 0.0599999987, 0.0149999997)
  7942. o25.MeshType = Enum.MeshType.FileMesh
  7943. o26.Name = "IRONSIGHT"
  7944. o26.Parent = o1
  7945. o26.Material = Enum.Material.SmoothPlastic
  7946. o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7947. o26.Position = Vector3.new(-45.4719963, 2.60581398, -23.0199947)
  7948. o26.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  7949. o26.Anchored = true
  7950. o26.FormFactor = Enum.FormFactor.Custom
  7951. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7952. 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)
  7953. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7954. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7955. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7956. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7957. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7958. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7959. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7960. o27.Parent = o26
  7961. o27.Scale = Vector3.new(0.599999964, 1.16999996, 0.599999964)
  7962. o28.Name = "IRONSIGHT"
  7963. o28.Parent = o1
  7964. o28.Material = Enum.Material.SmoothPlastic
  7965. o28.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7966. o28.Position = Vector3.new(-45.5470009, 2.61781597, -23.0199947)
  7967. o28.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  7968. o28.Anchored = true
  7969. o28.FormFactor = Enum.FormFactor.Custom
  7970. o28.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  7971. 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)
  7972. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7973. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7974. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7975. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7976. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7977. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7978. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7979. o29.Parent = o28
  7980. o29.Scale = Vector3.new(0.599999964, 1.10000002, 0.149999991)
  7981. o30.Name = "IRONSIGHT"
  7982. o30.Parent = o1
  7983. o30.Material = Enum.Material.SmoothPlastic
  7984. o30.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7985. o30.Position = Vector3.new(-45.6069908, 2.73477697, -22.9629879)
  7986. o30.Rotation = Vector3.new(-90, -5.22833534e-006, -179.999878)
  7987. o30.Anchored = true
  7988. o30.FormFactor = Enum.FormFactor.Custom
  7989. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7990. 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)
  7991. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7992. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7993. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7994. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7995. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7996. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7997. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7998. o31.Parent = o30
  7999. o31.Scale = Vector3.new(0.299999982, 0.149999991, 0.299999982)
  8000. o32.Name = "IRONSIGHT"
  8001. o32.Parent = o1
  8002. o32.Material = Enum.Material.SmoothPlastic
  8003. o32.BrickColor = BrickColor.new(CUSTOMCOLOR)
  8004. o32.Position = Vector3.new(-45.5919991, 2.75281191, -22.9749947)
  8005. o32.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  8006. o32.Anchored = true
  8007. o32.FormFactor = Enum.FormFactor.Custom
  8008. o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8009. 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)
  8010. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8011. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8012. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8013. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8014. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8015. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8016. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8017. o33.Parent = o32
  8018. o33.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
  8019. o34.Name = "IRONSIGHT"
  8020. o34.Parent = o1
  8021. o34.Material = Enum.Material.SmoothPlastic
  8022. o34.BrickColor = BrickColor.new(CUSTOMCOLOR)
  8023. o34.Position = Vector3.new(-45.0519753, 2.68981695, -23.0199947)
  8024. o34.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  8025. o34.Anchored = true
  8026. o34.FormFactor = Enum.FormFactor.Custom
  8027. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
  8028. 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)
  8029. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8030. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8031. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8032. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8033. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8034. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8035. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8036. o35.Parent = o34
  8037. o35.Scale = Vector3.new(0.599999964, 0.180000007, 1)
  8038. o36.Name = "IRONSIGHT"
  8039. o36.Parent = o1
  8040. o36.Material = Enum.Material.SmoothPlastic
  8041. o36.BrickColor = BrickColor.new(CUSTOMCOLOR)
  8042. o36.Position = Vector3.new(-44.6529884, 2.67176604, -23.02001)
  8043. o36.Rotation = Vector3.new(89.999939, -26.9998341, 90.0000153)
  8044. o36.Anchored = true
  8045. o36.FormFactor = Enum.FormFactor.Custom
  8046. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8047. 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)
  8048. o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8049. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8050. o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8051. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8052. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8053. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8054. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8055. o37.Parent = o36
  8056. o37.Offset = Vector3.new(0, -0.0057000001, 0.00329999998)
  8057. o37.Scale = Vector3.new(0.599999964, 0.566999972, 0.180000007)
  8058. o38.Name = "IRONSIGHT"
  8059. o38.Parent = o1
  8060. o38.Material = Enum.Material.SmoothPlastic
  8061. o38.BrickColor = BrickColor.new(CUSTOMCOLOR)
  8062. o38.Position = Vector3.new(-44.6619835, 2.53976989, -23.02001)
  8063. o38.Rotation = Vector3.new(90, 2.72386387e-006, 90.0000076)
  8064. o38.Anchored = true
  8065. o38.FormFactor = Enum.FormFactor.Custom
  8066. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8067. 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)
  8068. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8069. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8070. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8071. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8072. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8073. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8074. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8075. o39.Parent = o38
  8076. o39.Scale = Vector3.new(0.599999964, 0.180000007, 0.299999982)
  8077. o39.MeshType = Enum.MeshType.Wedge
  8078. o40.Name = "Zoom"
  8079. o40.Parent = o1
  8080. o40.Material = Enum.Material.SmoothPlastic
  8081. o40.Transparency = 1
  8082. o40.Position = Vector3.new(-45.7273788, 2.75334311, -23.0179634)
  8083. o40.Rotation = Vector3.new(-90, -88.876564, -90)
  8084. o40.Anchored = true
  8085. o40.FormFactor = Enum.FormFactor.Custom
  8086. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8087. o40.CFrame = CFrame.new(-45.7273788, 2.75334311, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  8088. o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8089. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8090. o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8091. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8092. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8093. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8094. o41.Parent = o40
  8095. o41.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  8096. o42.Name = "IRONSIGHT"
  8097. o42.Parent = o1
  8098. o42.Material = Enum.Material.SmoothPlastic
  8099. o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
  8100. o42.Position = Vector3.new(-45.1359749, 2.73778296, -23.0650082)
  8101. o42.Rotation = Vector3.new(90, 9.07952369e-007, -89.9999924)
  8102. o42.Anchored = true
  8103. o42.FormFactor = Enum.FormFactor.Custom
  8104. o42.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
  8105. 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)
  8106. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8107. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8108. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8109. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8110. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8111. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8112. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8113. o43.Parent = o42
  8114. o43.Scale = Vector3.new(0.149999991, 1, 0.329999983)
  8115. o43.MeshType = Enum.MeshType.Wedge
  8116. ZoomFOV = 70
  8117. end
  8118. function onKeyDown(key)
  8119. key:lower()
  8120. if key == "f" and FlashLight == true then
  8121. if o1.LIGHT.LIGHT.Enabled == false then
  8122. o1.LIGHT.LIGHT.Enabled = true
  8123. else
  8124. o1.LIGHT.LIGHT.Enabled = false
  8125. end
  8126. end
  8127. if key == "q" then
  8128. local check = o1:findFirstChild("ZoomedIn")
  8129. if check.Value == true then
  8130. game.workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  8131. game.workspace.Camera.FieldOfView = 70
  8132. game.workspace.Camera.CameraType = g
  8133. check.Value = false
  8134. else
  8135. zoomb = o1.Zoom
  8136. game.workspace.Camera.CameraSubject = zoomb
  8137. game.workspace.Camera.FieldOfView = ZoomFOV
  8138. game.workspace.Camera.CameraType = 1
  8139. check.Value = true
  8140. end
  8141. end
  8142. end
  8143.  
  8144.  
  8145. function onS(mouse)
  8146. mouse.KeyDown:connect(onKeyDown)
  8147. end
  8148. for i,v in pairs (o1:GetChildren()) do
  8149. if v:IsA("Part") or v:IsA("WedgePart") then
  8150. v.Material = "SmoothPlastic"
  8151. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8152. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8153. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8154. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8155. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8156. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8157. if v.BrickColor == BrickColor.new("Really black") then
  8158. v.BrickColor = BrickColor.New(CUSTOMCOLOR)
  8159. end
  8160. end
  8161. end
  8162.  
  8163. o1.Equipped:connect(onS)
  8164.  
  8165. o1.Parent = game.Players.LocalPlayer.Backpack
  8166. end)
  8167.  
  8168. -- Objects
  8169.  
  8170. local ScreenGui = Instance.new("ScreenGui")
  8171. local TextButton = Instance.new("TextButton")
  8172.  
  8173. -- Properties
  8174.  
  8175. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  8176.  
  8177. TextButton.Parent = ScreenGui
  8178. TextButton.BackgroundColor3 = Color3.new(0.603922, 0.603922, 0.603922)
  8179. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  8180. TextButton.Position = UDim2.new(0.95629549, 0, 0.294567078, 0)
  8181. TextButton.Size = UDim2.new(0, 84, 0, 78)
  8182. TextButton.Font = Enum.Font.SourceSans
  8183. TextButton.Text = "Glock 16"
  8184. TextButton.TextColor3 = Color3.new(0.27451, 0.164706, 0.054902)
  8185. TextButton.TextSize = 14
  8186.  
  8187. TextButton.MouseButton1Down:connect(function()
  8188. local Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  8189. local Speed = 20*Scale
  8190. local Gravity = 0.1
  8191.  
  8192. local Player = game.Players.LocalPlayer
  8193. local Character = Player.Character
  8194. local Humanoid = Character.Humanoid
  8195. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  8196. local Torso = Character.HumanoidRootPart
  8197. local Mouse = game.Players.LocalPlayer:GetMouse()
  8198. local RenderStepped = game:GetService("RunService").RenderStepped
  8199. local Camera = Workspace.CurrentCamera
  8200. Camera:ClearAllChildren()
  8201. local Model = Instance.new("Model",Character)
  8202. local IgnoreList = {Character,Workspace.Terrain}
  8203.  
  8204. local Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  8205. local Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  8206. local RotationOffset = CFrame.Angles(math.rad(90),math.rad(0),0)
  8207. local Gangster = false
  8208.  
  8209. local Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  8210. local Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  8211. local RotationOffsetHead = CFrame.Angles(0,0,0)
  8212.  
  8213. local Handle = Instance.new("Part",Model)
  8214. Handle.CanCollide = false
  8215. Handle.Name = "Handle"
  8216. Handle.Position = Vector3.new(0,100,0)
  8217. Handle:BreakJoints()
  8218. Handle.FormFactor = "Custom"
  8219. Handle.Size = Vector3.new(0.2,0.2,0.2)
  8220. Handle.TopSurface = "SmoothNoOutlines"
  8221. Handle.BottomSurface = "SmoothNoOutlines"
  8222. Handle.FrontSurface = "SmoothNoOutlines"
  8223. Handle.BackSurface = "SmoothNoOutlines"
  8224. Handle.RightSurface = "SmoothNoOutlines"
  8225. Handle.LeftSurface = "SmoothNoOutlines"
  8226. Handle.BrickColor = BrickColor.new("Black")
  8227. local Mesh = Instance.new("BlockMesh",Handle)
  8228. Mesh.Scale = Vector3.new(0.25,1,0.4) / 0.2 * Scale
  8229. local HandleWeld = Instance.new("Motor6D")
  8230. HandleWeld.Part0 = Character["Right Arm"]
  8231. HandleWeld.Part1 = Handle
  8232. HandleWeld.C0 = CFrame.new(Vector3.new(0,-1,0)*Scale) * CFrame.Angles(math.rad(-105),0,0)
  8233. HandleWeld.Parent = Handle
  8234.  
  8235. local Part = Instance.new("Part",Model)
  8236. Part.CanCollide = false
  8237. Part.Position = Vector3.new(0,100,0)
  8238. Part:BreakJoints()
  8239. Part.FormFactor = "Custom"
  8240. Part.Size = Vector3.new(0.2,0.2,0.2)
  8241. Part.TopSurface = "SmoothNoOutlines"
  8242. Part.BottomSurface = "SmoothNoOutlines"
  8243. Part.FrontSurface = "SmoothNoOutlines"
  8244. Part.BackSurface = "SmoothNoOutlines"
  8245. Part.RightSurface = "SmoothNoOutlines"
  8246. Part.LeftSurface = "SmoothNoOutlines"
  8247. Part.BrickColor = BrickColor.new("Black")
  8248. local Mesh = Instance.new("CylinderMesh",Part)
  8249. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  8250. local PartWeld = Instance.new("Motor6D")
  8251. PartWeld.Part0 = Handle
  8252. PartWeld.Part1 = Part
  8253. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  8254. PartWeld.Parent = Part
  8255.  
  8256. local Part = Instance.new("Part",Model)
  8257. Part.CanCollide = false
  8258. Part.Position = Vector3.new(0,100,0)
  8259. Part:BreakJoints()
  8260. Part.FormFactor = "Custom"
  8261. Part.Size = Vector3.new(0.2,0.2,0.2)
  8262. Part.TopSurface = "SmoothNoOutlines"
  8263. Part.BottomSurface = "SmoothNoOutlines"
  8264. Part.FrontSurface = "SmoothNoOutlines"
  8265. Part.BackSurface = "SmoothNoOutlines"
  8266. Part.RightSurface = "SmoothNoOutlines"
  8267. Part.LeftSurface = "SmoothNoOutlines"
  8268. Part.BrickColor = BrickColor.new("Black")
  8269. local Mesh = Instance.new("CylinderMesh",Part)
  8270. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  8271. local PartWeld = Instance.new("Motor6D")
  8272. PartWeld.Part0 = Handle
  8273. PartWeld.Part1 = Part
  8274. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  8275. PartWeld.Parent = Part
  8276.  
  8277. local Part = Instance.new("Part",Model)
  8278. Part.CanCollide = false
  8279. Part.Position = Vector3.new(0,100,0)
  8280. Part:BreakJoints()
  8281. Part.FormFactor = "Custom"
  8282. Part.Size = Vector3.new(0.2,0.2,0.2)
  8283. Part.TopSurface = "SmoothNoOutlines"
  8284. Part.BottomSurface = "SmoothNoOutlines"
  8285. Part.FrontSurface = "SmoothNoOutlines"
  8286. Part.BackSurface = "SmoothNoOutlines"
  8287. Part.RightSurface = "SmoothNoOutlines"
  8288. Part.LeftSurface = "SmoothNoOutlines"
  8289. Part.BrickColor = BrickColor.new("Black")
  8290. local Mesh = Instance.new("CylinderMesh",Part)
  8291. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  8292. local PartWeld = Instance.new("Motor6D")
  8293. PartWeld.Part0 = Handle
  8294. PartWeld.Part1 = Part
  8295. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  8296. PartWeld.Parent = Part
  8297.  
  8298. local Part = Instance.new("Part",Model)
  8299. Part.CanCollide = false
  8300. Part.Position = Vector3.new(0,100,0)
  8301. Part:BreakJoints()
  8302. Part.FormFactor = "Custom"
  8303. Part.Size = Vector3.new(0.2,0.2,0.2)
  8304. Part.TopSurface = "SmoothNoOutlines"
  8305. Part.BottomSurface = "SmoothNoOutlines"
  8306. Part.FrontSurface = "SmoothNoOutlines"
  8307. Part.BackSurface = "SmoothNoOutlines"
  8308. Part.RightSurface = "SmoothNoOutlines"
  8309. Part.LeftSurface = "SmoothNoOutlines"
  8310. Part.BrickColor = BrickColor.new("Black")
  8311. local Mesh = Instance.new("CylinderMesh",Part)
  8312. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  8313. local PartWeld = Instance.new("Motor6D")
  8314. PartWeld.Part0 = Handle
  8315. PartWeld.Part1 = Part
  8316. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  8317. PartWeld.Parent = Part
  8318.  
  8319. local Part = Instance.new("Part",Model)
  8320. Part.CanCollide = false
  8321. Part.Position = Vector3.new(0,100,0)
  8322. Part:BreakJoints()
  8323. Part.FormFactor = "Custom"
  8324. Part.Size = Vector3.new(0.2,0.2,0.2)
  8325. Part.TopSurface = "SmoothNoOutlines"
  8326. Part.BottomSurface = "SmoothNoOutlines"
  8327. Part.FrontSurface = "SmoothNoOutlines"
  8328. Part.BackSurface = "SmoothNoOutlines"
  8329. Part.RightSurface = "SmoothNoOutlines"
  8330. Part.LeftSurface = "SmoothNoOutlines"
  8331. Part.BrickColor = BrickColor.new("Black")
  8332. local Mesh = Instance.new("BlockMesh",Part)
  8333. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  8334. local PartWeld = Instance.new("Motor6D")
  8335. PartWeld.Part0 = Handle
  8336. PartWeld.Part1 = Part
  8337. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,-0.175)*Scale) * CFrame.Angles(0,0,0)
  8338. PartWeld.Parent = Part
  8339.  
  8340. local Part = Instance.new("Part",Model)
  8341. Part.CanCollide = false
  8342. Part.Position = Vector3.new(0,100,0)
  8343. Part:BreakJoints()
  8344. Part.FormFactor = "Custom"
  8345. Part.Size = Vector3.new(0.2,0.2,0.2)
  8346. Part.TopSurface = "SmoothNoOutlines"
  8347. Part.BottomSurface = "SmoothNoOutlines"
  8348. Part.FrontSurface = "SmoothNoOutlines"
  8349. Part.BackSurface = "SmoothNoOutlines"
  8350. Part.RightSurface = "SmoothNoOutlines"
  8351. Part.LeftSurface = "SmoothNoOutlines"
  8352. Part.BrickColor = BrickColor.new("Black")
  8353. local Mesh = Instance.new("BlockMesh",Part)
  8354. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  8355. local PartWeld = Instance.new("Motor6D")
  8356. PartWeld.Part0 = Handle
  8357. PartWeld.Part1 = Part
  8358. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,0.175)*Scale) * CFrame.Angles(0,0,0)
  8359. PartWeld.Parent = Part
  8360.  
  8361. local Part = Instance.new("Part",Model)
  8362. Part.CanCollide = false
  8363. Part.Position = Vector3.new(0,100,0)
  8364. Part:BreakJoints()
  8365. Part.FormFactor = "Custom"
  8366. Part.Size = Vector3.new(0.2,0.2,0.2)
  8367. Part.TopSurface = "SmoothNoOutlines"
  8368. Part.BottomSurface = "SmoothNoOutlines"
  8369. Part.FrontSurface = "SmoothNoOutlines"
  8370. Part.BackSurface = "SmoothNoOutlines"
  8371. Part.RightSurface = "SmoothNoOutlines"
  8372. Part.LeftSurface = "SmoothNoOutlines"
  8373. Part.BrickColor = BrickColor.new("Black")
  8374. local Mesh = Instance.new("BlockMesh",Part)
  8375. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  8376. local PartWeld = Instance.new("Motor6D")
  8377. PartWeld.Part0 = Handle
  8378. PartWeld.Part1 = Part
  8379. PartWeld.C0 = CFrame.new(Vector3.new(-0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  8380. PartWeld.Parent = Part
  8381.  
  8382. local Part = Instance.new("Part",Model)
  8383. Part.CanCollide = false
  8384. Part.Position = Vector3.new(0,100,0)
  8385. Part:BreakJoints()
  8386. Part.FormFactor = "Custom"
  8387. Part.Size = Vector3.new(0.2,0.2,0.2)
  8388. Part.TopSurface = "SmoothNoOutlines"
  8389. Part.BottomSurface = "SmoothNoOutlines"
  8390. Part.FrontSurface = "SmoothNoOutlines"
  8391. Part.BackSurface = "SmoothNoOutlines"
  8392. Part.RightSurface = "SmoothNoOutlines"
  8393. Part.LeftSurface = "SmoothNoOutlines"
  8394. Part.BrickColor = BrickColor.new("Black")
  8395. local Mesh = Instance.new("BlockMesh",Part)
  8396. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  8397. local PartWeld = Instance.new("Motor6D")
  8398. PartWeld.Part0 = Handle
  8399. PartWeld.Part1 = Part
  8400. PartWeld.C0 = CFrame.new(Vector3.new(0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  8401. PartWeld.Parent = Part
  8402.  
  8403. local Part = Instance.new("Part",Model)
  8404. Part.CanCollide = false
  8405. Part.Position = Vector3.new(0,100,0)
  8406. Part:BreakJoints()
  8407. Part.FormFactor = "Custom"
  8408. Part.Size = Vector3.new(0.2,0.2,0.2)
  8409. Part.TopSurface = "SmoothNoOutlines"
  8410. Part.BottomSurface = "SmoothNoOutlines"
  8411. Part.FrontSurface = "SmoothNoOutlines"
  8412. Part.BackSurface = "SmoothNoOutlines"
  8413. Part.RightSurface = "SmoothNoOutlines"
  8414. Part.LeftSurface = "SmoothNoOutlines"
  8415. Part.BrickColor = BrickColor.new("Black")
  8416. local Mesh = Instance.new("BlockMesh",Part)
  8417. Mesh.Scale = Vector3.new(0.1,0.3,0.05) / 0.2 * Scale
  8418. local PartWeld = Instance.new("Motor6D")
  8419. PartWeld.Part0 = Handle
  8420. PartWeld.Part1 = Part
  8421. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.25,-0.75)*Scale) * CFrame.Angles(math.rad(-10),0,0)
  8422. PartWeld.Parent = Part
  8423.  
  8424. local Part = Instance.new("Part",Model)
  8425. Part.CanCollide = false
  8426. Part.Position = Vector3.new(0,100,0)
  8427. Part:BreakJoints()
  8428. Part.FormFactor = "Custom"
  8429. Part.Size = Vector3.new(0.2,0.2,0.2)
  8430. Part.TopSurface = "SmoothNoOutlines"
  8431. Part.BottomSurface = "SmoothNoOutlines"
  8432. Part.FrontSurface = "SmoothNoOutlines"
  8433. Part.BackSurface = "SmoothNoOutlines"
  8434. Part.RightSurface = "SmoothNoOutlines"
  8435. Part.LeftSurface = "SmoothNoOutlines"
  8436. Part.BrickColor = BrickColor.new("Black")
  8437. local Mesh = Instance.new("BlockMesh",Part)
  8438. Mesh.Scale = Vector3.new(0.1,0.05,0.625) / 0.2 * Scale
  8439. local PartWeld = Instance.new("Motor6D")
  8440. PartWeld.Part0 = Handle
  8441. PartWeld.Part1 = Part
  8442. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.1,-0.435)*Scale)
  8443. PartWeld.Parent = Part
  8444.  
  8445. for i = 0,80,10 do
  8446. local Part = Instance.new("Part",Model)
  8447. Part.CanCollide = false
  8448. Part.Position = Vector3.new(0,100,0)
  8449. Part:BreakJoints()
  8450. Part.FormFactor = "Custom"
  8451. Part.Size = Vector3.new(0.2,0.2,0.2)
  8452. Part.TopSurface = "SmoothNoOutlines"
  8453. Part.BottomSurface = "SmoothNoOutlines"
  8454. Part.FrontSurface = "SmoothNoOutlines"
  8455. Part.BackSurface = "SmoothNoOutlines"
  8456. Part.RightSurface = "SmoothNoOutlines"
  8457. Part.LeftSurface = "SmoothNoOutlines"
  8458. Part.BrickColor = BrickColor.new("Black")
  8459. local Mesh = Instance.new("BlockMesh",Part)
  8460. Mesh.Scale = Vector3.new(0.25,0.15,0.03555*2) / 0.2 * Scale
  8461. local PartWeld = Instance.new("Motor6D")
  8462. PartWeld.Part0 = Handle
  8463. PartWeld.Part1 = Part
  8464. PartWeld.C0 = CFrame.new(Vector3.new(0,0.15,0.315)*Scale) * CFrame.Angles(math.rad(i-65),0,0) * CFrame.new(Vector3.new(0,0.2,0)*Scale)
  8465. PartWeld.Parent = Part
  8466. end
  8467.  
  8468. local Barrel = Instance.new("Part",Model)
  8469. Barrel.CanCollide = false
  8470. Barrel.Position = Vector3.new(0,100,0)
  8471. Barrel:BreakJoints()
  8472. Barrel.FormFactor = "Custom"
  8473. Barrel.Size = Vector3.new(0.2,0.2,0.2)
  8474. Barrel.TopSurface = "SmoothNoOutlines"
  8475. Barrel.BottomSurface = "SmoothNoOutlines"
  8476. Barrel.FrontSurface = "SmoothNoOutlines"
  8477. Barrel.BackSurface = "SmoothNoOutlines"
  8478. Barrel.RightSurface = "SmoothNoOutlines"
  8479. Barrel.LeftSurface = "SmoothNoOutlines"
  8480. Barrel.BrickColor = BrickColor.new("Black")
  8481. local Mesh = Instance.new("BlockMesh",Barrel)
  8482. Mesh.Scale = Vector3.new(0.25,0.2,2) / 0.2 * Scale
  8483. local BarrelWeld = Instance.new("Motor6D")
  8484. BarrelWeld.Part0 = Handle
  8485. BarrelWeld.Part1 = Barrel
  8486. BarrelWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.5,-0.7)*Scale)
  8487. BarrelWeld.Parent = Barrel
  8488.  
  8489. local Barrel1 = Barrel
  8490.  
  8491. local Barrel2 = Instance.new("Part",Model)
  8492. Barrel2.CanCollide = false
  8493. Barrel2.Position = Vector3.new(0,100,0)
  8494. Barrel2:BreakJoints()
  8495. Barrel2.FormFactor = "Custom"
  8496. Barrel2.Size = Vector3.new(0.2,0.2,0.2)
  8497. Barrel2.TopSurface = "SmoothNoOutlines"
  8498. Barrel2.BottomSurface = "SmoothNoOutlines"
  8499. Barrel2.FrontSurface = "SmoothNoOutlines"
  8500. Barrel2.BackSurface = "SmoothNoOutlines"
  8501. Barrel2.RightSurface = "SmoothNoOutlines"
  8502. Barrel2.LeftSurface = "SmoothNoOutlines"
  8503. Barrel2.BrickColor = BrickColor.new("Really black")
  8504. local Mesh = Instance.new("BlockMesh",Barrel2)
  8505. Mesh.Scale = Vector3.new(0.25,0.25,2) / 0.2 * Scale
  8506. local Barrel2Weld = Instance.new("Motor6D")
  8507. Barrel2Weld.Part0 = Barrel
  8508. Barrel2Weld.Part1 = Barrel2
  8509. Barrel2Weld.C0 = CFrame.new(Vector3.new(0,0.225,0)*Scale)
  8510. Barrel2Weld.Parent = Barrel2
  8511.  
  8512. local RealBarrel = Instance.new("Part",Model)
  8513. RealBarrel.CanCollide = false
  8514. RealBarrel.Position = Vector3.new(0,100,0)
  8515. RealBarrel:BreakJoints()
  8516. RealBarrel.FormFactor = "Custom"
  8517. RealBarrel.Size = Vector3.new(0.2,0.2,0.2)
  8518. RealBarrel.TopSurface = "SmoothNoOutlines"
  8519. RealBarrel.BottomSurface = "SmoothNoOutlines"
  8520. RealBarrel.FrontSurface = "SmoothNoOutlines"
  8521. RealBarrel.BackSurface = "SmoothNoOutlines"
  8522. RealBarrel.RightSurface = "SmoothNoOutlines"
  8523. RealBarrel.LeftSurface = "SmoothNoOutlines"
  8524. RealBarrel.BrickColor = BrickColor.new("Dark grey metallic")
  8525. local Mesh = Instance.new("CylinderMesh",RealBarrel)
  8526. Mesh.Scale = Vector3.new(0.2,2,0.2) / 0.2 * Scale
  8527. local RealBarrelWeld = Instance.new("Motor6D")
  8528. RealBarrelWeld.Part0 = Barrel
  8529. RealBarrelWeld.Part1 = RealBarrel
  8530. RealBarrelWeld.C0 = CFrame.new(Vector3.new(0,0.1,-0.01)*Scale) * CFrame.Angles(math.rad(-90),0,0)
  8531. RealBarrelWeld.Parent = RealBarrel
  8532.  
  8533. for i = 1,75,15 do
  8534. local Part = Instance.new("Part",Model)
  8535. Part.CanCollide = false
  8536. Part.Position = Vector3.new(0,100,0)
  8537. Part:BreakJoints()
  8538. Part.FormFactor = "Custom"
  8539. Part.Size = Vector3.new(0.2,0.2,0.2)
  8540. Part.TopSurface = "SmoothNoOutlines"
  8541. Part.BottomSurface = "SmoothNoOutlines"
  8542. Part.FrontSurface = "SmoothNoOutlines"
  8543. Part.BackSurface = "SmoothNoOutlines"
  8544. Part.RightSurface = "SmoothNoOutlines"
  8545. Part.LeftSurface = "SmoothNoOutlines"
  8546. Part.BrickColor = BrickColor.new("Black")
  8547. local Mesh = Instance.new("BlockMesh",Part)
  8548. Mesh.Scale = Vector3.new(0.05,0.065,0.05) / 0.2 * Scale
  8549. local PartWeld = Instance.new("Motor6D")
  8550. PartWeld.Part0 = Handle
  8551. PartWeld.Part1 = Part
  8552. PartWeld.C0 = CFrame.new(Vector3.new(0,0.525,-0.515)*Scale) * CFrame.Angles(math.rad(i),0,0) * CFrame.new(Vector3.new(0,0,0.2)*Scale)
  8553. PartWeld.Parent = Part
  8554. end
  8555.  
  8556. local Part = Instance.new("Part",Model)
  8557. Part.CanCollide = false
  8558. Part.Position = Vector3.new(0,100,0)
  8559. Part:BreakJoints()
  8560. Part.FormFactor = "Custom"
  8561. Part.Size = Vector3.new(0.2,0.2,0.2)
  8562. Part.TopSurface = "SmoothNoOutlines"
  8563. Part.BottomSurface = "SmoothNoOutlines"
  8564. Part.FrontSurface = "SmoothNoOutlines"
  8565. Part.BackSurface = "SmoothNoOutlines"
  8566. Part.RightSurface = "SmoothNoOutlines"
  8567. Part.LeftSurface = "SmoothNoOutlines"
  8568. Part.BrickColor = BrickColor.new("Really black")
  8569. local Mesh = Instance.new("BlockMesh",Part)
  8570. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  8571. local PartWeld = Instance.new("Motor6D")
  8572. PartWeld.Part0 = Barrel2
  8573. PartWeld.Part1 = Part
  8574. PartWeld.C0 = CFrame.new(Vector3.new(0.06,0.135,0.925)*Scale)
  8575. PartWeld.Parent = Part
  8576.  
  8577. local Part = Instance.new("Part",Model)
  8578. Part.CanCollide = false
  8579. Part.Position = Vector3.new(0,100,0)
  8580. Part:BreakJoints()
  8581. Part.FormFactor = "Custom"
  8582. Part.Size = Vector3.new(0.2,0.2,0.2)
  8583. Part.TopSurface = "SmoothNoOutlines"
  8584. Part.BottomSurface = "SmoothNoOutlines"
  8585. Part.FrontSurface = "SmoothNoOutlines"
  8586. Part.BackSurface = "SmoothNoOutlines"
  8587. Part.RightSurface = "SmoothNoOutlines"
  8588. Part.LeftSurface = "SmoothNoOutlines"
  8589. Part.BrickColor = BrickColor.new("Really black")
  8590. local Mesh = Instance.new("BlockMesh",Part)
  8591. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  8592. local PartWeld = Instance.new("Motor6D")
  8593. PartWeld.Part0 = Barrel2
  8594. PartWeld.Part1 = Part
  8595. PartWeld.C0 = CFrame.new(Vector3.new(-0.06,0.135,0.925)*Scale)
  8596. PartWeld.Parent = Part
  8597.  
  8598. local Part = Instance.new("Part",Model)
  8599. Part.CanCollide = false
  8600. Part.Position = Vector3.new(0,100,0)
  8601. Part:BreakJoints()
  8602. Part.FormFactor = "Custom"
  8603. Part.Size = Vector3.new(0.2,0.2,0.2)
  8604. Part.TopSurface = "SmoothNoOutlines"
  8605. Part.BottomSurface = "SmoothNoOutlines"
  8606. Part.FrontSurface = "SmoothNoOutlines"
  8607. Part.BackSurface = "SmoothNoOutlines"
  8608. Part.RightSurface = "SmoothNoOutlines"
  8609. Part.LeftSurface = "SmoothNoOutlines"
  8610. Part.BrickColor = BrickColor.new("Really black")
  8611. local Mesh = Instance.new("BlockMesh",Part)
  8612. Mesh.Scale = Vector3.new(0.025,0.1,0.1) / 0.2 * Scale
  8613. local PartWeld = Instance.new("Motor6D")
  8614. PartWeld.Part0 = Barrel2
  8615. PartWeld.Part1 = Part
  8616. PartWeld.C0 = CFrame.new(Vector3.new(0,0.135,-0.925)*Scale)
  8617. PartWeld.Parent = Part
  8618.  
  8619. local Part = Instance.new("Part",Model)
  8620. Part.CanCollide = false
  8621. Part.Position = Vector3.new(0,100,0)
  8622. Part:BreakJoints()
  8623. Part.FormFactor = "Custom"
  8624. Part.Size = Vector3.new(0.2,0.2,0.2)
  8625. Part.Transparency = 1
  8626. Part.TopSurface = "SmoothNoOutlines"
  8627. Part.BottomSurface = "SmoothNoOutlines"
  8628. Part.FrontSurface = "SmoothNoOutlines"
  8629. Part.BackSurface = "SmoothNoOutlines"
  8630. Part.RightSurface = "SmoothNoOutlines"
  8631. Part.LeftSurface = "SmoothNoOutlines"
  8632. Part.BrickColor = BrickColor.new("Really black")
  8633. local Mesh = Instance.new("BlockMesh",Part)
  8634. Mesh.Scale = Vector3.new(0.1,0.1,0.1) / 0.2 * Scale
  8635. local PartWeld = Instance.new("Motor6D")
  8636. PartWeld.Part0 = Barrel
  8637. PartWeld.Part1 = Part
  8638. PartWeld.C0 = CFrame.new(Vector3.new(0,0,-5)*Scale)
  8639. PartWeld.Parent = Part
  8640.  
  8641. local Light = Instance.new("PointLight",Part)
  8642. Light.Color = BrickColor.new("Gold").Color
  8643. Light.Enabled = true
  8644. Light.Shadows = true
  8645. Light.Brightness = 0
  8646. Light.Range = 6
  8647.  
  8648. local Part = Instance.new("Part",Model)
  8649. Part.Material = "Neon"
  8650. Part.CanCollide = false
  8651. Part.Position = Vector3.new(0,100,0)
  8652. Part:BreakJoints()
  8653. Part.FormFactor = "Custom"
  8654. Part.Size = Vector3.new(0.2,0.2,0.2)
  8655. Part.TopSurface = "SmoothNoOutlines"
  8656. Part.BottomSurface = "SmoothNoOutlines"
  8657. Part.FrontSurface = "SmoothNoOutlines"
  8658. Part.BackSurface = "SmoothNoOutlines"
  8659. Part.RightSurface = "SmoothNoOutlines"
  8660. Part.LeftSurface = "SmoothNoOutlines"
  8661. Part.BrickColor = BrickColor.new("Bright yellow")
  8662. Part.Transparency = 0.25
  8663. local RecoilMesh = Instance.new("SpecialMesh",Part)
  8664. RecoilMesh.MeshType = "FileMesh"
  8665. RecoilMesh.MeshId = "http://www.roblox.com/Asset/?id=1323306"
  8666. RecoilMesh.TextureId = "http://www.roblox.com/Asset/?id=98896228"
  8667. RecoilMesh.Scale = Vector3.new(0.175,0,0.175) * Scale
  8668. local PartWeld = Instance.new("Motor6D")
  8669. PartWeld.Part0 = RealBarrel
  8670. PartWeld.Part1 = Part
  8671. PartWeld.C0 = CFrame.new(Vector3.new(0,0.95,0)*Scale)
  8672. PartWeld.Parent = Part
  8673.  
  8674. function ShootBullet(Target,barrel)
  8675. local barrel = barrel or Barrel
  8676. local Bullet = Instance.new("Part",Workspace)
  8677. Barrel.CanCollide = false
  8678. Bullet.FormFactor = "Custom"
  8679. Bullet.Size = Vector3.new(0.2,0.2,5)*Scale
  8680. Bullet.TopSurface = "Smooth"
  8681. Bullet.BottomSurface = "Smooth"
  8682. Bullet.Anchored = true
  8683. Bullet.CanCollide = false
  8684. Bullet.CFrame = CFrame.new((barrel.CFrame*CFrame.new(0,0,-barrel.Size.Z*barrel.Mesh.Scale.Z/2)).p,Target)*CFrame.new(0,0,-Bullet.Size.Z/2)
  8685. Bullet.Transparency = 0.1
  8686. Bullet.BrickColor = BrickColor.new("Gold")
  8687. --[[local Mesh = Instance.new("SpecialMesh",Bullet)
  8688. Mesh.MeshType = "FileMesh"
  8689. Mesh.Scale = Vector3.new(0.5,0.5,0.2)
  8690. Mesh.MeshId = "http://www.roblox.com/asset/?id=2697549"
  8691. --Mesh.TextureId = "http://www.roblox.com/asset/?id=2697544"]]
  8692. local Mesh = Instance.new("BlockMesh",Bullet)
  8693. Mesh.Scale = Vector3.new(0.2,0.2,5)*Scale/Bullet.Size
  8694. IgnoreList[#IgnoreList+1] = Bullet
  8695. RenderStepped:wait()
  8696. for i = Speed,1000,Speed do -- Loop to do the bullet movement and stuff.
  8697. local ray,Hit,Pos,SurfaceNormal;
  8698. ray = Ray.new(Bullet.Position,((Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)).p-Bullet.Position).unit*Speed)
  8699. Hit,Pos,SurfaceNormal = Workspace:FindPartOnRayWithIgnoreList(ray,IgnoreList)
  8700. Bullet.CFrame = Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)
  8701. if Hit ~= nil then
  8702. local Hum = Hit.Parent:FindFirstChild("Humanoid") or Hit.Parent.Parent:FindFirstChild("Humanoid") or (Hit.Parent.Parent.Parent ~= nil and Hit.Parent.Parent.Parent:FindFirstChild("Humanoid"))
  8703. if Hum ~= nil then
  8704. Hum:TakeDamage((((Gangster and math.random(50,50) or math.random(20,20))*Scale)/100)*Hum.MaxHealth)
  8705. end
  8706. break
  8707. end
  8708. RenderStepped:wait()
  8709. end
  8710. Bullet:Destroy()
  8711. end
  8712.  
  8713. Mouse.Button1Down:connect(function()
  8714. if not Down and not DB then
  8715. Down = true
  8716. while Down do
  8717. if Humanoid.Health == 0 then break end
  8718. if not DB then
  8719. DB = true
  8720. local Sound = Instance.new("Sound",Barrel)
  8721. Sound.SoundId = "http://www.roblox.com/Asset/?id=1669280377" -- 132373574
  8722. Sound.Volume = 10000
  8723. Sound.Pitch = (math.random(70,110)/100)/((Scale < 0.25 and 0.25) or (Scale > 4 and 4) or Scale)
  8724. Sound:Play()
  8725. Spawn(function()
  8726. ShootBullet(Mouse.Hit.p,Barrel1)
  8727. end)
  8728. RecoilMesh.VertexColor = Vector3.new(1,math.random(160,245)/255,20/255)
  8729. PartWeld.C0 = PartWeld.C0 * CFrame.Angles(0,math.rad(math.random(-40,40)),0)
  8730. local Shell = Instance.new("Part",Workspace)
  8731. Shell.FormFactor = "Custom"
  8732. Shell.BrickColor = BrickColor.new("Bright yellow")
  8733. Shell.Size = Vector3.new(0.2,0.5,0.2)*Scale
  8734. Shell.CFrame = Barrel.CFrame*CFrame.new(0.5,0.5,0)*CFrame.Angles(math.rad(-90),0,0)
  8735. Shell.Velocity = ((Barrel.CFrame*CFrame.new(5,0,math.random(-2,2))).p-Barrel.CFrame.p)*5*Scale
  8736. local Mesh = Instance.new("CylinderMesh",Shell)
  8737. Mesh.Scale = Vector3.new(0.2,0.5,0.2)*Scale/Shell.Size
  8738. Spawn(function()
  8739. wait(5)
  8740. Shell:Destroy()
  8741. end)
  8742. for i = 1,20,7.5 do
  8743. RotationOffset = RotationOffset*CFrame.Angles(math.rad(7.5),0,0)
  8744. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,-0.15,0)*Scale)
  8745. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,0.15)*Scale)
  8746. Light.Brightness = Light.Brightness+38
  8747. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,0.375,0)*Scale)
  8748. RenderStepped:wait()
  8749. end
  8750. wait(0.02)
  8751. for i = 1,20,3.75 do
  8752. RotationOffset = RotationOffset*CFrame.Angles(math.rad(-3.75),0,0)
  8753. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,0.075,0)*Scale)
  8754. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,-0.075)*Scale)
  8755. Light.Brightness = Light.Brightness-19
  8756. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,-0.1875,0)*Scale)
  8757. RenderStepped:wait()
  8758. end
  8759. wait(0.02)
  8760. DB = false
  8761. end
  8762. end
  8763. end
  8764. end)
  8765.  
  8766. Mouse.Button1Up:connect(function()
  8767. Down = false
  8768. end)
  8769.  
  8770. Mouse.KeyDown:connect(function(Key)
  8771. if Key:lower() == "g" and not DB then
  8772. DB = true
  8773. if Gangster == true then
  8774. for i = 1,70,5 do
  8775. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(-5),0)
  8776. RenderStepped:wait()
  8777. end
  8778. Gangster = false
  8779. else
  8780. for i = 1,70,5 do
  8781. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(5),0)
  8782. RenderStepped:wait()
  8783. end
  8784. Gangster = true
  8785. end
  8786. DB = false
  8787. end
  8788. end)
  8789.  
  8790. local Weld = Instance.new("Weld")
  8791. Weld.Part0 = Torso
  8792. Weld.Part1 = Character["Right Arm"]
  8793. Weld.Parent = Torso
  8794.  
  8795. local Weld2 = Instance.new("Weld")
  8796. Weld2.Part0 = Torso
  8797. Weld2.Part1 = Character.Head
  8798. Weld2.Parent = Torso
  8799.  
  8800. local RA = Character["Right Arm"]
  8801.  
  8802. game:GetService("RunService"):BindToRenderStep("Pistol",Enum.RenderPriority.Character.Value,function()
  8803. local Point = Torso.CFrame:vectorToObjectSpace(Mouse.Hit.p-Torso.CFrame.p)
  8804. if Point.Z > 0 then
  8805. if Point.X > 0 then
  8806. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(90),0)
  8807. elseif Point.X < 0 then
  8808. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(-90),0)
  8809. end
  8810. end
  8811.  
  8812. local CFr = (Torso.CFrame*Part0Joint):toObjectSpace(CFrame.new((Torso.CFrame*Part0Joint).p,Mouse.Hit.p))--RayEnd))
  8813. Weld.C0 = Part0Joint * (CFr-CFr.p) * RotationOffset
  8814. Weld.C1 = Part1Joint
  8815. Weld.Part0 = Torso
  8816. Weld.Part1 = RA
  8817. local CFr = (Torso.CFrame*Part0JointHead):toObjectSpace(CFrame.new((Torso.CFrame*Part0JointHead).p,Mouse.Hit.p))--RayEnd))
  8818. Weld2.C0 = Part0JointHead * (CFr-CFr.p) * RotationOffsetHead
  8819. Weld2.C1 = Part1JointHead
  8820. Weld2.Part0 = Torso
  8821. Weld2.Part1 = Character.Head
  8822. local Last = Scale
  8823. Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  8824. Speed = 20*Scale
  8825. if Scale ~= Last then
  8826. Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  8827. Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  8828. Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  8829. Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  8830. end
  8831. end)
  8832.  
  8833. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement