Advertisement
ghostteen14

Untitled

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