Advertisement
Migas3456

City Life Is Hella Gay

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