Advertisement
tvnvntjyvtny2222

Untitled

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