Advertisement
dankmemeshehe

Dark Titan

Jul 27th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 208.55 KB | None | 0 0
  1.  
  2. ----------------------------------------------------------------------------------------------------------------------------
  3. ----------------------------------------------WhitelistModuleLoader------------------------------------------------------------------------
  4. ---------------------------------------------Encryption-------------------------------------
  5. wait(2)-------------------------------------------------------------------------------------
  6. print("Verifying Property")
  7. --------------------------------------------------------------------------------------------
  8. if game.Players.LocalPlayer.Name == "hunter4il" then
  9. print("Access Granted!")
  10. else
  11. game.Players.LocalPlayer:Remove()
  12. print("Access Denied!")
  13. end
  14.  
  15. wait(1)
  16. ---------------------------
  17. local MaxMana = 5000000 -- Max Mana You Can Get
  18. local Mana = 5000000 -- Mana You Start With
  19. local ManaGain = 40000 -- How Much Mana You Gain Per Second
  20. ---------------------------
  21. repeat game:GetService('RunService').Stepped:wait() until game:GetService('Players').LocalPlayer.Character
  22. ----190470714
  23. ----
  24. sit = true
  25. cn = CFrame.new
  26. v3 = Vector3.new
  27. c3 = Color3.new
  28. bn = BrickColor.new
  29. ca2 = CFrame.Angles
  30. ca = function(x,y,z) return ca2(math.rad(x),math.rad(y),math.rad(z)) end
  31. ud2 = UDim2.new
  32. ----
  33. ----
  34. local Player = game:GetService('Players').LocalPlayer
  35. local Char = Player.Character
  36. local Human = Char.Humanoid
  37. local Mouse = Player:GetMouse()
  38. ----
  39. ----
  40. Human.WalkSpeed = 0
  41. print ('Loading...')
  42. wait(0)
  43. ----
  44. ----
  45. local mananum=0
  46. la = Char['Left Arm']
  47. ra = Char['Right Arm']
  48. ll = Char['Left Leg']
  49. rl = Char['Right Leg']
  50. tr = Char['Torso']
  51. hd = Char['Head']
  52. rp = Char['HumanoidRootPart']
  53. ----
  54. ----
  55. ram = tr['Right Shoulder']
  56. lam = tr['Left Shoulder']
  57. llm = tr['Left Hip']
  58. rlm = tr['Right Hip']
  59. hm = tr['Neck']
  60. rj = rp['RootJoint']
  61. ----
  62. ----
  63. InputService = game:GetService('UserInputService')
  64. RunService = game:GetService('RunService')
  65. ----
  66. ----
  67. it=Instance.new
  68. Torso=Char.Torso
  69. local fengui=it("GuiMain")
  70. fengui.Parent=Player.PlayerGui
  71. fengui.Name="WeaponGUI"
  72. local fenframe=it("Frame")
  73. fenframe.Parent=fengui
  74. fenframe.BackgroundColor3=Color3.new(255,255,255)
  75. fenframe.BackgroundTransparency=1
  76. fenframe.BorderColor3=Color3.new(17,17,17)
  77. fenframe.Size=UDim2.new(0.0500000007, 0, 0.100000001, 0)
  78. fenframe.Position=UDim2.new(0.4,0,0.1,0)
  79. local fenbarmana1=it("TextLabel")
  80. fenbarmana1.Parent=fenframe
  81. fenbarmana1.Text=" "
  82. fenbarmana1.BackgroundTransparency=0
  83. fenbarmana1.BackgroundColor3=Color3.new(0,0,0)
  84. fenbarmana1.SizeConstraint="RelativeXY"
  85. fenbarmana1.TextXAlignment="Center"
  86. fenbarmana1.TextYAlignment="Center"
  87. fenbarmana1.Position=UDim2.new(0,0,0,0)
  88. fenbarmana1.Size=UDim2.new(4,0,0.2,0)
  89. local fenbarmana2=it("TextLabel")
  90. fenbarmana2.Parent=fenframe
  91. fenbarmana2.Text=" "
  92. fenbarmana2.BackgroundTransparency=0
  93. fenbarmana2.BackgroundColor3=Torso.Color
  94. fenbarmana2.SizeConstraint="RelativeXY"
  95. fenbarmana2.TextXAlignment="Center"
  96. fenbarmana2.TextYAlignment="Center"
  97. fenbarmana2.Position=UDim2.new(0,0,0,0)
  98. fenbarmana2.Size=UDim2.new(4*Mana/MaxMana,0,0.2,0)
  99. local fenbarmana3=it("TextLabel")
  100. fenbarmana3.Parent=fenframe
  101. fenbarmana3.Text=" "
  102. fenbarmana3.BackgroundTransparency=0
  103. fenbarmana3.BackgroundColor3=Color3.new(Col1,Col2,Col3)
  104. fenbarmana3.SizeConstraint="RelativeXY"
  105. fenbarmana3.TextXAlignment="Center"
  106. fenbarmana3.TextYAlignment="Center"
  107. fenbarmana3.Position=UDim2.new(0,0,0,0)
  108. fenbarmana3.Size=UDim2.new(0,0,0.2,0)
  109. local fenbarmana4=it("TextLabel")
  110. fenbarmana4.Parent=fenframe
  111. fenbarmana4.Text="Energy("..Mana..")"
  112. fenbarmana4.BackgroundTransparency=1
  113. fenbarmana4.BackgroundColor3=Color3.new(0,0,0)
  114. fenbarmana4.SizeConstraint="RelativeXY"
  115. fenbarmana4.TextXAlignment="Center"
  116. fenbarmana4.TextYAlignment="Center"
  117. fenbarmana4.Position=UDim2.new(0,0,-0.3,0)
  118. fenbarmana4.Size=UDim2.new(4,0,0.2,0)
  119. fenbarmana4.FontSize="Size9"
  120. fenbarmana4.TextStrokeTransparency=0
  121. fenbarmana4.TextColor=BrickColor.new("White")
  122.  
  123. LastMade = nil
  124.  
  125. xNew=function(Table)
  126. local Obj=Instance.new(Table[1])
  127. for Ind,Val in pairs(Table) do
  128. if Ind~=1 and Ind~=2 then
  129. Obj[Ind] = Val
  130. end
  131. end
  132. Obj.Parent=Table[2]
  133. LastMade= Obj
  134. return Obj
  135. end
  136.  
  137. xPart=function(tab)
  138. local v=Instance.new(tab.type or "Part")
  139. if tab.type~="CornerWedgePart" then v.formFactor="Custom" end
  140. v.CanCollide=false
  141. v.TopSurface=10 v.BottomSurface=10 v.RightSurface=10 v.LeftSurface=10 v.FrontSurface=10 v.BackSurface=10
  142. v.Size=v3(tab[2],tab[3],tab[4])
  143. if tab.co then v.BrickColor=bn(tab.co) end
  144. if tab.tr then v.Transparency=tab.tr end
  145. if tab.rf then v.Reflectance=tab.rf end
  146. if tab.cf then v.CFrame=tab.cf end
  147. if tab.an then v.Anchored=tab.an end
  148. if tab.mt then v.Material=tab.mt end
  149. if tab.ca then v.CanCollide=tab.ca end
  150. v.Parent=tab[1]
  151. LastMade= v
  152. return v
  153. end
  154.  
  155. xWeld = function(a,b,between,type)
  156. local Weld = xNew{type or 'Weld',a,Part0 = a,Part1 = b, C0 = cn()}
  157. if between then
  158. Weld.C1 = b.CFrame:inverse() * a.CFrame
  159. else
  160. Weld.C1 = cn()
  161. end
  162. return Weld
  163. end
  164.  
  165. function xSound(id,parent,pitch)
  166. local s = xNew{'Sound', PlayOnRemove = true, SoundId = 'http://roblox.com/asset/?id='..id,Pitch = pitch}
  167. s.Parent = parent
  168. s:Destroy()
  169. if id == 190470714 then
  170. s.Looped = true
  171. s.Name = "Music"
  172. end
  173. end
  174.  
  175. ----
  176. xSound(190470714,workspace,1.5)
  177. ----
  178. do local function QuaternionFromCFrame(cf) local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() local trace = m00 + m11 + m22 if trace > 0 then local s = math.sqrt(1 + trace) local recip = 0.5/s return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 else local i = 0 if m11 > m00 then i = 1 end if m22 > (i == 0 and m00 or m11) then i = 2 end if i == 0 then local s = math.sqrt(m00-m11-m22+1) local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip elseif i == 1 then local s = math.sqrt(m11-m22-m00+1) local recip = 0.5/s return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip elseif i == 2 then local s = math.sqrt(m22-m00-m11+1) local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip end end end local function QuaternionToCFrame(px, py, pz, x, y, z, w) local xs, ys, zs = x + x, y + y, z + z local wx, wy, wz = w*xs, w*ys, w*zs local xx = x*xs local xy = x*ys local xz = x*zs local yy = y*ys local yz = y*zs local zz = z*zs return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) end local function QuaternionSlerp(a, b, t) local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] local startInterp, finishInterp; if cosTheta >= 0.0001 then if (1 - cosTheta) > 0.0001 then local theta = math.acos(cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((1-t)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = 1-t finishInterp = t end else if (1+cosTheta) > 0.0001 then local theta = math.acos(-cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((t-1)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = t-1 finishInterp = t end end return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp end function clerp(a,b,t) local qa = {QuaternionFromCFrame(a)} local qb = {QuaternionFromCFrame(b)} local ax, ay, az = a.x, a.y, a.z local bx, by, bz = b.x, b.y, b.z local _t = 1-t return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) end end
  179. function xlerp(weld,to,tim)
  180. if weld.C1 ~= to then
  181. --weld.C1 = clerp(weld.C1,to,tim)
  182. weld.C1 = weld.C1:lerp(to,tim)
  183. end
  184. end
  185. function lerp(a,b,c)return a+(b-a)*c end
  186. ----
  187. ----
  188. if Char:findFirstChild("Health") then
  189. Char.Health:Destroy()
  190. end
  191. wait(0)
  192. ----
  193. --hd.Mesh.Scale = Vector3.new(hd.Mesh.Scale.X * 3,hd.Mesh.Scale.Y * 3,hd.Mesh.Scale.Z * 3)
  194. ra.Size = ra.Size * 3
  195. la.Size = la.Size * 3
  196. ll.Size = ll.Size * 3
  197. rl.Size = rl.Size * 3
  198. tr.Size = tr.Size * 3
  199. hd.Size = hd.Size * 3
  200. rp.Size = rp.Size * 3
  201. --
  202. local tw = xWeld(rp,tr)
  203. tw.C1 = cn(0,0,0)
  204. local law = xWeld(tr,la)
  205. law.C0 = cn(-4.5,.5,0)
  206. law.C1 = cn(0,.5,0)
  207. local raw = xWeld(tr,ra)
  208. raw.C0 = cn(4.5,.5,0)
  209. raw.C1 = cn(0,.5,0)
  210. local llw = xWeld(tr,ll)
  211. llw.C0 = cn(-1.5,-5,0)
  212. llw.C1 = cn(0,1,0)
  213. local rlw = xWeld(tr,rl)
  214. rlw.C0 = cn(1.5,-5,0)
  215. rlw.C1 = cn(0,1,0)
  216. local hw = xWeld(tr,hd)
  217. hw.C1 = cn(0,-4.5,0)
  218. ras = raw.C1
  219. las = law.C1
  220. lls = llw.C1
  221. rls = rlw.C1
  222. ts = tw.C1
  223. hs = hw.C1
  224. -----
  225. for _,Part in pairs(Char:GetChildren()) do
  226. if Part:IsA('BasePart') then
  227. Part.CustomPhysicalProperties = PhysicalProperties.new(0, .3, .5)
  228. end
  229. end
  230. --------------------------------------------------------
  231. --------------------------------------------------------
  232. -----------------------CONSTANTS------------------------
  233. --------------------------------------------------------
  234. --------------------------------------------------------
  235. REGEN_SPEED = 5
  236. WEAPON_NAME = 'Grandark'
  237. ----------------------------------------------------
  238. ----------------------------------------------------
  239. -----------------------MODEL------------------------
  240. ----------------------------------------------------
  241. ----------------------------------------------------
  242. local Handle
  243. local Blade
  244. local haw
  245. Pack = Instance.new('Model', Char)
  246. Pack.Name = WEAPON_NAME
  247. do
  248. Handle = xPart{Pack,0.54285717, 4.96428585, 1.02857149} Handle.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic; haw = xWeld(ra,Handle); LastMade.C1 = ca(90,0,180)*cn(0,3,0) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  249. xNew{'BlockMesh',Handle,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  250. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -3.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  251. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  252. local Part = xPart{Pack,0.521428645, 0.1, 4.92857265} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -2.59285641, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  253. xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  254. local Part = xPart{Pack,0.864285767, 0.221428677, 5.65714407} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -2.57142735, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  255. xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  256. local Part = xPart{Pack,0.54285717, 1.01428556, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -1.4428587, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  257. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.FileMesh, MeshId = 'http://www.roblox.com/Asset/?id=9756362', TextureId = '', Scale = v3(0.714285731, 1.42857146, 0.714285731), Offset = v3(0, 0, 0)}
  258. local Part = xPart{Pack,0.54285717, 0.657142878, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  259. xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  260. local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857018, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  261. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  262. local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857208, -1, 0, 8.74227695e-008, 0, 1, 0, -8.74227695e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  263. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  264. local Part = xPart{Pack,0.54285717, 1.11428583, 0.371428579} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.23928523, 0.699998856, 1, -8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, -8.74227695e-008, -8.74227766e-008, 8.74227766e-008, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  265. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  266. local Part = xPart{Pack,0.54285717, 1.11428583, 0.371428579} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.23928547, 0.700000763, -1, 8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, 8.74227695e-008, -8.74227695e-008, 8.74227766e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  267. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  268. local Part = xPart{Pack,0.342857182, 0.585714281, 0.514285684} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(2.91071415, 0, 0.257143021, -5.96046377e-008, 1, 1.49781926e-007, -1, -5.96046306e-008, -3.92309403e-008, -3.92309296e-008, -1.49781926e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  269. xNew{'CylinderMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  270. local Part = xPart{Pack,0.342857182, 0.585714281, 0.514285684} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(2.91071415, 0, -0.257143021, -5.96046377e-008, 1, 1.49781926e-007, -1, -5.96046306e-008, -3.92309403e-008, -3.92309296e-008, -1.49781926e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  271. xNew{'CylinderMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  272. local Part = xPart{Pack,0.564285755, 0.257142901, 0.514285743} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.35357094, 0.257143021, -1, 8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, 8.74227695e-008, -8.74227695e-008, 8.74227766e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  273. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  274. local Part = xPart{Pack,0.564285755, 0.257142901, 0.514285743} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.35357118, 0.257141113, 1, 3.51124925e-008, -2.6822093e-007, -3.51123965e-008, 1, 3.53819075e-007, 2.6822093e-007, -3.53819075e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  275. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  276. local Part = xPart{Pack,0.564285755, 1.73571444, 0.200000003} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 1.50000012, 0.0714263916, 1, 3.51124925e-008, -2.6822093e-007, -3.51123965e-008, 1, 3.53819075e-007, 2.6822093e-007, -3.53819075e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  277. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 0.714285672), Offset = v3(0, 0, 0)}
  278. local Part = xPart{Pack,0.564285755, 1.73571444, 0.200000003} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 1.49999988, 0.0714321136, -1, 6.27284535e-008, 3.87430191e-007, 6.27285388e-008, 1, 2.26830267e-007, -3.87430163e-007, 2.26830295e-007, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  279. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 0.714285672), Offset = v3(0, 0, 0)}
  280. local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857208, -1, 0, 8.74227695e-008, 0, 1, 0, -8.74227695e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  281. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  282. local Part = xPart{Pack,0.864285767, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.48571396, -1.96071529, 1, -4.47536763e-009, -5.65906291e-008, -5.65906291e-008, -1.58996982e-023, -1, 4.47536763e-009, 1, -2.53263884e-016) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  283. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  284. local Part = xPart{Pack,0.864285767, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.48571205, -1.96071529, -1, -1.90377425e-009, 5.96046377e-008, 5.96046377e-008, 6.53269716e-010, 1, -1.90377425e-009, 1, -6.53269605e-010) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  285. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  286. Blade = xPart{Pack,0.285714328, 12.2071428, 2.38571548} Blade.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Blade) LastMade.C1 = CFrame.new(0, -8.56428432, 0.649999619, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  287. xNew{'BlockMesh',Blade,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  288. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -4.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  289. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  290. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -5.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  291. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  292. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -6.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  293. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  294. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -7.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  295. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  296. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -11.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  297. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  298. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -8.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  299. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  300. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -9.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  301. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  302. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -10.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  303. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  304. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -12.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  305. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  306. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -13.2214279, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  307. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  308. local Part = xPart{Pack,0.285714328, 0.949999154, 2.01428699} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 14.1928558, 1.5357151, 1, 1.06776947e-016, 2.85758261e-009, 1.39271539e-016, -1, -1.13713643e-008, 2.85758261e-009, 1.13713643e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  309. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  310. local Part = xPart{Pack,0.285714328, 0.949999154, 1.15714407} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 14.1928558, 2.3214283, -1, 2.33221598e-009, 0, -2.33221553e-009, -1, -4.92687668e-010, 0, -4.92687668e-010, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  311. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  312. end
  313. has = haw.C1
  314.  
  315. for _,v in pairs(Pack:GetChildren()) do
  316. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  317. end
  318. --------------------------------------------------------
  319. --------------------------------------------------------
  320. -----------------------VARIABLES------------------------
  321. --------------------------------------------------------
  322. --------------------------------------------------------
  323. State = 'Idle'
  324. FallTime = 0
  325. Walk = 0
  326. WalkReverse = false
  327. StompDB = false
  328. JumpDB = false
  329. --
  330. function NewHitbox(Radius,Position)
  331. local Returning = {}
  332. for _,v in pairs(workspace:GetChildren()) do
  333. if v~=Char and v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') then
  334. local Mag = (v.Torso.Position - Position).magnitude
  335. if Mag < Radius then
  336. table.insert(Returning,v)
  337. end
  338. end
  339. end
  340. return Returning
  341. end
  342. --
  343. function UpdateState()
  344. if (rp.Velocity*v3(1, 0, 1)).magnitude > 5 then
  345. if State == 'Idle' then State = 'Walking' end
  346. else
  347. if State == 'Walking' then State = 'Idle'; end
  348. end
  349. if WalkReverse then
  350. Walk = Walk - .5
  351. else
  352. Walk = Walk + .5
  353. end
  354. if Walk >= 10 then
  355. WalkReverse = true
  356. elseif Walk <= -10 then
  357. WalkReverse = false
  358. end
  359. end
  360. --
  361. function JumpExplode()
  362. local Hit = NewHitbox(35,Char.Torso.Position)
  363. for _,v in pairs(Hit) do
  364. v.Humanoid.MaxHealth = 100
  365. v.Humanoid.Health = v.Humanoid.Health - 1000000000
  366. if sit then
  367. v.Humanoid.Sit = true
  368. end
  369. end
  370. xSound('2233908',tr,1)
  371. coroutine.wrap(function()
  372. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  373. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  374. Explosion.CFrame = Char.Torso.CFrame * cn(0,-20,0)
  375. Mesh.Scale = v3(1,7,1)
  376. repeat
  377. Mesh.Scale = Mesh.Scale + v3(1,0,1)
  378. Explosion.Transparency = Explosion.Transparency + .025
  379. wait()
  380. until Explosion.Transparency >= 1
  381. Explosion:Destroy()
  382. end)()
  383. end
  384. --
  385. function Stomp()
  386. if State == 'Walking' or State == 'Idle' then
  387. if StompDB == false then
  388. StompDB = true
  389. State = 'Attacking'
  390. Human.WalkSpeed = 0
  391. --
  392. xSound('138186576',Char.Head,1)
  393. for _=0,1,.05 do
  394. xlerp(tw,ts,.2)
  395. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  396. xlerp(rlw,rls*ca(20,0,0),.2)
  397. xlerp(llw,lls*cn(0,-2,1.25),.2)
  398. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.2)
  399. xlerp(law,las*ca(20,0,0),.2)
  400. wait()
  401. end
  402. coroutine.wrap(function()
  403. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  404. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=3270017'}
  405. Explosion.CFrame = rp.CFrame * cn(0,-7,0)*ca(90,0,0)
  406. Mesh.Scale = v3(5,5,10)
  407. repeat
  408. Mesh.Scale = Mesh.Scale + v3(2,2,.5)
  409. Explosion.Transparency = Explosion.Transparency + .01
  410. wait()
  411. until Explosion.Transparency >= 1
  412. Explosion:Destroy()
  413. end)()
  414. coroutine.wrap(function()
  415. local Already = {}
  416. for i=1,50,2 do
  417. wait(.1)
  418. local Hit = NewHitbox(i*2,Char.Torso.Position)
  419. for _,v in pairs(Hit) do
  420. if not Already[v] then
  421. v.Humanoid.MaxHealth = 100
  422. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  423. if sit then
  424. v.Humanoid.Sit = true
  425. end
  426. Already[v] = true
  427. end
  428. end
  429. end
  430. end)()
  431. --attack
  432. for _=0,1,.05 do
  433. xlerp(tw,ts,.3)
  434. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.3)
  435. xlerp(rlw,rls*ca(20,0,0),.3)
  436. xlerp(llw,lls*cn(0,0,1.25),.3)
  437. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.3)
  438. xlerp(law,las*ca(20,0,0),.3)
  439. wait()
  440. end
  441. State = 'Idle'
  442. Human.WalkSpeed = 50
  443. coroutine.wrap(function()
  444. wait(0)
  445. StompDB = false
  446. end)()
  447. end
  448. end
  449. end
  450. --
  451. function Charge()
  452. if State == 'Walking' or State == 'Idle' then
  453. State = 'Charge'
  454. for _, controller in pairs(game:GetService("ControllerService"):GetChildren()) do
  455. controller.Parent = workspace
  456. end
  457. local function Exp()
  458. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('White')}
  459. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  460. Explosion.CFrame = rp.CFrame * cn(0,0,-15)*ca(70,0,0)
  461. Mesh.Scale = v3(1,6,1)
  462. repeat
  463. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  464. Mesh.Scale = Mesh.Scale + v3(1,.5,1)
  465. Explosion.Transparency = Explosion.Transparency + .05
  466. wait()
  467. until Explosion.Transparency >= 1
  468. Explosion:Destroy()
  469. end
  470. coroutine.wrap(function()
  471. wait(0)
  472. Human.WalkSpeed = 80
  473. Char.Head.Velocity=Char.Head.CFrame.lookVector*200
  474. for _=1, 10 do
  475. coroutine.wrap(Exp)()
  476. local Hit = NewHitbox(10,Char.Torso.Position)
  477. for _,v in pairs(Hit) do
  478. v.Humanoid.MaxHealth = 100
  479. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  480. end
  481. wait(0)
  482. xSound('10730819',tr,.8)
  483. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  484. end
  485. Human.WalkSpeed = 50
  486. State = 'Idle'
  487. end)()
  488. --
  489. for _=0,1,.05 do
  490. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  491. xlerp(tw,ts*ca(0,-90,0),.4)
  492. xlerp(hw,hs*ca(0,90,0),.4)
  493. xlerp(raw,ras*ca(-90,0,-90)*cn(0,-1,0),.4)
  494. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  495. xlerp(rlw,rls*ca(0,0,10)*cn(1,0,0),.4)
  496. xlerp(llw,lls*ca(0,0,10)*cn(1,0,0),.4)
  497. wait()
  498. end
  499. --
  500. end
  501. end
  502. function Combo()
  503. if State == 'Idle' or State == 'Walking' then
  504. State = 'Attacking'
  505. Human.WalkSpeed = 3
  506. for _=0,1,.2 do
  507. xlerp(tw,ts*ca(0,20,0),.4)
  508. xlerp(hw,hs*ca(0,30,0),.4)
  509. xlerp(raw,ras*ca(0,180,-90)*cn(-1,-1,0),.4)
  510. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  511. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  512. xlerp(llw,lls*cn(0,0,1.25),.4)
  513. wait()
  514. end
  515. local Already = {}
  516. xSound('231731980',tr,1.3)
  517. for _=0,1,.1 do
  518. xlerp(tw,ts*ca(0,-30,0),.4)
  519. xlerp(hw,hs*ca(0,-50,0),.4)
  520. xlerp(raw,ras*ca(160,180,-130)*cn(2,-1,1),.4)
  521. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  522. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  523. xlerp(llw,lls*cn(0,0,1.25),.4)
  524. xlerp(haw,has*ca(40,0,0),.4)
  525. wait()
  526. local Hit = NewHitbox(15,(Blade.CFrame).p)
  527. for _,v in pairs(Hit) do
  528. if not Already[v] then
  529. v.Humanoid.MaxHealth = 100
  530. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  531. Already[v] = true
  532. end
  533. end
  534. end
  535. ----Combo2
  536. for _=0,1,.2 do
  537. xlerp(tw,ts*ca(0,-35,0),.4)
  538. xlerp(haw,has,.4)
  539. xlerp(hw,hs*ca(0,-30,0),.4)
  540. xlerp(raw,ras*ca(-120,0,-70)*cn(1,-1,0),.4)
  541. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  542. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  543. xlerp(llw,lls*cn(0,0,1.25),.4)
  544. wait()
  545. end
  546. xSound('231731980',tr,1)
  547. local Already = {}
  548. for _=0,1,.1 do
  549. xlerp(tw,ts*ca(0,20,0),.4)
  550. xlerp(hw,hs*ca(0,30,0),.4)
  551. xlerp(raw,ras*ca(30,0,-90)*cn(0,-1,0),.4)
  552. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  553. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  554. xlerp(llw,lls*cn(0,0,1.25),.4)
  555. wait()
  556. local Hit = NewHitbox(15,(Blade.CFrame).p)
  557. for _,v in pairs(Hit) do
  558. if not Already[v] then
  559. v.Humanoid.MaxHealth = 100
  560. v.Humanoid.Health = v.Humanoid.Health - 3000000000000
  561. Already[v] = true
  562. end
  563. end
  564. end
  565. --Combo 3
  566. for _=0,1,.1 do
  567. xlerp(tw,ts,.3)
  568. xlerp(hw,hs,.3)
  569. xlerp(haw,has,.3)
  570. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.3)
  571. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.3)
  572. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.3)
  573. xlerp(llw,lls*cn(0,0,1.25),.4)
  574. wait()
  575. end
  576. xSound('231731980',tr,.8)
  577. local Already = {}
  578. for _=0,1,.1 do
  579. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  580. xlerp(hw,hs,.4)
  581. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  582. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  583. xlerp(haw,has*ca(20,0,0),.4)
  584. wait()
  585. local Hit = NewHitbox(10,(Blade.CFrame).p)
  586. for _,v in pairs(Hit) do
  587. if not Already[v] then
  588. v.Humanoid.MaxHealth = 100
  589. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  590. Already[v] = true
  591. end
  592. end
  593. end
  594. wait(.2)
  595. State = 'Idle'
  596. Human.WalkSpeed = 50
  597. end
  598. end
  599. --
  600. function SwordSlam()
  601. if State == 'Walking' or State == 'Idle' then
  602. State = 'Attacking'
  603. Human.WalkSpeed = 0
  604. for _=0,1,.05 do
  605. xlerp(tw,ts,.2)
  606. xlerp(hw,hs,.2)
  607. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.2)
  608. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.2)
  609. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.2)
  610. xlerp(llw,lls*cn(0,0,1.25),.2)
  611. wait()
  612. end
  613. coroutine.wrap(function()
  614. wait()
  615. xSound('10730819',tr,.5)
  616. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('dsasda')}
  617. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  618. Explosion.CFrame = rp.CFrame * cn(0,-5,-20)
  619. Mesh.Scale = v3(1,5,1)
  620. repeat
  621. Mesh.Scale = Mesh.Scale + v3(1,1,1)
  622. Explosion.Transparency = Explosion.Transparency + .025
  623. wait()
  624. until Explosion.Transparency >= 1
  625. Explosion:Destroy()
  626. end)()
  627. for _=0,1,.15 do
  628. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  629. xlerp(hw,hs,.4)
  630. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  631. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  632. xlerp(haw,has*ca(20,0,0),.4)
  633. wait()
  634. end
  635. local Hit = NewHitbox(40,(rp.CFrame * cn(0,-5,-20)).p)
  636. for _,v in pairs(Hit) do
  637. v.Humanoid.MaxHealth = 100
  638. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  639. if sit then
  640. v.Humanoid.Sit = true
  641. end
  642. end
  643. wait(0)
  644. State = 'Idle'
  645. Human.WalkSpeed = 50
  646. end
  647. end
  648. --
  649. CanBoom = true
  650. function Fire(Part)
  651. local Flame = Instance.new("ParticleEmitter",Part)
  652. Flame.LightEmission = 0.21
  653. Flame.Size = NumberSequence.new(15)
  654. Flame.Texture = "http://www.roblox.com/asset/?id=366803190"
  655. Flame.Transparency = NumberSequence.new(0.5)
  656. Flame.LockedToPart = true
  657. Flame.Lifetime = NumberRange.new(0.1,0.8)
  658. Flame.Rate = 40
  659. Flame.VelocitySpread = 2
  660. end
  661. Mouse.KeyDown:connect(function(key)
  662. if key == ' ' then
  663. if State == 'Walking' or State == 'Idle' then
  664. if JumpDB == false then
  665. JumpDB = true
  666. State = 'Jumping'
  667. Human.Jump = true
  668. Human.WalkSpeed = 50
  669. wait(0)
  670. State = 'Falling'
  671. coroutine.wrap(function()
  672. wait(0)
  673. JumpDB = false
  674. end)()
  675. end
  676. end
  677. elseif key == 'z' and Mana >= 400 then
  678. Mana = Mana-400
  679. Combo()
  680. elseif key == 'x' and Mana >= 300 then
  681. Mana = Mana-300
  682. Charge()
  683. elseif key == 'c' and Mana >= 250 then
  684. Mana = Mana-250
  685. SwordSlam()
  686. elseif key == 'v' and Mana >= 100 then
  687. Mana = Mana-100
  688. Stomp()
  689. elseif key == "p" and Mana >= 1000 then
  690. Mana = Mana-1000
  691. Stomp()
  692. wait()
  693. SwordSlam()
  694. wait()
  695. Combo()
  696. wait()
  697. Combo()
  698. elseif key == "f" and Mana >= 800 and CanBoom then
  699. Mana = Mana - 800
  700. CanBoom = false
  701. local P = Instance.new("Part",Char)
  702. P.Name = "Boom"
  703. P.Anchored = true
  704. P.Transparency = 1
  705. Fire(P)
  706. P.Material = "Neon"
  707. P.BrickColor = BrickColor.new("Crimson")
  708. P.TopSurface = "Smooth"
  709. P.CFrame = Torso.CFrame
  710. P.CanCollide = false
  711. xSound(161451748,workspace,0.9)
  712. function Hit(hit)
  713. if hit.Parent and hit.Parent:findFirstChild("Humanoid") then
  714. if hit.Parent:findFirstChild("Torso") and hit.Parent.Name ~= Player.Character.Name and hit.Parent:findFirstChild("Flamed") == nil then
  715. local Z = Instance.new("StringValue",hit.Parent)
  716. Z.Name = "Flamed"
  717. local Torsoo = hit.Parent:findFirstChild("Torso")
  718. Torsoo.Anchored = true
  719. for i,v in pairs(hit.Parent:GetChildren()) do
  720. Fire(v)
  721. end
  722. if hit.Parent:findFirstChild("Humanoid") then
  723. local H = hit.Parent:findFirstChild("Humanoid")
  724. H.MaxHealth = math.huge
  725. H.WalkSpeed = 0
  726. H.JumpPower = 0
  727. wait()
  728. Torsoo.Anchored = false
  729. H:remove()
  730. if hit.Parent then
  731. hit.Parent:BreakJoints()
  732. end
  733. end
  734. end
  735. end
  736. end
  737. P.Touched:connect(Hit)
  738. for i=1,100 do
  739. wait(0.1)
  740. P.CFrame = Torso.CFrame
  741. P.Size = Vector3.new(P.Size.X + 0.5,P.Size.Y + 0.5,P.Size.Z + 0.5)
  742. P.CFrame = Torso.CFrame
  743. end
  744. P:remove()
  745. wait(0)
  746. CanBoom = true
  747.  
  748. end
  749. end)
  750. --
  751. Human.Changed:connect(function()
  752. if State ~= 'Jumping' then
  753. Human.Jump = false
  754. end
  755. end)
  756.  
  757. Human.FreeFalling:connect(function(a)
  758. if a then
  759. if State == 'Walking' or State == 'Idle' then
  760. State = 'Falling'
  761. end
  762. elseif State == 'Jumping' or State == 'Falling' then
  763. State = 'Idle'
  764. if FallTime > 10 then
  765. print('Boom!')
  766. JumpExplode()
  767. end
  768. Human.WalkSpeed = 50
  769. FallTime = 0
  770. end
  771. end)
  772. --
  773. wait(0)
  774. game:GetService('RunService').RenderStepped:connect(function()
  775. UpdateState()
  776. if State == 'Jumping' or State == 'Falling' then
  777. FallTime = FallTime + .1
  778. xlerp(tw,ts,.3)
  779. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  780. xlerp(raw,ras*ca(0,0,-90)*cn(-1,-1,0),.2)
  781. xlerp(law,las*ca(0,0,90)*cn(1,-1,0),.2)
  782. xlerp(rlw,rls*ca(20,0,0),.2)
  783. xlerp(llw,lls*cn(0,-.5,1.25),.2)
  784. elseif State == 'Idle' then
  785. xlerp(tw,ts*ca(0,25,0),.1)
  786. xlerp(hw,hs*ca(0,-25,0),.1)
  787. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  788. xlerp(law,las*ca(20,0,0),.1)
  789. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.1)
  790. xlerp(llw,lls*cn(0,0,1.25),.1)
  791. xlerp(haw,has,.4)
  792. elseif State == 'Walking' then
  793. xlerp(tw,ts,.15)
  794. xlerp(hw,hs,.15)
  795. --xlerp(law,las*ca(30,0,0),.3)
  796. --xlerp(raw,ras*ca(20,0,-40)*cn(-1,-.5,0),.15)
  797. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  798. xlerp(law,las*ca(20,0,0),.1)
  799. if WalkReverse then
  800. xlerp(rlw,rls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  801. xlerp(llw,lls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  802. else
  803. xlerp(rlw,rls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  804. xlerp(llw,lls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  805. end
  806. end
  807. fenbarmana2:TweenSize(UDim2.new(4*Mana/MaxMana,0,0.2,0),nil,1,0.4,true)
  808. fenbarmana4.Text="[Mana]-> [-> "..Mana.." <-] <-[Mana]"
  809. if Mana>=MaxMana then
  810. Mana=MaxMana
  811. else
  812. if mananum<=8 then
  813. mananum=mananum+1
  814. else
  815. mananum=0
  816. Mana=Mana+ManaGain
  817. Char.Humanoid.Health = Char.Humanoid.Health + 1000
  818. end
  819. end
  820. if Mana <= MaxMana/2 then
  821. fenbarmana2.BackgroundColor = BrickColor.new("Bright red")
  822. Char.Humanoid.MaxHealth = 40000
  823. Human.Health = Human.MaxHealth
  824. else
  825. fenbarmana2.BackgroundColor = BrickColor.new("Royal purple")
  826. Char.Humanoid.MaxHealth = 50000
  827. Human.Health = Human.MaxHealth
  828. end
  829. end)
  830. --
  831. Char.Humanoid.WalkSpeed = 50
  832. Char.Humanoid.JumpPower = 190
  833.  
  834. Human.Health = Human.MaxHealth
  835.  
  836. ---------------------------------------------------------------ExtraMorphing-------------
  837. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  838.  
  839. Create = function(itemClass,tabl)
  840. local item = Instance.new(itemClass)
  841. for i,v in pairs(tabl) do
  842. local a,b = ypcall(function() return item[i] end)
  843. if a then
  844. item[i] = tabl[i]
  845. end
  846. end
  847. return item
  848. end
  849. function runDummyScript(f,scri)
  850. local oldenv = getfenv(f)
  851. local newenv = setmetatable({}, {
  852. __index = function(_, k)
  853. if k:lower() == 'script' then
  854. return scri
  855. else
  856. return oldenv[k]
  857. end
  858. end
  859. })
  860. setfenv(f, newenv)
  861. ypcall(function() f() end)
  862. end
  863. cors = {}
  864. mas = Instance.new("Model",game:GetService("Lighting"))
  865. mas.Name = "CompiledModel"
  866. o1 = Create("Model",{
  867. ["Name"] = "The Revenant",
  868. ["Parent"] = mas,
  869. })
  870. o2 = Create("Part",{
  871. ["Name"] = "Head",
  872. ["Parent"] = o1,
  873. ["BrickColor"] = BrickColor.new("Really black"),
  874. ["Position"] = Vector3.new(-1754.52759, -3600.20703, 1099.4939),
  875. ["Rotation"] = Vector3.new(-180, 0, -180),
  876. ["Anchored"] = true,
  877. ["CFrame"] = CFrame.new(-1754.52759, -3600.20703, 1099.4939, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  878. ["FormFactor"] = Enum.FormFactor.Symmetric,
  879. ["Size"] = Vector3.new(0.686592042, 0.686592281, 0.6865924),
  880. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  881. ["TopSurface"] = Enum.SurfaceType.Smooth,
  882. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  883. })
  884. o3 = Create("Script",{
  885. ["Name"] = "Arm1",
  886. ["Parent"] = o2,
  887. })
  888. table.insert(cors,coroutine.create(function()
  889. wait()
  890. runDummyScript(function()
  891. function onTouched(hit)
  892. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
  893. local g = script.Parent.Parent.Arm1:clone()
  894. g.Parent = hit.Parent
  895. local C = g:GetChildren()
  896. for i=1, #C do
  897. if C[i].className == "Part" then
  898. local W = Instance.new("Weld")
  899. W.Part0 = g.Middle
  900. W.Part1 = C[i]
  901. local CJ = CFrame.new(g.Middle.Position)
  902. local C0 = g.Middle.CFrame:inverse()*CJ
  903. local C1 = C[i].CFrame:inverse()*CJ
  904. W.C0 = C0
  905. W.C1 = C1
  906. W.Parent = g.Middle
  907. end
  908. local Y = Instance.new("Weld")
  909. Y.Part0 = hit.Parent["Left Arm"]
  910. Y.Part1 = g.Middle
  911. Y.C0 = CFrame.new(0, 0, 0)
  912. Y.Parent = Y.Part0
  913. end
  914.  
  915. local h = g:GetChildren()
  916. for i = 1, # h do
  917. if h[i].className == "Part" then
  918. h[i].Anchored = false
  919. h[i].CanCollide = false
  920. end
  921. end
  922.  
  923. end
  924.  
  925. end
  926.  
  927. script.Parent.Touched:connect(onTouched)
  928. end,o3)
  929. end))
  930. o4 = Create("Script",{
  931. ["Name"] = "Leg1",
  932. ["Parent"] = o2,
  933. })
  934. table.insert(cors,coroutine.create(function()
  935. wait()
  936. runDummyScript(function()
  937. function onTouched(hit)
  938. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
  939. local g = script.Parent.Parent.Leg1:clone()
  940. g.Parent = hit.Parent
  941. local C = g:GetChildren()
  942. for i=1, #C do
  943. if C[i].className == "Part" then
  944. local W = Instance.new("Weld")
  945. W.Part0 = g.Middle
  946. W.Part1 = C[i]
  947. local CJ = CFrame.new(g.Middle.Position)
  948. local C0 = g.Middle.CFrame:inverse()*CJ
  949. local C1 = C[i].CFrame:inverse()*CJ
  950. W.C0 = C0
  951. W.C1 = C1
  952. W.Parent = g.Middle
  953. end
  954. local Y = Instance.new("Weld")
  955. Y.Part0 = hit.Parent["Left Leg"]
  956. Y.Part1 = g.Middle
  957. Y.C0 = CFrame.new(0, 0, 0)
  958. Y.Parent = Y.Part0
  959. end
  960.  
  961. local h = g:GetChildren()
  962. for i = 1, # h do
  963. if h[i].className == "Part" then
  964. h[i].Anchored = false
  965. h[i].CanCollide = false
  966. end
  967. end
  968.  
  969. end
  970.  
  971. end
  972.  
  973. script.Parent.Touched:connect(onTouched)
  974. end,o4)
  975. end))
  976. o5 = Create("Script",{
  977. ["Name"] = "WalkSpeed Script",
  978. ["Parent"] = o2,
  979. })
  980. table.insert(cors,coroutine.create(function()
  981. wait()
  982. runDummyScript(function()
  983. local debounce = false
  984.  
  985. function onTouch(part)
  986.  
  987. local human = part.Parent:findFirstChild("Humanoid")
  988. if (human ~= nil) and debounce == false then
  989.  
  990. debounce = true
  991.  
  992. human.WalkSpeed = 16-- or whatever number
  993.  
  994. wait(2)
  995. debounce = false
  996. end
  997. end
  998.  
  999.  
  1000. script.Parent.Touched:connect(onTouch)
  1001.  
  1002. end,o5)
  1003. end))
  1004. o6 = Create("Script",{
  1005. ["Name"] = "Leg2",
  1006. ["Parent"] = o2,
  1007. })
  1008. table.insert(cors,coroutine.create(function()
  1009. wait()
  1010. runDummyScript(function()
  1011. function onTouched(hit)
  1012. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
  1013. local g = script.Parent.Parent.Leg2:clone()
  1014. g.Parent = hit.Parent
  1015. local C = g:GetChildren()
  1016. for i=1, #C do
  1017. if C[i].className == "Part" then
  1018. local W = Instance.new("Weld")
  1019. W.Part0 = g.Middle
  1020. W.Part1 = C[i]
  1021. local CJ = CFrame.new(g.Middle.Position)
  1022. local C0 = g.Middle.CFrame:inverse()*CJ
  1023. local C1 = C[i].CFrame:inverse()*CJ
  1024. W.C0 = C0
  1025. W.C1 = C1
  1026. W.Parent = g.Middle
  1027. end
  1028. local Y = Instance.new("Weld")
  1029. Y.Part0 = hit.Parent["Right Leg"]
  1030. Y.Part1 = g.Middle
  1031. Y.C0 = CFrame.new(0, 0, 0)
  1032. Y.Parent = Y.Part0
  1033. end
  1034.  
  1035. local h = g:GetChildren()
  1036. for i = 1, # h do
  1037. if h[i].className == "Part" then
  1038. h[i].Anchored = false
  1039. h[i].CanCollide = false
  1040. end
  1041. end
  1042.  
  1043. end
  1044.  
  1045. end
  1046.  
  1047. script.Parent.Touched:connect(onTouched)
  1048. end,o6)
  1049. end))
  1050. o7 = Create("Script",{
  1051. ["Name"] = "Arm2",
  1052. ["Parent"] = o2,
  1053. })
  1054. table.insert(cors,coroutine.create(function()
  1055. wait()
  1056. runDummyScript(function()
  1057. function onTouched(hit)
  1058. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
  1059. local g = script.Parent.Parent.Arm2:clone()
  1060. g.Parent = hit.Parent
  1061. local C = g:GetChildren()
  1062. for i=1, #C do
  1063. if C[i].className == "Part" then
  1064. local W = Instance.new("Weld")
  1065. W.Part0 = g.Middle
  1066. W.Part1 = C[i]
  1067. local CJ = CFrame.new(g.Middle.Position)
  1068. local C0 = g.Middle.CFrame:inverse()*CJ
  1069. local C1 = C[i].CFrame:inverse()*CJ
  1070. W.C0 = C0
  1071. W.C1 = C1
  1072. W.Parent = g.Middle
  1073. end
  1074. local Y = Instance.new("Weld")
  1075. Y.Part0 = hit.Parent["Right Arm"]
  1076. Y.Part1 = g.Middle
  1077. Y.C0 = CFrame.new(0, 0, 0)
  1078. Y.Parent = Y.Part0
  1079. end
  1080.  
  1081. local h = g:GetChildren()
  1082. for i = 1, # h do
  1083. if h[i].className == "Part" then
  1084. h[i].Anchored = false
  1085. h[i].CanCollide = false
  1086. end
  1087. end
  1088.  
  1089. end
  1090.  
  1091. end
  1092.  
  1093. script.Parent.Touched:connect(onTouched)
  1094. end,o7)
  1095. end))
  1096. o8 = Create("Script",{
  1097. ["Name"] = "Torso",
  1098. ["Parent"] = o2,
  1099. })
  1100. table.insert(cors,coroutine.create(function()
  1101. wait()
  1102. runDummyScript(function()
  1103. function onTouched(hit)
  1104. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
  1105. local g = script.Parent.Parent.Chest:clone()
  1106. g.Parent = hit.Parent
  1107. local C = g:GetChildren()
  1108. for i=1, #C do
  1109. if C[i].className == "Part" then
  1110. local W = Instance.new("Weld")
  1111. W.Part0 = g.Middle
  1112. W.Part1 = C[i]
  1113. local CJ = CFrame.new(g.Middle.Position)
  1114. local C0 = g.Middle.CFrame:inverse()*CJ
  1115. local C1 = C[i].CFrame:inverse()*CJ
  1116. W.C0 = C0
  1117. W.C1 = C1
  1118. W.Parent = g.Middle
  1119. end
  1120. local Y = Instance.new("Weld")
  1121. Y.Part0 = hit.Parent.Torso
  1122. Y.Part1 = g.Middle
  1123. Y.C0 = CFrame.new(0, 0, 0)
  1124. Y.Parent = Y.Part0
  1125. end
  1126.  
  1127. local h = g:GetChildren()
  1128. for i = 1, # h do
  1129. if h[i].className == "Part" then
  1130. h[i].Anchored = false
  1131. h[i].CanCollide = false
  1132. end
  1133. end
  1134.  
  1135. end
  1136. end
  1137.  
  1138. script.Parent.Touched:connect(onTouched)
  1139.  
  1140. end,o8)
  1141. end))
  1142. o9 = Create("Script",{
  1143. ["Parent"] = o2,
  1144. })
  1145. table.insert(cors,coroutine.create(function()
  1146. wait()
  1147. runDummyScript(function()
  1148. function onTouch(part)
  1149. local human = part.Parent:findFirstChild("Humanoid")
  1150. if human ~= nil then
  1151. part.Parent:findFirstChild("Head").Transparency = 0.98
  1152. part.Parent:findFirstChild("Torso").Transparency = 1
  1153. part.Parent:findFirstChild("Left Arm").Transparency = 1
  1154. part.Parent:findFirstChild("Right Arm").Transparency = 1
  1155. part.Parent:findFirstChild("Left Leg").CanCollide = true
  1156. part.Parent:findFirstChild("Left Leg").Transparency = 1
  1157. part.Parent:findFirstChild("Right Leg").CanCollide = true
  1158. part.Parent:findFirstChild("Right Leg").Transparency = 1
  1159. end
  1160. end
  1161. script.Parent.Touched:connect(onTouch)
  1162.  
  1163. --COLORS
  1164.  
  1165. --1 = white
  1166. --208 = Light stone grey
  1167. --194 = Medium stone grey
  1168. --199 = Dark stone grey
  1169. --26 = Black
  1170. --21 = Bright red
  1171. --24 = Bright yellow
  1172. --226 = Cool yellow
  1173. --23 = Bright blue
  1174. --107 = Bright bluish green
  1175. --102 = Medium blue
  1176. --11 = Pastel blue
  1177. --45 = Light blue
  1178. --135 = Sand blue
  1179. --106 = Bright orange
  1180. --105 = Br. yellowish orange
  1181. --141 = Earth green
  1182. --28 = Dark green
  1183. --37 = Bright green
  1184. --119 = Br. yellowish green
  1185. --29 = Medium green
  1186. --151 = Sand green
  1187. --38 = Dark orange
  1188. --192 = Reddish brown
  1189. --104 = Bright violet
  1190. --9 = Light reddish violet
  1191. --101 = Medium red
  1192. --5 = Brick Yellow
  1193. --153 = Sand red
  1194. --217 = Brown
  1195. --18 = Nougat
  1196. --125 = Light orange
  1197.  
  1198.  
  1199. end,o9)
  1200. end))
  1201. o10 = Create("Script",{
  1202. ["Name"] = "HatRemover",
  1203. ["Parent"] = o2,
  1204. })
  1205. table.insert(cors,coroutine.create(function()
  1206. wait()
  1207. runDummyScript(function()
  1208. function onTouched(hit)
  1209. local d = hit.Parent:GetChildren()
  1210. for i=1, #d do
  1211. if (d[i].className == "Hat") then
  1212. d[i].Handle.Transparency = 1
  1213. end
  1214. end
  1215. end
  1216.  
  1217. script.Parent.Touched:connect(onTouched)
  1218. end,o10)
  1219. end))
  1220. o11 = Create("Script",{
  1221. ["Name"] = "Cframe",
  1222. ["Parent"] = o2,
  1223. })
  1224. table.insert(cors,coroutine.create(function()
  1225. wait()
  1226. runDummyScript(function()
  1227.  
  1228. wait(2)
  1229.  
  1230. local p = script.Parent
  1231. local me = game.Players.LocalPlayer.Character
  1232.  
  1233.  
  1234. p.Shape = "Ball"
  1235.  
  1236. game:GetService('RunService').Stepped:connect(function()
  1237. p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  1238. end)
  1239.  
  1240. wait(0.5)
  1241.  
  1242. me.Head.Transparency = 1
  1243.  
  1244. p:Remove()
  1245. end,o11)
  1246. end))
  1247. o12 = Create("Model",{
  1248. ["Name"] = "Arm2",
  1249. ["Parent"] = o1,
  1250. })
  1251. o13 = Create("Part",{
  1252. ["Name"] = "Middle",
  1253. ["Parent"] = o12,
  1254. ["Material"] = Enum.Material.Grass,
  1255. ["BrickColor"] = BrickColor.new("Really black"),
  1256. ["Position"] = Vector3.new(-1755.90063, -3590.25195, 1111.85254),
  1257. ["Anchored"] = true,
  1258. ["CFrame"] = CFrame.new(-1755.90063, -3590.25195, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1259. ["CanCollide"] = false,
  1260. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1261. ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194),
  1262. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1263. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1264. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1265. })
  1266. o14 = Create("Fire",{
  1267. ["Parent"] = o13,
  1268. ["Size"] = 30,
  1269. ["Color"] = Color3.new(1, 0.815686, 0),
  1270. ["Enabled"] = false,
  1271. ["Heat"] = 25,
  1272. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1273. })
  1274. o15 = Create("Script",{
  1275. ["Parent"] = o14,
  1276. })
  1277. table.insert(cors,coroutine.create(function()
  1278. wait()
  1279. runDummyScript(function()
  1280. function Spread(part)
  1281. check = part:findFirstChild("Fire")
  1282. if check == nil then
  1283. script.Parent:Clone().Parent = part
  1284.  
  1285. elseif check ~= nil then
  1286. check.Size = check.Size + 1
  1287. check.Heat = check.Heat +1
  1288. end
  1289. end
  1290.  
  1291.  
  1292. script.Parent.Parent.Touched:connect(Spread)
  1293.  
  1294.  
  1295. end,o15)
  1296. end))
  1297. o16 = Create("Part",{
  1298. ["Parent"] = o12,
  1299. ["Material"] = Enum.Material.Grass,
  1300. ["BrickColor"] = BrickColor.new("Cocoa"),
  1301. ["Position"] = Vector3.new(-1755.80078, -3589.75195, 1111.85254),
  1302. ["Anchored"] = true,
  1303. ["CFrame"] = CFrame.new(-1755.80078, -3589.75195, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1304. ["CanCollide"] = false,
  1305. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1306. ["Size"] = Vector3.new(4.03295994, 1.86592293, 3.83296204),
  1307. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1308. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1309. ["Color"] = Color3.new(0.337255, 0.141176, 0.141176),
  1310. })
  1311. o17 = Create("Fire",{
  1312. ["Parent"] = o16,
  1313. ["Size"] = 30,
  1314. ["Color"] = Color3.new(1, 0.815686, 0),
  1315. ["Enabled"] = false,
  1316. ["Heat"] = 25,
  1317. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1318. })
  1319. o18 = Create("Script",{
  1320. ["Parent"] = o17,
  1321. })
  1322. table.insert(cors,coroutine.create(function()
  1323. wait()
  1324. runDummyScript(function()
  1325. function Spread(part)
  1326. check = part:findFirstChild("Fire")
  1327. if check == nil then
  1328. script.Parent:Clone().Parent = part
  1329.  
  1330. elseif check ~= nil then
  1331. check.Size = check.Size + 1
  1332. check.Heat = check.Heat +1
  1333. end
  1334. end
  1335.  
  1336.  
  1337. script.Parent.Parent.Touched:connect(Spread)
  1338.  
  1339.  
  1340. end,o18)
  1341. end))
  1342. o19 = Create("Part",{
  1343. ["Parent"] = o12,
  1344. ["Material"] = Enum.Material.Grass,
  1345. ["BrickColor"] = BrickColor.new("Cocoa"),
  1346. ["Position"] = Vector3.new(-1755.80078, -3591.35156, 1111.85254),
  1347. ["Anchored"] = true,
  1348. ["CFrame"] = CFrame.new(-1755.80078, -3591.35156, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1349. ["CanCollide"] = false,
  1350. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1351. ["Size"] = Vector3.new(4.03295994, 5.06592274, 1.83296204),
  1352. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1353. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1354. ["Color"] = Color3.new(0.337255, 0.141176, 0.141176),
  1355. })
  1356. o20 = Create("Fire",{
  1357. ["Parent"] = o19,
  1358. ["Size"] = 30,
  1359. ["Color"] = Color3.new(1, 0.815686, 0),
  1360. ["Enabled"] = false,
  1361. ["Heat"] = 25,
  1362. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1363. })
  1364. o21 = Create("Script",{
  1365. ["Parent"] = o20,
  1366. })
  1367. table.insert(cors,coroutine.create(function()
  1368. wait()
  1369. runDummyScript(function()
  1370. function Spread(part)
  1371. check = part:findFirstChild("Fire")
  1372. if check == nil then
  1373. script.Parent:Clone().Parent = part
  1374.  
  1375. elseif check ~= nil then
  1376. check.Size = check.Size + 1
  1377. check.Heat = check.Heat +1
  1378. end
  1379. end
  1380.  
  1381.  
  1382. script.Parent.Parent.Touched:connect(Spread)
  1383.  
  1384.  
  1385. end,o21)
  1386. end))
  1387. o22 = Create("Part",{
  1388. ["Name"] = "Armor",
  1389. ["Parent"] = o12,
  1390. ["Material"] = Enum.Material.Slate,
  1391. ["BrickColor"] = BrickColor.new("Really black"),
  1392. ["Position"] = Vector3.new(-1755.59814, -3587.30859, 1111.36255),
  1393. ["Anchored"] = true,
  1394. ["CFrame"] = CFrame.new(-1755.59814, -3587.30859, 1111.36255, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1395. ["CanCollide"] = false,
  1396. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1397. ["Size"] = Vector3.new(3.99000001, 2.0999999, 4.85296202),
  1398. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1399. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1400. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1401. })
  1402. o23 = Create("Fire",{
  1403. ["Parent"] = o22,
  1404. ["Size"] = 30,
  1405. ["Color"] = Color3.new(1, 0.815686, 0),
  1406. ["Enabled"] = false,
  1407. ["Heat"] = 25,
  1408. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1409. })
  1410. o24 = Create("Script",{
  1411. ["Parent"] = o23,
  1412. })
  1413. table.insert(cors,coroutine.create(function()
  1414. wait()
  1415. runDummyScript(function()
  1416. function Spread(part)
  1417. check = part:findFirstChild("Fire")
  1418. if check == nil then
  1419. script.Parent:Clone().Parent = part
  1420.  
  1421. elseif check ~= nil then
  1422. check.Size = check.Size + 1
  1423. check.Heat = check.Heat +1
  1424. end
  1425. end
  1426.  
  1427.  
  1428. script.Parent.Parent.Touched:connect(Spread)
  1429.  
  1430.  
  1431. end,o24)
  1432. end))
  1433. o25 = Create("Part",{
  1434. ["Name"] = "Armor",
  1435. ["Parent"] = o12,
  1436. ["Material"] = Enum.Material.Slate,
  1437. ["BrickColor"] = BrickColor.new("Really black"),
  1438. ["Position"] = Vector3.new(-1755.30298, -3587.26367, 1111.39258),
  1439. ["Anchored"] = true,
  1440. ["CFrame"] = CFrame.new(-1755.30298, -3587.26367, 1111.39258, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1441. ["CanCollide"] = false,
  1442. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1443. ["Size"] = Vector3.new(4.93999958, 3.38999987, 3.0129621),
  1444. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1445. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1446. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1447. })
  1448. o26 = Create("Fire",{
  1449. ["Parent"] = o25,
  1450. ["Size"] = 30,
  1451. ["Color"] = Color3.new(1, 0.815686, 0),
  1452. ["Enabled"] = false,
  1453. ["Heat"] = 25,
  1454. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1455. })
  1456. o27 = Create("Script",{
  1457. ["Parent"] = o26,
  1458. })
  1459. table.insert(cors,coroutine.create(function()
  1460. wait()
  1461. runDummyScript(function()
  1462. function Spread(part)
  1463. check = part:findFirstChild("Fire")
  1464. if check == nil then
  1465. script.Parent:Clone().Parent = part
  1466.  
  1467. elseif check ~= nil then
  1468. check.Size = check.Size + 1
  1469. check.Heat = check.Heat +1
  1470. end
  1471. end
  1472.  
  1473.  
  1474. script.Parent.Parent.Touched:connect(Spread)
  1475.  
  1476.  
  1477. end,o27)
  1478. end))
  1479. o28 = Create("Part",{
  1480. ["Name"] = "Armor",
  1481. ["Parent"] = o12,
  1482. ["Material"] = Enum.Material.Slate,
  1483. ["BrickColor"] = BrickColor.new("Really black"),
  1484. ["Position"] = Vector3.new(-1752.87793, -3586.97266, 1111.12756),
  1485. ["Rotation"] = Vector3.new(-5.22349401e-005, 1.91785184e-005, -22.583704),
  1486. ["Anchored"] = true,
  1487. ["CFrame"] = CFrame.new(-1752.87793, -3586.97266, 1111.12756, 0.923319459, 0.384032726, 3.34728298e-007, -0.384032726, 0.923319459, 9.11671691e-007, 4.10506154e-008, -9.70310793e-007, 1),
  1488. ["CanCollide"] = false,
  1489. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1490. ["Size"] = Vector3.new(3.64999938, 1.13, 1.68296218),
  1491. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1492. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1493. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1494. })
  1495. o29 = Create("Fire",{
  1496. ["Parent"] = o28,
  1497. ["Size"] = 30,
  1498. ["Color"] = Color3.new(1, 0.815686, 0),
  1499. ["Enabled"] = false,
  1500. ["Heat"] = 25,
  1501. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1502. })
  1503. o30 = Create("Script",{
  1504. ["Parent"] = o29,
  1505. })
  1506. table.insert(cors,coroutine.create(function()
  1507. wait()
  1508. runDummyScript(function()
  1509. function Spread(part)
  1510. check = part:findFirstChild("Fire")
  1511. if check == nil then
  1512. script.Parent:Clone().Parent = part
  1513.  
  1514. elseif check ~= nil then
  1515. check.Size = check.Size + 1
  1516. check.Heat = check.Heat +1
  1517. end
  1518. end
  1519.  
  1520.  
  1521. script.Parent.Parent.Touched:connect(Spread)
  1522.  
  1523.  
  1524. end,o30)
  1525. end))
  1526. o31 = Create("Part",{
  1527. ["Name"] = "Armor",
  1528. ["Parent"] = o12,
  1529. ["Material"] = Enum.Material.Slate,
  1530. ["BrickColor"] = BrickColor.new("Really black"),
  1531. ["Position"] = Vector3.new(-1751.26221, -3587.58008, 1111.57251),
  1532. ["Rotation"] = Vector3.new(-0.000566392206, -5.4949076e-005, 9.08247471),
  1533. ["Anchored"] = true,
  1534. ["CFrame"] = CFrame.new(-1751.26221, -3587.58008, 1111.57251, 0.987462223, -0.157856047, -9.59042268e-007, 0.157856047, 0.987462223, 9.88540887e-006, -6.13453551e-007, -9.91285833e-006, 1),
  1535. ["CanCollide"] = false,
  1536. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1537. ["Size"] = Vector3.new(0.200000003, 4.40999985, 4.29296207),
  1538. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1539. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1540. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1541. })
  1542. o32 = Create("Fire",{
  1543. ["Parent"] = o31,
  1544. ["Size"] = 30,
  1545. ["Color"] = Color3.new(1, 0.815686, 0),
  1546. ["Enabled"] = false,
  1547. ["Heat"] = 25,
  1548. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1549. })
  1550. o33 = Create("Script",{
  1551. ["Parent"] = o32,
  1552. })
  1553. table.insert(cors,coroutine.create(function()
  1554. wait()
  1555. runDummyScript(function()
  1556. function Spread(part)
  1557. check = part:findFirstChild("Fire")
  1558. if check == nil then
  1559. script.Parent:Clone().Parent = part
  1560.  
  1561. elseif check ~= nil then
  1562. check.Size = check.Size + 1
  1563. check.Heat = check.Heat +1
  1564. end
  1565. end
  1566.  
  1567.  
  1568. script.Parent.Parent.Touched:connect(Spread)
  1569.  
  1570.  
  1571. end,o33)
  1572. end))
  1573. o34 = Create("Part",{
  1574. ["Name"] = "Armor",
  1575. ["Parent"] = o12,
  1576. ["Material"] = Enum.Material.Slate,
  1577. ["BrickColor"] = BrickColor.new("Really black"),
  1578. ["Position"] = Vector3.new(-1753.77808, -3592.89307, 1111.12756),
  1579. ["Rotation"] = Vector3.new(-5.22349401e-005, 1.91785184e-005, -22.583704),
  1580. ["Anchored"] = true,
  1581. ["CFrame"] = CFrame.new(-1753.77808, -3592.89307, 1111.12756, 0.923319459, 0.384032726, 3.34728298e-007, -0.384032726, 0.923319459, 9.11671691e-007, 4.10506154e-008, -9.70310793e-007, 1),
  1582. ["CanCollide"] = false,
  1583. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1584. ["Size"] = Vector3.new(3.64999938, 1.13, 1.68296218),
  1585. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1586. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1587. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1588. })
  1589. o35 = Create("Fire",{
  1590. ["Parent"] = o34,
  1591. ["Size"] = 30,
  1592. ["Color"] = Color3.new(1, 0.815686, 0),
  1593. ["Enabled"] = false,
  1594. ["Heat"] = 25,
  1595. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1596. })
  1597. o36 = Create("Script",{
  1598. ["Parent"] = o35,
  1599. })
  1600. table.insert(cors,coroutine.create(function()
  1601. wait()
  1602. runDummyScript(function()
  1603. function Spread(part)
  1604. check = part:findFirstChild("Fire")
  1605. if check == nil then
  1606. script.Parent:Clone().Parent = part
  1607.  
  1608. elseif check ~= nil then
  1609. check.Size = check.Size + 1
  1610. check.Heat = check.Heat +1
  1611. end
  1612. end
  1613.  
  1614.  
  1615. script.Parent.Parent.Touched:connect(Spread)
  1616.  
  1617.  
  1618. end,o36)
  1619. end))
  1620. o37 = Create("Part",{
  1621. ["Name"] = "Armor",
  1622. ["Parent"] = o12,
  1623. ["Material"] = Enum.Material.Slate,
  1624. ["BrickColor"] = BrickColor.new("Really black"),
  1625. ["Position"] = Vector3.new(-1752.16235, -3593.50049, 1111.57251),
  1626. ["Rotation"] = Vector3.new(-5.22349401e-005, 1.91785184e-005, -22.583704),
  1627. ["Anchored"] = true,
  1628. ["CFrame"] = CFrame.new(-1752.16235, -3593.50049, 1111.57251, 0.923319459, 0.384032726, 3.34728298e-007, -0.384032726, 0.923319459, 9.11671691e-007, 4.10506154e-008, -9.70310793e-007, 1),
  1629. ["CanCollide"] = false,
  1630. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1631. ["Size"] = Vector3.new(0.200000003, 4.40999985, 4.29296207),
  1632. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1633. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1634. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1635. })
  1636. o38 = Create("Fire",{
  1637. ["Parent"] = o37,
  1638. ["Size"] = 30,
  1639. ["Color"] = Color3.new(1, 0.815686, 0),
  1640. ["Enabled"] = false,
  1641. ["Heat"] = 25,
  1642. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1643. })
  1644. o39 = Create("Script",{
  1645. ["Parent"] = o38,
  1646. })
  1647. table.insert(cors,coroutine.create(function()
  1648. wait()
  1649. runDummyScript(function()
  1650. function Spread(part)
  1651. check = part:findFirstChild("Fire")
  1652. if check == nil then
  1653. script.Parent:Clone().Parent = part
  1654.  
  1655. elseif check ~= nil then
  1656. check.Size = check.Size + 1
  1657. check.Heat = check.Heat +1
  1658. end
  1659. end
  1660.  
  1661.  
  1662. script.Parent.Parent.Touched:connect(Spread)
  1663.  
  1664.  
  1665. end,o39)
  1666. end))
  1667. o40 = Create("Model",{
  1668. ["Name"] = "Chest",
  1669. ["Parent"] = o1,
  1670. })
  1671. o41 = Create("Part",{
  1672. ["Name"] = "Middle",
  1673. ["Parent"] = o40,
  1674. ["Material"] = Enum.Material.Grass,
  1675. ["BrickColor"] = BrickColor.new("Really black"),
  1676. ["Position"] = Vector3.new(-1761.05005, -3590.25195, 1111.85254),
  1677. ["Anchored"] = true,
  1678. ["CFrame"] = CFrame.new(-1761.05005, -3590.25195, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1679. ["CanCollide"] = false,
  1680. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1681. ["Size"] = Vector3.new(6.86592007, 6.86592293, 3.43296194),
  1682. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1683. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1684. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1685. })
  1686. o42 = Create("Fire",{
  1687. ["Parent"] = o41,
  1688. ["Size"] = 30,
  1689. ["Color"] = Color3.new(1, 0.815686, 0),
  1690. ["Enabled"] = false,
  1691. ["Heat"] = 25,
  1692. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1693. })
  1694. o43 = Create("Script",{
  1695. ["Parent"] = o42,
  1696. })
  1697. table.insert(cors,coroutine.create(function()
  1698. wait()
  1699. runDummyScript(function()
  1700. function Spread(part)
  1701. check = part:findFirstChild("Fire")
  1702. if check == nil then
  1703. script.Parent:Clone().Parent = part
  1704.  
  1705. elseif check ~= nil then
  1706. check.Size = check.Size + 1
  1707. check.Heat = check.Heat +1
  1708. end
  1709. end
  1710.  
  1711.  
  1712. script.Parent.Parent.Touched:connect(Spread)
  1713.  
  1714.  
  1715. end,o43)
  1716. end))
  1717. o44 = Create("Part",{
  1718. ["Parent"] = o40,
  1719. ["BrickColor"] = BrickColor.new("Really black"),
  1720. ["Position"] = Vector3.new(-1761.05005, -3585.10156, 1111.85254),
  1721. ["Velocity"] = Vector3.new(0, -1, 0),
  1722. ["Anchored"] = true,
  1723. ["CFrame"] = CFrame.new(-1761.05005, -3585.10156, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1724. ["CanCollide"] = false,
  1725. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1726. ["Size"] = Vector3.new(6.86592007, 3.43296146, 3.43296194),
  1727. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1728. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1729. })
  1730. o45 = Create("SpecialMesh",{
  1731. ["Parent"] = o44,
  1732. ["Scale"] = Vector3.new(1.20000005, 1.20000005, 1.20000005),
  1733. })
  1734. o46 = Create("Fire",{
  1735. ["Parent"] = o44,
  1736. ["Size"] = 30,
  1737. ["Color"] = Color3.new(1, 0.815686, 0),
  1738. ["Enabled"] = false,
  1739. ["Heat"] = 25,
  1740. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1741. })
  1742. o47 = Create("Script",{
  1743. ["Parent"] = o46,
  1744. })
  1745. table.insert(cors,coroutine.create(function()
  1746. wait()
  1747. runDummyScript(function()
  1748. function Spread(part)
  1749. check = part:findFirstChild("Fire")
  1750. if check == nil then
  1751. script.Parent:Clone().Parent = part
  1752.  
  1753. elseif check ~= nil then
  1754. check.Size = check.Size + 1
  1755. check.Heat = check.Heat +1
  1756. end
  1757. end
  1758.  
  1759.  
  1760. script.Parent.Parent.Touched:connect(Spread)
  1761.  
  1762.  
  1763. end,o47)
  1764. end))
  1765. o48 = Create("Part",{
  1766. ["Name"] = "Hat",
  1767. ["Parent"] = o40,
  1768. ["Material"] = Enum.Material.Concrete,
  1769. ["BrickColor"] = BrickColor.new("Really black"),
  1770. ["Position"] = Vector3.new(-1761.05005, -3584.1377, 1111.85254),
  1771. ["Anchored"] = true,
  1772. ["CFrame"] = CFrame.new(-1761.05005, -3584.1377, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1773. ["CanCollide"] = false,
  1774. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1775. ["Size"] = Vector3.new(6.86592007, 3.43296146, 3.43296194),
  1776. ["BottomSurface"] = Enum.SurfaceType.Weld,
  1777. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1778. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1779. })
  1780. o49 = Create("Fire",{
  1781. ["Parent"] = o48,
  1782. ["Size"] = 30,
  1783. ["Color"] = Color3.new(1, 0.815686, 0),
  1784. ["Enabled"] = false,
  1785. ["Heat"] = 25,
  1786. ["SecondaryColor"] = Color3.new(1, 0, 0),
  1787. })
  1788. o50 = Create("Script",{
  1789. ["Parent"] = o49,
  1790. })
  1791. table.insert(cors,coroutine.create(function()
  1792. wait()
  1793. runDummyScript(function()
  1794. function Spread(part)
  1795. check = part:findFirstChild("Fire")
  1796. if check == nil then
  1797. script.Parent:Clone().Parent = part
  1798.  
  1799. elseif check ~= nil then
  1800. check.Size = check.Size + 1
  1801. check.Heat = check.Heat +1
  1802. end
  1803. end
  1804.  
  1805.  
  1806. script.Parent.Parent.Touched:connect(Spread)
  1807.  
  1808.  
  1809. end,o50)
  1810. end))
  1811. o51 = Create("SpecialMesh",{
  1812. ["Parent"] = o48,
  1813. ["MeshId"] = "http://www.roblox.com/asset/?id=16150814",
  1814. ["Scale"] = Vector3.new(4, 4, 4),
  1815. ["TextureId"] = "http://www.roblox.com/asset/?id=16150799",
  1816. ["VertexColor"] = Vector3.new(0.200000003, 0.200000003, 0.200000003),
  1817. ["MeshType"] = Enum.MeshType.FileMesh,
  1818. })
  1819. o52 = Create("Part",{
  1820. ["Parent"] = o40,
  1821. ["Transparency"] = 1,
  1822. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1823. ["Rotation"] = Vector3.new(91.8079071, -3.89169359, 131.856094),
  1824. ["Anchored"] = true,
  1825. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.665723264, -0.74310571, -0.0678706542, 0.0217668079, 0.0715781152, -0.997199297, 0.7458812, -0.66533494, -0.0314760283),
  1826. ["CanCollide"] = false,
  1827. ["Locked"] = true,
  1828. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1829. })
  1830. o53 = Create("ParticleEmitter",{
  1831. ["Parent"] = o52,
  1832. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1833. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1834. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1835. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1836. ["Speed"] = NumberRange.new(10,10),
  1837. })
  1838. o54 = Create("Part",{
  1839. ["Parent"] = o40,
  1840. ["Transparency"] = 1,
  1841. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1842. ["Rotation"] = Vector3.new(85.7094498, 5.97641565e-006, -1.68086683e-006),
  1843. ["Anchored"] = true,
  1844. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 1, 2.93366611e-008, 1.04308128e-007, -1.04308128e-007, 0.0748144686, -0.997199237, 3.20142135e-008, 0.997197449, 0.0748144463),
  1845. ["CanCollide"] = false,
  1846. ["Locked"] = true,
  1847. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1848. })
  1849. o55 = Create("ParticleEmitter",{
  1850. ["Parent"] = o54,
  1851. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1852. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1853. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1854. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1855. ["Speed"] = NumberRange.new(10,10),
  1856. })
  1857. o56 = Create("Part",{
  1858. ["Parent"] = o40,
  1859. ["Transparency"] = 1,
  1860. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1861. ["Rotation"] = Vector3.new(88.6520844, 4.07365465, -46.3612671),
  1862. ["Anchored"] = true,
  1863. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.6883654, 0.721877038, 0.0710387975, 0.031986922, 0.0676305369, -0.997199357, -0.72465837, 0.688708603, 0.0234639738),
  1864. ["CanCollide"] = false,
  1865. ["Locked"] = true,
  1866. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1867. })
  1868. o57 = Create("ParticleEmitter",{
  1869. ["Parent"] = o56,
  1870. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1871. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1872. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1873. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1874. ["Speed"] = NumberRange.new(10,10),
  1875. })
  1876. o58 = Create("Part",{
  1877. ["Parent"] = o40,
  1878. ["Transparency"] = 1,
  1879. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1880. ["Rotation"] = Vector3.new(88.6522293, 4.07362413, -60.6914787),
  1881. ["Anchored"] = true,
  1882. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.488275468, 0.869793534, 0.0710382611, 0.0142543819, 0.0734416321, -0.997199357, -0.872573256, 0.487919807, 0.0234614406),
  1883. ["CanCollide"] = false,
  1884. ["Locked"] = true,
  1885. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1886. })
  1887. o59 = Create("ParticleEmitter",{
  1888. ["Parent"] = o58,
  1889. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1890. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1891. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1892. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1893. ["Speed"] = NumberRange.new(10,10),
  1894. })
  1895. o60 = Create("Part",{
  1896. ["Parent"] = o40,
  1897. ["Transparency"] = 1,
  1898. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1899. ["Rotation"] = Vector3.new(88.652298, 4.07355118, -54.170784),
  1900. ["Anchored"] = true,
  1901. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.583892345, 0.808717191, 0.0710370019, 0.0225025266, 0.0713460743, -0.997199595, -0.811519146, 0.583854675, 0.023460323),
  1902. ["CanCollide"] = false,
  1903. ["Locked"] = true,
  1904. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1905. })
  1906. o61 = Create("ParticleEmitter",{
  1907. ["Parent"] = o60,
  1908. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1909. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1910. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1911. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1912. ["Speed"] = NumberRange.new(10,10),
  1913. })
  1914. o62 = Create("Part",{
  1915. ["Parent"] = o40,
  1916. ["Transparency"] = 1,
  1917. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1918. ["Rotation"] = Vector3.new(92.5079422, 3.48240304, -100.481056),
  1919. ["Anchored"] = true,
  1920. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.181574538, 0.981499434, 0.0607419871, 0.031988997, 0.0676312596, -0.997199178, -0.98285675, -0.179122493, -0.0436771102),
  1921. ["CanCollide"] = false,
  1922. ["Locked"] = true,
  1923. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1924. })
  1925. o63 = Create("ParticleEmitter",{
  1926. ["Parent"] = o62,
  1927. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1928. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1929. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1930. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1931. ["Speed"] = NumberRange.new(10,10),
  1932. })
  1933. o64 = Create("Part",{
  1934. ["Parent"] = o40,
  1935. ["Transparency"] = 1,
  1936. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1937. ["Rotation"] = Vector3.new(88.6522217, 4.07366323, -71.6749725),
  1938. ["Anchored"] = true,
  1939. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.313612849, 0.946889937, 0.0710389465, 7.52419567e-007, 0.0748128816, -0.997199416, -0.949550927, 0.312734067, 0.0234616306),
  1940. ["CanCollide"] = false,
  1941. ["Locked"] = true,
  1942. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1943. })
  1944. o65 = Create("ParticleEmitter",{
  1945. ["Parent"] = o64,
  1946. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1947. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1948. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1949. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1950. ["Speed"] = NumberRange.new(10,10),
  1951. })
  1952. o66 = Create("Part",{
  1953. ["Parent"] = o40,
  1954. ["Transparency"] = 1,
  1955. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1956. ["Rotation"] = Vector3.new(88.6522217, 4.07363415, -54.7600021),
  1957. ["Anchored"] = true,
  1958. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.575544894, 0.814678848, 0.0710384399, 0.0217674468, 0.0715756118, -0.997199476, -0.817480505, 0.575478315, 0.0234615691),
  1959. ["CanCollide"] = false,
  1960. ["Locked"] = true,
  1961. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1962. })
  1963. o67 = Create("ParticleEmitter",{
  1964. ["Parent"] = o66,
  1965. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1966. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1967. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1968. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1969. ["Speed"] = NumberRange.new(10,10),
  1970. })
  1971. o68 = Create("Part",{
  1972. ["Parent"] = o40,
  1973. ["Transparency"] = 1,
  1974. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1975. ["Rotation"] = Vector3.new(88.6522293, 4.07363319, -64.9099731),
  1976. ["Anchored"] = true,
  1977. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.422970563, 0.903354645, 0.071038425, 0.00881337654, 0.0742913932, -0.997199476, -0.90610069, 0.422411412, 0.0234615393),
  1978. ["CanCollide"] = false,
  1979. ["Locked"] = true,
  1980. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  1981. })
  1982. o69 = Create("ParticleEmitter",{
  1983. ["Parent"] = o68,
  1984. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  1985. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  1986. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1987. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  1988. ["Speed"] = NumberRange.new(10,10),
  1989. })
  1990. o70 = Create("Part",{
  1991. ["Parent"] = o40,
  1992. ["Transparency"] = 1,
  1993. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  1994. ["Rotation"] = Vector3.new(85.7858124, 0.805993795, 6.10579872),
  1995. ["Anchored"] = true,
  1996. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.994228899, -0.106354184, 0.0140667818, 0.0217652507, 0.0715764016, -0.997199416, 0.105049394, 0.99174881, 0.0734781027),
  1997. ["CanCollide"] = false,
  1998. ["Locked"] = true,
  1999. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2000. })
  2001. o71 = Create("ParticleEmitter",{
  2002. ["Parent"] = o70,
  2003. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2004. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2005. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2006. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2007. ["Speed"] = NumberRange.new(10,10),
  2008. })
  2009. o72 = Create("Part",{
  2010. ["Parent"] = o40,
  2011. ["Transparency"] = 1,
  2012. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2013. ["Rotation"] = Vector3.new(90.5981674, 4.24854565, -80.5159073),
  2014. ["Anchored"] = true,
  2015. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.164320961, 0.983621061, 0.0740831718, 0.0225036014, 0.0713462606, -0.997199535, -0.986150265, 0.165527821, -0.0104111936),
  2016. ["CanCollide"] = false,
  2017. ["Locked"] = true,
  2018. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2019. })
  2020. o73 = Create("ParticleEmitter",{
  2021. ["Parent"] = o72,
  2022. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2023. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2024. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2025. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2026. ["Speed"] = NumberRange.new(10,10),
  2027. })
  2028. o74 = Create("Part",{
  2029. ["Parent"] = o40,
  2030. ["Transparency"] = 1,
  2031. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2032. ["Rotation"] = Vector3.new(92.5080032, 3.48228145, -108.879791),
  2033. ["Anchored"] = true,
  2034. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.322986245, 0.944452524, 0.0607398674, 0.021769356, 0.07157664, -0.997199357, -0.946153343, -0.32075882, -0.0436782129),
  2035. ["CanCollide"] = false,
  2036. ["Locked"] = true,
  2037. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2038. })
  2039. o75 = Create("ParticleEmitter",{
  2040. ["Parent"] = o74,
  2041. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2042. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2043. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2044. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2045. ["Speed"] = NumberRange.new(10,10),
  2046. })
  2047. o76 = Create("Part",{
  2048. ["Parent"] = o40,
  2049. ["Transparency"] = 1,
  2050. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2051. ["Rotation"] = Vector3.new(90.5981445, 4.24865246, -91.2550812),
  2052. ["Anchored"] = true,
  2053. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.0218434073, 0.997012675, 0.0740850344, 0.0088143833, 0.0742918178, -0.997199416, -0.999722719, -0.0211290903, -0.0104107056),
  2054. ["CanCollide"] = false,
  2055. ["Locked"] = true,
  2056. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2057. })
  2058. o77 = Create("ParticleEmitter",{
  2059. ["Parent"] = o76,
  2060. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2061. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2062. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2063. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2064. ["Speed"] = NumberRange.new(10,10),
  2065. })
  2066. o78 = Create("Part",{
  2067. ["Parent"] = o40,
  2068. ["Transparency"] = 1,
  2069. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2070. ["Rotation"] = Vector3.new(90.5981445, 4.2486515, -81.1051102),
  2071. ["Anchored"] = true,
  2072. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.15419735, 0.985258758, 0.0740850121, 0.0217685215, 0.071575813, -0.997199357, -0.9878003, 0.155377954, -0.0104107037),
  2073. ["CanCollide"] = false,
  2074. ["Locked"] = true,
  2075. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2076. })
  2077. o79 = Create("ParticleEmitter",{
  2078. ["Parent"] = o78,
  2079. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2080. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2081. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2082. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2083. ["Speed"] = NumberRange.new(10,10),
  2084. })
  2085. o80 = Create("Part",{
  2086. ["Parent"] = o40,
  2087. ["Transparency"] = 1,
  2088. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2089. ["Rotation"] = Vector3.new(92.5080032, 3.48227262, -114.811272),
  2090. ["Anchored"] = true,
  2091. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.418855935, 0.906019092, 0.0607397109, 0.0142561644, 0.0734429136, -0.997199357, -0.907940924, -0.416816145, -0.0436781682),
  2092. ["CanCollide"] = false,
  2093. ["Locked"] = true,
  2094. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2095. })
  2096. o81 = Create("ParticleEmitter",{
  2097. ["Parent"] = o80,
  2098. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2099. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2100. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2101. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2102. ["Speed"] = NumberRange.new(10,10),
  2103. })
  2104. o82 = Create("Part",{
  2105. ["Parent"] = o40,
  2106. ["Transparency"] = 1,
  2107. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2108. ["Rotation"] = Vector3.new(92.5080185, 3.48230243, -125.794777),
  2109. ["Anchored"] = true,
  2110. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.583803773, 0.809619486, 0.0607402325, 2.25007534e-006, 0.0748144388, -0.997199237, -0.811894834, -0.582167447, -0.0436785743),
  2111. ["CanCollide"] = false,
  2112. ["Locked"] = true,
  2113. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2114. })
  2115. o83 = Create("ParticleEmitter",{
  2116. ["Parent"] = o82,
  2117. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2118. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2119. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2120. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2121. ["Speed"] = NumberRange.new(10,10),
  2122. })
  2123. o84 = Create("Part",{
  2124. ["Parent"] = o40,
  2125. ["Transparency"] = 1,
  2126. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2127. ["Rotation"] = Vector3.new(90.5981445, 4.24864292, -87.0365982),
  2128. ["Anchored"] = true,
  2129. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.0515560172, 0.995918393, 0.0740848705, 0.0142553989, 0.0734420046, -0.997199357, -0.998568416, 0.0524677485, -0.0104107074),
  2130. ["CanCollide"] = false,
  2131. ["Locked"] = true,
  2132. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2133. })
  2134. o85 = Create("ParticleEmitter",{
  2135. ["Parent"] = o84,
  2136. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2137. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2138. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2139. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2140. ["Speed"] = NumberRange.new(10,10),
  2141. })
  2142. o86 = Create("Part",{
  2143. ["Parent"] = o40,
  2144. ["Transparency"] = 1,
  2145. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2146. ["Rotation"] = Vector3.new(90.5980301, 4.24873638, -72.7063599),
  2147. ["Anchored"] = true,
  2148. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.296452016, 0.952169955, 0.0740864947, 0.0319880433, 0.0676306561, -0.997199297, -0.95451194, 0.297991157, -0.0104086772),
  2149. ["CanCollide"] = false,
  2150. ["Locked"] = true,
  2151. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2152. })
  2153. o87 = Create("ParticleEmitter",{
  2154. ["Parent"] = o86,
  2155. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2156. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2157. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2158. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2159. ["Speed"] = NumberRange.new(10,10),
  2160. })
  2161. o88 = Create("Part",{
  2162. ["Parent"] = o40,
  2163. ["Transparency"] = 1,
  2164. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2165. ["Rotation"] = Vector3.new(90.5981522, 4.24868107, -98.0200729),
  2166. ["Anchored"] = true,
  2167. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.139136612, 0.987498105, 0.0740855336, 1.6912818e-006, 0.0748133883, -0.997199357, -0.990273178, -0.13874647, -0.0104108211),
  2168. ["CanCollide"] = false,
  2169. ["Locked"] = true,
  2170. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2171. })
  2172. o89 = Create("ParticleEmitter",{
  2173. ["Parent"] = o88,
  2174. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2175. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2176. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2177. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2178. ["Speed"] = NumberRange.new(10,10),
  2179. })
  2180. o90 = Create("Part",{
  2181. ["Parent"] = o40,
  2182. ["Transparency"] = 1,
  2183. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2184. ["Rotation"] = Vector3.new(86.5763168, 2.58728242, -20.1215248),
  2185. ["Anchored"] = true,
  2186. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.938007891, 0.343661755, 0.0451412499, 0.0217661932, 0.0715755075, -0.997199476, -0.345929593, 0.93636179, 0.0596581995),
  2187. ["CanCollide"] = false,
  2188. ["Locked"] = true,
  2189. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2190. })
  2191. o91 = Create("ParticleEmitter",{
  2192. ["Parent"] = o90,
  2193. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2194. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2195. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2196. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2197. ["Speed"] = NumberRange.new(10,10),
  2198. })
  2199. o92 = Create("Part",{
  2200. ["Parent"] = o40,
  2201. ["Transparency"] = 1,
  2202. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2203. ["Rotation"] = Vector3.new(88.1726608, 3.88256121, -39.4587975),
  2204. ["Anchored"] = true,
  2205. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.770309925, 0.634064615, 0.067711629, 0.0319868773, 0.0676303059, -0.997199357, -0.636866927, 0.770317078, 0.0318146087),
  2206. ["CanCollide"] = false,
  2207. ["Locked"] = true,
  2208. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2209. })
  2210. o93 = Create("ParticleEmitter",{
  2211. ["Parent"] = o92,
  2212. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2213. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2214. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2215. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2216. ["Speed"] = NumberRange.new(10,10),
  2217. })
  2218. o94 = Create("Part",{
  2219. ["Parent"] = o40,
  2220. ["Transparency"] = 1,
  2221. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2222. ["Rotation"] = Vector3.new(86.5764236, 2.58725405, -19.5322876),
  2223. ["Anchored"] = true,
  2224. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.941492617, 0.33399722, 0.0451407582, 0.0225012712, 0.0713459849, -0.997199714, -0.336281836, 0.93987, 0.0596563518),
  2225. ["CanCollide"] = false,
  2226. ["Locked"] = true,
  2227. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2228. })
  2229. o95 = Create("ParticleEmitter",{
  2230. ["Parent"] = o94,
  2231. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2232. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2233. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2234. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2235. ["Speed"] = NumberRange.new(10,10),
  2236. })
  2237. o96 = Create("Part",{
  2238. ["Parent"] = o40,
  2239. ["Transparency"] = 1,
  2240. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2241. ["Rotation"] = Vector3.new(85.7859116, 0.806017935, 6.69499683),
  2242. ["Anchored"] = true,
  2243. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.993082643, -0.116572484, 0.0140672028, 0.0225003324, 0.0713469088, -0.997199535, 0.115242243, 0.990616262, 0.0734762773),
  2244. ["CanCollide"] = false,
  2245. ["Locked"] = true,
  2246. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2247. })
  2248. o97 = Create("ParticleEmitter",{
  2249. ["Parent"] = o96,
  2250. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2251. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2252. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2253. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2254. ["Speed"] = NumberRange.new(10,10),
  2255. })
  2256. o98 = Create("Part",{
  2257. ["Parent"] = o40,
  2258. ["Transparency"] = 1,
  2259. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2260. ["Rotation"] = Vector3.new(85.78582, 0.805994451, 0.174329057),
  2261. ["Anchored"] = true,
  2262. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.999896467, -0.00304231024, 0.014066793, 0.0142521039, 0.0734422281, -0.997199416, 0.00200076075, 0.997294903, 0.0734779537),
  2263. ["CanCollide"] = false,
  2264. ["Locked"] = true,
  2265. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2266. })
  2267. o99 = Create("ParticleEmitter",{
  2268. ["Parent"] = o98,
  2269. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2270. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2271. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2272. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2273. ["Speed"] = NumberRange.new(10,10),
  2274. })
  2275. o100 = Create("Part",{
  2276. ["Parent"] = o40,
  2277. ["Transparency"] = 1,
  2278. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2279. ["Rotation"] = Vector3.new(86.5761871, 2.58722425, -11.7227564),
  2280. ["Anchored"] = true,
  2281. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.978144228, 0.202969119, 0.0451402366, 0.0319857337, 0.067630738, -0.997199416, -0.205453068, 0.976846695, 0.0596604981),
  2282. ["CanCollide"] = false,
  2283. ["Locked"] = true,
  2284. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2285. })
  2286. o101 = Create("ParticleEmitter",{
  2287. ["Parent"] = o100,
  2288. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2289. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2290. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2291. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2292. ["Speed"] = NumberRange.new(10,10),
  2293. })
  2294. o102 = Create("Part",{
  2295. ["Parent"] = o40,
  2296. ["Transparency"] = 1,
  2297. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2298. ["Rotation"] = Vector3.new(85.7857819, 0.806004465, -10.809165),
  2299. ["Anchored"] = true,
  2300. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.982160211, 0.187519893, 0.0140669681, -1.57952309e-006, 0.0748129785, -0.997199416, -0.188046604, 0.979407728, 0.073478587),
  2301. ["CanCollide"] = false,
  2302. ["Locked"] = true,
  2303. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2304. })
  2305. o103 = Create("ParticleEmitter",{
  2306. ["Parent"] = o102,
  2307. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2308. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2309. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2310. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2311. ["Speed"] = NumberRange.new(10,10),
  2312. })
  2313. o104 = Create("Part",{
  2314. ["Parent"] = o40,
  2315. ["Transparency"] = 1,
  2316. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2317. ["Rotation"] = Vector3.new(85.7858124, 0.805993795, -4.04415083),
  2318. ["Anchored"] = true,
  2319. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.99741137, 0.0705181807, 0.0140667818, 0.00881107524, 0.0742917582, -0.997199416, -0.0713654235, 0.994740188, 0.0734780729),
  2320. ["CanCollide"] = false,
  2321. ["Locked"] = true,
  2322. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2323. })
  2324. o105 = Create("ParticleEmitter",{
  2325. ["Parent"] = o104,
  2326. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2327. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2328. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2329. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2330. ["Speed"] = NumberRange.new(10,10),
  2331. })
  2332. o106 = Create("Part",{
  2333. ["Parent"] = o40,
  2334. ["Transparency"] = 1,
  2335. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2336. ["Rotation"] = Vector3.new(86.5763245, 2.5872798, -26.05299),
  2337. ["Anchored"] = true,
  2338. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.897472501, 0.438754529, 0.0451412052, 0.0142531395, 0.0734415054, -0.997199476, -0.440840036, 0.895600855, 0.0596581101),
  2339. ["CanCollide"] = false,
  2340. ["Locked"] = true,
  2341. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2342. })
  2343. o107 = Create("ParticleEmitter",{
  2344. ["Parent"] = o106,
  2345. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2346. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2347. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2348. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2349. ["Speed"] = NumberRange.new(10,10),
  2350. })
  2351. o108 = Create("Part",{
  2352. ["Parent"] = o40,
  2353. ["Transparency"] = 1,
  2354. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2355. ["Rotation"] = Vector3.new(86.5763168, 2.58728147, -30.271471),
  2356. ["Anchored"] = true,
  2357. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.862766325, 0.503583789, 0.045141235, 0.00881213322, 0.07429111, -0.997199476, -0.505526066, 0.860746384, 0.0596582144),
  2358. ["CanCollide"] = false,
  2359. ["Locked"] = true,
  2360. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2361. })
  2362. o109 = Create("ParticleEmitter",{
  2363. ["Parent"] = o108,
  2364. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2365. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2366. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2367. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2368. ["Speed"] = NumberRange.new(10,10),
  2369. })
  2370. o110 = Create("Part",{
  2371. ["Parent"] = o40,
  2372. ["Transparency"] = 1,
  2373. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2374. ["Rotation"] = Vector3.new(85.7857132, 0.805881739, 14.504549),
  2375. ["Anchored"] = true,
  2376. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.968032002, -0.250432104, 0.0140648261, 0.0319848694, 0.0676316917, -0.997199297, 0.248779178, 0.965768933, 0.0734796599),
  2377. ["CanCollide"] = false,
  2378. ["Locked"] = true,
  2379. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2380. })
  2381. o111 = Create("ParticleEmitter",{
  2382. ["Parent"] = o110,
  2383. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2384. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2385. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2386. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2387. ["Speed"] = NumberRange.new(10,10),
  2388. })
  2389. o112 = Create("Part",{
  2390. ["Parent"] = o40,
  2391. ["Transparency"] = 1,
  2392. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2393. ["Rotation"] = Vector3.new(88.1727982, 3.88255501, -58.0075073),
  2394. ["Anchored"] = true,
  2395. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.528592288, 0.846171021, 0.0677115172, 0.00881337747, 0.0742911473, -0.997199416, -0.848830044, 0.527707875, 0.03181215),
  2396. ["CanCollide"] = false,
  2397. ["Locked"] = true,
  2398. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2399. })
  2400. o113 = Create("ParticleEmitter",{
  2401. ["Parent"] = o112,
  2402. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2403. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2404. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2405. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2406. ["Speed"] = NumberRange.new(10,10),
  2407. })
  2408. o114 = Create("Part",{
  2409. ["Parent"] = o40,
  2410. ["Transparency"] = 1,
  2411. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2412. ["Rotation"] = Vector3.new(92.5079803, 3.48217797, -108.290573),
  2413. ["Anchored"] = true,
  2414. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.3132568, 0.947724164, 0.0607380643, 0.0225044452, 0.0713471472, -0.997199416, -0.949401677, -0.311012, -0.0436778031),
  2415. ["CanCollide"] = false,
  2416. ["Locked"] = true,
  2417. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2418. })
  2419. o115 = Create("ParticleEmitter",{
  2420. ["Parent"] = o114,
  2421. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2422. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2423. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2424. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2425. ["Speed"] = NumberRange.new(10,10),
  2426. })
  2427. o116 = Create("Part",{
  2428. ["Parent"] = o40,
  2429. ["Transparency"] = 1,
  2430. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2431. ["Rotation"] = Vector3.new(88.1727982, 3.88255286, -47.8575058),
  2432. ["Anchored"] = true,
  2433. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.669436872, 0.73977679, 0.06771148, 0.0217674114, 0.0715753064, -0.997199416, -0.742550015, 0.669034898, 0.0318121836),
  2434. ["CanCollide"] = false,
  2435. ["Locked"] = true,
  2436. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2437. })
  2438. o117 = Create("ParticleEmitter",{
  2439. ["Parent"] = o116,
  2440. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2441. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2442. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2443. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2444. ["Speed"] = NumberRange.new(10,10),
  2445. })
  2446. o118 = Create("Part",{
  2447. ["Parent"] = o40,
  2448. ["Transparency"] = 1,
  2449. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2450. ["Rotation"] = Vector3.new(88.1727905, 3.88258696, -64.7724915),
  2451. ["Anchored"] = true,
  2452. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.42523545, 0.902546406, 0.067712076, 7.84173608e-007, 0.074812673, -0.997199357, -0.905082703, 0.424043894, 0.0318123475),
  2453. ["CanCollide"] = false,
  2454. ["Locked"] = true,
  2455. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2456. })
  2457. o119 = Create("ParticleEmitter",{
  2458. ["Parent"] = o118,
  2459. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2460. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2461. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2462. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2463. ["Speed"] = NumberRange.new(10,10),
  2464. })
  2465. o120 = Create("Part",{
  2466. ["Parent"] = o40,
  2467. ["Transparency"] = 1,
  2468. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2469. ["Rotation"] = Vector3.new(88.1728058, 3.88254642, -53.78899),
  2470. ["Anchored"] = true,
  2471. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.589404881, 0.80499506, 0.0677113682, 0.0142543623, 0.0734413564, -0.997199476, -0.807711899, 0.588718295, 0.0318120643),
  2472. ["CanCollide"] = false,
  2473. ["Locked"] = true,
  2474. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2475. })
  2476. o121 = Create("ParticleEmitter",{
  2477. ["Parent"] = o120,
  2478. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2479. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2480. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2481. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2482. ["Speed"] = NumberRange.new(10,10),
  2483. })
  2484. o122 = Create("Part",{
  2485. ["Parent"] = o40,
  2486. ["Transparency"] = 1,
  2487. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2488. ["Rotation"] = Vector3.new(92.5080032, 3.48228097, -119.029747),
  2489. ["Anchored"] = true,
  2490. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.484367788, 0.872753441, 0.0607398599, 0.00881505013, 0.0742927566, -0.997199357, -0.874820292, -0.482474804, -0.043678198),
  2491. ["CanCollide"] = false,
  2492. ["Locked"] = true,
  2493. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2494. })
  2495. o123 = Create("ParticleEmitter",{
  2496. ["Parent"] = o122,
  2497. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2498. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2499. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2500. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2501. ["Speed"] = NumberRange.new(10,10),
  2502. })
  2503. o124 = Create("Part",{
  2504. ["Parent"] = o40,
  2505. ["Transparency"] = 1,
  2506. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2507. ["Rotation"] = Vector3.new(86.5762939, 2.58730626, -37.0364799),
  2508. ["Anchored"] = true,
  2509. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.797438562, 0.601709425, 0.0451416671, -4.47034836e-007, 0.0748125091, -0.997199535, -0.603400409, 0.795203745, 0.0596586503),
  2510. ["CanCollide"] = false,
  2511. ["Locked"] = true,
  2512. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2513. })
  2514. o125 = Create("ParticleEmitter",{
  2515. ["Parent"] = o124,
  2516. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2517. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2518. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2519. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2520. ["Speed"] = NumberRange.new(10,10),
  2521. })
  2522. o126 = Create("Part",{
  2523. ["Parent"] = o40,
  2524. ["Transparency"] = 1,
  2525. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2526. ["Rotation"] = Vector3.new(88.1728821, 3.88248229, -47.2683334),
  2527. ["Anchored"] = true,
  2528. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.67700851, 0.732853889, 0.0677102506, 0.022502467, 0.0713458061, -0.997199595, -0.735631049, 0.676635146, 0.0318107568),
  2529. ["CanCollide"] = false,
  2530. ["Locked"] = true,
  2531. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2532. })
  2533. o127 = Create("ParticleEmitter",{
  2534. ["Parent"] = o126,
  2535. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2536. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2537. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2538. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2539. ["Speed"] = NumberRange.new(10,10),
  2540. })
  2541. o128 = Create("Part",{
  2542. ["Parent"] = o40,
  2543. ["Transparency"] = 1,
  2544. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2545. ["Rotation"] = Vector3.new(94.2613144, -0.499827653, -175.694702),
  2546. ["Anchored"] = true,
  2547. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.997140229, 0.0750680491, -0.00872352719, 0.0142532885, 0.0734430179, -0.997199416, -0.0742171258, -0.994470239, -0.0743027255),
  2548. ["CanCollide"] = false,
  2549. ["Locked"] = true,
  2550. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2551. })
  2552. o129 = Create("ParticleEmitter",{
  2553. ["Parent"] = o128,
  2554. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2555. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2556. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2557. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2558. ["Speed"] = NumberRange.new(10,10),
  2559. })
  2560. o130 = Create("Part",{
  2561. ["Parent"] = o40,
  2562. ["Transparency"] = 1,
  2563. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2564. ["Rotation"] = Vector3.new(94.261322, -0.499826789, -179.913193),
  2565. ["Anchored"] = true,
  2566. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.999960899, 0.00151503831, -0.00872351229, 0.00881218165, 0.0742927045, -0.997199416, -0.000862813671, -0.997235537, -0.0743029192),
  2567. ["CanCollide"] = false,
  2568. ["Locked"] = true,
  2569. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2570. })
  2571. o131 = Create("ParticleEmitter",{
  2572. ["Parent"] = o130,
  2573. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2574. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2575. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2576. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2577. ["Speed"] = NumberRange.new(10,10),
  2578. })
  2579. o132 = Create("Part",{
  2580. ["Parent"] = o40,
  2581. ["Transparency"] = 1,
  2582. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2583. ["Rotation"] = Vector3.new(94.2613602, -0.499834061, 173.321823),
  2584. ["Anchored"] = true,
  2585. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.993177116, -0.116288163, -0.00872363895, -5.81145287e-007, 0.0748140141, -0.997199237, 0.116614863, -0.990393817, -0.0743034109),
  2586. ["CanCollide"] = false,
  2587. ["Locked"] = true,
  2588. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2589. })
  2590. o133 = Create("ParticleEmitter",{
  2591. ["Parent"] = o132,
  2592. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2593. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2594. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2595. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2596. ["Speed"] = NumberRange.new(10,10),
  2597. })
  2598. o134 = Create("Part",{
  2599. ["Parent"] = o40,
  2600. ["Transparency"] = 1,
  2601. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2602. ["Rotation"] = Vector3.new(92.5135651, 3.47827554, -114.90554),
  2603. ["Anchored"] = true,
  2604. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.42034781, 0.905332446, 0.0606700778, 0.014252793, 0.07344383, -0.997199297, -0.907251179, -0.41830501, -0.0437752716),
  2605. ["CanCollide"] = false,
  2606. ["Locked"] = true,
  2607. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2608. })
  2609. o135 = Create("ParticleEmitter",{
  2610. ["Parent"] = o134,
  2611. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2612. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2613. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2614. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2615. ["Speed"] = NumberRange.new(10,10),
  2616. })
  2617. o136 = Create("Part",{
  2618. ["Parent"] = o40,
  2619. ["Transparency"] = 1,
  2620. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2621. ["Rotation"] = Vector3.new(93.6014633, -2.333462, 147.101608),
  2622. ["Anchored"] = true,
  2623. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.838938951, -0.542700648, -0.0407153368, -1.86264515e-008, 0.0748138502, -0.997199237, 0.544225812, -0.836587727, -0.0627640337),
  2624. ["CanCollide"] = false,
  2625. ["Locked"] = true,
  2626. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2627. })
  2628. o137 = Create("ParticleEmitter",{
  2629. ["Parent"] = o136,
  2630. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2631. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2632. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2633. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2634. ["Speed"] = NumberRange.new(10,10),
  2635. })
  2636. o138 = Create("Part",{
  2637. ["Parent"] = o40,
  2638. ["Transparency"] = 1,
  2639. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2640. ["Rotation"] = Vector3.new(92.1031647, -3.74052405, 119.376282),
  2641. ["Anchored"] = true,
  2642. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.489498109, -0.869560719, -0.0652380958, 5.23403287e-007, 0.0748140067, -0.997199237, 0.87200439, -0.488126427, -0.0366207063),
  2643. ["CanCollide"] = false,
  2644. ["Locked"] = true,
  2645. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2646. })
  2647. o139 = Create("ParticleEmitter",{
  2648. ["Parent"] = o138,
  2649. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2650. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2651. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2652. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2653. ["Speed"] = NumberRange.new(10,10),
  2654. })
  2655. o140 = Create("Part",{
  2656. ["Parent"] = o40,
  2657. ["Transparency"] = 1,
  2658. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2659. ["Rotation"] = Vector3.new(93.6014328, -2.33343935, 158.085083),
  2660. ["Anchored"] = true,
  2661. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.926969826, -0.372919947, -0.0407149419, 0.01425381, 0.073442772, -0.997199357, 0.374865085, -0.924952507, -0.0627634823),
  2662. ["CanCollide"] = false,
  2663. ["Locked"] = true,
  2664. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2665. })
  2666. o141 = Create("ParticleEmitter",{
  2667. ["Parent"] = o140,
  2668. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2669. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2670. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2671. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2672. ["Speed"] = NumberRange.new(10,10),
  2673. })
  2674. o142 = Create("Part",{
  2675. ["Parent"] = o40,
  2676. ["Transparency"] = 1,
  2677. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2678. ["Rotation"] = Vector3.new(92.1031418, -3.74048948, 130.359772),
  2679. ["Anchored"] = true,
  2680. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.646205604, -0.760369897, -0.0652374923, 0.0142543968, 0.0734428242, -0.997199357, 0.763030291, -0.645324588, -0.0366203785),
  2681. ["CanCollide"] = false,
  2682. ["Locked"] = true,
  2683. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2684. })
  2685. o143 = Create("ParticleEmitter",{
  2686. ["Parent"] = o142,
  2687. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2688. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2689. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2690. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2691. ["Speed"] = NumberRange.new(10,10),
  2692. })
  2693. o144 = Create("Part",{
  2694. ["Parent"] = o40,
  2695. ["Transparency"] = 1,
  2696. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2697. ["Rotation"] = Vector3.new(92.1032867, -3.74049091, 144.690002),
  2698. ["Anchored"] = true,
  2699. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.814298451, -0.576768756, -0.0652375147, 0.0319872722, 0.067631647, -0.997199297, 0.579564393, -0.814103067, -0.0366229154),
  2700. ["CanCollide"] = false,
  2701. ["Locked"] = true,
  2702. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2703. })
  2704. o145 = Create("ParticleEmitter",{
  2705. ["Parent"] = o144,
  2706. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2707. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2708. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2709. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2710. ["Speed"] = NumberRange.new(10,10),
  2711. })
  2712. o146 = Create("Part",{
  2713. ["Parent"] = o40,
  2714. ["Transparency"] = 1,
  2715. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2716. ["Rotation"] = Vector3.new(93.6015625, -2.33337355, 172.415314),
  2717. ["Anchored"] = true,
  2718. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.990429044, -0.131882057, -0.0407137945, 0.0319866985, 0.0676317811, -0.997199297, 0.134265944, -0.988955557, -0.062765792),
  2719. ["CanCollide"] = false,
  2720. ["Locked"] = true,
  2721. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2722. })
  2723. o147 = Create("ParticleEmitter",{
  2724. ["Parent"] = o146,
  2725. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2726. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2727. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2728. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2729. ["Speed"] = NumberRange.new(10,10),
  2730. })
  2731. o148 = Create("Part",{
  2732. ["Parent"] = o40,
  2733. ["Transparency"] = 1,
  2734. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2735. ["Rotation"] = Vector3.new(92.1031494, -3.7404964, 136.291245),
  2736. ["Anchored"] = true,
  2737. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.721321881, -0.689520895, -0.0652376115, 0.0217675827, 0.0715767443, -0.997199416, 0.692257822, -0.72072053, -0.0366205126),
  2738. ["CanCollide"] = false,
  2739. ["Locked"] = true,
  2740. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2741. })
  2742. o149 = Create("ParticleEmitter",{
  2743. ["Parent"] = o148,
  2744. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2745. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2746. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2747. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2748. ["Speed"] = NumberRange.new(10,10),
  2749. })
  2750. o150 = Create("Part",{
  2751. ["Parent"] = o40,
  2752. ["Transparency"] = 1,
  2753. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2754. ["Rotation"] = Vector3.new(93.6013336, -2.33342433, 164.605774),
  2755. ["Anchored"] = true,
  2756. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.963322699, -0.265238851, -0.0407146811, 0.0225021094, 0.0713472068, -0.997199535, 0.267400384, -0.961539388, -0.0627617538),
  2757. ["CanCollide"] = false,
  2758. ["Locked"] = true,
  2759. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2760. })
  2761. o151 = Create("ParticleEmitter",{
  2762. ["Parent"] = o150,
  2763. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2764. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2765. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2766. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2767. ["Speed"] = NumberRange.new(10,10),
  2768. })
  2769. o152 = Create("Part",{
  2770. ["Parent"] = o40,
  2771. ["Transparency"] = 1,
  2772. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2773. ["Rotation"] = Vector3.new(93.6014404, -2.33344245, 164.016571),
  2774. ["Anchored"] = true,
  2775. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.960544229, -0.275131136, -0.0407149941, 0.0217670128, 0.071576722, -0.997199357, 0.277274162, -0.958738506, -0.0627636239),
  2776. ["CanCollide"] = false,
  2777. ["Locked"] = true,
  2778. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2779. })
  2780. o153 = Create("ParticleEmitter",{
  2781. ["Parent"] = o152,
  2782. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2783. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2784. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2785. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2786. ["Speed"] = NumberRange.new(10,10),
  2787. })
  2788. o154 = Create("Part",{
  2789. ["Parent"] = o40,
  2790. ["Transparency"] = 1,
  2791. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2792. ["Rotation"] = Vector3.new(93.6014404, -2.33344316, 153.866592),
  2793. ["Anchored"] = true,
  2794. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.897026539, -0.440097481, -0.040715009, 0.00881273672, 0.0742924362, -0.997199357, 0.441888869, -0.894871473, -0.0627636313),
  2795. ["CanCollide"] = false,
  2796. ["Locked"] = true,
  2797. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2798. })
  2799. o155 = Create("ParticleEmitter",{
  2800. ["Parent"] = o154,
  2801. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2802. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2803. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2804. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2805. ["Speed"] = NumberRange.new(10,10),
  2806. })
  2807. o156 = Create("Part",{
  2808. ["Parent"] = o40,
  2809. ["Transparency"] = 1,
  2810. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2811. ["Rotation"] = Vector3.new(92.5135727, 3.47828579, -108.974068),
  2812. ["Anchored"] = true,
  2813. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.324541301, 0.943923831, 0.0606702566, 0.0217660815, 0.0715779364, -0.997199297, -0.945621192, -0.322310954, -0.0437753312),
  2814. ["CanCollide"] = false,
  2815. ["Locked"] = true,
  2816. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2817. })
  2818. o157 = Create("ParticleEmitter",{
  2819. ["Parent"] = o156,
  2820. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2821. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2822. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2823. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2824. ["Speed"] = NumberRange.new(10,10),
  2825. })
  2826. o158 = Create("Part",{
  2827. ["Parent"] = o40,
  2828. ["Transparency"] = 1,
  2829. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2830. ["Rotation"] = Vector3.new(94.2613297, -0.499825507, -169.763214),
  2831. ["Anchored"] = true,
  2832. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.984044254, 0.177709699, -0.00872348994, 0.0217664987, 0.0715771168, -0.997199357, -0.176587358, -0.981476426, -0.0743029416),
  2833. ["CanCollide"] = false,
  2834. ["Locked"] = true,
  2835. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2836. })
  2837. o159 = Create("ParticleEmitter",{
  2838. ["Parent"] = o158,
  2839. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2840. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2841. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2842. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2843. ["Speed"] = NumberRange.new(10,10),
  2844. })
  2845. o160 = Create("Part",{
  2846. ["Parent"] = o40,
  2847. ["Transparency"] = 1,
  2848. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2849. ["Rotation"] = Vector3.new(94.2614059, -0.499709398, -161.364487),
  2850. ["Anchored"] = true,
  2851. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.947534502, 0.31953451, -0.00872146338, 0.0319862142, 0.0676321536, -0.997199357, -0.318049282, -0.945157945, -0.0743042678),
  2852. ["CanCollide"] = false,
  2853. ["Locked"] = true,
  2854. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2855. })
  2856. o161 = Create("ParticleEmitter",{
  2857. ["Parent"] = o160,
  2858. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2859. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2860. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2861. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2862. ["Speed"] = NumberRange.new(10,10),
  2863. })
  2864. o162 = Create("Part",{
  2865. ["Parent"] = o40,
  2866. ["Transparency"] = 1,
  2867. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2868. ["Rotation"] = Vector3.new(94.2612228, -0.499854535, -169.174011),
  2869. ["Anchored"] = true,
  2870. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.982164741, 0.187819839, -0.00872399658, 0.0225015879, 0.0713475794, -0.997199476, -0.186671242, -0.979608715, -0.0743010864),
  2871. ["CanCollide"] = false,
  2872. ["Locked"] = true,
  2873. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2874. })
  2875. o163 = Create("ParticleEmitter",{
  2876. ["Parent"] = o162,
  2877. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2878. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2879. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2880. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2881. ["Speed"] = NumberRange.new(10,10),
  2882. })
  2883. o164 = Create("Part",{
  2884. ["Parent"] = o40,
  2885. ["Transparency"] = 1,
  2886. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2887. ["Rotation"] = Vector3.new(92.1030655, -3.74043012, 136.880478),
  2888. ["Anchored"] = true,
  2889. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.7283746, -0.682066679, -0.0652364641, 0.0225026757, 0.0713472888, -0.997199476, 0.684809685, -0.727801323, -0.0366190374),
  2890. ["CanCollide"] = false,
  2891. ["Locked"] = true,
  2892. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2893. })
  2894. o165 = Create("ParticleEmitter",{
  2895. ["Parent"] = o164,
  2896. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2897. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2898. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2899. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2900. ["Speed"] = NumberRange.new(10,10),
  2901. })
  2902. o166 = Create("Part",{
  2903. ["Parent"] = o40,
  2904. ["Transparency"] = 1,
  2905. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2906. ["Rotation"] = Vector3.new(93.7929153, 2.0070765, -152.154175),
  2907. ["Anchored"] = true,
  2908. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.883665204, 0.466807544, 0.0350229293, -9.01520252e-007, 0.0748142153, -0.997199297, -0.468119651, -0.881188631, -0.0661100745),
  2909. ["CanCollide"] = false,
  2910. ["Locked"] = true,
  2911. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2912. })
  2913. o167 = Create("ParticleEmitter",{
  2914. ["Parent"] = o166,
  2915. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2916. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2917. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2918. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2919. ["Speed"] = NumberRange.new(10,10),
  2920. })
  2921. o168 = Create("Part",{
  2922. ["Parent"] = o40,
  2923. ["Transparency"] = 1,
  2924. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2925. ["Rotation"] = Vector3.new(93.7928925, 2.00720692, -126.840439),
  2926. ["Anchored"] = true,
  2927. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.599220753, 0.799817324, 0.0350252055, 0.031986054, 0.067632474, -0.997199237, -0.79994458, -0.596421063, -0.0661095679),
  2928. ["CanCollide"] = false,
  2929. ["Locked"] = true,
  2930. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2931. })
  2932. o169 = Create("ParticleEmitter",{
  2933. ["Parent"] = o168,
  2934. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2935. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2936. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2937. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2938. ["Speed"] = NumberRange.new(10,10),
  2939. })
  2940. o170 = Create("Part",{
  2941. ["Parent"] = o40,
  2942. ["Transparency"] = 1,
  2943. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2944. ["Rotation"] = Vector3.new(92.513504, 3.47841239, -100.575317),
  2945. ["Anchored"] = true,
  2946. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.18318972, 0.981203556, 0.060672462, 0.0319859311, 0.0676330775, -0.997199237, -0.982557118, -0.180735588, -0.0437742099),
  2947. ["CanCollide"] = false,
  2948. ["Locked"] = true,
  2949. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2950. })
  2951. o171 = Create("ParticleEmitter",{
  2952. ["Parent"] = o170,
  2953. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2954. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2955. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2956. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2957. ["Speed"] = NumberRange.new(10,10),
  2958. })
  2959. o172 = Create("Part",{
  2960. ["Parent"] = o40,
  2961. ["Transparency"] = 1,
  2962. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2963. ["Rotation"] = Vector3.new(93.7928848, 2.00706434, -135.239212),
  2964. ["Anchored"] = true,
  2965. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.709617138, 0.703716636, 0.035022717, 0.0217662603, 0.0715773031, -0.997199297, -0.704251409, -0.706866026, -0.0661095232),
  2966. ["CanCollide"] = false,
  2967. ["Locked"] = true,
  2968. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2969. })
  2970. o173 = Create("ParticleEmitter",{
  2971. ["Parent"] = o172,
  2972. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2973. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2974. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2975. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2976. ["Speed"] = NumberRange.new(10,10),
  2977. })
  2978. o174 = Create("Part",{
  2979. ["Parent"] = o40,
  2980. ["Transparency"] = 1,
  2981. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  2982. ["Rotation"] = Vector3.new(92.5135727, 3.47828293, -119.124016),
  2983. ["Anchored"] = true,
  2984. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.485805035, 0.87195915, 0.0606702045, 0.00881163031, 0.0742934197, -0.997199297, -0.874022782, -0.483909011, -0.0437753089),
  2985. ["CanCollide"] = false,
  2986. ["Locked"] = true,
  2987. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  2988. })
  2989. o175 = Create("ParticleEmitter",{
  2990. ["Parent"] = o174,
  2991. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  2992. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  2993. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  2994. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  2995. ["Speed"] = NumberRange.new(10,10),
  2996. })
  2997. o176 = Create("Part",{
  2998. ["Parent"] = o40,
  2999. ["Transparency"] = 1,
  3000. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3001. ["Rotation"] = Vector3.new(93.7928848, 2.00706506, -145.38916),
  3002. ["Anchored"] = true,
  3003. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.822523952, 0.567651212, 0.0350227281, 0.00881189853, 0.0742928758, -0.997199297, -0.568662286, -0.819910288, -0.0661095232),
  3004. ["CanCollide"] = false,
  3005. ["Locked"] = true,
  3006. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3007. })
  3008. o177 = Create("ParticleEmitter",{
  3009. ["Parent"] = o176,
  3010. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3011. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3012. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3013. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3014. ["Speed"] = NumberRange.new(10,10),
  3015. })
  3016. o178 = Create("Part",{
  3017. ["Parent"] = o40,
  3018. ["Transparency"] = 1,
  3019. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3020. ["Rotation"] = Vector3.new(94.2905273, 0.0145034799, -154.495163),
  3021. ["Anchored"] = true,
  3022. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.902548909, 0.430587351, 0.000253133476, 0.0319863558, 0.0676319897, -0.997199237, -0.429397821, -0.90001142, -0.0748138651),
  3023. ["CanCollide"] = false,
  3024. ["Locked"] = true,
  3025. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3026. })
  3027. o179 = Create("ParticleEmitter",{
  3028. ["Parent"] = o178,
  3029. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3030. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3031. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3032. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3033. ["Speed"] = NumberRange.new(10,10),
  3034. })
  3035. o180 = Create("Part",{
  3036. ["Parent"] = o40,
  3037. ["Transparency"] = 1,
  3038. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3039. ["Rotation"] = Vector3.new(93.7928162, 2.00698066, -134.649948),
  3040. ["Anchored"] = true,
  3041. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.70234257, 0.710977197, 0.0350212567, 0.0225013494, 0.0713477731, -0.997199535, -0.711483479, -0.699586332, -0.0661083013),
  3042. ["CanCollide"] = false,
  3043. ["Locked"] = true,
  3044. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3045. })
  3046. o181 = Create("ParticleEmitter",{
  3047. ["Parent"] = o180,
  3048. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3049. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3050. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3051. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3052. ["Speed"] = NumberRange.new(10,10),
  3053. })
  3054. o182 = Create("Part",{
  3055. ["Parent"] = o40,
  3056. ["Transparency"] = 1,
  3057. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3058. ["Rotation"] = Vector3.new(93.7928848, 2.00705934, -141.17067),
  3059. ["Anchored"] = true,
  3060. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.7785393, 0.626618087, 0.0350226313, 0.0142530277, 0.0734432712, -0.997199297, -0.627434313, -0.775858164, -0.0661094338),
  3061. ["CanCollide"] = false,
  3062. ["Locked"] = true,
  3063. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3064. })
  3065. o183 = Create("ParticleEmitter",{
  3066. ["Parent"] = o182,
  3067. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3068. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3069. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3070. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3071. ["Speed"] = NumberRange.new(10,10),
  3072. })
  3073. o184 = Create("Part",{
  3074. ["Parent"] = o40,
  3075. ["Transparency"] = 1,
  3076. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3077. ["Rotation"] = Vector3.new(92.5135956, 3.47830582, -125.889046),
  3078. ["Anchored"] = true,
  3079. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.585137486, 0.808661342, 0.0606706068, -1.21444464e-006, 0.074814707, -0.997199297, -0.810934246, -0.583497524, -0.0437757187),
  3080. ["CanCollide"] = false,
  3081. ["Locked"] = true,
  3082. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3083. })
  3084. o185 = Create("ParticleEmitter",{
  3085. ["Parent"] = o184,
  3086. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3087. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3088. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3089. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3090. ["Speed"] = NumberRange.new(10,10),
  3091. })
  3092. o186 = Create("Part",{
  3093. ["Parent"] = o40,
  3094. ["Transparency"] = 1,
  3095. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3096. ["Rotation"] = Vector3.new(92.5135498, 3.47817874, -108.384872),
  3097. ["Anchored"] = true,
  3098. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.314817429, 0.947211266, 0.0606683902, 0.022501193, 0.0713484362, -0.997199476, -0.948885441, -0.312570006, -0.0437749177),
  3099. ["CanCollide"] = false,
  3100. ["Locked"] = true,
  3101. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3102. })
  3103. o187 = Create("ParticleEmitter",{
  3104. ["Parent"] = o186,
  3105. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3106. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3107. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3108. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3109. ["Speed"] = NumberRange.new(10,10),
  3110. })
  3111. o188 = Create("Part",{
  3112. ["Parent"] = o40,
  3113. ["Transparency"] = 1,
  3114. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3115. ["Rotation"] = Vector3.new(94.2904892, 0.0143754138, -179.808853),
  3116. ["Anchored"] = true,
  3117. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.999994397, 0.00333616044, 0.000250898302, -4.09781933e-007, 0.0748139843, -0.997199297, -0.00334567297, -0.997191966, -0.0748133287),
  3118. ["CanCollide"] = false,
  3119. ["Locked"] = true,
  3120. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3121. })
  3122. o189 = Create("ParticleEmitter",{
  3123. ["Parent"] = o188,
  3124. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3125. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3126. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3127. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3128. ["Speed"] = NumberRange.new(10,10),
  3129. })
  3130. o190 = Create("Part",{
  3131. ["Parent"] = o40,
  3132. ["Transparency"] = 1,
  3133. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3134. ["Rotation"] = Vector3.new(94.290451, 0.0143788289, -168.825333),
  3135. ["Anchored"] = true,
  3136. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.981041014, 0.193800449, 0.000250957906, 0.0142534375, 0.0734428689, -0.997199416, -0.193275839, -0.978288114, -0.0748125464),
  3137. ["CanCollide"] = false,
  3138. ["Locked"] = true,
  3139. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3140. })
  3141. o191 = Create("ParticleEmitter",{
  3142. ["Parent"] = o190,
  3143. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3144. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3145. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3146. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3147. ["Speed"] = NumberRange.new(10,10),
  3148. })
  3149. o192 = Create("Part",{
  3150. ["Parent"] = o40,
  3151. ["Transparency"] = 1,
  3152. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3153. ["Rotation"] = Vector3.new(92.1031494, -3.7404964, 126.141289),
  3154. ["Anchored"] = true,
  3155. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.588522196, -0.805844843, -0.0652376115, 0.00881329924, 0.0742925704, -0.997199416, 0.808432996, -0.587447941, -0.0366205201),
  3156. ["CanCollide"] = false,
  3157. ["Locked"] = true,
  3158. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3159. })
  3160. o193 = Create("ParticleEmitter",{
  3161. ["Parent"] = o192,
  3162. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3163. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3164. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3165. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3166. ["Speed"] = NumberRange.new(10,10),
  3167. })
  3168. o194 = Create("Part",{
  3169. ["Parent"] = o40,
  3170. ["Transparency"] = 1,
  3171. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3172. ["Rotation"] = Vector3.new(94.2903519, 0.0143369939, -162.304688),
  3173. ["Anchored"] = true,
  3174. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.952686429, 0.303955168, 0.000250227749, 0.022501722, 0.0713474005, -0.997199476, -0.303121299, -0.950010955, -0.0748109668),
  3175. ["CanCollide"] = false,
  3176. ["Locked"] = true,
  3177. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3178. })
  3179. o195 = Create("ParticleEmitter",{
  3180. ["Parent"] = o194,
  3181. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3182. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3183. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3184. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3185. ["Speed"] = NumberRange.new(10,10),
  3186. })
  3187. o196 = Create("Part",{
  3188. ["Parent"] = o40,
  3189. ["Transparency"] = 1,
  3190. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3191. ["Rotation"] = Vector3.new(94.2904587, 0.014379683, -173.043854),
  3192. ["Anchored"] = true,
  3193. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.992639124, 0.12110962, 0.000250972807, 0.00881235301, 0.0742925704, -0.997199416, -0.120788924, -0.989854991, -0.0748127401),
  3194. ["CanCollide"] = false,
  3195. ["Locked"] = true,
  3196. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3197. })
  3198. o197 = Create("ParticleEmitter",{
  3199. ["Parent"] = o196,
  3200. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3201. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3202. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3203. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3204. ["Speed"] = NumberRange.new(10,10),
  3205. })
  3206. o198 = Create("Part",{
  3207. ["Parent"] = o40,
  3208. ["Transparency"] = 1,
  3209. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3210. ["Rotation"] = Vector3.new(94.2904587, 0.0143822441, -162.89386),
  3211. ["Anchored"] = true,
  3212. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.955761433, 0.294142872, 0.000251017511, 0.0217666402, 0.0715769008, -0.997199416, -0.29333657, -0.953077495, -0.0748127103),
  3213. ["CanCollide"] = false,
  3214. ["Locked"] = true,
  3215. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3216. })
  3217. o199 = Create("ParticleEmitter",{
  3218. ["Parent"] = o198,
  3219. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3220. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3221. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3222. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3223. ["Speed"] = NumberRange.new(10,10),
  3224. })
  3225. o200 = Create("Part",{
  3226. ["Parent"] = o40,
  3227. ["Transparency"] = 1,
  3228. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3229. ["Rotation"] = Vector3.new(89.8953552, -4.28925848, 105.515739),
  3230. ["Anchored"] = true,
  3231. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.266753852, -0.960858285, -0.0747917816, 0.0217667986, 0.0715778098, -0.997199297, 0.963518798, -0.267634332, 0.00182124786),
  3232. ["CanCollide"] = false,
  3233. ["Locked"] = true,
  3234. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3235. })
  3236. o201 = Create("ParticleEmitter",{
  3237. ["Parent"] = o200,
  3238. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3239. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3240. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3241. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3242. ["Speed"] = NumberRange.new(10,10),
  3243. })
  3244. o202 = Create("Part",{
  3245. ["Parent"] = o40,
  3246. ["Transparency"] = 1,
  3247. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3248. ["Rotation"] = Vector3.new(89.8953171, -4.28915977, 106.104965),
  3249. ["Anchored"] = true,
  3250. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.276620984, -0.958064437, -0.0747900605, 0.0225019082, 0.0713483319, -0.997199476, 0.960715652, -0.277528822, 0.00182191283),
  3251. ["CanCollide"] = false,
  3252. ["Locked"] = true,
  3253. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3254. })
  3255. o203 = Create("ParticleEmitter",{
  3256. ["Parent"] = o202,
  3257. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3258. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3259. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3260. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3261. ["Speed"] = NumberRange.new(10,10),
  3262. })
  3263. o204 = Create("Part",{
  3264. ["Parent"] = o40,
  3265. ["Transparency"] = 1,
  3266. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3267. ["Rotation"] = Vector3.new(91.8080521, -3.89170218, 140.254837),
  3268. ["Anchored"] = true,
  3269. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.767122865, -0.637899756, -0.0678708032, 0.0319866836, 0.0676331818, -0.997199178, 0.640702367, -0.767143786, -0.031478513),
  3270. ["CanCollide"] = false,
  3271. ["Locked"] = true,
  3272. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3273. })
  3274. o205 = Create("ParticleEmitter",{
  3275. ["Parent"] = o204,
  3276. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3277. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3278. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3279. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3280. ["Speed"] = NumberRange.new(10,10),
  3281. })
  3282. o206 = Create("Part",{
  3283. ["Parent"] = o40,
  3284. ["Transparency"] = 1,
  3285. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3286. ["Rotation"] = Vector3.new(91.8078308, -3.89162207, 132.445297),
  3287. ["Anchored"] = true,
  3288. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.67332983, -0.736220598, -0.0678694025, 0.0225019008, 0.0713486224, -0.997199476, 0.738999724, -0.672970235, -0.0314746276),
  3289. ["CanCollide"] = false,
  3290. ["Locked"] = true,
  3291. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3292. })
  3293. o207 = Create("ParticleEmitter",{
  3294. ["Parent"] = o206,
  3295. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3296. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3297. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3298. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3299. ["Speed"] = NumberRange.new(10,10),
  3300. })
  3301. o208 = Create("Part",{
  3302. ["Parent"] = o40,
  3303. ["Transparency"] = 1,
  3304. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3305. ["Rotation"] = Vector3.new(87.9093552, -3.74753022, 71.7991714),
  3306. ["Anchored"] = true,
  3307. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.311680853, -0.947936237, -0.065360114, 0.0142536219, 0.0734435916, -0.997199297, 0.950079978, 0.309875667, 0.0364025161),
  3308. ["CanCollide"] = false,
  3309. ["Locked"] = true,
  3310. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3311. })
  3312. o209 = Create("ParticleEmitter",{
  3313. ["Parent"] = o208,
  3314. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3315. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3316. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3317. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3318. ["Speed"] = NumberRange.new(10,10),
  3319. })
  3320. o210 = Create("Part",{
  3321. ["Parent"] = o40,
  3322. ["Transparency"] = 1,
  3323. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3324. ["Rotation"] = Vector3.new(87.9093552, -3.74753881, 67.5806808),
  3325. ["Anchored"] = true,
  3326. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.380566627, -0.922440886, -0.065360263, 0.00881247222, 0.0742932856, -0.997199237, 0.924711466, 0.378924072, 0.0364025608),
  3327. ["CanCollide"] = false,
  3328. ["Locked"] = true,
  3329. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3330. })
  3331. o211 = Create("ParticleEmitter",{
  3332. ["Parent"] = o210,
  3333. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3334. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3335. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3336. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3337. ["Speed"] = NumberRange.new(10,10),
  3338. })
  3339. o212 = Create("Part",{
  3340. ["Parent"] = o40,
  3341. ["Transparency"] = 1,
  3342. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3343. ["Rotation"] = Vector3.new(87.9093399, -3.74756861, 60.8156891),
  3344. ["Anchored"] = true,
  3345. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.486577958, -0.871188819, -0.0653607845, -3.83704901e-007, 0.0748147219, -0.997199297, 0.873637259, 0.485214263, 0.0364029035),
  3346. ["CanCollide"] = false,
  3347. ["Locked"] = true,
  3348. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3349. })
  3350. o213 = Create("ParticleEmitter",{
  3351. ["Parent"] = o212,
  3352. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3353. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3354. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3355. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3356. ["Speed"] = NumberRange.new(10,10),
  3357. })
  3358. o214 = Create("Part",{
  3359. ["Parent"] = o40,
  3360. ["Transparency"] = 1,
  3361. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3362. ["Rotation"] = Vector3.new(89.8953552, -4.28925848, 95.3657913),
  3363. ["Anchored"] = true,
  3364. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.0932519436, -0.992829502, -0.0747917816, 0.00881233905, 0.0742934793, -0.997199297, 0.995603502, -0.0936497822, 0.00182124041),
  3365. ["CanCollide"] = false,
  3366. ["Locked"] = true,
  3367. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3368. })
  3369. o215 = Create("ParticleEmitter",{
  3370. ["Parent"] = o214,
  3371. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3372. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3373. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3374. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3375. ["Speed"] = NumberRange.new(10,10),
  3376. })
  3377. o216 = Create("Part",{
  3378. ["Parent"] = o40,
  3379. ["Transparency"] = 1,
  3380. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3381. ["Rotation"] = Vector3.new(89.8954849, -4.28933144, 113.914505),
  3382. ["Anchored"] = true,
  3383. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.404237568, -0.911590993, -0.0747930482, 0.0319866538, 0.067632921, -0.997199178, 0.914094567, -0.405497104, 0.00181907415),
  3384. ["CanCollide"] = false,
  3385. ["Locked"] = true,
  3386. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3387. })
  3388. o217 = Create("ParticleEmitter",{
  3389. ["Parent"] = o216,
  3390. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3391. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3392. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3393. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3394. ["Speed"] = NumberRange.new(10,10),
  3395. })
  3396. o218 = Create("Part",{
  3397. ["Parent"] = o40,
  3398. ["Transparency"] = 1,
  3399. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3400. ["Rotation"] = Vector3.new(89.8953552, -4.28925085, 99.5842743),
  3401. ["Anchored"] = true,
  3402. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.166031793, -0.983280063, -0.0747916475, 0.0142535102, 0.07344383, -0.997199297, 0.986017346, -0.166632652, 0.00182126649),
  3403. ["CanCollide"] = false,
  3404. ["Locked"] = true,
  3405. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3406. })
  3407. o219 = Create("ParticleEmitter",{
  3408. ["Parent"] = o218,
  3409. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3410. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3411. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3412. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3413. ["Speed"] = NumberRange.new(10,10),
  3414. })
  3415. o220 = Create("Part",{
  3416. ["Parent"] = o40,
  3417. ["Transparency"] = 1,
  3418. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3419. ["Rotation"] = Vector3.new(89.8953476, -4.2892952, 88.6007767),
  3420. ["Anchored"] = true,
  3421. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.0243502744, -0.99690181, -0.0747924149, -5.30853868e-007, 0.0748149008, -0.997199297, 0.999703526, 0.0242818799, 0.0018213205),
  3422. ["CanCollide"] = false,
  3423. ["Locked"] = true,
  3424. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3425. })
  3426. o221 = Create("ParticleEmitter",{
  3427. ["Parent"] = o220,
  3428. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3429. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3430. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3431. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3432. ["Speed"] = NumberRange.new(10,10),
  3433. })
  3434. o222 = Create("Part",{
  3435. ["Parent"] = o40,
  3436. ["Transparency"] = 1,
  3437. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3438. ["Rotation"] = Vector3.new(87.9094315, -3.74766088, 86.1293869),
  3439. ["Anchored"] = true,
  3440. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.0673592016, -0.99558562, -0.0653623864, 0.0319867022, 0.0676326752, -0.997199178, 0.997216046, 0.065079622, 0.0364012159),
  3441. ["CanCollide"] = false,
  3442. ["Locked"] = true,
  3443. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3444. })
  3445. o223 = Create("ParticleEmitter",{
  3446. ["Parent"] = o222,
  3447. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3448. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3449. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3450. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3451. ["Speed"] = NumberRange.new(10,10),
  3452. })
  3453. o224 = Create("Part",{
  3454. ["Parent"] = o40,
  3455. ["Transparency"] = 1,
  3456. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3457. ["Rotation"] = Vector3.new(87.9093704, -3.74743366, 78.3198776),
  3458. ["Anchored"] = true,
  3459. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.202014804, -0.977199256, -0.0653584376, 0.0225019958, 0.0713481307, -0.997199476, 0.979124069, 0.199977919, 0.036402341),
  3460. ["CanCollide"] = false,
  3461. ["Locked"] = true,
  3462. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3463. })
  3464. o225 = Create("ParticleEmitter",{
  3465. ["Parent"] = o224,
  3466. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3467. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3468. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3469. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3470. ["Speed"] = NumberRange.new(10,10),
  3471. })
  3472. o226 = Create("Part",{
  3473. ["Parent"] = o40,
  3474. ["Transparency"] = 1,
  3475. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3476. ["Rotation"] = Vector3.new(87.9093552, -3.7475431, 77.7306519),
  3477. ["Anchored"] = true,
  3478. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.212053299, -0.975070119, -0.0653603375, 0.0217668973, 0.0715776533, -0.997199237, 0.977015674, 0.210036218, 0.0364025459),
  3479. ["CanCollide"] = false,
  3480. ["Locked"] = true,
  3481. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3482. })
  3483. o227 = Create("ParticleEmitter",{
  3484. ["Parent"] = o226,
  3485. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3486. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3487. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3488. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3489. ["Speed"] = NumberRange.new(10,10),
  3490. })
  3491. o228 = Create("Part",{
  3492. ["Parent"] = o40,
  3493. ["Transparency"] = 1,
  3494. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3495. ["Rotation"] = Vector3.new(91.8079071, -3.89169359, 121.706116),
  3496. ["Anchored"] = true,
  3497. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.524350643, -0.848793328, -0.0678706542, 0.00881229527, 0.0742937326, -0.997199297, 0.851456881, -0.523479283, -0.0314760059),
  3498. ["CanCollide"] = false,
  3499. ["Locked"] = true,
  3500. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3501. })
  3502. o229 = Create("ParticleEmitter",{
  3503. ["Parent"] = o228,
  3504. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3505. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3506. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3507. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3508. ["Speed"] = NumberRange.new(10,10),
  3509. })
  3510. o230 = Create("Part",{
  3511. ["Parent"] = o40,
  3512. ["Transparency"] = 1,
  3513. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3514. ["Rotation"] = Vector3.new(91.8079071, -3.89168763, 125.924606),
  3515. ["Anchored"] = true,
  3516. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.585367382, -0.807922482, -0.0678705499, 0.0142534673, 0.0734440908, -0.997199297, 0.810642779, -0.584694326, -0.0314759463),
  3517. ["CanCollide"] = false,
  3518. ["Locked"] = true,
  3519. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3520. })
  3521. o231 = Create("ParticleEmitter",{
  3522. ["Parent"] = o230,
  3523. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3524. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3525. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3526. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3527. ["Speed"] = NumberRange.new(10,10),
  3528. })
  3529. o232 = Create("Part",{
  3530. ["Parent"] = o40,
  3531. ["Transparency"] = 1,
  3532. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3533. ["Rotation"] = Vector3.new(85.7094803, 3.41509462e-006, 6.7649889),
  3534. ["Anchored"] = true,
  3535. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.99303776, -0.117797188, 5.96046448e-008, 0.00881272554, 0.0742930025, -0.997199297, 0.117467135, 0.9902547, 0.0748138353),
  3536. ["CanCollide"] = false,
  3537. ["Locked"] = true,
  3538. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3539. })
  3540. o233 = Create("ParticleEmitter",{
  3541. ["Parent"] = o232,
  3542. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3543. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3544. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3545. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3546. ["Speed"] = NumberRange.new(10,10),
  3547. })
  3548. o234 = Create("Part",{
  3549. ["Parent"] = o40,
  3550. ["Transparency"] = 1,
  3551. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3552. ["Rotation"] = Vector3.new(85.7094879, 5.12264205e-006, 10.98349),
  3553. ["Anchored"] = true,
  3554. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.981682122, -0.190526128, 8.94069672e-008, 0.014253851, 0.0734433234, -0.997199416, 0.189992264, 0.978931069, 0.0748137087),
  3555. ["CanCollide"] = false,
  3556. ["Locked"] = true,
  3557. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3558. })
  3559. o235 = Create("ParticleEmitter",{
  3560. ["Parent"] = o234,
  3561. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3562. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3563. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3564. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3565. ["Speed"] = NumberRange.new(10,10),
  3566. })
  3567. o236 = Create("Part",{
  3568. ["Parent"] = o40,
  3569. ["Transparency"] = 1,
  3570. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3571. ["Rotation"] = Vector3.new(85.7094803, 1.70754731e-006, 16.9149685),
  3572. ["Anchored"] = true,
  3573. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.956737638, -0.290952176, 2.98023224e-008, 0.0217670985, 0.0715773255, -0.997199297, 0.290136814, 0.954056323, 0.07481388),
  3574. ["CanCollide"] = false,
  3575. ["Locked"] = true,
  3576. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3577. })
  3578. o237 = Create("ParticleEmitter",{
  3579. ["Parent"] = o236,
  3580. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3581. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3582. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3583. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3584. ["Speed"] = NumberRange.new(10,10),
  3585. })
  3586. o238 = Create("Part",{
  3587. ["Parent"] = o40,
  3588. ["Transparency"] = 1,
  3589. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3590. ["Rotation"] = Vector3.new(85.7095795, 4.39693431e-005, 17.5041828),
  3591. ["Anchored"] = true,
  3592. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.953695059, -0.300775439, 7.67409801e-007, 0.0225021988, 0.0713478252, -0.997199476, 0.299932599, 0.951022446, 0.074812144),
  3593. ["CanCollide"] = false,
  3594. ["Locked"] = true,
  3595. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3596. })
  3597. o239 = Create("ParticleEmitter",{
  3598. ["Parent"] = o238,
  3599. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3600. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3601. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3602. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3603. ["Speed"] = NumberRange.new(10,10),
  3604. })
  3605. o240 = Create("Part",{
  3606. ["Parent"] = o40,
  3607. ["Transparency"] = 1,
  3608. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3609. ["Rotation"] = Vector3.new(85.7094116, -0.000123370293, 25.3137016),
  3610. ["Anchored"] = true,
  3611. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.903980315, -0.427574009, -2.15321779e-006, 0.0319868661, 0.0676323473, -0.997199237, 0.426376015, 0.9014467, 0.0748150349),
  3612. ["CanCollide"] = false,
  3613. ["Locked"] = true,
  3614. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3615. })
  3616. o241 = Create("ParticleEmitter",{
  3617. ["Parent"] = o240,
  3618. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3619. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3620. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3621. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3622. ["Speed"] = NumberRange.new(10,10),
  3623. })
  3624. o242 = Create("Part",{
  3625. ["Parent"] = o40,
  3626. ["Transparency"] = 1,
  3627. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3628. ["Rotation"] = Vector3.new(86.2003632, -1.99434543, 27.6544552),
  3629. ["Anchored"] = true,
  3630. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.885226369, -0.463856965, -0.0348008648, -3.94880772e-007, 0.0748145506, -0.997199237, 0.465160698, 0.882745445, 0.0662276074),
  3631. ["CanCollide"] = false,
  3632. ["Locked"] = true,
  3633. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3634. })
  3635. o243 = Create("ParticleEmitter",{
  3636. ["Parent"] = o242,
  3637. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3638. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3639. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3640. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3641. ["Speed"] = NumberRange.new(10,10),
  3642. })
  3643. o244 = Create("Part",{
  3644. ["Parent"] = o40,
  3645. ["Transparency"] = 1,
  3646. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3647. ["Rotation"] = Vector3.new(86.2003937, -1.99432755, 38.6379433),
  3648. ["Anchored"] = true,
  3649. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.780633986, -0.624018788, -0.0348005518, 0.0142535642, 0.0734434575, -0.997199297, 0.624826014, 0.777950108, 0.0662269443),
  3650. ["CanCollide"] = false,
  3651. ["Locked"] = true,
  3652. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3653. })
  3654. o245 = Create("ParticleEmitter",{
  3655. ["Parent"] = o244,
  3656. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3657. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3658. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3659. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3660. ["Speed"] = NumberRange.new(10,10),
  3661. })
  3662. o246 = Create("Part",{
  3663. ["Parent"] = o40,
  3664. ["Transparency"] = 1,
  3665. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3666. ["Rotation"] = Vector3.new(86.200386, -1.99447691, 52.9681625),
  3667. ["Anchored"] = true,
  3668. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.601893902, -0.797817409, -0.0348031595, 0.031986624, 0.067632556, -0.997199178, 0.797935426, 0.599093735, 0.0662271008),
  3669. ["CanCollide"] = false,
  3670. ["Locked"] = true,
  3671. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3672. })
  3673. o247 = Create("ParticleEmitter",{
  3674. ["Parent"] = o246,
  3675. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3676. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3677. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3678. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3679. ["Speed"] = NumberRange.new(10,10),
  3680. })
  3681. o248 = Create("Part",{
  3682. ["Parent"] = o40,
  3683. ["Transparency"] = 1,
  3684. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3685. ["Rotation"] = Vector3.new(86.200386, -1.99433267, 34.4194527),
  3686. ["Anchored"] = true,
  3687. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.824422002, -0.56490469, -0.0348006412, 0.00881243497, 0.0742931217, -0.997199237, 0.565907061, 0.821804762, 0.0662270635),
  3688. ["CanCollide"] = false,
  3689. ["Locked"] = true,
  3690. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3691. })
  3692. o249 = Create("ParticleEmitter",{
  3693. ["Parent"] = o248,
  3694. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3695. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3696. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3697. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3698. ["Speed"] = NumberRange.new(10,10),
  3699. })
  3700. o250 = Create("Part",{
  3701. ["Parent"] = o40,
  3702. ["Transparency"] = 1,
  3703. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3704. ["Rotation"] = Vector3.new(86.200386, -1.99433351, 44.5694199),
  3705. ["Anchored"] = true,
  3706. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.711969256, -0.701347888, -0.0348006561, 0.0217668451, 0.0715774819, -0.997199237, 0.701873243, 0.709216297, 0.0662270635),
  3707. ["CanCollide"] = false,
  3708. ["Locked"] = true,
  3709. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3710. })
  3711. o251 = Create("ParticleEmitter",{
  3712. ["Parent"] = o250,
  3713. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3714. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3715. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3716. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3717. ["Speed"] = NumberRange.new(10,10),
  3718. })
  3719. o252 = Create("Part",{
  3720. ["Parent"] = o40,
  3721. ["Transparency"] = 1,
  3722. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3723. ["Rotation"] = Vector3.new(86.2004547, -1.99425054, 45.1586418),
  3724. ["Anchored"] = true,
  3725. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.704719126, -0.708632469, -0.0347992107, 0.022501938, 0.0713479817, -0.997199416, 0.709129572, 0.70196116, 0.0662258714),
  3726. ["CanCollide"] = false,
  3727. ["Locked"] = true,
  3728. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3729. })
  3730. o253 = Create("ParticleEmitter",{
  3731. ["Parent"] = o252,
  3732. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3733. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3734. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3735. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3736. ["Speed"] = NumberRange.new(10,10),
  3737. })
  3738. o254 = Create("Part",{
  3739. ["Parent"] = o40,
  3740. ["Transparency"] = 1,
  3741. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3742. ["Rotation"] = Vector3.new(87.4747849, -3.46971107, 71.4232864),
  3743. ["Anchored"] = true,
  3744. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.317990065, -0.946160436, -0.0605208725, 0.0225017648, 0.0713482797, -0.997199416, 0.947826922, 0.315737069, 0.0439783558),
  3745. ["CanCollide"] = false,
  3746. ["Locked"] = true,
  3747. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3748. })
  3749. o255 = Create("ParticleEmitter",{
  3750. ["Parent"] = o254,
  3751. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3752. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3753. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3754. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3755. ["Speed"] = NumberRange.new(10,10),
  3756. })
  3757. o256 = Create("Part",{
  3758. ["Parent"] = o40,
  3759. ["Transparency"] = 1,
  3760. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3761. ["Rotation"] = Vector3.new(87.474823, -3.469944, 79.232811),
  3762. ["Anchored"] = true,
  3763. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.186476216, -0.980593324, -0.060524933, 0.0319864899, 0.0676328763, -0.997199237, 0.981938541, 0.184017584, 0.0439776927),
  3764. ["CanCollide"] = false,
  3765. ["Locked"] = true,
  3766. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3767. })
  3768. o257 = Create("ParticleEmitter",{
  3769. ["Parent"] = o256,
  3770. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3771. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3772. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3773. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3774. ["Speed"] = NumberRange.new(10,10),
  3775. })
  3776. o258 = Create("Part",{
  3777. ["Parent"] = o40,
  3778. ["Transparency"] = 1,
  3779. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3780. ["Rotation"] = Vector3.new(87.474762, -3.46981502, 60.6841011),
  3781. ["Anchored"] = true,
  3782. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.488726914, -0.870335042, -0.060522683, 0.00881221518, 0.074293375, -0.997199237, 0.872392356, 0.486823827, 0.0439787731),
  3783. ["CanCollide"] = false,
  3784. ["Locked"] = true,
  3785. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3786. })
  3787. o259 = Create("ParticleEmitter",{
  3788. ["Parent"] = o258,
  3789. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3790. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3791. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3792. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3793. ["Speed"] = NumberRange.new(10,10),
  3794. })
  3795. o260 = Create("Part",{
  3796. ["Parent"] = o40,
  3797. ["Transparency"] = 1,
  3798. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3799. ["Rotation"] = Vector3.new(87.4747696, -3.4698081, 64.9025879),
  3800. ["Anchored"] = true,
  3801. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.423380911, -0.903927863, -0.0605225638, 0.0142533705, 0.0734437481, -0.997199237, 0.905839682, 0.421331614, 0.0439787284),
  3802. ["CanCollide"] = false,
  3803. ["Locked"] = true,
  3804. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3805. })
  3806. o261 = Create("ParticleEmitter",{
  3807. ["Parent"] = o260,
  3808. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3809. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3810. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3811. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3812. ["Speed"] = NumberRange.new(10,10),
  3813. })
  3814. o262 = Create("Part",{
  3815. ["Parent"] = o40,
  3816. ["Transparency"] = 1,
  3817. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3818. ["Rotation"] = Vector3.new(87.4747391, -3.469841, 53.9191055),
  3819. ["Anchored"] = true,
  3820. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.587847352, -0.806704819, -0.0605231375, -6.44475222e-007, 0.0748147741, -0.997199237, 0.808971882, 0.58619982, 0.0439791642),
  3821. ["CanCollide"] = false,
  3822. ["Locked"] = true,
  3823. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3824. })
  3825. o263 = Create("ParticleEmitter",{
  3826. ["Parent"] = o262,
  3827. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3828. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3829. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3830. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3831. ["Speed"] = NumberRange.new(10,10),
  3832. })
  3833. o264 = Create("Part",{
  3834. ["Parent"] = o40,
  3835. ["Transparency"] = 1,
  3836. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3837. ["Rotation"] = Vector3.new(87.474762, -3.46981668, 70.8340683),
  3838. ["Anchored"] = true,
  3839. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, 0.327703208, -0.942840219, -0.0605227128, 0.02176667, 0.0715778098, -0.997199237, 0.944529951, 0.325467318, 0.0439787768),
  3840. ["CanCollide"] = false,
  3841. ["Locked"] = true,
  3842. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3843. })
  3844. o265 = Create("ParticleEmitter",{
  3845. ["Parent"] = o264,
  3846. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3847. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3848. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3849. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3850. ["Speed"] = NumberRange.new(10,10),
  3851. })
  3852. o266 = Create("Part",{
  3853. ["Parent"] = o40,
  3854. ["Transparency"] = 1,
  3855. ["Position"] = Vector3.new(-1761.44092, -3600.4082, 1108.44788),
  3856. ["Rotation"] = Vector3.new(91.8079224, -3.89172578, 114.941132),
  3857. ["Anchored"] = true,
  3858. ["CFrame"] = CFrame.new(-1761.44092, -3600.4082, 1108.44788, -0.420714408, -0.904650569, -0.067871213, -6.10947609e-007, 0.0748151317, -0.997199237, 0.907193065, -0.419535309, -0.0314762108),
  3859. ["CanCollide"] = false,
  3860. ["Locked"] = true,
  3861. ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003),
  3862. })
  3863. o267 = Create("ParticleEmitter",{
  3864. ["Parent"] = o266,
  3865. ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163),
  3866. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)),
  3867. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  3868. ["Acceleration"] = Vector3.new(0, -0.899999976, 0),
  3869. ["Speed"] = NumberRange.new(10,10),
  3870. })
  3871. o268 = Create("Part",{
  3872. ["Name"] = "PartWing",
  3873. ["Parent"] = o40,
  3874. ["Material"] = Enum.Material.DiamondPlate,
  3875. ["BrickColor"] = BrickColor.new("Really black"),
  3876. ["Position"] = Vector3.new(-1765.06714, -3586.375, 1116.46716),
  3877. ["Rotation"] = Vector3.new(-31.8383636, -26.1270409, -15.2933931),
  3878. ["Anchored"] = true,
  3879. ["CFrame"] = CFrame.new(-1765.06714, -3586.375, 1116.46716, 0.866026163, 0.23681061, -0.44036296, -1.43962566e-007, 0.880728126, 0.473622233, 0.499998778, -0.410169125, 0.762733698),
  3880. ["CanCollide"] = false,
  3881. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3882. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  3883. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3884. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3885. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3886. })
  3887. o269 = Create("Fire",{
  3888. ["Parent"] = o268,
  3889. ["Size"] = 30,
  3890. ["Color"] = Color3.new(1, 0.815686, 0),
  3891. ["Enabled"] = false,
  3892. ["Heat"] = 25,
  3893. ["SecondaryColor"] = Color3.new(1, 0, 0),
  3894. })
  3895. o270 = Create("Script",{
  3896. ["Parent"] = o269,
  3897. })
  3898. table.insert(cors,coroutine.create(function()
  3899. wait()
  3900. runDummyScript(function()
  3901. function Spread(part)
  3902. check = part:findFirstChild("Fire")
  3903. if check == nil then
  3904. script.Parent:Clone().Parent = part
  3905.  
  3906. elseif check ~= nil then
  3907. check.Size = check.Size + 1
  3908. check.Heat = check.Heat +1
  3909. end
  3910. end
  3911.  
  3912.  
  3913. script.Parent.Parent.Touched:connect(Spread)
  3914.  
  3915.  
  3916. end,o270)
  3917. end))
  3918. o271 = Create("Part",{
  3919. ["Name"] = "PartWing",
  3920. ["Parent"] = o40,
  3921. ["Material"] = Enum.Material.DiamondPlate,
  3922. ["BrickColor"] = BrickColor.new("Really black"),
  3923. ["Position"] = Vector3.new(-1757.6272, -3586.375, 1116.46716),
  3924. ["Rotation"] = Vector3.new(-30.7509575, 20.4207287, 17.368824),
  3925. ["Anchored"] = true,
  3926. ["CFrame"] = CFrame.new(-1757.6272, -3586.375, 1116.46716, 0.8944242, -0.279761165, 0.348911107, 0.0862824619, 0.873468339, 0.479174733, -0.438817233, -0.398480594, 0.805389702),
  3927. ["CanCollide"] = false,
  3928. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3929. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  3930. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3931. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3932. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3933. })
  3934. o272 = Create("Fire",{
  3935. ["Parent"] = o271,
  3936. ["Size"] = 30,
  3937. ["Color"] = Color3.new(1, 0.815686, 0),
  3938. ["Enabled"] = false,
  3939. ["Heat"] = 25,
  3940. ["SecondaryColor"] = Color3.new(1, 0, 0),
  3941. })
  3942. o273 = Create("Script",{
  3943. ["Parent"] = o272,
  3944. })
  3945. table.insert(cors,coroutine.create(function()
  3946. wait()
  3947. runDummyScript(function()
  3948. function Spread(part)
  3949. check = part:findFirstChild("Fire")
  3950. if check == nil then
  3951. script.Parent:Clone().Parent = part
  3952.  
  3953. elseif check ~= nil then
  3954. check.Size = check.Size + 1
  3955. check.Heat = check.Heat +1
  3956. end
  3957. end
  3958.  
  3959.  
  3960. script.Parent.Parent.Touched:connect(Spread)
  3961.  
  3962.  
  3963. end,o273)
  3964. end))
  3965. o274 = Create("Part",{
  3966. ["Name"] = "PartWing",
  3967. ["Parent"] = o40,
  3968. ["Material"] = Enum.Material.DiamondPlate,
  3969. ["BrickColor"] = BrickColor.new("Really black"),
  3970. ["Position"] = Vector3.new(-1768.47729, -3580.29492, 1122.43713),
  3971. ["Rotation"] = Vector3.new(-58.9302444, -16.5921669, -25.3577919),
  3972. ["Anchored"] = true,
  3973. ["CFrame"] = CFrame.new(-1768.47729, -3580.29492, 1122.43713, 0.866024435, 0.410437077, -0.285557359, 3.18802017e-006, 0.571108341, 0.820874691, 0.500001609, -0.710898519, 0.494592458),
  3974. ["CanCollide"] = false,
  3975. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3976. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  3977. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3978. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3979. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3980. })
  3981. o275 = Create("Fire",{
  3982. ["Parent"] = o274,
  3983. ["Size"] = 30,
  3984. ["Color"] = Color3.new(1, 0.815686, 0),
  3985. ["Enabled"] = false,
  3986. ["Heat"] = 25,
  3987. ["SecondaryColor"] = Color3.new(1, 0, 0),
  3988. })
  3989. o276 = Create("Script",{
  3990. ["Parent"] = o275,
  3991. })
  3992. table.insert(cors,coroutine.create(function()
  3993. wait()
  3994. runDummyScript(function()
  3995. function Spread(part)
  3996. check = part:findFirstChild("Fire")
  3997. if check == nil then
  3998. script.Parent:Clone().Parent = part
  3999.  
  4000. elseif check ~= nil then
  4001. check.Size = check.Size + 1
  4002. check.Heat = check.Heat +1
  4003. end
  4004. end
  4005.  
  4006.  
  4007. script.Parent.Parent.Touched:connect(Spread)
  4008.  
  4009.  
  4010. end,o276)
  4011. end))
  4012. o277 = Create("Part",{
  4013. ["Name"] = "PartWing",
  4014. ["Parent"] = o40,
  4015. ["Material"] = Enum.Material.DiamondPlate,
  4016. ["BrickColor"] = BrickColor.new("Really black"),
  4017. ["Position"] = Vector3.new(-1753.96729, -3580.54297, 1123.09595),
  4018. ["Rotation"] = Vector3.new(-49.5530434, 23.428503, -23.0137844),
  4019. ["Anchored"] = true,
  4020. ["CFrame"] = CFrame.new(-1753.96729, -3580.54297, 1123.09595, 0.84452939, 0.358721286, 0.397604406, -0.532125711, 0.478816509, 0.698267221, 0.0601037443, -0.801282644, 0.595259428),
  4021. ["CanCollide"] = false,
  4022. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4023. ["Size"] = Vector3.new(1, 0.800000012, 11.6429615),
  4024. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4025. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4026. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4027. })
  4028. o278 = Create("Fire",{
  4029. ["Parent"] = o277,
  4030. ["Size"] = 30,
  4031. ["Color"] = Color3.new(1, 0.815686, 0),
  4032. ["Enabled"] = false,
  4033. ["Heat"] = 25,
  4034. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4035. })
  4036. o279 = Create("Script",{
  4037. ["Parent"] = o278,
  4038. })
  4039. table.insert(cors,coroutine.create(function()
  4040. wait()
  4041. runDummyScript(function()
  4042. function Spread(part)
  4043. check = part:findFirstChild("Fire")
  4044. if check == nil then
  4045. script.Parent:Clone().Parent = part
  4046.  
  4047. elseif check ~= nil then
  4048. check.Size = check.Size + 1
  4049. check.Heat = check.Heat +1
  4050. end
  4051. end
  4052.  
  4053.  
  4054. script.Parent.Parent.Touched:connect(Spread)
  4055.  
  4056.  
  4057. end,o279)
  4058. end))
  4059. o280 = Create("Part",{
  4060. ["Name"] = "PartWing",
  4061. ["Parent"] = o40,
  4062. ["Material"] = Enum.Material.DiamondPlate,
  4063. ["BrickColor"] = BrickColor.new("Really black"),
  4064. ["Position"] = Vector3.new(-1750.33691, -3580.7832, 1129.82141),
  4065. ["Rotation"] = Vector3.new(-49.5530853, 23.428484, 18.1905384),
  4066. ["Anchored"] = true,
  4067. ["CFrame"] = CFrame.new(-1750.33691, -3580.7832, 1129.82141, 0.871700943, -0.286441207, 0.397604108, -0.0849343687, 0.710780144, 0.698267698, -0.482621759, -0.642450809, 0.595259011),
  4068. ["CanCollide"] = false,
  4069. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4070. ["Size"] = Vector3.new(1, 11.5900002, 1.35296154),
  4071. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4072. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4073. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4074. })
  4075. o281 = Create("Fire",{
  4076. ["Parent"] = o280,
  4077. ["Size"] = 30,
  4078. ["Color"] = Color3.new(1, 0.815686, 0),
  4079. ["Enabled"] = false,
  4080. ["Heat"] = 25,
  4081. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4082. })
  4083. o282 = Create("Script",{
  4084. ["Parent"] = o281,
  4085. })
  4086. table.insert(cors,coroutine.create(function()
  4087. wait()
  4088. runDummyScript(function()
  4089. function Spread(part)
  4090. check = part:findFirstChild("Fire")
  4091. if check == nil then
  4092. script.Parent:Clone().Parent = part
  4093.  
  4094. elseif check ~= nil then
  4095. check.Size = check.Size + 1
  4096. check.Heat = check.Heat +1
  4097. end
  4098. end
  4099.  
  4100.  
  4101. script.Parent.Parent.Touched:connect(Spread)
  4102.  
  4103.  
  4104. end,o282)
  4105. end))
  4106. o283 = Create("Part",{
  4107. ["Name"] = "PartWing",
  4108. ["Parent"] = o40,
  4109. ["Material"] = Enum.Material.DiamondPlate,
  4110. ["BrickColor"] = BrickColor.new("Really black"),
  4111. ["Position"] = Vector3.new(-1771.47314, -3579.17578, 1127.62634),
  4112. ["Rotation"] = Vector3.new(-58.9302444, -16.5921669, -25.3577919),
  4113. ["Anchored"] = true,
  4114. ["CFrame"] = CFrame.new(-1771.47314, -3579.17578, 1127.62634, 0.866024435, 0.410437077, -0.285557359, 3.18802017e-006, 0.571108341, 0.820874691, 0.500001609, -0.710898519, 0.494592458),
  4115. ["CanCollide"] = false,
  4116. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4117. ["Size"] = Vector3.new(1, 9.35999966, 1.15296268),
  4118. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4119. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4120. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4121. })
  4122. o284 = Create("Fire",{
  4123. ["Parent"] = o283,
  4124. ["Size"] = 30,
  4125. ["Color"] = Color3.new(1, 0.815686, 0),
  4126. ["Enabled"] = false,
  4127. ["Heat"] = 25,
  4128. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4129. })
  4130. o285 = Create("Script",{
  4131. ["Parent"] = o284,
  4132. })
  4133. table.insert(cors,coroutine.create(function()
  4134. wait()
  4135. runDummyScript(function()
  4136. function Spread(part)
  4137. check = part:findFirstChild("Fire")
  4138. if check == nil then
  4139. script.Parent:Clone().Parent = part
  4140.  
  4141. elseif check ~= nil then
  4142. check.Size = check.Size + 1
  4143. check.Heat = check.Heat +1
  4144. end
  4145. end
  4146.  
  4147.  
  4148. script.Parent.Parent.Touched:connect(Spread)
  4149.  
  4150.  
  4151. end,o285)
  4152. end))
  4153. o286 = Create("Part",{
  4154. ["Name"] = "Armor",
  4155. ["Parent"] = o40,
  4156. ["Material"] = Enum.Material.Slate,
  4157. ["BrickColor"] = BrickColor.new("Really black"),
  4158. ["Position"] = Vector3.new(-1761.06006, -3589.20313, 1111.66748),
  4159. ["Anchored"] = true,
  4160. ["CFrame"] = CFrame.new(-1761.06006, -3589.20313, 1111.66748, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4161. ["CanCollide"] = false,
  4162. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4163. ["Size"] = Vector3.new(7.20591974, 5.09000015, 4.622962),
  4164. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4165. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4166. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4167. })
  4168. o287 = Create("Fire",{
  4169. ["Parent"] = o286,
  4170. ["Size"] = 30,
  4171. ["Color"] = Color3.new(1, 0.815686, 0),
  4172. ["Enabled"] = false,
  4173. ["Heat"] = 25,
  4174. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4175. })
  4176. o288 = Create("Script",{
  4177. ["Parent"] = o287,
  4178. })
  4179. table.insert(cors,coroutine.create(function()
  4180. wait()
  4181. runDummyScript(function()
  4182. function Spread(part)
  4183. check = part:findFirstChild("Fire")
  4184. if check == nil then
  4185. script.Parent:Clone().Parent = part
  4186.  
  4187. elseif check ~= nil then
  4188. check.Size = check.Size + 1
  4189. check.Heat = check.Heat +1
  4190. end
  4191. end
  4192.  
  4193.  
  4194. script.Parent.Parent.Touched:connect(Spread)
  4195.  
  4196.  
  4197. end,o288)
  4198. end))
  4199. o289 = Create("Part",{
  4200. ["Name"] = "Armor",
  4201. ["Parent"] = o40,
  4202. ["Material"] = Enum.Material.Slate,
  4203. ["BrickColor"] = BrickColor.new("Really black"),
  4204. ["Position"] = Vector3.new(-1761.21021, -3587.50781, 1111.47754),
  4205. ["Anchored"] = true,
  4206. ["CFrame"] = CFrame.new(-1761.21021, -3587.50781, 1111.47754, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4207. ["CanCollide"] = false,
  4208. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4209. ["Size"] = Vector3.new(9.6259203, 1.70000005, 4.86296177),
  4210. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4211. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4212. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4213. })
  4214. o290 = Create("Fire",{
  4215. ["Parent"] = o289,
  4216. ["Size"] = 30,
  4217. ["Color"] = Color3.new(1, 0.815686, 0),
  4218. ["Enabled"] = false,
  4219. ["Heat"] = 25,
  4220. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4221. })
  4222. o291 = Create("Script",{
  4223. ["Parent"] = o290,
  4224. })
  4225. table.insert(cors,coroutine.create(function()
  4226. wait()
  4227. runDummyScript(function()
  4228. function Spread(part)
  4229. check = part:findFirstChild("Fire")
  4230. if check == nil then
  4231. script.Parent:Clone().Parent = part
  4232.  
  4233. elseif check ~= nil then
  4234. check.Size = check.Size + 1
  4235. check.Heat = check.Heat +1
  4236. end
  4237. end
  4238.  
  4239.  
  4240. script.Parent.Parent.Touched:connect(Spread)
  4241.  
  4242.  
  4243. end,o291)
  4244. end))
  4245. o292 = Create("Part",{
  4246. ["Parent"] = o40,
  4247. ["Material"] = Enum.Material.Neon,
  4248. ["BrickColor"] = BrickColor.new("Really red"),
  4249. ["Position"] = Vector3.new(-1761.64014, -3584.49756, 1109.07996),
  4250. ["Anchored"] = true,
  4251. ["CFrame"] = CFrame.new(-1761.64014, -3584.49756, 1109.07996, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4252. ["CanCollide"] = false,
  4253. ["Locked"] = true,
  4254. ["Shape"] = Enum.PartType.Ball,
  4255. ["Size"] = Vector3.new(0.890000105, 0.890000105, 0.890000105),
  4256. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4257. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4258. ["Color"] = Color3.new(1, 0, 0),
  4259. })
  4260. o293 = Create("Part",{
  4261. ["Parent"] = o40,
  4262. ["Material"] = Enum.Material.Neon,
  4263. ["BrickColor"] = BrickColor.new("Really red"),
  4264. ["Position"] = Vector3.new(-1760.44019, -3584.49756, 1109.07996),
  4265. ["Anchored"] = true,
  4266. ["CFrame"] = CFrame.new(-1760.44019, -3584.49756, 1109.07996, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4267. ["CanCollide"] = false,
  4268. ["Locked"] = true,
  4269. ["Shape"] = Enum.PartType.Ball,
  4270. ["Size"] = Vector3.new(0.890000105, 0.890000105, 0.890000105),
  4271. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4272. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4273. ["Color"] = Color3.new(1, 0, 0),
  4274. })
  4275. o294 = Create("Part",{
  4276. ["Name"] = "PartWing",
  4277. ["Parent"] = o40,
  4278. ["Material"] = Enum.Material.DiamondPlate,
  4279. ["BrickColor"] = BrickColor.new("Really black"),
  4280. ["Position"] = Vector3.new(-1757.6272, -3583.95947, 1116.17285),
  4281. ["Rotation"] = Vector3.new(-57.624279, 20.4207325, 17.3688202),
  4282. ["Anchored"] = true,
  4283. ["CFrame"] = CFrame.new(-1757.6272, -3583.95947, 1116.17285, 0.8944242, -0.279761106, 0.348911166, -0.121389359, 0.599019885, 0.791479528, -0.430429846, -0.750272632, 0.501817882),
  4284. ["CanCollide"] = false,
  4285. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4286. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  4287. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4288. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4289. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4290. })
  4291. o295 = Create("Fire",{
  4292. ["Parent"] = o294,
  4293. ["Size"] = 30,
  4294. ["Color"] = Color3.new(1, 0.815686, 0),
  4295. ["Enabled"] = false,
  4296. ["Heat"] = 25,
  4297. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4298. })
  4299. o296 = Create("Script",{
  4300. ["Parent"] = o295,
  4301. })
  4302. table.insert(cors,coroutine.create(function()
  4303. wait()
  4304. runDummyScript(function()
  4305. function Spread(part)
  4306. check = part:findFirstChild("Fire")
  4307. if check == nil then
  4308. script.Parent:Clone().Parent = part
  4309.  
  4310. elseif check ~= nil then
  4311. check.Size = check.Size + 1
  4312. check.Heat = check.Heat +1
  4313. end
  4314. end
  4315.  
  4316.  
  4317. script.Parent.Parent.Touched:connect(Spread)
  4318.  
  4319.  
  4320. end,o296)
  4321. end))
  4322. o297 = Create("Part",{
  4323. ["Name"] = "PartWing",
  4324. ["Parent"] = o40,
  4325. ["Material"] = Enum.Material.DiamondPlate,
  4326. ["BrickColor"] = BrickColor.new("Really black"),
  4327. ["Position"] = Vector3.new(-1765.06714, -3583.95947, 1116.17285),
  4328. ["Rotation"] = Vector3.new(-58.7116852, -26.1270428, -15.2933884),
  4329. ["Anchored"] = true,
  4330. ["CFrame"] = CFrame.new(-1765.06714, -3583.95947, 1116.17285, 0.866026163, 0.23681052, -0.44036299, 0.226009175, 0.600212216, 0.767245233, 0.44600296, -0.763980508, 0.466278106),
  4331. ["CanCollide"] = false,
  4332. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4333. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  4334. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4335. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4336. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4337. })
  4338. o298 = Create("Fire",{
  4339. ["Parent"] = o297,
  4340. ["Size"] = 30,
  4341. ["Color"] = Color3.new(1, 0.815686, 0),
  4342. ["Enabled"] = false,
  4343. ["Heat"] = 25,
  4344. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4345. })
  4346. o299 = Create("Script",{
  4347. ["Parent"] = o298,
  4348. })
  4349. table.insert(cors,coroutine.create(function()
  4350. wait()
  4351. runDummyScript(function()
  4352. function Spread(part)
  4353. check = part:findFirstChild("Fire")
  4354. if check == nil then
  4355. script.Parent:Clone().Parent = part
  4356.  
  4357. elseif check ~= nil then
  4358. check.Size = check.Size + 1
  4359. check.Heat = check.Heat +1
  4360. end
  4361. end
  4362.  
  4363.  
  4364. script.Parent.Parent.Touched:connect(Spread)
  4365.  
  4366.  
  4367. end,o299)
  4368. end))
  4369. o300 = Create("Part",{
  4370. ["Name"] = "PartWing",
  4371. ["Parent"] = o40,
  4372. ["Material"] = Enum.Material.DiamondPlate,
  4373. ["BrickColor"] = BrickColor.new("Really black"),
  4374. ["Position"] = Vector3.new(-1753.96729, -3575.76074, 1119.44958),
  4375. ["Rotation"] = Vector3.new(-76.426384, 23.4285088, -23.0137901),
  4376. ["Anchored"] = true,
  4377. ["CFrame"] = CFrame.new(-1753.96729, -3575.76074, 1119.44958, 0.844529271, 0.358721316, 0.397604495, -0.447492391, 0.0649125203, 0.891928732, 0.294144362, -0.931184888, 0.215345576),
  4378. ["CanCollide"] = false,
  4379. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4380. ["Size"] = Vector3.new(1, 0.800000012, 11.6429615),
  4381. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4382. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4383. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4384. })
  4385. o301 = Create("Fire",{
  4386. ["Parent"] = o300,
  4387. ["Size"] = 30,
  4388. ["Color"] = Color3.new(1, 0.815686, 0),
  4389. ["Enabled"] = false,
  4390. ["Heat"] = 25,
  4391. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4392. })
  4393. o302 = Create("Script",{
  4394. ["Parent"] = o301,
  4395. })
  4396. table.insert(cors,coroutine.create(function()
  4397. wait()
  4398. runDummyScript(function()
  4399. function Spread(part)
  4400. check = part:findFirstChild("Fire")
  4401. if check == nil then
  4402. script.Parent:Clone().Parent = part
  4403.  
  4404. elseif check ~= nil then
  4405. check.Size = check.Size + 1
  4406. check.Heat = check.Heat +1
  4407. end
  4408. end
  4409.  
  4410.  
  4411. script.Parent.Parent.Touched:connect(Spread)
  4412.  
  4413.  
  4414. end,o302)
  4415. end))
  4416. o303 = Create("Part",{
  4417. ["Name"] = "PartWing",
  4418. ["Parent"] = o40,
  4419. ["Material"] = Enum.Material.DiamondPlate,
  4420. ["BrickColor"] = BrickColor.new("Really black"),
  4421. ["Position"] = Vector3.new(-1750.33691, -3572.93506, 1125.55737),
  4422. ["Rotation"] = Vector3.new(-76.4264069, 23.428484, 18.1905346),
  4423. ["Anchored"] = true,
  4424. ["CFrame"] = CFrame.new(-1750.33691, -3572.93506, 1125.55737, 0.871700943, -0.286441118, 0.397604108, -0.293916613, 0.343621314, 0.89192909, -0.392110378, -0.89435786, 0.215345189),
  4425. ["CanCollide"] = false,
  4426. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4427. ["Size"] = Vector3.new(1, 11.5900002, 1.35296154),
  4428. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4429. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4430. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4431. })
  4432. o304 = Create("Fire",{
  4433. ["Parent"] = o303,
  4434. ["Size"] = 30,
  4435. ["Color"] = Color3.new(1, 0.815686, 0),
  4436. ["Enabled"] = false,
  4437. ["Heat"] = 25,
  4438. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4439. })
  4440. o305 = Create("Script",{
  4441. ["Parent"] = o304,
  4442. })
  4443. table.insert(cors,coroutine.create(function()
  4444. wait()
  4445. runDummyScript(function()
  4446. function Spread(part)
  4447. check = part:findFirstChild("Fire")
  4448. if check == nil then
  4449. script.Parent:Clone().Parent = part
  4450.  
  4451. elseif check ~= nil then
  4452. check.Size = check.Size + 1
  4453. check.Heat = check.Heat +1
  4454. end
  4455. end
  4456.  
  4457.  
  4458. script.Parent.Parent.Touched:connect(Spread)
  4459.  
  4460.  
  4461. end,o305)
  4462. end))
  4463. o306 = Create("Part",{
  4464. ["Name"] = "PartWing",
  4465. ["Parent"] = o40,
  4466. ["Material"] = Enum.Material.DiamondPlate,
  4467. ["BrickColor"] = BrickColor.new("Really black"),
  4468. ["Position"] = Vector3.new(-1771.47314, -3572.49316, 1122.8728),
  4469. ["Rotation"] = Vector3.new(-85.8035736, -16.5921726, -25.3577862),
  4470. ["Anchored"] = true,
  4471. ["CFrame"] = CFrame.new(-1771.47314, -3572.49316, 1122.8728, 0.866024554, 0.410437047, -0.285557449, 0.226013467, 0.188093245, 0.955792248, 0.446003973, -0.892279387, 0.0701290593),
  4472. ["CanCollide"] = false,
  4473. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4474. ["Size"] = Vector3.new(1, 9.35999966, 1.15296268),
  4475. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4476. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4477. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4478. })
  4479. o307 = Create("Fire",{
  4480. ["Parent"] = o306,
  4481. ["Size"] = 30,
  4482. ["Color"] = Color3.new(1, 0.815686, 0),
  4483. ["Enabled"] = false,
  4484. ["Heat"] = 25,
  4485. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4486. })
  4487. o308 = Create("Script",{
  4488. ["Parent"] = o307,
  4489. })
  4490. table.insert(cors,coroutine.create(function()
  4491. wait()
  4492. runDummyScript(function()
  4493. function Spread(part)
  4494. check = part:findFirstChild("Fire")
  4495. if check == nil then
  4496. script.Parent:Clone().Parent = part
  4497.  
  4498. elseif check ~= nil then
  4499. check.Size = check.Size + 1
  4500. check.Heat = check.Heat +1
  4501. end
  4502. end
  4503.  
  4504.  
  4505. script.Parent.Parent.Touched:connect(Spread)
  4506.  
  4507.  
  4508. end,o308)
  4509. end))
  4510. o309 = Create("Part",{
  4511. ["Name"] = "PartWing",
  4512. ["Parent"] = o40,
  4513. ["Material"] = Enum.Material.DiamondPlate,
  4514. ["BrickColor"] = BrickColor.new("Really black"),
  4515. ["Position"] = Vector3.new(-1768.47729, -3575.8374, 1118.74988),
  4516. ["Rotation"] = Vector3.new(-85.8035736, -16.5921726, -25.3577862),
  4517. ["Anchored"] = true,
  4518. ["CFrame"] = CFrame.new(-1768.47729, -3575.8374, 1118.74988, 0.866024554, 0.410437047, -0.285557449, 0.226013467, 0.188093245, 0.955792248, 0.446003973, -0.892279387, 0.0701290593),
  4519. ["CanCollide"] = false,
  4520. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4521. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  4522. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4523. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4524. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4525. })
  4526. o310 = Create("Fire",{
  4527. ["Parent"] = o309,
  4528. ["Size"] = 30,
  4529. ["Color"] = Color3.new(1, 0.815686, 0),
  4530. ["Enabled"] = false,
  4531. ["Heat"] = 25,
  4532. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4533. })
  4534. o311 = Create("Script",{
  4535. ["Parent"] = o310,
  4536. })
  4537. table.insert(cors,coroutine.create(function()
  4538. wait()
  4539. runDummyScript(function()
  4540. function Spread(part)
  4541. check = part:findFirstChild("Fire")
  4542. if check == nil then
  4543. script.Parent:Clone().Parent = part
  4544.  
  4545. elseif check ~= nil then
  4546. check.Size = check.Size + 1
  4547. check.Heat = check.Heat +1
  4548. end
  4549. end
  4550.  
  4551.  
  4552. script.Parent.Parent.Touched:connect(Spread)
  4553.  
  4554.  
  4555. end,o311)
  4556. end))
  4557. o312 = Create("Model",{
  4558. ["Name"] = "Arm1",
  4559. ["Parent"] = o1,
  4560. })
  4561. o313 = Create("Part",{
  4562. ["Name"] = "Middle",
  4563. ["Parent"] = o312,
  4564. ["Material"] = Enum.Material.Grass,
  4565. ["BrickColor"] = BrickColor.new("Really black"),
  4566. ["Position"] = Vector3.new(-1766.19946, -3590.25195, 1111.85254),
  4567. ["Anchored"] = true,
  4568. ["CFrame"] = CFrame.new(-1766.19946, -3590.25195, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4569. ["CanCollide"] = false,
  4570. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4571. ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194),
  4572. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4573. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4574. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4575. })
  4576. o314 = Create("Fire",{
  4577. ["Parent"] = o313,
  4578. ["Size"] = 30,
  4579. ["Color"] = Color3.new(1, 0.815686, 0),
  4580. ["Enabled"] = false,
  4581. ["Heat"] = 25,
  4582. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4583. })
  4584. o315 = Create("Script",{
  4585. ["Parent"] = o314,
  4586. })
  4587. table.insert(cors,coroutine.create(function()
  4588. wait()
  4589. runDummyScript(function()
  4590. function Spread(part)
  4591. check = part:findFirstChild("Fire")
  4592. if check == nil then
  4593. script.Parent:Clone().Parent = part
  4594.  
  4595. elseif check ~= nil then
  4596. check.Size = check.Size + 1
  4597. check.Heat = check.Heat +1
  4598. end
  4599. end
  4600.  
  4601.  
  4602. script.Parent.Parent.Touched:connect(Spread)
  4603.  
  4604.  
  4605. end,o315)
  4606. end))
  4607. o316 = Create("Part",{
  4608. ["Parent"] = o312,
  4609. ["Material"] = Enum.Material.Grass,
  4610. ["BrickColor"] = BrickColor.new("Cocoa"),
  4611. ["Position"] = Vector3.new(-1766.20068, -3589.75195, 1111.85254),
  4612. ["Anchored"] = true,
  4613. ["CFrame"] = CFrame.new(-1766.20068, -3589.75195, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4614. ["CanCollide"] = false,
  4615. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4616. ["Size"] = Vector3.new(4.03295994, 1.86592293, 3.83296204),
  4617. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4618. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4619. ["Color"] = Color3.new(0.337255, 0.141176, 0.141176),
  4620. })
  4621. o317 = Create("Fire",{
  4622. ["Parent"] = o316,
  4623. ["Size"] = 30,
  4624. ["Color"] = Color3.new(1, 0.815686, 0),
  4625. ["Enabled"] = false,
  4626. ["Heat"] = 25,
  4627. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4628. })
  4629. o318 = Create("Script",{
  4630. ["Parent"] = o317,
  4631. })
  4632. table.insert(cors,coroutine.create(function()
  4633. wait()
  4634. runDummyScript(function()
  4635. function Spread(part)
  4636. check = part:findFirstChild("Fire")
  4637. if check == nil then
  4638. script.Parent:Clone().Parent = part
  4639.  
  4640. elseif check ~= nil then
  4641. check.Size = check.Size + 1
  4642. check.Heat = check.Heat +1
  4643. end
  4644. end
  4645.  
  4646.  
  4647. script.Parent.Parent.Touched:connect(Spread)
  4648.  
  4649.  
  4650. end,o318)
  4651. end))
  4652. o319 = Create("Part",{
  4653. ["Parent"] = o312,
  4654. ["Material"] = Enum.Material.Grass,
  4655. ["BrickColor"] = BrickColor.new("Cocoa"),
  4656. ["Position"] = Vector3.new(-1766.20068, -3591.35156, 1111.85254),
  4657. ["Anchored"] = true,
  4658. ["CFrame"] = CFrame.new(-1766.20068, -3591.35156, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4659. ["CanCollide"] = false,
  4660. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4661. ["Size"] = Vector3.new(4.03295994, 5.06592274, 1.83296204),
  4662. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4663. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4664. ["Color"] = Color3.new(0.337255, 0.141176, 0.141176),
  4665. })
  4666. o320 = Create("Fire",{
  4667. ["Parent"] = o319,
  4668. ["Size"] = 30,
  4669. ["Color"] = Color3.new(1, 0.815686, 0),
  4670. ["Enabled"] = false,
  4671. ["Heat"] = 25,
  4672. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4673. })
  4674. o321 = Create("Script",{
  4675. ["Parent"] = o320,
  4676. })
  4677. table.insert(cors,coroutine.create(function()
  4678. wait()
  4679. runDummyScript(function()
  4680. function Spread(part)
  4681. check = part:findFirstChild("Fire")
  4682. if check == nil then
  4683. script.Parent:Clone().Parent = part
  4684.  
  4685. elseif check ~= nil then
  4686. check.Size = check.Size + 1
  4687. check.Heat = check.Heat +1
  4688. end
  4689. end
  4690.  
  4691.  
  4692. script.Parent.Parent.Touched:connect(Spread)
  4693.  
  4694.  
  4695. end,o321)
  4696. end))
  4697. o322 = Create("Part",{
  4698. ["Parent"] = o312,
  4699. ["Material"] = Enum.Material.DiamondPlate,
  4700. ["BrickColor"] = BrickColor.new("Really black"),
  4701. ["Position"] = Vector3.new(-1766.71729, -3592.08398, 1113.85254),
  4702. ["Anchored"] = true,
  4703. ["CFrame"] = CFrame.new(-1766.71729, -3592.08398, 1113.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4704. ["CanCollide"] = false,
  4705. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4706. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  4707. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4708. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4709. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4710. })
  4711. o323 = Create("Fire",{
  4712. ["Parent"] = o322,
  4713. ["Size"] = 30,
  4714. ["Color"] = Color3.new(1, 0.815686, 0),
  4715. ["Enabled"] = false,
  4716. ["Heat"] = 25,
  4717. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4718. })
  4719. o324 = Create("Script",{
  4720. ["Parent"] = o323,
  4721. })
  4722. table.insert(cors,coroutine.create(function()
  4723. wait()
  4724. runDummyScript(function()
  4725. function Spread(part)
  4726. check = part:findFirstChild("Fire")
  4727. if check == nil then
  4728. script.Parent:Clone().Parent = part
  4729.  
  4730. elseif check ~= nil then
  4731. check.Size = check.Size + 1
  4732. check.Heat = check.Heat +1
  4733. end
  4734. end
  4735.  
  4736.  
  4737. script.Parent.Parent.Touched:connect(Spread)
  4738.  
  4739.  
  4740. end,o324)
  4741. end))
  4742. o325 = Create("Part",{
  4743. ["Parent"] = o312,
  4744. ["Material"] = Enum.Material.DiamondPlate,
  4745. ["BrickColor"] = BrickColor.new("Really black"),
  4746. ["Position"] = Vector3.new(-1766.71729, -3591.31445, 1122.85254),
  4747. ["Rotation"] = Vector3.new(-9.48516273, 5.05940334e-005, 1.32760613e-006),
  4748. ["Anchored"] = true,
  4749. ["CFrame"] = CFrame.new(-1766.71729, -3591.31445, 1122.85254, 1, -2.3171097e-008, 8.83032442e-007, -1.22662527e-007, 0.986328304, 0.16479218, -8.74778323e-007, -0.164792165, 0.986328304),
  4750. ["CanCollide"] = false,
  4751. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4752. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  4753. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4754. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4755. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4756. })
  4757. o326 = Create("Fire",{
  4758. ["Parent"] = o325,
  4759. ["Size"] = 30,
  4760. ["Color"] = Color3.new(1, 0.815686, 0),
  4761. ["Enabled"] = false,
  4762. ["Heat"] = 25,
  4763. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4764. })
  4765. o327 = Create("Script",{
  4766. ["Parent"] = o326,
  4767. })
  4768. table.insert(cors,coroutine.create(function()
  4769. wait()
  4770. runDummyScript(function()
  4771. function Spread(part)
  4772. check = part:findFirstChild("Fire")
  4773. if check == nil then
  4774. script.Parent:Clone().Parent = part
  4775.  
  4776. elseif check ~= nil then
  4777. check.Size = check.Size + 1
  4778. check.Heat = check.Heat +1
  4779. end
  4780. end
  4781.  
  4782.  
  4783. script.Parent.Parent.Touched:connect(Spread)
  4784.  
  4785.  
  4786. end,o327)
  4787. end))
  4788. o328 = Create("Part",{
  4789. ["Parent"] = o312,
  4790. ["Material"] = Enum.Material.Neon,
  4791. ["BrickColor"] = BrickColor.new("Really black"),
  4792. ["Position"] = Vector3.new(-1766.75708, -3590.54297, 1123.36755),
  4793. ["Rotation"] = Vector3.new(-9.48516273, 5.05940334e-005, 1.32760613e-006),
  4794. ["Anchored"] = true,
  4795. ["CFrame"] = CFrame.new(-1766.75708, -3590.54297, 1123.36755, 1, -2.3171097e-008, 8.83032442e-007, -1.22662527e-007, 0.986328304, 0.16479218, -8.74778323e-007, -0.164792165, 0.986328304),
  4796. ["CanCollide"] = false,
  4797. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4798. ["Size"] = Vector3.new(0.200000003, 2.1500001, 11.1029625),
  4799. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4800. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4801. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4802. })
  4803. o329 = Create("Fire",{
  4804. ["Parent"] = o328,
  4805. ["Size"] = 30,
  4806. ["Color"] = Color3.new(1, 0.815686, 0),
  4807. ["Enabled"] = false,
  4808. ["Heat"] = 25,
  4809. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4810. })
  4811. o330 = Create("Script",{
  4812. ["Parent"] = o329,
  4813. })
  4814. table.insert(cors,coroutine.create(function()
  4815. wait()
  4816. runDummyScript(function()
  4817. function Spread(part)
  4818. check = part:findFirstChild("Fire")
  4819. if check == nil then
  4820. script.Parent:Clone().Parent = part
  4821.  
  4822. elseif check ~= nil then
  4823. check.Size = check.Size + 1
  4824. check.Heat = check.Heat +1
  4825. end
  4826. end
  4827.  
  4828.  
  4829. script.Parent.Parent.Touched:connect(Spread)
  4830.  
  4831.  
  4832. end,o330)
  4833. end))
  4834. o331 = Create("Part",{
  4835. ["Parent"] = o312,
  4836. ["Material"] = Enum.Material.DiamondPlate,
  4837. ["BrickColor"] = BrickColor.new("Really black"),
  4838. ["Position"] = Vector3.new(-1766.71729, -3592.08398, 1106.98718),
  4839. ["Rotation"] = Vector3.new(-180, -3.41509462e-006, -180),
  4840. ["Anchored"] = true,
  4841. ["CFrame"] = CFrame.new(-1766.71729, -3592.08398, 1106.98718, -1, 0, -5.96046448e-008, 0, 1, 0, 5.96046448e-008, 0, -1),
  4842. ["CanCollide"] = false,
  4843. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4844. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  4845. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4846. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4847. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4848. })
  4849. o332 = Create("Fire",{
  4850. ["Parent"] = o331,
  4851. ["Size"] = 30,
  4852. ["Color"] = Color3.new(1, 0.815686, 0),
  4853. ["Enabled"] = false,
  4854. ["Heat"] = 25,
  4855. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4856. })
  4857. o333 = Create("Script",{
  4858. ["Parent"] = o332,
  4859. })
  4860. table.insert(cors,coroutine.create(function()
  4861. wait()
  4862. runDummyScript(function()
  4863. function Spread(part)
  4864. check = part:findFirstChild("Fire")
  4865. if check == nil then
  4866. script.Parent:Clone().Parent = part
  4867.  
  4868. elseif check ~= nil then
  4869. check.Size = check.Size + 1
  4870. check.Heat = check.Heat +1
  4871. end
  4872. end
  4873.  
  4874.  
  4875. script.Parent.Parent.Touched:connect(Spread)
  4876.  
  4877.  
  4878. end,o333)
  4879. end))
  4880. o334 = Create("Part",{
  4881. ["Parent"] = o312,
  4882. ["Material"] = Enum.Material.DiamondPlate,
  4883. ["BrickColor"] = BrickColor.new("Really black"),
  4884. ["Position"] = Vector3.new(-1766.71704, -3591.31445, 1097.98718),
  4885. ["Rotation"] = Vector3.new(-170.514847, -5.33684324e-005, -180),
  4886. ["Anchored"] = true,
  4887. ["CFrame"] = CFrame.new(-1766.71704, -3591.31445, 1097.98718, -1, 3.1261262e-008, -9.31454849e-007, -1.22662556e-007, 0.986328304, 0.16479212, 9.2387188e-007, 0.16479212, -0.986328363),
  4888. ["CanCollide"] = false,
  4889. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4890. ["Size"] = Vector3.new(1, 0.800000012, 9.83296204),
  4891. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4892. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4893. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4894. })
  4895. o335 = Create("Fire",{
  4896. ["Parent"] = o334,
  4897. ["Size"] = 30,
  4898. ["Color"] = Color3.new(1, 0.815686, 0),
  4899. ["Enabled"] = false,
  4900. ["Heat"] = 25,
  4901. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4902. })
  4903. o336 = Create("Script",{
  4904. ["Parent"] = o335,
  4905. })
  4906. table.insert(cors,coroutine.create(function()
  4907. wait()
  4908. runDummyScript(function()
  4909. function Spread(part)
  4910. check = part:findFirstChild("Fire")
  4911. if check == nil then
  4912. script.Parent:Clone().Parent = part
  4913.  
  4914. elseif check ~= nil then
  4915. check.Size = check.Size + 1
  4916. check.Heat = check.Heat +1
  4917. end
  4918. end
  4919.  
  4920.  
  4921. script.Parent.Parent.Touched:connect(Spread)
  4922.  
  4923.  
  4924. end,o336)
  4925. end))
  4926. o337 = Create("Part",{
  4927. ["Parent"] = o312,
  4928. ["Material"] = Enum.Material.Neon,
  4929. ["BrickColor"] = BrickColor.new("Really black"),
  4930. ["Position"] = Vector3.new(-1766.67725, -3590.54297, 1097.47217),
  4931. ["Rotation"] = Vector3.new(-170.514847, -5.33684324e-005, -180),
  4932. ["Anchored"] = true,
  4933. ["CFrame"] = CFrame.new(-1766.67725, -3590.54297, 1097.47217, -1, 3.1261262e-008, -9.31454849e-007, -1.22662556e-007, 0.986328304, 0.16479212, 9.2387188e-007, 0.16479212, -0.986328363),
  4934. ["CanCollide"] = false,
  4935. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4936. ["Size"] = Vector3.new(0.200000003, 2.1500001, 11.1029625),
  4937. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4938. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4939. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4940. })
  4941. o338 = Create("Fire",{
  4942. ["Parent"] = o337,
  4943. ["Size"] = 30,
  4944. ["Color"] = Color3.new(1, 0.815686, 0),
  4945. ["Enabled"] = false,
  4946. ["Heat"] = 25,
  4947. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4948. })
  4949. o339 = Create("Script",{
  4950. ["Parent"] = o338,
  4951. })
  4952. table.insert(cors,coroutine.create(function()
  4953. wait()
  4954. runDummyScript(function()
  4955. function Spread(part)
  4956. check = part:findFirstChild("Fire")
  4957. if check == nil then
  4958. script.Parent:Clone().Parent = part
  4959.  
  4960. elseif check ~= nil then
  4961. check.Size = check.Size + 1
  4962. check.Heat = check.Heat +1
  4963. end
  4964. end
  4965.  
  4966.  
  4967. script.Parent.Parent.Touched:connect(Spread)
  4968.  
  4969.  
  4970. end,o339)
  4971. end))
  4972. o340 = Create("Part",{
  4973. ["Name"] = "Armor",
  4974. ["Parent"] = o312,
  4975. ["Material"] = Enum.Material.Slate,
  4976. ["BrickColor"] = BrickColor.new("Really black"),
  4977. ["Position"] = Vector3.new(-1766.55811, -3587.30859, 1111.36255),
  4978. ["Anchored"] = true,
  4979. ["CFrame"] = CFrame.new(-1766.55811, -3587.30859, 1111.36255, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  4980. ["CanCollide"] = false,
  4981. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4982. ["Size"] = Vector3.new(3.99000001, 2.0999999, 4.85296202),
  4983. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4984. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4985. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4986. })
  4987. o341 = Create("Fire",{
  4988. ["Parent"] = o340,
  4989. ["Size"] = 30,
  4990. ["Color"] = Color3.new(1, 0.815686, 0),
  4991. ["Enabled"] = false,
  4992. ["Heat"] = 25,
  4993. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4994. })
  4995. o342 = Create("Script",{
  4996. ["Parent"] = o341,
  4997. })
  4998. table.insert(cors,coroutine.create(function()
  4999. wait()
  5000. runDummyScript(function()
  5001. function Spread(part)
  5002. check = part:findFirstChild("Fire")
  5003. if check == nil then
  5004. script.Parent:Clone().Parent = part
  5005.  
  5006. elseif check ~= nil then
  5007. check.Size = check.Size + 1
  5008. check.Heat = check.Heat +1
  5009. end
  5010. end
  5011.  
  5012.  
  5013. script.Parent.Parent.Touched:connect(Spread)
  5014.  
  5015.  
  5016. end,o342)
  5017. end))
  5018. o343 = Create("Part",{
  5019. ["Name"] = "Armor",
  5020. ["Parent"] = o312,
  5021. ["Material"] = Enum.Material.Slate,
  5022. ["BrickColor"] = BrickColor.new("Really black"),
  5023. ["Position"] = Vector3.new(-1766.87305, -3587.26367, 1111.39258),
  5024. ["Anchored"] = true,
  5025. ["CFrame"] = CFrame.new(-1766.87305, -3587.26367, 1111.39258, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5026. ["CanCollide"] = false,
  5027. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5028. ["Size"] = Vector3.new(4.93999958, 3.38999987, 3.0129621),
  5029. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5030. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5031. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5032. })
  5033. o344 = Create("Fire",{
  5034. ["Parent"] = o343,
  5035. ["Size"] = 30,
  5036. ["Color"] = Color3.new(1, 0.815686, 0),
  5037. ["Enabled"] = false,
  5038. ["Heat"] = 25,
  5039. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5040. })
  5041. o345 = Create("Script",{
  5042. ["Parent"] = o344,
  5043. })
  5044. table.insert(cors,coroutine.create(function()
  5045. wait()
  5046. runDummyScript(function()
  5047. function Spread(part)
  5048. check = part:findFirstChild("Fire")
  5049. if check == nil then
  5050. script.Parent:Clone().Parent = part
  5051.  
  5052. elseif check ~= nil then
  5053. check.Size = check.Size + 1
  5054. check.Heat = check.Heat +1
  5055. end
  5056. end
  5057.  
  5058.  
  5059. script.Parent.Parent.Touched:connect(Spread)
  5060.  
  5061.  
  5062. end,o345)
  5063. end))
  5064. o346 = Create("Part",{
  5065. ["Name"] = "Armor",
  5066. ["Parent"] = o312,
  5067. ["Material"] = Enum.Material.Slate,
  5068. ["BrickColor"] = BrickColor.new("Really black"),
  5069. ["Position"] = Vector3.new(-1768.47095, -3586.81836, 1111.39258),
  5070. ["Rotation"] = Vector3.new(-4.61960044e-005, -2.27979817e-005, 13.9343042),
  5071. ["Anchored"] = true,
  5072. ["CFrame"] = CFrame.new(-1768.47095, -3586.81836, 1111.39258, 0.970572472, -0.240809187, -3.97899839e-007, 0.240809187, 0.970572472, 8.0627234e-007, 1.92032843e-007, -8.78363664e-007, 1),
  5073. ["CanCollide"] = false,
  5074. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5075. ["Size"] = Vector3.new(5.59999943, 1.13999987, 1.59296203),
  5076. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5077. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5078. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5079. })
  5080. o347 = Create("Fire",{
  5081. ["Parent"] = o346,
  5082. ["Size"] = 30,
  5083. ["Color"] = Color3.new(1, 0.815686, 0),
  5084. ["Enabled"] = false,
  5085. ["Heat"] = 25,
  5086. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5087. })
  5088. o348 = Create("Script",{
  5089. ["Parent"] = o347,
  5090. })
  5091. table.insert(cors,coroutine.create(function()
  5092. wait()
  5093. runDummyScript(function()
  5094. function Spread(part)
  5095. check = part:findFirstChild("Fire")
  5096. if check == nil then
  5097. script.Parent:Clone().Parent = part
  5098.  
  5099. elseif check ~= nil then
  5100. check.Size = check.Size + 1
  5101. check.Heat = check.Heat +1
  5102. end
  5103. end
  5104.  
  5105.  
  5106. script.Parent.Parent.Touched:connect(Spread)
  5107.  
  5108.  
  5109. end,o348)
  5110. end))
  5111. o349 = Create("Part",{
  5112. ["Name"] = "Armor",
  5113. ["Parent"] = o312,
  5114. ["Material"] = Enum.Material.Slate,
  5115. ["BrickColor"] = BrickColor.new("Really black"),
  5116. ["Position"] = Vector3.new(-1771.11182, -3587.38672, 1111.15259),
  5117. ["Rotation"] = Vector3.new(0.000526479387, -6.7576475e-005, -11.3504553),
  5118. ["Anchored"] = true,
  5119. ["CFrame"] = CFrame.new(-1771.11182, -3587.38672, 1111.15259, 0.980441749, 0.19680962, -1.17943193e-006, -0.19680962, 0.980441749, -9.18879869e-006, -6.52079677e-007, 9.24120559e-006, 1),
  5120. ["CanCollide"] = false,
  5121. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5122. ["Size"] = Vector3.new(0.200000003, 4.76999998, 3.39296198),
  5123. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5124. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5125. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5126. })
  5127. o350 = Create("Fire",{
  5128. ["Parent"] = o349,
  5129. ["Size"] = 30,
  5130. ["Color"] = Color3.new(1, 0.815686, 0),
  5131. ["Enabled"] = false,
  5132. ["Heat"] = 25,
  5133. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5134. })
  5135. o351 = Create("Script",{
  5136. ["Parent"] = o350,
  5137. })
  5138. table.insert(cors,coroutine.create(function()
  5139. wait()
  5140. runDummyScript(function()
  5141. function Spread(part)
  5142. check = part:findFirstChild("Fire")
  5143. if check == nil then
  5144. script.Parent:Clone().Parent = part
  5145.  
  5146. elseif check ~= nil then
  5147. check.Size = check.Size + 1
  5148. check.Heat = check.Heat +1
  5149. end
  5150. end
  5151.  
  5152.  
  5153. script.Parent.Parent.Touched:connect(Spread)
  5154.  
  5155.  
  5156. end,o351)
  5157. end))
  5158. o352 = Create("Part",{
  5159. ["Name"] = "Armor",
  5160. ["Parent"] = o312,
  5161. ["Material"] = Enum.Material.Slate,
  5162. ["BrickColor"] = BrickColor.new("Really black"),
  5163. ["Position"] = Vector3.new(-1770.04199, -3593.6167, 1111.48254),
  5164. ["Rotation"] = Vector3.new(-4.61960044e-005, -2.27979817e-005, 13.9343042),
  5165. ["Anchored"] = true,
  5166. ["CFrame"] = CFrame.new(-1770.04199, -3593.6167, 1111.48254, 0.970572472, -0.240809187, -3.97899839e-007, 0.240809187, 0.970572472, 8.0627234e-007, 1.92032843e-007, -8.78363664e-007, 1),
  5167. ["CanCollide"] = false,
  5168. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5169. ["Size"] = Vector3.new(0.200000003, 4.76999998, 3.39296198),
  5170. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5171. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5172. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5173. })
  5174. o353 = Create("Fire",{
  5175. ["Parent"] = o352,
  5176. ["Size"] = 30,
  5177. ["Color"] = Color3.new(1, 0.815686, 0),
  5178. ["Enabled"] = false,
  5179. ["Heat"] = 25,
  5180. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5181. })
  5182. o354 = Create("Script",{
  5183. ["Parent"] = o353,
  5184. })
  5185. table.insert(cors,coroutine.create(function()
  5186. wait()
  5187. runDummyScript(function()
  5188. function Spread(part)
  5189. check = part:findFirstChild("Fire")
  5190. if check == nil then
  5191. script.Parent:Clone().Parent = part
  5192.  
  5193. elseif check ~= nil then
  5194. check.Size = check.Size + 1
  5195. check.Heat = check.Heat +1
  5196. end
  5197. end
  5198.  
  5199.  
  5200. script.Parent.Parent.Touched:connect(Spread)
  5201.  
  5202.  
  5203. end,o354)
  5204. end))
  5205. o355 = Create("Part",{
  5206. ["Name"] = "Armor",
  5207. ["Parent"] = o312,
  5208. ["Material"] = Enum.Material.Slate,
  5209. ["BrickColor"] = BrickColor.new("Really black"),
  5210. ["Position"] = Vector3.new(-1767.40088, -3593.04834, 1111.72253),
  5211. ["Rotation"] = Vector3.new(-4.61960044e-005, -2.27979817e-005, 13.9343042),
  5212. ["Anchored"] = true,
  5213. ["CFrame"] = CFrame.new(-1767.40088, -3593.04834, 1111.72253, 0.970572472, -0.240809187, -3.97899839e-007, 0.240809187, 0.970572472, 8.0627234e-007, 1.92032843e-007, -8.78363664e-007, 1),
  5214. ["CanCollide"] = false,
  5215. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5216. ["Size"] = Vector3.new(5.59999943, 1.13999987, 1.59296203),
  5217. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5218. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5219. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5220. })
  5221. o356 = Create("Fire",{
  5222. ["Parent"] = o355,
  5223. ["Size"] = 30,
  5224. ["Color"] = Color3.new(1, 0.815686, 0),
  5225. ["Enabled"] = false,
  5226. ["Heat"] = 25,
  5227. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5228. })
  5229. o357 = Create("Script",{
  5230. ["Parent"] = o356,
  5231. })
  5232. table.insert(cors,coroutine.create(function()
  5233. wait()
  5234. runDummyScript(function()
  5235. function Spread(part)
  5236. check = part:findFirstChild("Fire")
  5237. if check == nil then
  5238. script.Parent:Clone().Parent = part
  5239.  
  5240. elseif check ~= nil then
  5241. check.Size = check.Size + 1
  5242. check.Heat = check.Heat +1
  5243. end
  5244. end
  5245.  
  5246.  
  5247. script.Parent.Parent.Touched:connect(Spread)
  5248.  
  5249.  
  5250. end,o357)
  5251. end))
  5252. o358 = Create("Model",{
  5253. ["Name"] = "Leg2",
  5254. ["Parent"] = o1,
  5255. })
  5256. o359 = Create("Part",{
  5257. ["Name"] = "Middle",
  5258. ["Parent"] = o358,
  5259. ["Material"] = Enum.Material.Grass,
  5260. ["BrickColor"] = BrickColor.new("Really black"),
  5261. ["Position"] = Vector3.new(-1759.33374, -3597.11719, 1111.85254),
  5262. ["Velocity"] = Vector3.new(0, -1, 0),
  5263. ["Anchored"] = true,
  5264. ["CFrame"] = CFrame.new(-1759.33374, -3597.11719, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5265. ["CanCollide"] = false,
  5266. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5267. ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194),
  5268. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5269. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5270. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5271. })
  5272. o360 = Create("Fire",{
  5273. ["Parent"] = o359,
  5274. ["Size"] = 30,
  5275. ["Color"] = Color3.new(1, 0.815686, 0),
  5276. ["Enabled"] = false,
  5277. ["Heat"] = 25,
  5278. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5279. })
  5280. o361 = Create("Script",{
  5281. ["Parent"] = o360,
  5282. })
  5283. table.insert(cors,coroutine.create(function()
  5284. wait()
  5285. runDummyScript(function()
  5286. function Spread(part)
  5287. check = part:findFirstChild("Fire")
  5288. if check == nil then
  5289. script.Parent:Clone().Parent = part
  5290.  
  5291. elseif check ~= nil then
  5292. check.Size = check.Size + 1
  5293. check.Heat = check.Heat +1
  5294. end
  5295. end
  5296.  
  5297.  
  5298. script.Parent.Parent.Touched:connect(Spread)
  5299.  
  5300.  
  5301. end,o361)
  5302. end))
  5303. o362 = Create("Part",{
  5304. ["Name"] = "Armor",
  5305. ["Parent"] = o358,
  5306. ["Material"] = Enum.Material.Concrete,
  5307. ["BrickColor"] = BrickColor.new("Really black"),
  5308. ["Position"] = Vector3.new(-1759.13867, -3599.01221, 1111.9325),
  5309. ["Velocity"] = Vector3.new(0, -1, 0),
  5310. ["Anchored"] = true,
  5311. ["CFrame"] = CFrame.new(-1759.13867, -3599.01221, 1111.9325, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5312. ["CanCollide"] = false,
  5313. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5314. ["Size"] = Vector3.new(3.8229599, 3.49592304, 4.39296246),
  5315. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5316. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5317. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5318. })
  5319. o363 = Create("Fire",{
  5320. ["Parent"] = o362,
  5321. ["Size"] = 30,
  5322. ["Color"] = Color3.new(1, 0.815686, 0),
  5323. ["Enabled"] = false,
  5324. ["Heat"] = 25,
  5325. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5326. })
  5327. o364 = Create("Script",{
  5328. ["Parent"] = o363,
  5329. })
  5330. table.insert(cors,coroutine.create(function()
  5331. wait()
  5332. runDummyScript(function()
  5333. function Spread(part)
  5334. check = part:findFirstChild("Fire")
  5335. if check == nil then
  5336. script.Parent:Clone().Parent = part
  5337.  
  5338. elseif check ~= nil then
  5339. check.Size = check.Size + 1
  5340. check.Heat = check.Heat +1
  5341. end
  5342. end
  5343.  
  5344.  
  5345. script.Parent.Parent.Touched:connect(Spread)
  5346.  
  5347.  
  5348. end,o364)
  5349. end))
  5350. o365 = Create("Part",{
  5351. ["Name"] = "Armor",
  5352. ["Parent"] = o358,
  5353. ["Material"] = Enum.Material.Concrete,
  5354. ["BrickColor"] = BrickColor.new("Really black"),
  5355. ["Position"] = Vector3.new(-1759.13867, -3594.68213, 1111.9325),
  5356. ["Anchored"] = true,
  5357. ["CFrame"] = CFrame.new(-1759.13867, -3594.68213, 1111.9325, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5358. ["CanCollide"] = false,
  5359. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5360. ["Size"] = Vector3.new(3.8229599, 3.49592304, 4.39296246),
  5361. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5362. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5363. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5364. })
  5365. o366 = Create("Fire",{
  5366. ["Parent"] = o365,
  5367. ["Size"] = 30,
  5368. ["Color"] = Color3.new(1, 0.815686, 0),
  5369. ["Enabled"] = false,
  5370. ["Heat"] = 25,
  5371. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5372. })
  5373. o367 = Create("Script",{
  5374. ["Parent"] = o366,
  5375. })
  5376. table.insert(cors,coroutine.create(function()
  5377. wait()
  5378. runDummyScript(function()
  5379. function Spread(part)
  5380. check = part:findFirstChild("Fire")
  5381. if check == nil then
  5382. script.Parent:Clone().Parent = part
  5383.  
  5384. elseif check ~= nil then
  5385. check.Size = check.Size + 1
  5386. check.Heat = check.Heat +1
  5387. end
  5388. end
  5389.  
  5390.  
  5391. script.Parent.Parent.Touched:connect(Spread)
  5392.  
  5393.  
  5394. end,o367)
  5395. end))
  5396. o368 = Create("Part",{
  5397. ["Name"] = "Armor",
  5398. ["Parent"] = o358,
  5399. ["Material"] = Enum.Material.Concrete,
  5400. ["BrickColor"] = BrickColor.new("Really black"),
  5401. ["Position"] = Vector3.new(-1759.32861, -3598.07715, 1110.65747),
  5402. ["Anchored"] = true,
  5403. ["CFrame"] = CFrame.new(-1759.32861, -3598.07715, 1110.65747, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5404. ["CanCollide"] = false,
  5405. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5406. ["Size"] = Vector3.new(2.42296004, 5.36592293, 1.30296254),
  5407. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5408. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5409. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5410. })
  5411. o369 = Create("Fire",{
  5412. ["Parent"] = o368,
  5413. ["Size"] = 30,
  5414. ["Color"] = Color3.new(1, 0.815686, 0),
  5415. ["Enabled"] = false,
  5416. ["Heat"] = 25,
  5417. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5418. })
  5419. o370 = Create("Script",{
  5420. ["Parent"] = o369,
  5421. })
  5422. table.insert(cors,coroutine.create(function()
  5423. wait()
  5424. runDummyScript(function()
  5425. function Spread(part)
  5426. check = part:findFirstChild("Fire")
  5427. if check == nil then
  5428. script.Parent:Clone().Parent = part
  5429.  
  5430. elseif check ~= nil then
  5431. check.Size = check.Size + 1
  5432. check.Heat = check.Heat +1
  5433. end
  5434. end
  5435.  
  5436.  
  5437. script.Parent.Parent.Touched:connect(Spread)
  5438.  
  5439.  
  5440. end,o370)
  5441. end))
  5442. o371 = Create("Model",{
  5443. ["Name"] = "Leg1",
  5444. ["Parent"] = o1,
  5445. })
  5446. o372 = Create("Part",{
  5447. ["Name"] = "Middle",
  5448. ["Parent"] = o371,
  5449. ["Material"] = Enum.Material.Grass,
  5450. ["BrickColor"] = BrickColor.new("Really black"),
  5451. ["Position"] = Vector3.new(-1762.7666, -3597.11719, 1111.85254),
  5452. ["Anchored"] = true,
  5453. ["CFrame"] = CFrame.new(-1762.7666, -3597.11719, 1111.85254, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5454. ["CanCollide"] = false,
  5455. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5456. ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194),
  5457. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5458. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5459. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5460. })
  5461. o373 = Create("Fire",{
  5462. ["Parent"] = o372,
  5463. ["Size"] = 30,
  5464. ["Color"] = Color3.new(1, 0.815686, 0),
  5465. ["Enabled"] = false,
  5466. ["Heat"] = 25,
  5467. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5468. })
  5469. o374 = Create("Script",{
  5470. ["Parent"] = o373,
  5471. })
  5472. table.insert(cors,coroutine.create(function()
  5473. wait()
  5474. runDummyScript(function()
  5475. function Spread(part)
  5476. check = part:findFirstChild("Fire")
  5477. if check == nil then
  5478. script.Parent:Clone().Parent = part
  5479.  
  5480. elseif check ~= nil then
  5481. check.Size = check.Size + 1
  5482. check.Heat = check.Heat +1
  5483. end
  5484. end
  5485.  
  5486.  
  5487. script.Parent.Parent.Touched:connect(Spread)
  5488.  
  5489.  
  5490. end,o374)
  5491. end))
  5492. o375 = Create("Part",{
  5493. ["Name"] = "Armor",
  5494. ["Parent"] = o371,
  5495. ["Material"] = Enum.Material.Concrete,
  5496. ["BrickColor"] = BrickColor.new("Really black"),
  5497. ["Position"] = Vector3.new(-1762.77856, -3599.01221, 1111.9325),
  5498. ["Anchored"] = true,
  5499. ["CFrame"] = CFrame.new(-1762.77856, -3599.01221, 1111.9325, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5500. ["CanCollide"] = false,
  5501. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5502. ["Size"] = Vector3.new(3.8229599, 3.49592304, 4.39296246),
  5503. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5504. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5505. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5506. })
  5507. o376 = Create("Fire",{
  5508. ["Parent"] = o375,
  5509. ["Size"] = 30,
  5510. ["Color"] = Color3.new(1, 0.815686, 0),
  5511. ["Enabled"] = false,
  5512. ["Heat"] = 25,
  5513. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5514. })
  5515. o377 = Create("Script",{
  5516. ["Parent"] = o376,
  5517. })
  5518. table.insert(cors,coroutine.create(function()
  5519. wait()
  5520. runDummyScript(function()
  5521. function Spread(part)
  5522. check = part:findFirstChild("Fire")
  5523. if check == nil then
  5524. script.Parent:Clone().Parent = part
  5525.  
  5526. elseif check ~= nil then
  5527. check.Size = check.Size + 1
  5528. check.Heat = check.Heat +1
  5529. end
  5530. end
  5531.  
  5532.  
  5533. script.Parent.Parent.Touched:connect(Spread)
  5534.  
  5535.  
  5536. end,o377)
  5537. end))
  5538. o378 = Create("Part",{
  5539. ["Name"] = "Armor",
  5540. ["Parent"] = o371,
  5541. ["Material"] = Enum.Material.Concrete,
  5542. ["BrickColor"] = BrickColor.new("Really black"),
  5543. ["Position"] = Vector3.new(-1762.77856, -3594.63232, 1111.9325),
  5544. ["Anchored"] = true,
  5545. ["CFrame"] = CFrame.new(-1762.77856, -3594.63232, 1111.9325, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5546. ["CanCollide"] = false,
  5547. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5548. ["Size"] = Vector3.new(3.8229599, 3.49592304, 4.39296246),
  5549. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5550. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5551. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5552. })
  5553. o379 = Create("Fire",{
  5554. ["Parent"] = o378,
  5555. ["Size"] = 30,
  5556. ["Color"] = Color3.new(1, 0.815686, 0),
  5557. ["Enabled"] = false,
  5558. ["Heat"] = 25,
  5559. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5560. })
  5561. o380 = Create("Script",{
  5562. ["Parent"] = o379,
  5563. })
  5564. table.insert(cors,coroutine.create(function()
  5565. wait()
  5566. runDummyScript(function()
  5567. function Spread(part)
  5568. check = part:findFirstChild("Fire")
  5569. if check == nil then
  5570. script.Parent:Clone().Parent = part
  5571.  
  5572. elseif check ~= nil then
  5573. check.Size = check.Size + 1
  5574. check.Heat = check.Heat +1
  5575. end
  5576. end
  5577.  
  5578.  
  5579. script.Parent.Parent.Touched:connect(Spread)
  5580.  
  5581.  
  5582. end,o380)
  5583. end))
  5584. o381 = Create("Part",{
  5585. ["Name"] = "Armor",
  5586. ["Parent"] = o371,
  5587. ["Material"] = Enum.Material.Concrete,
  5588. ["BrickColor"] = BrickColor.new("Really black"),
  5589. ["Position"] = Vector3.new(-1762.85864, -3598.07715, 1110.65747),
  5590. ["Anchored"] = true,
  5591. ["CFrame"] = CFrame.new(-1762.85864, -3598.07715, 1110.65747, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  5592. ["CanCollide"] = false,
  5593. ["FormFactor"] = Enum.FormFactor.Symmetric,
  5594. ["Size"] = Vector3.new(2.42296004, 5.36592293, 1.30296254),
  5595. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5596. ["TopSurface"] = Enum.SurfaceType.Smooth,
  5597. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  5598. })
  5599. o382 = Create("Fire",{
  5600. ["Parent"] = o381,
  5601. ["Size"] = 30,
  5602. ["Color"] = Color3.new(1, 0.815686, 0),
  5603. ["Enabled"] = false,
  5604. ["Heat"] = 25,
  5605. ["SecondaryColor"] = Color3.new(1, 0, 0),
  5606. })
  5607. o383 = Create("Script",{
  5608. ["Parent"] = o382,
  5609. })
  5610. table.insert(cors,coroutine.create(function()
  5611. wait()
  5612. runDummyScript(function()
  5613. function Spread(part)
  5614. check = part:findFirstChild("Fire")
  5615. if check == nil then
  5616. script.Parent:Clone().Parent = part
  5617.  
  5618. elseif check ~= nil then
  5619. check.Size = check.Size + 1
  5620. check.Heat = check.Heat +1
  5621. end
  5622. end
  5623.  
  5624.  
  5625. script.Parent.Parent.Touched:connect(Spread)
  5626.  
  5627.  
  5628. end,o383)
  5629. end))
  5630. mas.Parent = workspace
  5631. mas:MakeJoints()
  5632. local mas1 = mas:GetChildren()
  5633. for i=1,#mas1 do
  5634. mas1[i].Parent = workspace
  5635. ypcall(function() mas1[i]:MakeJoints() end)
  5636. end
  5637. mas:Destroy()
  5638. for i=1,#cors do
  5639. coroutine.resume(cors[i])
  5640. end
  5641. ------------------------------------------------------------------------------------------
  5642. game.Players.LocalPlayer.Character.Head.face:Remove()
  5643. game.Players.LocalPlayer.Character.Head.Transparency = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement