Advertisement
ajcooper2003

Untitled

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