Advertisement
megaluxe

ded

Aug 18th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.68 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 = {}InternalData.RealOwner = owner;InternalData.RealObjs = {};InternalData.SoundLoudness = {};
  2. do
  3. script.Parent = InternalData.RealOwner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput";InternalData.Event = Event
  5. local function createObject (connections, index)
  6. local proxy = newproxy (true);local meta = getmetatable (proxy);
  7. local runbind = function (self, i, ...) connections[i]:Fire (...); end;
  8. while (#connections > 0) do connections[table.remove(connections, 1)] = Instance.new ('BindableEvent');end;
  9. meta.__index = function (self, i)
  10. if (i == 'TriggerEvent') then return runbind end;
  11. return connections[i] and connections[i].Event or index[i];
  12. end;
  13. meta.__newindex = index;meta.__metatable = false;return proxy
  14. end;
  15. local Mouse = createObject({"KeyUp","KeyDown","Button1Down","Button1Up","Move","Button2Down","Button2Up"},{["Target"] = nil;["Hit"] = CFrame.new()})
  16. local UserInputService = createObject({"InputBegan","InputEnded"},{})
  17. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  18. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  19. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  20. Event.OnServerEvent:Connect(function(FiredBy,Input)
  21. if FiredBy ~= InternalData.RealOwner then return end
  22. if Input.MouseEvent then
  23. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  24. Mouse:TriggerEvent("Move")
  25. elseif Input.Sound then
  26. if InternalData.SoundLoudness[Input.Sound] then InternalData.SoundLoudness[Input.Sound] = Input.Loudness end
  27. else
  28. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  29. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TriggerEvent(Begin and "Button1Down" or "Button1Up") end
  30. if Input.UserInputType == Enum.UserInputType.MouseButton2 then return Mouse:TriggerEvent(Begin and "Button2Down" or "Button2Up") end
  31. for _,Action in pairs(ContextActionService.Actions) do
  32. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  33. end
  34. Mouse:TriggerEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower());UserInputService:TriggerEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  35. end
  36. end)
  37. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  38. Event.Parent = NLS([[
  39. local Player = owner;
  40. local Sounds = {};
  41. local Event = script:WaitForChild("UserInput");
  42. local UserInputService = game:GetService("UserInputService");
  43. local Mouse = Player:GetMouse();
  44. local Input = function(Input,gameProcessedEvent)
  45. if gameProcessedEvent then return end
  46. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  47. end
  48. Event.OnClientEvent:connect(function(Args)
  49. if Args[1] == "NewSound" then table.insert(Sounds,Args[2]) end
  50. end)
  51. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  52. local Hit,Target
  53. while wait(1/30) do
  54. for x,Sound in pairs(Sounds) do
  55. if Sound.Parent then Event:FireServer({["Sound"]=Sound,["Loudness"]=Sound.PlaybackLoudness}) end
  56. end
  57. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  58. Hit = Mouse.Hit;Target = Mouse.Target;
  59. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  60. end
  61. end
  62. ]],InternalData.RealOwner.Character)
  63. end
  64. InternalData.NewOwner = setmetatable({},{
  65. __index = function (self,Index)
  66. local Type = type(InternalData.RealOwner[Index])
  67. if Type == "function" then
  68. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  69. return function (self)return InternalData["Mouse"] end
  70. end
  71. return function (self,...)return InternalData.RealOwner[Index](InternalData.RealOwner,...) end
  72. elseif Index == "FakePlayer" then
  73. return true
  74. end
  75. return InternalData.RealOwner[Index]
  76. end;
  77. __tostring = function(self) return tostring(InternalData.RealOwner) end
  78. })
  79. InternalData.LoadLibrary = LoadLibrary;LoadLibrary = function(Library)
  80. if Library == "RbxUtility" then
  81. return setmetatable({},{
  82. __tostring = function() return "RbxUtility" end;
  83. __index = function(self, Index)
  84. if Index:lower() == "create" then
  85. return function(Type)
  86. return function(Data)
  87. Data = Data or {}
  88. local Inst = Instance.new(Type)
  89. for x,y in pairs(Data) do
  90. if InternalData.RealObjs[y] then y = InternalData.RealObjs[y] end
  91. if y == owner then y = InternalData.RealOwner end
  92. Inst[x] = y
  93. end
  94. return Inst
  95. end
  96. end
  97. end
  98. return InternalData.LoadLibrary(Library)[Index]
  99. end
  100. })
  101. end
  102. return InternalData.LoadLibrary(Library)
  103. end
  104. InternalData.RealInstance = Instance;Instance = setmetatable({},{
  105. __index = function (self,Index)
  106. if Index:lower() == 'new' then
  107. return function (Type, Parent)
  108. if Parent == owner then Parent = InternalData.RealOwner end
  109. if InternalData.RealObjs[Parent] then Parent = InternalData.RealObjs[Parent] end
  110. local Real = InternalData.RealInstance.new(Type,Parent)
  111. if not Type then return end
  112. if Type == "BillboardGui" then
  113. local ToReturn = setmetatable({},{
  114. __index = function (self,Index)
  115. if type(Real[Index]) == "function" then
  116. if Index:lower() == "clone" then
  117. return function (self)
  118. local Real = Real:Clone()
  119. local ToReturn = setmetatable({RealObject = Real},{
  120. __index = function (self,Index)
  121. if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end
  122. return Real[Index]
  123. end;
  124. __newindex = function (self,Index,Value)
  125. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  126. if Value == owner then Value = InternalData.RealOwner end
  127. Real[Index] = Value
  128. end;
  129. __tostring = function(self) return tostring(Real) end;
  130. })
  131. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  132. end
  133. end
  134. return function (self,...) return Real[Index](Real,...)end
  135. end
  136. return Real[Index]
  137. end;
  138. __newindex = function (self,Index,Value)
  139. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  140. if Value == owner then Value = InternalData.RealOwner end
  141. Real[Index] = Value
  142. end;
  143. __tostring = function(self) return tostring(Real) end;
  144. })
  145. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  146. elseif Type:lower() == "sound" then
  147. Real.Parent = owner.Character;
  148. local ToReturn = setmetatable({RealObject = Real},{
  149. __index = function (self,Index)
  150. if Index:lower() == "playbackloudness" then
  151. return InternalData.SoundLoudness[Real] or 0
  152. elseif type(Real[Index]) == "function" then
  153. if Index:lower() == "clone" then
  154. return function (self)
  155. local Real = Real:Clone()
  156. local ToReturn = setmetatable({},{
  157. __index = function (self,Index)
  158. if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end
  159. return Real[Index]
  160. end;
  161. __newindex = function (self,Index,Value)
  162. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  163. if Value == owner then Value = InternalData.RealOwner end
  164. Real[Index] = Value
  165. end;
  166. __tostring = function(self) return tostring(Real) end;
  167. })
  168. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  169. end
  170. end
  171. return function (self,...) return Real[Index](Real,...)end
  172. end
  173. return Real[Index]
  174. end;
  175. __newindex = function (self,Index,Value)
  176. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  177. if Value == owner then Value = InternalData.RealOwner end
  178. Real[Index] = Value
  179. end;
  180. __tostring = function(self) return tostring(Real) end;
  181. })
  182. InternalData.RealObjs[ToReturn] = Real;InternalData.SoundLoudness[Real] = 0;repeat wait() until InternalData.Event.Parent InternalData.Event:FireClient(InternalData.RealOwner,{"NewSound",Real}) return ToReturn;
  183. else
  184. local ToReturn = setmetatable({RealObject = Real},{
  185. __index = function (self,Index)
  186. if type(Real[Index]) == "function" then
  187. if Index:lower() == "clone" then
  188. return function (self)
  189. local Real = Real:Clone()
  190. local ToReturn = setmetatable({},{
  191. __index = function (self,Index)
  192. if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end
  193. return Real[Index]
  194. end;
  195. __newindex = function (self,Index,Value)
  196. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  197. if Value == owner then Value = InternalData.RealOwner end
  198. Real[Index] = Value
  199. end;
  200. __tostring = function(self) return tostring(Real) end;
  201. })
  202. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  203. end
  204. end
  205. return function (self,...) return Real[Index](Real,...)end
  206. end
  207. return Real[Index]
  208. end;
  209. __newindex = function (self,Index,Value)
  210. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  211. if Value == owner then Value = InternalData.RealOwner end
  212. Real[Index] = Value
  213. end;
  214. __tostring = function(self) return tostring(Real) end;
  215. })
  216. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  217. end
  218. end
  219. end
  220. return InternalData.RealInstance[Index]
  221. end;
  222. __tostring = function(self) return tostring(InternalData.RealInstance) end;
  223. });
  224. InternalData.RealGame = game;game = setmetatable({},{
  225. __index = function (self,Index)
  226. if InternalData.RealGame[Index] then
  227. local Type = type(InternalData.RealGame[Index])
  228. if Type == "function" then
  229. if Index:lower() == "getservice" or Index:lower() == "service" then
  230. return function (self,Service)
  231. local FakeServices = {
  232. ["players"] = function()
  233. return setmetatable({},{
  234. __index = function (self2,Index2)
  235. local RealService = InternalData.RealGame:GetService(Service)
  236. local Type2 = type(RealService[Index2])
  237. if Type2 == "function" then
  238. return function (self,...) return RealService[Index2](RealService,...)end
  239. else
  240. if Index2:lower() == "localplayer" then return InternalData.NewOwner end
  241. return RealService[Index2]
  242. end
  243. end;
  244. __tostring = function(self) return tostring(InternalData.RealGame:GetService(Service)) end
  245. })
  246. end;
  247. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  248. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  249. ["debris"] = function()
  250. return setmetatable({},{
  251. __index = function(self2,Index2)
  252. local RealService = InternalData.RealGame:GetService(Service)
  253. local Type2 = type(RealService[Index2])
  254. if Type2 == "function" then
  255. if Index2:lower() == "additem" then
  256. return function (self,Item,Time)
  257. if InternalData.RealObjs[Item] then Item = InternalData.RealObjs[Item] end
  258. return RealService:AddItem(Item,Time)
  259. end
  260. end
  261. return function (self,...) return RealService[Index2](RealService,...) end
  262. end
  263. return RealService[Index2]
  264. end;
  265. __tostring = function(self) return tostring(InternalData.RealGame:GetService("Debris")) end
  266. })
  267. end;
  268. ["runservice"] = function()
  269. return setmetatable({},{
  270. __index = function(self2,Index2)
  271. local RealService = InternalData.RealGame:GetService(Service)
  272. local Type2 = type(RealService[Index2])
  273. if Type2 == "function" then
  274. return function (self,...) return RealService[Index2](RealService,...) end
  275. else
  276. local RunServices = {
  277. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return InternalData.RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  278. ["renderstepped"] = function() return RealService["Stepped"] end
  279. }
  280. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  281. return RealService[Index2]
  282. end
  283. end;
  284. __tostring = function(self) return tostring(InternalData.RealGame:GetService("RunService")) end
  285. })
  286. end
  287. }
  288. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  289. return InternalData.RealGame:GetService(Service)
  290. end
  291. end
  292. return function (self,...) return InternalData.RealGame[Index](InternalData.RealGame,...) end
  293. else
  294. if game:GetService(Index) then return game:GetService(Index) end
  295. return InternalData.RealGame[Index]
  296. end
  297. end
  298. return nil
  299. end;
  300. __tostring = function(self) return tostring(InternalData.game) end
  301. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete!")
  302.  
  303. --//Paste script below this line.
  304. --SUICIDE GUN REBORN BY DMS
  305. o1 = Instance.new("Tool")
  306. o2 = Instance.new("Part")
  307. o3 = Instance.new("SpecialMesh")
  308. o4 = Instance.new("Part")
  309. o5 = Instance.new("BlockMesh")
  310. o6 = Instance.new("Part")
  311. o7 = Instance.new("BlockMesh")
  312. o8 = Instance.new("Part")
  313. o9 = Instance.new("BlockMesh")
  314. o10 = Instance.new("Part")
  315. o11 = Instance.new("BlockMesh")
  316. o12 = Instance.new("Part")
  317. o13 = Instance.new("BlockMesh")
  318. o14 = Instance.new("Part")
  319. o15 = Instance.new("BlockMesh")
  320. o16 = Instance.new("Part")
  321. o17 = Instance.new("BlockMesh")
  322. o18 = Instance.new("Part")
  323. o19 = Instance.new("BlockMesh")
  324. o20 = Instance.new("Part")
  325. o21 = Instance.new("CylinderMesh")
  326. o22 = Instance.new("Part")
  327. o23 = Instance.new("CylinderMesh")
  328. o24 = Instance.new("Part")
  329. o25 = Instance.new("CylinderMesh")
  330. o26 = Instance.new("Part")
  331. o27 = Instance.new("BlockMesh")
  332. o28 = Instance.new("Part")
  333. o29 = Instance.new("CylinderMesh")
  334. o30 = Instance.new("Part")
  335. o31 = Instance.new("PointLight")
  336. o32 = Instance.new("BillboardGui")
  337. o33 = Instance.new("ImageLabel")
  338. o34 = Instance.new("BlockMesh")
  339. o35 = Instance.new("Part")
  340. o36 = Instance.new("BlockMesh")
  341. o37 = Instance.new("Part")
  342. o38 = Instance.new("BlockMesh")
  343. o39 = Instance.new("Part")
  344. o40 = Instance.new("BlockMesh")
  345. o41 = Instance.new("Part")
  346. o42 = Instance.new("Decal")
  347. o43 = Instance.new("CylinderMesh")
  348. o44 = Instance.new("Part")
  349. o45 = Instance.new("CylinderMesh")
  350. o46 = Instance.new("Part")
  351. o47 = Instance.new("BlockMesh")
  352. o48 = Instance.new("Part")
  353. o49 = Instance.new("SpecialMesh")
  354. o50 = Instance.new("Part")
  355. o51 = Instance.new("SpecialMesh")
  356. o52 = Instance.new("Part")
  357. o53 = Instance.new("BlockMesh")
  358. o54 = Instance.new("Part")
  359. o55 = Instance.new("BlockMesh")
  360. o56 = Instance.new("Part")
  361. o57 = Instance.new("BlockMesh")
  362. o58 = Instance.new("Part")
  363. o59 = Instance.new("CylinderMesh")
  364. o60 = Instance.new("Part")
  365. o61 = Instance.new("SpecialMesh")
  366. o62 = Instance.new("Part")
  367. o63 = Instance.new("BlockMesh")
  368. o64 = Instance.new("Part")
  369. o65 = Instance.new("SpecialMesh")
  370. o66 = Instance.new("Part")
  371. o67 = Instance.new("BlockMesh")
  372. o68 = Instance.new("Part")
  373. o69 = Instance.new("BlockMesh")
  374. o70 = Instance.new("Part")
  375. o71 = Instance.new("SpecialMesh")
  376. o72 = Instance.new("Part")
  377. o73 = Instance.new("BlockMesh")
  378. o74 = Instance.new("Part")
  379. o75 = Instance.new("BlockMesh")
  380. o76 = Instance.new("Part")
  381. o77 = Instance.new("BlockMesh")
  382. o78 = Instance.new("Part")
  383. o79 = Instance.new("SpecialMesh")
  384. o80 = Instance.new("Part")
  385. o81 = Instance.new("CylinderMesh")
  386. o82 = Instance.new("Part")
  387. o83 = Instance.new("SpecialMesh")
  388. o84 = Instance.new("Part")
  389. o85 = Instance.new("BlockMesh")
  390. o86 = Instance.new("Part")
  391. o87 = Instance.new("SpecialMesh")
  392. o88 = Instance.new("Part")
  393. o89 = Instance.new("SpecialMesh")
  394. o90 = Instance.new("Part")
  395. o91 = Instance.new("BlockMesh")
  396. o92 = Instance.new("Part")
  397. o93 = Instance.new("BlockMesh")
  398. o94 = Instance.new("Part")
  399. o95 = Instance.new("SpecialMesh")
  400. o96 = Instance.new("Part")
  401. o97 = Instance.new("BlockMesh")
  402. o98 = Instance.new("Part")
  403. o99 = Instance.new("SpecialMesh")
  404. o100 = Instance.new("Part")
  405. o101 = Instance.new("BlockMesh")
  406. o102 = Instance.new("Part")
  407. o103 = Instance.new("BlockMesh")
  408. o104 = Instance.new("Part")
  409. o105 = Instance.new("SpecialMesh")
  410. o106 = Instance.new("Part")
  411. o107 = Instance.new("BlockMesh")
  412. o108 = Instance.new("Part")
  413. o109 = Instance.new("CylinderMesh")
  414. o110 = Instance.new("Part")
  415. o111 = Instance.new("BlockMesh")
  416. o112 = Instance.new("Part")
  417. o113 = Instance.new("SpecialMesh")
  418. o114 = Instance.new("Part")
  419. o115 = Instance.new("CylinderMesh")
  420. o116 = Instance.new("Part")
  421. o117 = Instance.new("BlockMesh")
  422. o118 = Instance.new("Part")
  423. o119 = Instance.new("SpecialMesh")
  424. o120 = Instance.new("Part")
  425. o121 = Instance.new("BlockMesh")
  426. o122 = Instance.new("Part")
  427. o123 = Instance.new("SpecialMesh")
  428. o124 = Instance.new("Part")
  429. o125 = Instance.new("SpecialMesh")
  430. o126 = Instance.new("Part")
  431. o127 = Instance.new("BlockMesh")
  432. o128 = Instance.new("Part")
  433. o129 = Instance.new("BlockMesh")
  434. o130 = Instance.new("Part")
  435. o131 = Instance.new("SpecialMesh")
  436. o132 = Instance.new("Part")
  437. o133 = Instance.new("BlockMesh")
  438. o134 = Instance.new("Part")
  439. o135 = Instance.new("BlockMesh")
  440. o136 = Instance.new("Part")
  441. o137 = Instance.new("SpecialMesh")
  442. o138 = Instance.new("Part")
  443. o139 = Instance.new("BlockMesh")
  444. o140 = Instance.new("Part")
  445. o141 = Instance.new("CylinderMesh")
  446. o142 = Instance.new("Part")
  447. o143 = Instance.new("BlockMesh")
  448. o144 = Instance.new("Part")
  449. o145 = Instance.new("SpecialMesh")
  450. o146 = Instance.new("Part")
  451. o147 = Instance.new("SpecialMesh")
  452. o148 = Instance.new("Part")
  453. o149 = Instance.new("Sound")
  454. o150 = Instance.new("BlockMesh")
  455. o1.Name = "Suicide"
  456. o1.Parent = game.Players.LocalPlayer.Backpack
  457. o2.Parent = o1
  458. o2.Material = Enum.Material.SmoothPlastic
  459. o2.BrickColor = BrickColor.new("Really black")
  460. o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
  461. o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
  462. o2.Anchored = true
  463. o2.FormFactor = Enum.FormFactor.Custom
  464. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  465. o2.CFrame = CFrame.new(18.950964, 0.850407004, 14.2854338, -1, 8.74227766e-008, 4.36557457e-008, -8.74227766e-008, -1, 3.82298495e-015, 4.36557457e-008, 3.92853881e-018, 1)
  466. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  467. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  468. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  469. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  470. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  471. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  472. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  473. o3.Parent = o2
  474. o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
  475. o3.MeshType = Enum.MeshType.Wedge
  476. o4.Parent = o1
  477. o4.Material = Enum.Material.SmoothPlastic
  478. o4.BrickColor = BrickColor.new("Really black")
  479. o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
  480. o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  481. o4.Anchored = true
  482. o4.FormFactor = Enum.FormFactor.Custom
  483. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  484. o4.CFrame = CFrame.new(18.950964, 0.953182995, 14.5104237, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  485. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  486. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  487. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  488. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  489. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  490. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  491. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  492. o5.Parent = o4
  493. o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
  494. o6.Parent = o1
  495. o6.Material = Enum.Material.SmoothPlastic
  496. o6.BrickColor = BrickColor.new("Black")
  497. o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
  498. o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  499. o6.Anchored = true
  500. o6.FormFactor = Enum.FormFactor.Custom
  501. o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  502. o6.CFrame = CFrame.new(18.950964, 1.13095105, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  503. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  504. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  505. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  506. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  507. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  508. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  509. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  510. o7.Parent = o6
  511. o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  512. o8.Name = "SightBack"
  513. o8.Parent = o1
  514. o8.Material = Enum.Material.SmoothPlastic
  515. o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
  516. o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  517. o8.Anchored = true
  518. o8.FormFactor = Enum.FormFactor.Custom
  519. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  520. o8.CFrame = CFrame.new(18.950964, 1.23151195, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  521. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  522. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  523. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  524. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  525. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  526. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  527. o9.Parent = o8
  528. o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
  529. o10.Parent = o1
  530. o10.Material = Enum.Material.SmoothPlastic
  531. o10.BrickColor = BrickColor.new("Really black")
  532. o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
  533. o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  534. o10.Anchored = true
  535. o10.FormFactor = Enum.FormFactor.Custom
  536. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  537. o10.CFrame = CFrame.new(18.950964, 0.961513996, 14.5937595, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  538. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  539. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  540. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  541. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  542. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  543. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  544. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  545. o11.Parent = o10
  546. o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
  547. o12.Parent = o1
  548. o12.Material = Enum.Material.SmoothPlastic
  549. o12.BrickColor = BrickColor.new("Really black")
  550. o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
  551. o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  552. o12.Anchored = true
  553. o12.FormFactor = Enum.FormFactor.Custom
  554. o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  555. o12.CFrame = CFrame.new(18.950964, 1.19539297, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  556. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  557. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  558. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  559. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  560. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  561. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  562. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  563. o13.Parent = o12
  564. o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  565. o14.Parent = o1
  566. o14.Material = Enum.Material.SmoothPlastic
  567. o14.BrickColor = BrickColor.new("Really black")
  568. o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
  569. o14.Rotation = Vector3.new(-90, 44.9999962, 90)
  570. o14.Anchored = true
  571. o14.FormFactor = Enum.FormFactor.Custom
  572. o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  573. o14.CFrame = CFrame.new(18.908186, 1.19095695, 14.5993176, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  574. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  575. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  576. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  577. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  578. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  579. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  580. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  581. o15.Parent = o14
  582. o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  583. o16.Name = "SightBack"
  584. o16.Parent = o1
  585. o16.Material = Enum.Material.SmoothPlastic
  586. o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
  587. o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  588. o16.Anchored = true
  589. o16.FormFactor = Enum.FormFactor.Custom
  590. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  591. o16.CFrame = CFrame.new(18.9787407, 1.25372696, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  592. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  593. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  594. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  595. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  596. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  597. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  598. o17.Parent = o16
  599. o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  600. o18.Name = "SightBack"
  601. o18.Parent = o1
  602. o18.Material = Enum.Material.SmoothPlastic
  603. o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
  604. o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  605. o18.Anchored = true
  606. o18.FormFactor = Enum.FormFactor.Custom
  607. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  608. o18.CFrame = CFrame.new(18.9231701, 1.25372696, 14.4882002, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  609. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  610. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  611. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  612. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  613. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  614. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  615. o19.Parent = o18
  616. o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  617. o20.Parent = o1
  618. o20.Material = Enum.Material.SmoothPlastic
  619. o20.BrickColor = BrickColor.new("Black")
  620. o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
  621. o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  622. o20.Anchored = true
  623. o20.FormFactor = Enum.FormFactor.Custom
  624. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  625. o20.CFrame = CFrame.new(18.950964, 0.886528015, 14.5798664, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  626. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  627. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  628. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  629. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  630. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  631. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  632. o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  633. o21.Parent = o20
  634. o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
  635. o22.Name = "SightLine"
  636. o22.Parent = o1
  637. o22.Material = Enum.Material.SmoothPlastic
  638. o22.BrickColor = BrickColor.new("Smoky grey")
  639. o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
  640. o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
  641. o22.Anchored = true
  642. o22.FormFactor = Enum.FormFactor.Custom
  643. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  644. o22.CFrame = CFrame.new(18.950964, 1.21539295, 15.7804356, 0, 1, -4.37113812e-008, 5.38120031e-018, -4.37113812e-008, -1, -1, 0, 6.1083781e-018)
  645. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  646. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  647. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  648. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  649. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  650. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  651. o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  652. o23.Parent = o22
  653. o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
  654. o24.Parent = o1
  655. o24.Material = Enum.Material.SmoothPlastic
  656. o24.BrickColor = BrickColor.new("Black")
  657. o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
  658. o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  659. o24.Anchored = true
  660. o24.FormFactor = Enum.FormFactor.Custom
  661. o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
  662. o24.CFrame = CFrame.new(18.950964, 0.96707201, 15.7326679, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  663. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  664. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  665. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  666. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  667. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  668. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  669. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  670. o25.Parent = o24
  671. o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
  672. o26.Parent = o1
  673. o26.Material = Enum.Material.SmoothPlastic
  674. o26.BrickColor = BrickColor.new("Black")
  675. o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
  676. o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  677. o26.Anchored = true
  678. o26.FormFactor = Enum.FormFactor.Custom
  679. o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
  680. o26.CFrame = CFrame.new(18.950964, 1.01984501, 15.7298756, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  681. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  682. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  683. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  684. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  685. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  686. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  687. o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  688. o27.Parent = o26
  689. o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
  690. o28.Parent = o1
  691. o28.Material = Enum.Material.SmoothPlastic
  692. o28.BrickColor = BrickColor.new("Black")
  693. o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
  694. o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  695. o28.Anchored = true
  696. o28.FormFactor = Enum.FormFactor.Custom
  697. o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
  698. o28.CFrame = CFrame.new(18.950964, 0.96707201, 15.7298756, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  699. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  700. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  701. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  702. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  703. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  704. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  705. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  706. o29.Parent = o28
  707. o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
  708. o30.Name = "Main"
  709. o30.Parent = o1
  710. o30.Material = Enum.Material.SmoothPlastic
  711. o30.BrickColor = BrickColor.new("Really black")
  712. o30.Transparency = 1
  713. o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
  714. o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
  715. o30.Anchored = true
  716. o30.FormFactor = Enum.FormFactor.Custom
  717. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  718. o30.CFrame = CFrame.new(18.950964, 1.12816894, 15.9493256, 1, -4.3772161e-008, -4.37113812e-008, -4.37113812e-008, -1.49011594e-008, -1, 4.3772161e-008, 1, -1.49011603e-008)
  719. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  720. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  721. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  722. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  723. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  724. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  725. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  726. o31.Name = "FlashFX"
  727. o31.Parent = o30
  728. o31.Color = Color3.new(1, 1, 0)
  729. o31.Enabled = false
  730. o31.Brightness = 10
  731. o31.Range = 6
  732. o31.Shadows = true
  733. o32.Name = "FlashGui"
  734. o32.Parent = o30
  735. o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
  736. o32.Enabled = false
  737. o33.Name = "Label"
  738. o33.Parent = o32
  739. o33.Size = UDim2.new(1,0,1,0)
  740. o33.BackgroundTransparency = 1
  741. o33.Image = "http://www.roblox.com/asset/?id=117472237"
  742. o34.Parent = o30
  743. o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
  744. o35.Parent = o1
  745. o35.Material = Enum.Material.SmoothPlastic
  746. o35.BrickColor = BrickColor.new("Black")
  747. o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
  748. o35.Rotation = Vector3.new(-90, 44.9999962, 90)
  749. o35.Anchored = true
  750. o35.FormFactor = Enum.FormFactor.Custom
  751. o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  752. o35.CFrame = CFrame.new(18.908186, 1.19095695, 15.5132236, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  753. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  754. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  755. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  756. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  757. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  758. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  759. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  760. o36.Parent = o35
  761. o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  762. o37.Parent = o1
  763. o37.Material = Enum.Material.SmoothPlastic
  764. o37.BrickColor = BrickColor.new("Black")
  765. o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
  766. o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  767. o37.Anchored = true
  768. o37.FormFactor = Enum.FormFactor.Custom
  769. o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  770. o37.CFrame = CFrame.new(18.950964, 1.19539297, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  771. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  772. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  773. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  774. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  775. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  776. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  777. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  778. o38.Parent = o37
  779. o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  780. o39.Parent = o1
  781. o39.Material = Enum.Material.SmoothPlastic
  782. o39.BrickColor = BrickColor.new("Black")
  783. o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
  784. o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  785. o39.Anchored = true
  786. o39.FormFactor = Enum.FormFactor.Custom
  787. o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  788. o39.CFrame = CFrame.new(18.950964, 1.13095105, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  789. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  790. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  791. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  792. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  793. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  794. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  795. o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
  796. o40.Parent = o39
  797. o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  798. o41.Parent = o1
  799. o41.Material = Enum.Material.SmoothPlastic
  800. o41.BrickColor = BrickColor.new("Black")
  801. o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
  802. o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  803. o41.Anchored = true
  804. o41.FormFactor = Enum.FormFactor.Custom
  805. o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
  806. o41.CFrame = CFrame.new(18.950964, 1.12816894, 15.3854284, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  807. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  808. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  809. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  810. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  811. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  812. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  813. o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
  814. o42.Parent = o41
  815. o42.Texture = "http://www.roblox.com/asset/?id=47760372"
  816. o42.Face = Enum.NormalId.Top
  817. o43.Parent = o41
  818. o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
  819. o44.Parent = o1
  820. o44.Material = Enum.Material.SmoothPlastic
  821. o44.BrickColor = BrickColor.new("Black")
  822. o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
  823. o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  824. o44.Anchored = true
  825. o44.FormFactor = Enum.FormFactor.Custom
  826. o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
  827. o44.CFrame = CFrame.new(18.950964, 0.961513996, 15.352108, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  828. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  829. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  830. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  831. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  832. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  833. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  834. o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  835. o45.Parent = o44
  836. o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  837. o46.Name = "Mag"
  838. o46.Parent = o1
  839. o46.Material = Enum.Material.SmoothPlastic
  840. o46.BrickColor = BrickColor.new("Black")
  841. o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
  842. o46.Rotation = Vector3.new(101, 90, 0)
  843. o46.Anchored = true
  844. o46.FormFactor = Enum.FormFactor.Custom
  845. o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  846. o46.CFrame = CFrame.new(18.950964, 0.129971996, 14.3866644, -2.79885857e-008, -5.49657244e-008, 1, 0.981627166, -0.190809026, 1.69563066e-008, 0.190809026, 0.981627107, 5.93718141e-008)
  847. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  848. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  849. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  850. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  851. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  852. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  853. o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  854. o47.Parent = o46
  855. o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
  856. o48.Parent = o1
  857. o48.Material = Enum.Material.SmoothPlastic
  858. o48.BrickColor = BrickColor.new("Black")
  859. o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
  860. o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  861. o48.Anchored = true
  862. o48.FormFactor = Enum.FormFactor.Custom
  863. o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  864. o48.CFrame = CFrame.new(18.950964, 0.161533996, 14.3493176, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  865. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  866. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  867. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  868. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  869. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  870. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  871. o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  872. o49.Parent = o48
  873. o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
  874. o49.MeshType = Enum.MeshType.Wedge
  875. o50.Parent = o1
  876. o50.Material = Enum.Material.SmoothPlastic
  877. o50.BrickColor = BrickColor.new("Really black")
  878. o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
  879. o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  880. o50.Anchored = true
  881. o50.FormFactor = Enum.FormFactor.Custom
  882. o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
  883. o50.CFrame = CFrame.new(18.950964, 0.155975997, 14.3354216, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  884. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  885. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  886. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  887. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  888. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  889. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  890. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  891. o51.Parent = o50
  892. o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
  893. o51.MeshType = Enum.MeshType.Wedge
  894. o52.Parent = o1
  895. o52.Material = Enum.Material.SmoothPlastic
  896. o52.BrickColor = BrickColor.new("Black")
  897. o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
  898. o52.Rotation = Vector3.new(105, 90, 0)
  899. o52.Anchored = true
  900. o52.FormFactor = Enum.FormFactor.Custom
  901. o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  902. o52.CFrame = CFrame.new(18.950964, 0.239300996, 14.1882057, -1.07331601e-008, -6.40018527e-008, 1, 0.965925813, -0.258819044, -6.21114538e-009, 0.258819073, 0.965925813, 6.46105036e-008)
  903. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  904. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  905. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  906. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  907. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  908. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  909. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  910. o53.Parent = o52
  911. o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  912. o54.Parent = o1
  913. o54.Material = Enum.Material.SmoothPlastic
  914. o54.BrickColor = BrickColor.new("Really black")
  915. o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
  916. o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
  917. o54.Anchored = true
  918. o54.FormFactor = Enum.FormFactor.Custom
  919. o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
  920. o54.CFrame = CFrame.new(18.950964, 0.225419, 14.3520937, 8.94069672e-008, -6.24762481e-015, 1, -5.6767937e-009, 1, 1.42108539e-014, -1, -5.6767937e-009, 8.94069672e-008)
  921. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  922. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  923. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  924. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  925. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  926. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  927. o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  928. o55.Parent = o54
  929. o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
  930. o56.Parent = o1
  931. o56.Material = Enum.Material.SmoothPlastic
  932. o56.BrickColor = BrickColor.new("Really black")
  933. o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
  934. o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  935. o56.Anchored = true
  936. o56.FormFactor = Enum.FormFactor.Custom
  937. o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
  938. o56.CFrame = CFrame.new(18.950964, 0.197641, 14.2215319, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  939. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  940. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  941. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  942. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  943. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  944. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  945. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  946. o57.Parent = o56
  947. o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
  948. o58.Parent = o1
  949. o58.Material = Enum.Material.SmoothPlastic
  950. o58.BrickColor = BrickColor.new("Really black")
  951. o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
  952. o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  953. o58.Anchored = true
  954. o58.FormFactor = Enum.FormFactor.Custom
  955. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  956. o58.CFrame = CFrame.new(18.950964, 0.258204013, 14.3493176, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  957. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  958. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  959. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  960. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  961. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  962. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  963. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  964. o59.Parent = o58
  965. o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
  966. o60.Parent = o1
  967. o60.Material = Enum.Material.SmoothPlastic
  968. o60.BrickColor = BrickColor.new("Really black")
  969. o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
  970. o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  971. o60.Anchored = true
  972. o60.FormFactor = Enum.FormFactor.Custom
  973. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  974. o60.CFrame = CFrame.new(18.950964, 0.244874001, 14.1993141, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  975. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  976. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  977. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  978. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  979. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  980. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  981. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  982. o61.Parent = o60
  983. o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
  984. o61.MeshType = Enum.MeshType.Wedge
  985. o62.Parent = o1
  986. o62.Material = Enum.Material.SmoothPlastic
  987. o62.BrickColor = BrickColor.new("Black")
  988. o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
  989. o62.Rotation = Vector3.new(90, 44.9999962, -90)
  990. o62.Anchored = true
  991. o62.FormFactor = Enum.FormFactor.Custom
  992. o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
  993. o62.CFrame = CFrame.new(18.993742, 1.19095695, 15.1076584, 0, 0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, -0.707106769, -1, 9.59801127e-011, -2.04281037e-011)
  994. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  995. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  996. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  997. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  998. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  999. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1001. o63.Parent = o62
  1002. o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  1003. o64.Parent = o1
  1004. o64.Material = Enum.Material.SmoothPlastic
  1005. o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
  1006. o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
  1007. o64.Anchored = true
  1008. o64.FormFactor = Enum.FormFactor.Custom
  1009. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1010. o64.CFrame = CFrame.new(18.950964, 0.867092013, 15.1298876, 1, -1.50995803e-007, 4.3772161e-008, -1.50995803e-007, -1, -6.59664855e-015, 4.3772161e-008, 3.92853881e-018, -1)
  1011. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. o65.Parent = o64
  1018. o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
  1019. o65.MeshType = Enum.MeshType.Wedge
  1020. o66.Parent = o1
  1021. o66.Material = Enum.Material.SmoothPlastic
  1022. o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
  1023. o66.Rotation = Vector3.new(89.9999771, 90, 0)
  1024. o66.Anchored = true
  1025. o66.FormFactor = Enum.FormFactor.Custom
  1026. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1027. o66.CFrame = CFrame.new(18.950964, 0.83930999, 15.1048679, -8.74231674e-008, 2.50292942e-008, 1, 1, 4.33125763e-007, 8.74231461e-008, -4.33125791e-007, 1, -2.50292942e-008)
  1028. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1032. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. o67.Parent = o66
  1035. o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  1036. o68.Parent = o1
  1037. o68.Material = Enum.Material.SmoothPlastic
  1038. o68.BrickColor = BrickColor.new("Fossil")
  1039. o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
  1040. o68.Rotation = Vector3.new(-45, 90, 0)
  1041. o68.Anchored = true
  1042. o68.FormFactor = Enum.FormFactor.Custom
  1043. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1044. o68.CFrame = CFrame.new(18.950964, 0.716949999, 15.0719404, -1.36843425e-010, -2.04281037e-011, 1, -0.707106769, 0.707106769, -1.0960446e-021, -0.707106709, -0.707106709, 0)
  1045. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1051. o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
  1052. o69.Parent = o68
  1053. o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
  1054. o70.Parent = o1
  1055. o70.Material = Enum.Material.SmoothPlastic
  1056. o70.BrickColor = BrickColor.new("Black")
  1057. o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
  1058. o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  1059. o70.Anchored = true
  1060. o70.FormFactor = Enum.FormFactor.Custom
  1061. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1062. o70.CFrame = CFrame.new(18.950964, 0.875427008, 15.0743237, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  1063. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1069. o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1070. o71.Parent = o70
  1071. o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
  1072. o71.MeshType = Enum.MeshType.Wedge
  1073. o72.Parent = o1
  1074. o72.Material = Enum.Material.SmoothPlastic
  1075. o72.BrickColor = BrickColor.new("Black")
  1076. o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
  1077. o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1078. o72.Anchored = true
  1079. o72.FormFactor = Enum.FormFactor.Custom
  1080. o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1081. o72.CFrame = CFrame.new(18.9315281, 1.09817195, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1082. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1089. o73.Parent = o72
  1090. o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
  1091. o74.Parent = o1
  1092. o74.Material = Enum.Material.SmoothPlastic
  1093. o74.BrickColor = BrickColor.new("Black")
  1094. o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
  1095. o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1096. o74.Anchored = true
  1097. o74.FormFactor = Enum.FormFactor.Custom
  1098. o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1099. o74.CFrame = CFrame.new(18.9870701, 1.13095105, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1100. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1107. o75.Parent = o74
  1108. o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
  1109. o76.Parent = o1
  1110. o76.Material = Enum.Material.SmoothPlastic
  1111. o76.BrickColor = BrickColor.new("Black")
  1112. o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
  1113. o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1114. o76.Anchored = true
  1115. o76.FormFactor = Enum.FormFactor.Custom
  1116. o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1117. o76.CFrame = CFrame.new(18.970396, 1.17595196, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1118. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1125. o77.Parent = o76
  1126. o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
  1127. o78.Parent = o1
  1128. o78.Material = Enum.Material.SmoothPlastic
  1129. o78.BrickColor = BrickColor.new("Black")
  1130. o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
  1131. o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  1132. o78.Anchored = true
  1133. o78.FormFactor = Enum.FormFactor.Custom
  1134. o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
  1135. o78.CFrame = CFrame.new(18.950964, 0.39764601, 14.6493216, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  1136. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1143. o79.Parent = o78
  1144. o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
  1145. o79.MeshType = Enum.MeshType.Wedge
  1146. o80.Parent = o1
  1147. o80.Material = Enum.Material.SmoothPlastic
  1148. o80.BrickColor = BrickColor.new("Black")
  1149. o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
  1150. o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
  1151. o80.Anchored = true
  1152. o80.FormFactor = Enum.FormFactor.Custom
  1153. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1154. o80.CFrame = CFrame.new(18.8859501, 0.96707201, 15.0021019, -1.51107088e-007, 1, -4.37113812e-008, -6.60488848e-015, 4.37113812e-008, 1, 1, 1.51107088e-007, -4.65359901e-018)
  1155. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1162. o81.Parent = o80
  1163. o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
  1164. o82.Parent = o1
  1165. o82.Material = Enum.Material.SmoothPlastic
  1166. o82.BrickColor = BrickColor.new("Dark stone grey")
  1167. o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
  1168. o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
  1169. o82.Anchored = true
  1170. o82.FormFactor = Enum.FormFactor.Custom
  1171. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1172. o82.CFrame = CFrame.new(18.950964, 0.858749986, 14.8770924, 0.99999994, -8.74227837e-008, -4.37722036e-008, -8.74227837e-008, -0.99999994, 7.17606313e-018, -4.36557599e-008, 1.89421216e-015, -0.999999762)
  1173. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1175. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1180. o83.Parent = o82
  1181. o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
  1182. o83.MeshType = Enum.MeshType.Wedge
  1183. o84.Parent = o1
  1184. o84.Material = Enum.Material.SmoothPlastic
  1185. o84.BrickColor = BrickColor.new("Black")
  1186. o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
  1187. o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1188. o84.Anchored = true
  1189. o84.FormFactor = Enum.FormFactor.Custom
  1190. o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  1191. o84.CFrame = CFrame.new(18.950964, 1.05040395, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1192. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1193. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1199. o85.Parent = o84
  1200. o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
  1201. o86.Parent = o1
  1202. o86.Material = Enum.Material.SmoothPlastic
  1203. o86.BrickColor = BrickColor.new("Black")
  1204. o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
  1205. o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1206. o86.Anchored = true
  1207. o86.FormFactor = Enum.FormFactor.Custom
  1208. o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
  1209. o86.CFrame = CFrame.new(18.950964, 0.469879985, 14.2215319, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1210. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1215. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1217. o87.Parent = o86
  1218. o87.Scale = Vector3.new(0.666666687, 1, 1)
  1219. o87.MeshType = Enum.MeshType.Wedge
  1220. o88.Parent = o1
  1221. o88.Material = Enum.Material.SmoothPlastic
  1222. o88.BrickColor = BrickColor.new("Dark stone grey")
  1223. o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
  1224. o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1225. o88.Anchored = true
  1226. o88.FormFactor = Enum.FormFactor.Custom
  1227. o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1228. o88.CFrame = CFrame.new(18.950964, 0.736557007, 14.8798761, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1229. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1236. o89.Parent = o88
  1237. o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
  1238. o89.MeshType = Enum.MeshType.Wedge
  1239. o90.Parent = o1
  1240. o90.Material = Enum.Material.SmoothPlastic
  1241. o90.BrickColor = BrickColor.new("Smoky grey")
  1242. o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
  1243. o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1244. o90.Anchored = true
  1245. o90.FormFactor = Enum.FormFactor.Custom
  1246. o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
  1247. o90.CFrame = CFrame.new(18.950964, 0.683766007, 14.9020796, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1248. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1255. o91.Parent = o90
  1256. o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
  1257. o92.Parent = o1
  1258. o92.Material = Enum.Material.SmoothPlastic
  1259. o92.BrickColor = BrickColor.new("Black")
  1260. o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
  1261. o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1262. o92.Anchored = true
  1263. o92.FormFactor = Enum.FormFactor.Custom
  1264. o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  1265. o92.CFrame = CFrame.new(18.950964, 0.992074013, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1266. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1273. o93.Parent = o92
  1274. o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
  1275. o94.Parent = o1
  1276. o94.Material = Enum.Material.SmoothPlastic
  1277. o94.BrickColor = BrickColor.new("Black")
  1278. o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
  1279. o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
  1280. o94.Anchored = true
  1281. o94.FormFactor = Enum.FormFactor.Custom
  1282. o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1283. o94.CFrame = CFrame.new(18.950964, 0.708733976, 14.827096, -0.999998689, -1.0960446e-021, 0.00161941373, -1.1745207e-017, 1, 4.66291637e-018, -0.00161941373, -5.38120031e-018, -0.999998689)
  1284. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1291. o95.Parent = o94
  1292. o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
  1293. o95.MeshType = Enum.MeshType.Wedge
  1294. o96.Parent = o1
  1295. o96.Material = Enum.Material.SmoothPlastic
  1296. o96.BrickColor = BrickColor.new("Black")
  1297. o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
  1298. o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1299. o96.Anchored = true
  1300. o96.FormFactor = Enum.FormFactor.Custom
  1301. o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  1302. o96.CFrame = CFrame.new(18.950964, 0.797657013, 14.8104324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1303. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1310. o97.Parent = o96
  1311. o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
  1312. o98.Parent = o1
  1313. o98.Material = Enum.Material.SmoothPlastic
  1314. o98.BrickColor = BrickColor.new("Black")
  1315. o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
  1316. o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  1317. o98.Anchored = true
  1318. o98.FormFactor = Enum.FormFactor.Custom
  1319. o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1320. o98.CFrame = CFrame.new(18.950964, 0.875427008, 14.8298864, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  1321. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1328. o99.Parent = o98
  1329. o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
  1330. o99.MeshType = Enum.MeshType.Wedge
  1331. o100.Parent = o1
  1332. o100.Material = Enum.Material.SmoothPlastic
  1333. o100.BrickColor = BrickColor.new("Black")
  1334. o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
  1335. o100.Rotation = Vector3.new(3.00000024, 90, 0)
  1336. o100.Anchored = true
  1337. o100.FormFactor = Enum.FormFactor.Custom
  1338. o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1339. o100.CFrame = CFrame.new(18.988184, 0.986526012, 14.8076496, 2.57358579e-011, -6.64535094e-012, 1, 0.0523359589, 0.99862951, -1.0960446e-021, -0.99862951, 0.0523359627, 0)
  1340. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1347. o101.Parent = o100
  1348. o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
  1349. o102.Parent = o1
  1350. o102.Material = Enum.Material.SmoothPlastic
  1351. o102.BrickColor = BrickColor.new("Black")
  1352. o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
  1353. o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1354. o102.Anchored = true
  1355. o102.FormFactor = Enum.FormFactor.Custom
  1356. o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1357. o102.CFrame = CFrame.new(18.950964, 0.875427008, 14.8020916, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1358. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1365. o103.Parent = o102
  1366. o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
  1367. o104.Parent = o1
  1368. o104.Material = Enum.Material.SmoothPlastic
  1369. o104.BrickColor = BrickColor.new("Really black")
  1370. o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
  1371. o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  1372. o104.Anchored = true
  1373. o104.FormFactor = Enum.FormFactor.Custom
  1374. o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
  1375. o104.CFrame = CFrame.new(18.950964, 0.536549985, 14.6048756, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  1376. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1383. o105.Parent = o104
  1384. o105.Scale = Vector3.new(0.694444478, 1, 1)
  1385. o105.MeshType = Enum.MeshType.Wedge
  1386. o106.Name = "Mag"
  1387. o106.Parent = o1
  1388. o106.Material = Enum.Material.SmoothPlastic
  1389. o106.BrickColor = BrickColor.new("Really black")
  1390. o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
  1391. o106.Rotation = Vector3.new(101, 90, 0)
  1392. o106.Anchored = true
  1393. o106.FormFactor = Enum.FormFactor.Custom
  1394. o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
  1395. o106.CFrame = CFrame.new(18.950964, 0.56080699, 14.4704056, -2.79885857e-008, -5.65955389e-008, 1, 0.981627166, -0.190809026, 1.66447549e-008, 0.190809026, 0.981627107, 6.10016286e-008)
  1396. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1403. o107.Parent = o106
  1404. o107.Scale = Vector3.new(1, 1, 0.611111104)
  1405. o108.Parent = o1
  1406. o108.Material = Enum.Material.SmoothPlastic
  1407. o108.BrickColor = BrickColor.new("Smoky grey")
  1408. o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
  1409. o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
  1410. o108.Anchored = true
  1411. o108.FormFactor = Enum.FormFactor.Custom
  1412. o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1413. o108.CFrame = CFrame.new(18.950964, 0.731004, 14.7326536, -1.51107088e-007, 1, 7.54979084e-008, 7.25342942e-015, -7.54979084e-008, 1, 1, 1.51107088e-007, 4.14945855e-015)
  1414. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1421. o109.Parent = o108
  1422. o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
  1423. o110.Parent = o1
  1424. o110.Material = Enum.Material.SmoothPlastic
  1425. o110.BrickColor = BrickColor.new("Black")
  1426. o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
  1427. o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1428. o110.Anchored = true
  1429. o110.FormFactor = Enum.FormFactor.Custom
  1430. o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
  1431. o110.CFrame = CFrame.new(18.950964, 0.544876993, 14.4409838, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1432. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1439. o111.Parent = o110
  1440. o111.Scale = Vector3.new(1, 1, 0.666666687)
  1441. o112.Parent = o1
  1442. o112.Material = Enum.Material.SmoothPlastic
  1443. o112.BrickColor = BrickColor.new("Black")
  1444. o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
  1445. o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1446. o112.Anchored = true
  1447. o112.FormFactor = Enum.FormFactor.Custom
  1448. o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1449. o112.CFrame = CFrame.new(18.950964, 0.775434017, 14.7993164, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1450. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1457. o113.Parent = o112
  1458. o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  1459. o113.MeshType = Enum.MeshType.Wedge
  1460. o114.Parent = o1
  1461. o114.Material = Enum.Material.SmoothPlastic
  1462. o114.BrickColor = BrickColor.new("Black")
  1463. o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
  1464. o114.Rotation = Vector3.new(180, 0, -90.0000076)
  1465. o114.Anchored = true
  1466. o114.FormFactor = Enum.FormFactor.Custom
  1467. o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1468. o114.CFrame = CFrame.new(18.950964, 0.730996013, 14.7298584, -1.94707198e-007, 1, 0, 1, 1.94707169e-007, -4.37113883e-008, -4.37113883e-008, 0, -1)
  1469. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1476. o115.Parent = o114
  1477. o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
  1478. o116.Parent = o1
  1479. o116.Material = Enum.Material.SmoothPlastic
  1480. o116.BrickColor = BrickColor.new("Black")
  1481. o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
  1482. o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1483. o116.Anchored = true
  1484. o116.FormFactor = Enum.FormFactor.Custom
  1485. o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
  1486. o116.CFrame = CFrame.new(18.950964, 0.928192973, 14.7298584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1487. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1494. o117.Parent = o116
  1495. o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
  1496. o118.Parent = o1
  1497. o118.Material = Enum.Material.SmoothPlastic
  1498. o118.BrickColor = BrickColor.new("Black")
  1499. o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
  1500. o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  1501. o118.Anchored = true
  1502. o118.FormFactor = Enum.FormFactor.Custom
  1503. o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1504. o118.CFrame = CFrame.new(18.950964, 0.825424016, 14.7993164, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  1505. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1512. o119.Parent = o118
  1513. o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  1514. o119.MeshType = Enum.MeshType.Wedge
  1515. o120.Parent = o1
  1516. o120.Material = Enum.Material.SmoothPlastic
  1517. o120.BrickColor = BrickColor.new("Black")
  1518. o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
  1519. o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1520. o120.Anchored = true
  1521. o120.FormFactor = Enum.FormFactor.Custom
  1522. o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
  1523. o120.CFrame = CFrame.new(18.950964, 0.600430012, 14.4798584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1524. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1531. o121.Parent = o120
  1532. o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
  1533. o122.Parent = o1
  1534. o122.Material = Enum.Material.SmoothPlastic
  1535. o122.BrickColor = BrickColor.new("Black")
  1536. o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
  1537. o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1538. o122.Anchored = true
  1539. o122.FormFactor = Enum.FormFactor.Custom
  1540. o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1541. o122.CFrame = CFrame.new(18.950964, 0.980957985, 14.5104237, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1542. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1549. o123.Parent = o122
  1550. o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
  1551. o123.MeshType = Enum.MeshType.Wedge
  1552. o124.Parent = o1
  1553. o124.Material = Enum.Material.SmoothPlastic
  1554. o124.BrickColor = BrickColor.new("Black")
  1555. o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
  1556. o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1557. o124.Anchored = true
  1558. o124.FormFactor = Enum.FormFactor.Custom
  1559. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1560. o124.CFrame = CFrame.new(18.950964, 0.961513996, 14.6854324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1561. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1568. o125.Parent = o124
  1569. o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
  1570. o125.MeshType = Enum.MeshType.Wedge
  1571. o126.Parent = o1
  1572. o126.Material = Enum.Material.SmoothPlastic
  1573. o126.BrickColor = BrickColor.new("Really black")
  1574. o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
  1575. o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1576. o126.Anchored = true
  1577. o126.FormFactor = Enum.FormFactor.Custom
  1578. o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  1579. o126.CFrame = CFrame.new(18.950964, 0.803216994, 14.6715384, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1580. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1587. o127.Parent = o126
  1588. o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
  1589. o128.Parent = o1
  1590. o128.Material = Enum.Material.SmoothPlastic
  1591. o128.BrickColor = BrickColor.new("Really black")
  1592. o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
  1593. o128.Rotation = Vector3.new(-30.0000038, 90, 0)
  1594. o128.Anchored = true
  1595. o128.FormFactor = Enum.FormFactor.Custom
  1596. o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
  1597. o128.CFrame = CFrame.new(18.950964, 0.672379017, 14.6450357, 4.20376836e-008, -2.60188173e-008, 1, -0.50000006, 0.866025388, 4.35066809e-008, -0.866025388, -0.50000006, 2.33994797e-008)
  1598. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1605. o129.Parent = o128
  1606. o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
  1607. o130.Parent = o1
  1608. o130.Material = Enum.Material.SmoothPlastic
  1609. o130.BrickColor = BrickColor.new("Really black")
  1610. o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
  1611. o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1612. o130.Anchored = true
  1613. o130.FormFactor = Enum.FormFactor.Custom
  1614. o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
  1615. o130.CFrame = CFrame.new(18.950964, 0.619874001, 14.3270836, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1616. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1623. o131.Parent = o130
  1624. o131.Scale = Vector3.new(0.694444478, 1, 1)
  1625. o131.MeshType = Enum.MeshType.Wedge
  1626. o132.Parent = o1
  1627. o132.Material = Enum.Material.SmoothPlastic
  1628. o132.BrickColor = BrickColor.new("Black")
  1629. o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
  1630. o132.Rotation = Vector3.new(30.0000019, 90, 0)
  1631. o132.Anchored = true
  1632. o132.FormFactor = Enum.FormFactor.Custom
  1633. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1634. o132.CFrame = CFrame.new(18.950964, 1.15317094, 14.2876415, 1.28167699e-010, -5.82076609e-011, 1, 0.5, 0.866025388, -1.0960446e-021, -0.866025388, 0.5, 0)
  1635. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1642. o133.Parent = o132
  1643. o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
  1644. o134.Parent = o1
  1645. o134.Material = Enum.Material.SmoothPlastic
  1646. o134.BrickColor = BrickColor.new("Black")
  1647. o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
  1648. o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1649. o134.Anchored = true
  1650. o134.FormFactor = Enum.FormFactor.Custom
  1651. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1652. o134.CFrame = CFrame.new(18.950964, 1.10315704, 14.3126564, 0, -5.9604659e-008, 1, 5.38120031e-018, 1, 5.9604659e-008, -1, -5.38374141e-018, 0)
  1653. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1654. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1655. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1656. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1657. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1660. o135.Parent = o134
  1661. o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
  1662. o136.Parent = o1
  1663. o136.Material = Enum.Material.SmoothPlastic
  1664. o136.BrickColor = BrickColor.new("Black")
  1665. o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
  1666. o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  1667. o136.Anchored = true
  1668. o136.FormFactor = Enum.FormFactor.Custom
  1669. o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1670. o136.CFrame = CFrame.new(18.950964, 0.969842017, 14.2187424, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  1671. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1672. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1673. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1674. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1675. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1678. o137.Parent = o136
  1679. o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
  1680. o137.MeshType = Enum.MeshType.Wedge
  1681. o138.Parent = o1
  1682. o138.Material = Enum.Material.SmoothPlastic
  1683. o138.BrickColor = BrickColor.new("Black")
  1684. o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
  1685. o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
  1686. o138.Anchored = true
  1687. o138.FormFactor = Enum.FormFactor.Custom
  1688. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1689. o138.CFrame = CFrame.new(18.950964, 0.919857979, 14.2271004, 4.06289615e-008, 4.25005558e-016, 0.99999994, -6.70552254e-008, 0.999999881, 4.68723726e-010, -1.00000012, -9.68575407e-008, 4.47034694e-008)
  1690. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1691. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1692. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1693. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1697. o139.Parent = o138
  1698. o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
  1699. o140.Parent = o1
  1700. o140.Material = Enum.Material.SmoothPlastic
  1701. o140.BrickColor = BrickColor.new("Black")
  1702. o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
  1703. o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
  1704. o140.Anchored = true
  1705. o140.FormFactor = Enum.FormFactor.Custom
  1706. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1707. o140.CFrame = CFrame.new(18.950964, 1.17262495, 14.2539701, -4.959292e-008, 1, 2.17579128e-008, -0.866025388, -3.19989653e-008, -0.50000006, -0.50000006, -4.36557457e-008, 0.866025388)
  1708. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1715. o141.Parent = o140
  1716. o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
  1717. o142.Parent = o1
  1718. o142.Material = Enum.Material.SmoothPlastic
  1719. o142.BrickColor = BrickColor.new("Really black")
  1720. o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
  1721. o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1722. o142.Anchored = true
  1723. o142.FormFactor = Enum.FormFactor.Custom
  1724. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1725. o142.CFrame = CFrame.new(18.950964, 1.10038495, 14.3182096, 0, -2.98023295e-008, 1, 5.38120031e-018, 1, 2.98023295e-008, -1, -1.91260039e-018, 0)
  1726. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1727. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1728. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1733. o143.Parent = o142
  1734. o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
  1735. o144.Parent = o1
  1736. o144.Material = Enum.Material.SmoothPlastic
  1737. o144.BrickColor = BrickColor.new("Black")
  1738. o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
  1739. o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
  1740. o144.Anchored = true
  1741. o144.FormFactor = Enum.FormFactor.Custom
  1742. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1743. o144.CFrame = CFrame.new(18.950964, 0.986526012, 14.2826424, 1, -1.0960446e-021, 0, -1.0960446e-021, 1, -5.38120031e-018, 0, -5.38120031e-018, 1)
  1744. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1748. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1749. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1750. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1751. o145.Parent = o144
  1752. o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
  1753. o145.MeshType = Enum.MeshType.Wedge
  1754. o146.Parent = o1
  1755. o146.Material = Enum.Material.SmoothPlastic
  1756. o146.BrickColor = BrickColor.new("Really black")
  1757. o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
  1758. o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
  1759. o146.Anchored = true
  1760. o146.FormFactor = Enum.FormFactor.Custom
  1761. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
  1762. o146.CFrame = CFrame.new(18.950964, 0.872651994, 14.2770796, -1, -8.74227766e-008, 4.36557457e-008, 8.74227766e-008, -1, -3.81975606e-015, 4.36557457e-008, 6.83386182e-018, 1)
  1763. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1764. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1765. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1770. o147.Parent = o146
  1771. o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
  1772. o147.MeshType = Enum.MeshType.Wedge
  1773. o148.Name = "Handle"
  1774. o148.Parent = o1
  1775. o148.Material = Enum.Material.SmoothPlastic
  1776. o148.BrickColor = BrickColor.new("Really black")
  1777. o148.Transparency = 1
  1778. o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
  1779. o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  1780. o148.Anchored = true
  1781. o148.FormFactor = Enum.FormFactor.Custom
  1782. o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  1783. o148.CFrame = CFrame.new(18.9506321, 0.598004997, 14.4106464, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  1784. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1791. o149.Name = "FireSound"
  1792. o149.Parent = o148
  1793. o149.SoundId = "rbxassetid://330704232"
  1794. o149.Volume = 10
  1795. o150.Parent = o148
  1796. o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
  1797. Victim = game.Players.LocalPlayer.Character
  1798. function Suicide ()
  1799. Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
  1800. Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
  1801. wait(.02)
  1802. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
  1803. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  1804. ANGLE = -70
  1805. ANGLE2 = -20
  1806. for i=1,7 do
  1807. ANGLE = ANGLE + 10
  1808. ANGLE2 = ANGLE2 + 10
  1809. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
  1810. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  1811. wait(1/30)
  1812. end
  1813. wait(.3)
  1814. o1.Handle.FireSound.Parent = workspace
  1815. workspace.FireSound:Play()
  1816. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1817. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
  1818. player = game.Players[Victim.Name]
  1819. char = player.Character
  1820. char.Archivable = true
  1821. local rg = char:Clone()
  1822. rg.HumanoidRootPart:Destroy()
  1823. rg.Name = ""
  1824. rg.Humanoid.MaxHealth = 0
  1825.  
  1826. for i, v in pairs(rg.Torso:GetChildren()) do
  1827. if v:IsA("Glue") or v:IsA("Motor6D") then
  1828. v:Destroy()
  1829. end
  1830. end
  1831.  
  1832. local n = Instance.new("Glue", rg.Torso)
  1833. n.Name = "Neck"
  1834. n.Part0 = rg.Torso
  1835. n.Part1 = rg.Head
  1836. n.C0 = CFrame.new(0, 1, 0)
  1837. n.C1 = CFrame.new(0, -0.5, 0)
  1838.  
  1839.  
  1840. local rs = Instance.new("Glue", rg.Torso)
  1841. rs.Name = "Right Shoulder"
  1842. rs.Part0 = rg.Torso
  1843. rs.Part1 = rg["Right Arm"]
  1844. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1845. rs.C1 = CFrame.new(0, 0.5, 0)
  1846. local ls = Instance.new("Glue", rg.Torso)
  1847. ls.Name = "Left Shoulder"
  1848. ls.Part0 = rg.Torso
  1849. ls.Part1 = rg["Left Arm"]
  1850. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1851. ls.C1 = CFrame.new(0, 0.5, 0)
  1852.  
  1853. local rh = Instance.new("Glue", rg.Torso)
  1854. rh.Name = "Right Hip"
  1855. rh.Part0 = rg.Torso
  1856. rh.Part1 = rg["Right Leg"]
  1857. rh.C0 = CFrame.new(0.5, -1, 0)
  1858. rh.C1 = CFrame.new(0, 1, 0)
  1859. local lh = Instance.new("Glue", rg.Torso)
  1860. lh.Name = "Left Hip"
  1861. lh.Part0 = rg.Torso
  1862. lh.Part1 = rg["Left Leg"]
  1863. lh.C0 = CFrame.new(-0.5, -1, 0)
  1864. lh.C1 = CFrame.new(0, 1, 0)
  1865. char.Torso:Destroy()
  1866. char.Head:Destroy()
  1867. char["Left Leg"]:Destroy()
  1868. char["Left Arm"]:Destroy()
  1869. char["Right Leg"]:Destroy()
  1870. char["Right Arm"]:Destroy()
  1871. rg.Parent = game.Workspace
  1872. rg.Head.BrickColor = BrickColor.new("Maroon")
  1873. rg.Torso.Neck:Destroy()
  1874. for i, v in pairs(rg.Torso:GetChildren()) do
  1875. if v:IsA("Motor6D") then
  1876. v:Destroy()
  1877. end
  1878. end
  1879. function DEATH ()
  1880. OHHNELLY = Instance.new("Part")
  1881. OHHNELLY.Parent = rg
  1882. OHHNELLY.Anchored = false
  1883. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1884. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1885. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1886. OHHNELLY.Position = rg.Head.Position
  1887. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1888. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1894. end
  1895. for i=1, 10 do
  1896. DEATH()
  1897. print"BLOODY"
  1898. wait()
  1899. end
  1900. end
  1901. function Weld(x,y)
  1902. local W = Instance.new("Weld")
  1903. W.Part0 = x
  1904. W.Part1 = y
  1905. local CJ = CFrame.new(x.Position)
  1906. local C0 = x.CFrame:inverse()*CJ
  1907. local C1 = y.CFrame:inverse()*CJ
  1908. W.C0 = C0
  1909. W.C1 = C1
  1910. W.Parent = x
  1911. end
  1912.  
  1913. function Get(A)
  1914. if A.className == "Part" then
  1915. Weld(o1.Handle, A)
  1916. A.Anchored = false
  1917. else
  1918. local C = A:GetChildren()
  1919. for i=1, #C do
  1920. Get(C[i])
  1921. end
  1922. end
  1923. end
  1924.  
  1925. function Finale()
  1926. Get(o1)
  1927. end
  1928.  
  1929. o1.Equipped:connect(Finale)
  1930. o1.Unequipped:connect(Finale)
  1931. o1.Activated:connect(Suicide)
  1932. Finale()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement