Advertisement
Im_not_a_robot

Dark Titan

Jun 16th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.42 KB | None | 0 0
  1. ---------------------------
  2. -- Z to slash, F - cool aura, don't use Z, it breaks the script
  3. local MaxMana = 500000000 -- Max Mana You Can Get
  4. local Mana = 500000000 -- Mana You Start With
  5. local ManaGain = 40000000 -- 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 * 4.5
  181. la.Size = la.Size * 4.5
  182. ll.Size = ll.Size * 4.5
  183. rl.Size = rl.Size * 4.5
  184. tr.Size = tr.Size * 4.5
  185. hd.Size = hd.Size * 4.5
  186. rp.Size = rp.Size * 4.5
  187. --
  188. local tw = xWeld(rp,tr)
  189. tw.C1 = cn(0,0,0)
  190. local law = xWeld(tr,la)
  191. law.C0 = cn(-6.5,.7,0)
  192. law.C1 = cn(0,.7,0)
  193. local raw = xWeld(tr,ra)
  194. raw.C0 = cn(6.5,.7,0)
  195. raw.C1 = cn(0,.7,0)
  196. local llw = xWeld(tr,ll)
  197. llw.C0 = cn(-2.5,-6,0)
  198. llw.C1 = cn(0,3.5,0)
  199. local rlw = xWeld(tr,rl)
  200. rlw.C0 = cn(2.5,-6,0)
  201. rlw.C1 = cn(0,3.5,0)
  202. local hw = xWeld(tr,hd)
  203. hw.C1 = cn(0,-6.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.  
  236. end
  237. has = haw.C1
  238.  
  239. for _,v in pairs(Pack:GetChildren()) do
  240. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  241. end
  242. --------------------------------------------------------
  243. --------------------------------------------------------
  244. -----------------------VARIABLES------------------------
  245. --------------------------------------------------------
  246. --------------------------------------------------------
  247. State = 'Idle'
  248. FallTime = 0
  249. Walk = 0
  250. WalkReverse = false
  251. StompDB = false
  252. JumpDB = false
  253. --
  254. function NewHitbox(Radius,Position)
  255. local Returning = {}
  256. for _,v in pairs(workspace:GetChildren()) do
  257. if v~=Char and v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') then
  258. local Mag = (v.Torso.Position - Position).magnitude
  259. if Mag < Radius then
  260. table.insert(Returning,v)
  261. end
  262. end
  263. end
  264. return Returning
  265. end
  266. --
  267. function UpdateState()
  268. if (rp.Velocity*v3(1, 0, 1)).magnitude > 5 then
  269. if State == 'Idle' then State = 'Walking' end
  270. else
  271. if State == 'Walking' then State = 'Idle' end
  272. end
  273. if WalkReverse then
  274. Walk = Walk - .5
  275. else
  276. Walk = Walk + .5
  277. end
  278. if Walk >= 10 then
  279. WalkReverse = true
  280. elseif Walk <= -10 then
  281. WalkReverse = false
  282. end
  283. end
  284. --
  285. function JumpExplode()
  286. local Hit = NewHitbox(35,Char.Torso.Position)
  287. for _,v in pairs(Hit) do
  288. v.Humanoid.MaxHealth = 100
  289. v.Humanoid.Health = v.Humanoid.Health - 1000000000
  290. if sit then
  291. v.Humanoid.Sit = true
  292. end
  293. end
  294. xSound('2233908',tr,1)
  295. coroutine.wrap(function()
  296. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  297. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  298. Explosion.CFrame = Char.Torso.CFrame * cn(0,-20,0)
  299. Mesh.Scale = v3(1,7,1)
  300. repeat
  301. Mesh.Scale = Mesh.Scale + v3(1,0,1)
  302. Explosion.Transparency = Explosion.Transparency + .025
  303. wait()
  304. until Explosion.Transparency >= 1
  305. Explosion:Destroy()
  306. end)()
  307. end
  308. --
  309. function Stomp()
  310. if State == 'Walking' or State == 'Idle' then
  311. if StompDB == false then
  312. StompDB = true
  313. State = 'Attacking'
  314. Human.WalkSpeed = 0
  315. --
  316. xSound('138186576',Char.Head,1)
  317. for _=0,1,.05 do
  318. xlerp(tw,ts,.2)
  319. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  320. xlerp(rlw,rls*ca(20,0,0),.2)
  321. xlerp(llw,lls*cn(0,-2,1.25),.2)
  322. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.2)
  323. xlerp(law,las*ca(20,0,0),.2)
  324. wait()
  325. end
  326. coroutine.wrap(function()
  327. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  328. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=3270017'}
  329. Explosion.CFrame = rp.CFrame * cn(0,-7,0)*ca(90,0,0)
  330. Mesh.Scale = v3(5,5,10)
  331. repeat
  332. Mesh.Scale = Mesh.Scale + v3(2,2,.5)
  333. Explosion.Transparency = Explosion.Transparency + .01
  334. wait()
  335. until Explosion.Transparency >= 1
  336. Explosion:Destroy()
  337. end)()
  338. coroutine.wrap(function()
  339. local Already = {}
  340. for i=1,50,2 do
  341. wait(.1)
  342. local Hit = NewHitbox(i*2,Char.Torso.Position)
  343. for _,v in pairs(Hit) do
  344. if not Already[v] then
  345. v.Humanoid.MaxHealth = 100
  346. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  347. if sit then
  348. v.Humanoid.Sit = true
  349. end
  350. Already[v] = true
  351. end
  352. end
  353. end
  354. end)()
  355. --attack
  356. for _=0,1,.05 do
  357. xlerp(tw,ts,.3)
  358. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.3)
  359. xlerp(rlw,rls*ca(20,0,0),.3)
  360. xlerp(llw,lls*cn(0,0,1.25),.3)
  361. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.3)
  362. xlerp(law,las*ca(20,0,0),.3)
  363. wait()
  364. end
  365. State = 'Idle'
  366. Human.WalkSpeed = 50
  367. coroutine.wrap(function()
  368. wait(0)
  369. StompDB = false
  370. end)()
  371. end
  372. end
  373. end
  374. --
  375. function Charge()
  376. if State == 'Walking' or State == 'Idle' then
  377. State = 'Charge'
  378. for _, controller in pairs(game:GetService("ControllerService"):GetChildren()) do
  379. controller.Parent = workspace
  380. end
  381. local function Exp()
  382. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('White')}
  383. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  384. Explosion.CFrame = rp.CFrame * cn(0,0,-15)*ca(70,0,0)
  385. Mesh.Scale = v3(1,6,1)
  386. repeat
  387. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  388. Mesh.Scale = Mesh.Scale + v3(1,.5,1)
  389. Explosion.Transparency = Explosion.Transparency + .05
  390. wait()
  391. until Explosion.Transparency >= 1
  392. Explosion:Destroy()
  393. end
  394. coroutine.wrap(function()
  395. wait(0)
  396. Human.WalkSpeed = 80
  397. Char.Head.Velocity=Char.Head.CFrame.lookVector*200
  398. for _=1, 10 do
  399. coroutine.wrap(Exp)()
  400. local Hit = NewHitbox(10,Char.Torso.Position)
  401. for _,v in pairs(Hit) do
  402. v.Humanoid.MaxHealth = 100
  403. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  404. end
  405. wait(0)
  406. xSound('10730819',tr,.8)
  407. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  408. end
  409. Human.WalkSpeed = 50
  410. State = 'Idle'
  411. end)()
  412. --
  413. for _=0,1,.05 do
  414. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  415. xlerp(tw,ts*ca(0,-90,0),.4)
  416. xlerp(hw,hs*ca(0,90,0),.4)
  417. xlerp(raw,ras*ca(-90,0,-90)*cn(0,-1,0),.4)
  418. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  419. xlerp(rlw,rls*ca(0,0,10)*cn(1,0,0),.4)
  420. xlerp(llw,lls*ca(0,0,10)*cn(1,0,0),.4)
  421. wait()
  422. end
  423. --
  424. end
  425. end
  426. function Combo()
  427. if State == 'Idle' or State == 'Walking' then
  428. State = 'Attacking'
  429. Human.WalkSpeed = 3
  430. for _=0,1,.2 do
  431. xlerp(tw,ts*ca(0,20,0),.4)
  432. xlerp(hw,hs*ca(0,30,0),.4)
  433. xlerp(raw,ras*ca(0,180,-90)*cn(-1,-1,0),.4)
  434. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  435. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  436. xlerp(llw,lls*cn(0,0,1.25),.4)
  437. wait()
  438. end
  439. local Already = {}
  440. xSound('231731980',tr,1.3)
  441. for _=0,1,.1 do
  442. xlerp(tw,ts*ca(0,-30,0),.4)
  443. xlerp(hw,hs*ca(0,-50,0),.4)
  444. xlerp(raw,ras*ca(160,180,-130)*cn(2,-1,1),.4)
  445. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  446. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  447. xlerp(llw,lls*cn(0,0,1.25),.4)
  448. xlerp(haw,has*ca(40,0,0),.4)
  449. wait()
  450. local Hit = NewHitbox(15,(Blade.CFrame).p)
  451. for _,v in pairs(Hit) do
  452. if not Already[v] then
  453. v.Humanoid.MaxHealth = 100
  454. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  455. Already[v] = true
  456. end
  457. end
  458. end
  459. ----Combo2
  460. for _=0,1,.2 do
  461. xlerp(tw,ts*ca(0,-35,0),.4)
  462. xlerp(haw,has,.4)
  463. xlerp(hw,hs*ca(0,-30,0),.4)
  464. xlerp(raw,ras*ca(-120,0,-70)*cn(1,-1,0),.4)
  465. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  466. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  467. xlerp(llw,lls*cn(0,0,1.25),.4)
  468. wait()
  469. end
  470. xSound('231731980',tr,1)
  471. local Already = {}
  472. for _=0,1,.1 do
  473. xlerp(tw,ts*ca(0,20,0),.4)
  474. xlerp(hw,hs*ca(0,30,0),.4)
  475. xlerp(raw,ras*ca(30,0,-90)*cn(0,-1,0),.4)
  476. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  477. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  478. xlerp(llw,lls*cn(0,0,1.25),.4)
  479. wait()
  480. local Hit = NewHitbox(15,(Blade.CFrame).p)
  481. for _,v in pairs(Hit) do
  482. if not Already[v] then
  483. v.Humanoid.MaxHealth = 100
  484. v.Humanoid.Health = v.Humanoid.Health - 3000000000000
  485. Already[v] = true
  486. end
  487. end
  488. end
  489. --Combo 3
  490. for _=0,1,.1 do
  491. xlerp(tw,ts,.3)
  492. xlerp(hw,hs,.3)
  493. xlerp(haw,has,.3)
  494. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.3)
  495. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.3)
  496. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.3)
  497. xlerp(llw,lls*cn(0,0,1.25),.4)
  498. wait()
  499. end
  500. xSound('231731980',tr,.8)
  501. local Already = {}
  502. for _=0,1,.1 do
  503. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  504. xlerp(hw,hs,.4)
  505. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  506. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  507. xlerp(haw,has*ca(20,0,0),.4)
  508. wait()
  509. local Hit = NewHitbox(10,(Blade.CFrame).p)
  510. for _,v in pairs(Hit) do
  511. if not Already[v] then
  512. v.Humanoid.MaxHealth = 100
  513. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  514. Already[v] = true
  515. end
  516. end
  517. end
  518. wait(.2)
  519. State = 'Idle'
  520. Human.WalkSpeed = 50
  521. end
  522. end
  523. --
  524. function SwordSlam()
  525. if State == 'Walking' or State == 'Idle' then
  526. State = 'Attacking'
  527. Human.WalkSpeed = 0
  528. for _=0,1,.05 do
  529. xlerp(tw,ts,.2)
  530. xlerp(hw,hs,.2)
  531. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.2)
  532. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.2)
  533. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.2)
  534. xlerp(llw,lls*cn(0,0,1.25),.2)
  535. wait()
  536. end
  537. coroutine.wrap(function()
  538. wait()
  539. xSound('10730819',tr,.5)
  540. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('dsasda')}
  541. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  542. Explosion.CFrame = rp.CFrame * cn(0,-5,-20)
  543. Mesh.Scale = v3(1,5,1)
  544. repeat
  545. Mesh.Scale = Mesh.Scale + v3(1,1,1)
  546. Explosion.Transparency = Explosion.Transparency + .025
  547. wait()
  548. until Explosion.Transparency >= 1
  549. Explosion:Destroy()
  550. end)()
  551. for _=0,1,.15 do
  552. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  553. xlerp(hw,hs,.4)
  554. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  555. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  556. xlerp(haw,has*ca(20,0,0),.4)
  557. wait()
  558. end
  559. local Hit = NewHitbox(40,(rp.CFrame * cn(0,-5,-20)).p)
  560. for _,v in pairs(Hit) do
  561. v.Humanoid.MaxHealth = 100
  562. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  563. if sit then
  564. v.Humanoid.Sit = true
  565. end
  566. end
  567. wait(0)
  568. State = 'Idle'
  569. Human.WalkSpeed = 50
  570. end
  571. end
  572. --
  573. CanBoom = true
  574. function Fire(Part)
  575. local Flame = Instance.new("ParticleEmitter",Part)
  576. Flame.LightEmission = 0.21
  577. Flame.Size = NumberSequence.new(15)
  578. Flame.Texture = "http://www.roblox.com/asset/?id=366803190"
  579. Flame.Transparency = NumberSequence.new(0.5)
  580. Flame.LockedToPart = true
  581. Flame.Lifetime = NumberRange.new(0.1,0.8)
  582. Flame.Rate = 40
  583. Flame.VelocitySpread = 2
  584. end
  585. Mouse.KeyDown:connect(function(key)
  586. if key == ' ' then
  587. if State == 'Walking' or State == 'Idle' then
  588. if JumpDB == false then
  589. JumpDB = true
  590. State = 'Jumping'
  591. Human.Jump = true
  592. Human.WalkSpeed = 50
  593. wait(0)
  594. State = 'Falling'
  595. coroutine.wrap(function()
  596. wait(0)
  597. JumpDB = false
  598. end)()
  599. end
  600. end
  601. elseif key == 'z' and Mana >= 400 then
  602. Mana = Mana-400
  603. Combo()
  604. elseif key == 'x' and Mana >= 300 then
  605. Mana = Mana-300
  606. Charge()
  607. elseif key == 'c' and Mana >= 250 then
  608. Mana = Mana-250
  609. SwordSlam()
  610. elseif key == 'v' and Mana >= 100 then
  611. Mana = Mana-100
  612. Stomp()
  613. elseif key == "p" and Mana >= 1000 then
  614. Mana = Mana-1000
  615. Stomp()
  616. wait()
  617. SwordSlam()
  618. wait()
  619. Combo()
  620. wait()
  621. Combo()
  622. elseif key == "f" and Mana >= 800 and CanBoom then
  623. Mana = Mana - 800
  624. CanBoom = false
  625. local P = Instance.new("Part",Char)
  626. P.Name = "Boom"
  627. P.Anchored = true
  628. P.Transparency = 1
  629. Fire(P)
  630. P.Material = "Neon"
  631. P.BrickColor = BrickColor.new("Crimson")
  632. P.TopSurface = "Smooth"
  633. P.CFrame = Torso.CFrame
  634. P.CanCollide = false
  635. xSound(161451748,workspace,0.9)
  636. function Hit(hit)
  637. if hit.Parent and hit.Parent:findFirstChild("Humanoid") then
  638. if hit.Parent:findFirstChild("Torso") and hit.Parent.Name ~= Player.Character.Name and hit.Parent:findFirstChild("Flamed") == nil then
  639. local Z = Instance.new("StringValue",hit.Parent)
  640. Z.Name = "Flamed"
  641. local Torsoo = hit.Parent:findFirstChild("Torso")
  642. Torsoo.Anchored = true
  643. for i,v in pairs(hit.Parent:GetChildren()) do
  644. Fire(v)
  645. end
  646. if hit.Parent:findFirstChild("Humanoid") then
  647. local H = hit.Parent:findFirstChild("Humanoid")
  648. H.MaxHealth = math.huge
  649. H.WalkSpeed = 0
  650. H.JumpPower = 0
  651. wait()
  652. Torsoo.Anchored = false
  653. H:remove()
  654. if hit.Parent then
  655. hit.Parent:BreakJoints()
  656. end
  657. end
  658. end
  659. end
  660. end
  661. P.Touched:connect(Hit)
  662. for i=1,100 do
  663. wait(0.1)
  664. P.CFrame = Torso.CFrame
  665. P.Size = Vector3.new(P.Size.X + 0.5,P.Size.Y + 0.5,P.Size.Z + 0.5)
  666. P.CFrame = Torso.CFrame
  667. end
  668. P:remove()
  669. wait(0)
  670. CanBoom = true
  671.  
  672. end
  673. end)
  674. --
  675. Human.Changed:connect(function()
  676. if State ~= 'Jumping' then
  677. Human.Jump = false
  678. end
  679. end)
  680.  
  681. Human.FreeFalling:connect(function(a)
  682. if a then
  683. if State == 'Walking' or State == 'Idle' then
  684. State = 'Falling'
  685. end
  686. elseif State == 'Jumping' or State == 'Falling' then
  687. State = 'Idle'
  688. if FallTime > 10 then
  689. print('Boom!')
  690. JumpExplode()
  691. end
  692. Human.WalkSpeed = 50
  693. FallTime = 0
  694. end
  695. end)
  696. --
  697. wait(0)
  698. game:GetService('RunService').RenderStepped:connect(function()
  699. UpdateState()
  700. if State == 'Jumping' or State == 'Falling' then
  701. FallTime = FallTime + .1
  702. xlerp(tw,ts,.3)
  703. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  704. xlerp(raw,ras*ca(0,0,-90)*cn(-1,-1,0),.2)
  705. xlerp(law,las*ca(0,0,90)*cn(1,-1,0),.2)
  706. xlerp(rlw,rls*ca(20,0,0),.2)
  707. xlerp(llw,lls*cn(0,-.5,1.25),.2)
  708. elseif State == 'Idle' then
  709. xlerp(tw,ts*ca(0,25,0),.1)
  710. xlerp(hw,hs*ca(0,-25,0),.1)
  711. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  712. xlerp(law,las*ca(20,0,0),.1)
  713. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.1)
  714. xlerp(llw,lls*cn(0,0,1.25),.1)
  715. xlerp(haw,has,.4)
  716. elseif State == 'Walking' then
  717. xlerp(tw,ts,.15)
  718. xlerp(hw,hs,.15)
  719. --xlerp(law,las*ca(30,0,0),.3)
  720. --xlerp(raw,ras*ca(20,0,-40)*cn(-1,-.5,0),.15)
  721. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  722. xlerp(law,las*ca(20,0,0),.1)
  723. if WalkReverse then
  724. xlerp(rlw,rls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  725. xlerp(llw,lls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  726. else
  727. xlerp(rlw,rls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  728. xlerp(llw,lls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  729. end
  730. end
  731. fenbarmana2:TweenSize(UDim2.new(4*Mana/MaxMana,0,0.2,0),nil,1,0.4,true)
  732. fenbarmana4.Text="[Mana]-> [-> "..Mana.." <-] <-[Mana]"
  733. if Mana>=MaxMana then
  734. Mana=MaxMana
  735. else
  736. if mananum<=8 then
  737. mananum=mananum+1
  738. else
  739. mananum=0
  740. Mana=Mana+ManaGain
  741. Char.Humanoid.Health = Char.Humanoid.Health + 1000
  742. end
  743. end
  744. if Mana <= MaxMana/2 then
  745. fenbarmana2.BackgroundColor = BrickColor.new("Bright red")
  746. Char.Humanoid.MaxHealth = 40000
  747. Human.Health = Human.MaxHealth
  748. else
  749. fenbarmana2.BackgroundColor = BrickColor.new("Royal purple")
  750. Char.Humanoid.MaxHealth = 50000
  751. Human.Health = Human.MaxHealth
  752. end
  753. end)
  754. --
  755. Char.Humanoid.WalkSpeed = 50
  756. Char.Humanoid.JumpPower = 190
  757.  
  758. Human.Health = Human.MaxHealth
  759.  
  760. ---------------------------------------------------------------ExtraMorphing-------------
  761. ----------------------------------------------------------------------------------------
  762.  
  763. Create = function(itemClass,tabl)
  764. local item = Instance.new(itemClass)
  765. for i,v in pairs(tabl) do
  766. local a,b = ypcall(function() return item[i] end)
  767. if a then
  768. item[i] = tabl[i]
  769. end
  770. end
  771. return item
  772. end
  773. function runDummyScript(f,scri)
  774. local oldenv = getfenv(f)
  775. local newenv = setmetatable({}, {
  776. __index = function(_, k)
  777. if k:lower() == 'script' then
  778. return scri
  779. else
  780. return oldenv[k]
  781. end
  782. end
  783. })
  784. setfenv(f, newenv)
  785. ypcall(function() f() end)
  786. end
  787. cors = {}
  788. mas = Instance.new("Model",game:GetService("Lighting"))
  789. mas.Name = "CompiledModel"
  790. o1 = Create("Model",{
  791. ["Name"] = "BETA",
  792. ["Parent"] = mas,
  793. })
  794. o2 = Create("Model",{
  795. ["Name"] = "Chest",
  796. ["Parent"] = o1,
  797. })
  798. o3 = Create("Part",{
  799. ["Name"] = "Middle",
  800. ["Parent"] = o2,
  801. ["Material"] = Enum.Material.Granite,
  802. ["BrickColor"] = BrickColor.new("Really black"),
  803. ["Position"] = Vector3.new(3923.3938, -4665.64014, -10.7899675),
  804. ["Rotation"] = Vector3.new(-0, -90, 0),
  805. ["Anchored"] = true,
  806. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -10.7899675, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  807. ["CanCollide"] = false,
  808. ["Locked"] = true,
  809. ["FormFactor"] = Enum.FormFactor.Symmetric,
  810. ["Size"] = Vector3.new(9.28780556, 9.28781509, 4.6439023),
  811. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  812. ["TopSurface"] = Enum.SurfaceType.Smooth,
  813. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  814. })
  815. o4 = Create("ParticleEmitter",{
  816. ["Parent"] = o3,
  817. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  818. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  819. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  820. ["Lifetime"] = NumberRange.new(1,1),
  821. ["Rate"] = 40,
  822. ["RotSpeed"] = NumberRange.new(30,30),
  823. ["Speed"] = NumberRange.new(0,0),
  824. })
  825. o5 = Create("ParticleEmitter",{
  826. ["Parent"] = o3,
  827. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  828. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  829. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  830. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  831. ["Lifetime"] = NumberRange.new(2,2),
  832. ["Rate"] = 30,
  833. ["RotSpeed"] = NumberRange.new(400,400),
  834. ["Speed"] = NumberRange.new(3,3),
  835. })
  836. o6 = Create("Part",{
  837. ["Name"] = "Bluesteel Bathelm",
  838. ["Parent"] = o2,
  839. ["Material"] = Enum.Material.Concrete,
  840. ["BrickColor"] = BrickColor.new("Really black"),
  841. ["Position"] = Vector3.new(3923.3938, -4657.74463, -10.8262482),
  842. ["Rotation"] = Vector3.new(-0, -90, 0),
  843. ["Anchored"] = true,
  844. ["CFrame"] = CFrame.new(3923.3938, -4657.74463, -10.8262482, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  845. ["CanCollide"] = false,
  846. ["Locked"] = true,
  847. ["FormFactor"] = Enum.FormFactor.Symmetric,
  848. ["Size"] = Vector3.new(5.19318867, 3.9473207, 3.94731259),
  849. ["TopSurface"] = Enum.SurfaceType.Smooth,
  850. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  851. })
  852. o7 = Create("ParticleEmitter",{
  853. ["Parent"] = o6,
  854. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  855. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  856. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  857. ["Lifetime"] = NumberRange.new(1,1),
  858. ["Rate"] = 40,
  859. ["RotSpeed"] = NumberRange.new(30,30),
  860. ["Speed"] = NumberRange.new(0,0),
  861. })
  862. o8 = Create("ParticleEmitter",{
  863. ["Parent"] = o6,
  864. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  865. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  866. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  867. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  868. ["Lifetime"] = NumberRange.new(2,2),
  869. ["Rate"] = 30,
  870. ["RotSpeed"] = NumberRange.new(400,400),
  871. ["Speed"] = NumberRange.new(3,3),
  872. })
  873. o9 = Create("SpecialMesh",{
  874. ["Parent"] = o6,
  875. ["MeshId"] = "http://www.roblox.com/asset/?id=16150814",
  876. ["Scale"] = Vector3.new(5.18085146, 5.18085623, 5.18084764),
  877. ["TextureId"] = "http://www.roblox.com/asset/?id=16150799",
  878. ["VertexColor"] = Vector3.new(0.300000012, 0.300000012, 0.300000012),
  879. ["MeshType"] = Enum.MeshType.FileMesh,
  880. })
  881. o10 = Create("Part",{
  882. ["Parent"] = o2,
  883. ["BrickColor"] = BrickColor.new("Really black"),
  884. ["Transparency"] = 1,
  885. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  886. ["Rotation"] = Vector3.new(79.0394669, 8.73715496, 16.0058537),
  887. ["Anchored"] = true,
  888. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.950079143, -0.272535861, 0.151901796, 0.195775941, 0.141641304, -0.970365703, 0.242943838, 0.951662958, 0.187926412),
  889. ["CanCollide"] = false,
  890. ["Locked"] = true,
  891. ["Size"] = Vector3.new(4, 1, 2),
  892. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  893. })
  894. o11 = Create("ParticleEmitter",{
  895. ["Parent"] = o10,
  896. ["Size"] = NumberSequence.new(2.5,2.5),
  897. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  898. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  899. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  900. })
  901. o12 = Create("Part",{
  902. ["Parent"] = o2,
  903. ["BrickColor"] = BrickColor.new("Really black"),
  904. ["Transparency"] = 1,
  905. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  906. ["Rotation"] = Vector3.new(86.3597412, -13.5106392, 95.9657364),
  907. ["Anchored"] = true,
  908. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.101057455, -0.967060804, -0.233625919, 0.0873805359, 0.225292891, -0.970364809, 0.991035938, -0.11847695, 0.0617347658),
  909. ["CanCollide"] = false,
  910. ["Locked"] = true,
  911. ["Size"] = Vector3.new(4, 1, 2),
  912. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  913. })
  914. o13 = Create("ParticleEmitter",{
  915. ["Parent"] = o12,
  916. ["Size"] = NumberSequence.new(2.5,2.5),
  917. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  918. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  919. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  920. })
  921. o14 = Create("Part",{
  922. ["Parent"] = o2,
  923. ["BrickColor"] = BrickColor.new("Really black"),
  924. ["Transparency"] = 1,
  925. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  926. ["Rotation"] = Vector3.new(102.543137, 6.23166227, -116.861259),
  927. ["Anchored"] = true,
  928. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.449161828, 0.886832237, 0.108548716, 0.145867065, 0.192651749, -0.970365107, -0.881462872, -0.420017153, -0.215891346),
  929. ["CanCollide"] = false,
  930. ["Locked"] = true,
  931. ["Size"] = Vector3.new(4, 1, 2),
  932. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  933. })
  934. o15 = Create("ParticleEmitter",{
  935. ["Parent"] = o14,
  936. ["Size"] = NumberSequence.new(2.5,2.5),
  937. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  938. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  939. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  940. })
  941. o16 = Create("Part",{
  942. ["Parent"] = o2,
  943. ["BrickColor"] = BrickColor.new("Really black"),
  944. ["Transparency"] = 1,
  945. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  946. ["Rotation"] = Vector3.new(102.543076, 6.23150969, -164.84436),
  947. ["Anchored"] = true,
  948. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.959516287, 0.259897143, 0.108546063, -0.0454919189, 0.237321198, -0.970365584, -0.277955443, -0.936019421, -0.215890288),
  949. ["CanCollide"] = false,
  950. ["Locked"] = true,
  951. ["Size"] = Vector3.new(4, 1, 2),
  952. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  953. })
  954. o17 = Create("ParticleEmitter",{
  955. ["Parent"] = o16,
  956. ["Size"] = NumberSequence.new(2.5,2.5),
  957. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  958. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  959. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  960. })
  961. o18 = Create("Part",{
  962. ["Parent"] = o2,
  963. ["BrickColor"] = BrickColor.new("Really black"),
  964. ["Transparency"] = 1,
  965. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  966. ["Rotation"] = Vector3.new(102.543114, 6.2315917, -99.8779907),
  967. ["Anchored"] = true,
  968. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.170537025, 0.979354262, 0.108547494, 0.195777684, 0.141642377, -0.970365226, -0.96570617, -0.144232035, -0.215890929),
  969. ["CanCollide"] = false,
  970. ["Locked"] = true,
  971. ["Size"] = Vector3.new(4, 1, 2),
  972. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  973. })
  974. o19 = Create("ParticleEmitter",{
  975. ["Parent"] = o18,
  976. ["Size"] = NumberSequence.new(2.5,2.5),
  977. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  978. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  979. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  980. })
  981. o20 = Create("Part",{
  982. ["Parent"] = o2,
  983. ["BrickColor"] = BrickColor.new("Really black"),
  984. ["Transparency"] = 1,
  985. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  986. ["Rotation"] = Vector3.new(102.543205, 6.23175573, -132.792969),
  987. ["Anchored"] = true,
  988. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.675336957, 0.729477286, 0.10855034, 0.0873827487, 0.225293115, -0.970364571, -0.732314408, -0.645837605, -0.215892449),
  989. ["CanCollide"] = false,
  990. ["Locked"] = true,
  991. ["Size"] = Vector3.new(4, 1, 2),
  992. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  993. })
  994. o21 = Create("ParticleEmitter",{
  995. ["Parent"] = o20,
  996. ["Size"] = NumberSequence.new(2.5,2.5),
  997. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  998. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  999. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1000. })
  1001. o22 = Create("Part",{
  1002. ["Parent"] = o2,
  1003. ["BrickColor"] = BrickColor.new("Really black"),
  1004. ["Transparency"] = 1,
  1005. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1006. ["Rotation"] = Vector3.new(102.543076, 6.23157644, -152.474472),
  1007. ["Anchored"] = true,
  1008. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.881565154, 0.45941323, 0.108547226, 0.00640271604, 0.241557747, -0.970365405, -0.472019136, -0.854745209, -0.215890348),
  1009. ["CanCollide"] = false,
  1010. ["Locked"] = true,
  1011. ["Size"] = Vector3.new(4, 1, 2),
  1012. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1013. })
  1014. o23 = Create("ParticleEmitter",{
  1015. ["Parent"] = o22,
  1016. ["Size"] = NumberSequence.new(2.5,2.5),
  1017. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1018. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1019. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1020. })
  1021. o24 = Create("Part",{
  1022. ["Parent"] = o2,
  1023. ["BrickColor"] = BrickColor.new("Really black"),
  1024. ["Transparency"] = 1,
  1025. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1026. ["Rotation"] = Vector3.new(93.5509491, 13.533741, -115.702736),
  1027. ["Anchored"] = true,
  1028. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.421659291, 0.876036167, 0.234017938, -0.045491308, 0.237320334, -0.970365763, -0.905612469, -0.41980958, -0.060216248),
  1029. ["CanCollide"] = false,
  1030. ["Locked"] = true,
  1031. ["Size"] = Vector3.new(4, 1, 2),
  1032. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1033. })
  1034. o25 = Create("ParticleEmitter",{
  1035. ["Parent"] = o24,
  1036. ["Size"] = NumberSequence.new(2.5,2.5),
  1037. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1038. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1039. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1040. })
  1041. o26 = Create("Part",{
  1042. ["Parent"] = o2,
  1043. ["BrickColor"] = BrickColor.new("Really black"),
  1044. ["Transparency"] = 1,
  1045. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1046. ["Rotation"] = Vector3.new(93.5508499, 13.5340061, -83.6512985),
  1047. ["Anchored"] = true,
  1048. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.107508615, 0.966268897, 0.234022439, 0.087382853, 0.225292057, -0.970364869, -0.990356684, 0.124772049, -0.0602144599),
  1049. ["CanCollide"] = false,
  1050. ["Locked"] = true,
  1051. ["Size"] = Vector3.new(4, 1, 2),
  1052. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1053. })
  1054. o27 = Create("ParticleEmitter",{
  1055. ["Parent"] = o26,
  1056. ["Size"] = NumberSequence.new(2.5,2.5),
  1057. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1058. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1059. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1060. })
  1061. o28 = Create("Part",{
  1062. ["Parent"] = o2,
  1063. ["BrickColor"] = BrickColor.new("Really black"),
  1064. ["Transparency"] = 1,
  1065. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1066. ["Rotation"] = Vector3.new(93.5508728, 13.5338879, -67.7195816),
  1067. ["Anchored"] = true,
  1068. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.368611872, 0.899644494, 0.234020427, 0.145866781, 0.192650631, -0.970365226, -0.918067813, 0.391823798, -0.0602149367),
  1069. ["CanCollide"] = false,
  1070. ["Locked"] = true,
  1071. ["Size"] = Vector3.new(4, 1, 2),
  1072. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1073. })
  1074. o29 = Create("ParticleEmitter",{
  1075. ["Parent"] = o28,
  1076. ["Size"] = NumberSequence.new(2.5,2.5),
  1077. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1078. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1079. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1080. })
  1081. o30 = Create("Part",{
  1082. ["Parent"] = o2,
  1083. ["BrickColor"] = BrickColor.new("Really black"),
  1084. ["Transparency"] = 1,
  1085. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1086. ["Rotation"] = Vector3.new(93.5509109, 13.5338335, -50.7363472),
  1087. ["Anchored"] = true,
  1088. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.615315795, 0.752742767, 0.234019518, 0.195777208, 0.141641498, -0.970365524, -0.763582349, 0.642896652, -0.0602156073),
  1089. ["CanCollide"] = false,
  1090. ["Locked"] = true,
  1091. ["Size"] = Vector3.new(4, 1, 2),
  1092. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1093. })
  1094. o31 = Create("ParticleEmitter",{
  1095. ["Parent"] = o30,
  1096. ["Size"] = NumberSequence.new(2.5,2.5),
  1097. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1098. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1099. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1100. })
  1101. o32 = Create("Part",{
  1102. ["Parent"] = o2,
  1103. ["BrickColor"] = BrickColor.new("Really black"),
  1104. ["Transparency"] = 1,
  1105. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1106. ["Rotation"] = Vector3.new(93.5509033, 13.5337915, -103.332832),
  1107. ["Anchored"] = true,
  1108. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.224203944, 0.946027577, 0.234018788, 0.00640313327, 0.241556808, -0.970365584, -0.974521399, -0.216061294, -0.0602154732),
  1109. ["CanCollide"] = false,
  1110. ["Locked"] = true,
  1111. ["Size"] = Vector3.new(4, 1, 2),
  1112. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1113. })
  1114. o33 = Create("ParticleEmitter",{
  1115. ["Parent"] = o32,
  1116. ["Size"] = NumberSequence.new(2.5,2.5),
  1117. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1118. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1119. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1120. })
  1121. o34 = Create("Part",{
  1122. ["Parent"] = o2,
  1123. ["BrickColor"] = BrickColor.new("Really black"),
  1124. ["Transparency"] = 1,
  1125. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1126. ["Rotation"] = Vector3.new(87.5872192, 13.7778225, -25.8519192),
  1127. ["Anchored"] = true,
  1128. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.874030232, 0.42350024, 0.238157541, 0.195776746, 0.14164117, -0.970365703, -0.444682926, 0.894754469, 0.0408871919),
  1129. ["CanCollide"] = false,
  1130. ["Locked"] = true,
  1131. ["Size"] = Vector3.new(4, 1, 2),
  1132. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1133. })
  1134. o35 = Create("ParticleEmitter",{
  1135. ["Parent"] = o34,
  1136. ["Size"] = NumberSequence.new(2.5,2.5),
  1137. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1138. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1139. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1140. })
  1141. o36 = Create("Part",{
  1142. ["Parent"] = o2,
  1143. ["BrickColor"] = BrickColor.new("Really black"),
  1144. ["Transparency"] = 1,
  1145. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1146. ["Rotation"] = Vector3.new(87.5871582, 13.7778587, -42.8351593),
  1147. ["Anchored"] = true,
  1148. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.712212801, 0.660328567, 0.238158152, 0.145866409, 0.192650288, -0.970365465, -0.686641216, 0.725845814, 0.0408882648),
  1149. ["CanCollide"] = false,
  1150. ["Locked"] = true,
  1151. ["Size"] = Vector3.new(4, 1, 2),
  1152. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1153. })
  1154. o37 = Create("ParticleEmitter",{
  1155. ["Parent"] = o36,
  1156. ["Size"] = NumberSequence.new(2.5,2.5),
  1157. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1158. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1159. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1160. })
  1161. o38 = Create("Part",{
  1162. ["Parent"] = o2,
  1163. ["BrickColor"] = BrickColor.new("Really black"),
  1164. ["Transparency"] = 1,
  1165. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1166. ["Rotation"] = Vector3.new(87.5872955, 13.7777548, -90.8183365),
  1167. ["Anchored"] = true,
  1168. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.0138711762, 0.971127868, 0.238156393, -0.0454913229, 0.237319738, -0.970365882, -0.998868525, -0.0242941976, 0.0408859849),
  1169. ["CanCollide"] = false,
  1170. ["Locked"] = true,
  1171. ["Size"] = Vector3.new(4, 1, 2),
  1172. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1173. })
  1174. o39 = Create("ParticleEmitter",{
  1175. ["Parent"] = o38,
  1176. ["Size"] = NumberSequence.new(2.5,2.5),
  1177. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1178. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1179. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1180. })
  1181. o40 = Create("Part",{
  1182. ["Parent"] = o2,
  1183. ["BrickColor"] = BrickColor.new("Really black"),
  1184. ["Transparency"] = 1,
  1185. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1186. ["Rotation"] = Vector3.new(87.5872269, 13.7777824, -78.4484177),
  1187. ["Anchored"] = true,
  1188. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.194488198, 0.951554537, 0.23815687, 0.00640301406, 0.241556317, -0.970365763, -0.980884075, 0.190249637, 0.0408870727),
  1189. ["CanCollide"] = false,
  1190. ["Locked"] = true,
  1191. ["Size"] = Vector3.new(4, 1, 2),
  1192. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1193. })
  1194. o41 = Create("ParticleEmitter",{
  1195. ["Parent"] = o40,
  1196. ["Size"] = NumberSequence.new(2.5,2.5),
  1197. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1198. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1199. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1200. })
  1201. o42 = Create("Part",{
  1202. ["Parent"] = o2,
  1203. ["BrickColor"] = BrickColor.new("Really black"),
  1204. ["Transparency"] = 1,
  1205. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1206. ["Rotation"] = Vector3.new(87.5870895, 13.7779512, -58.7668457),
  1207. ["Anchored"] = true,
  1208. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.503602087, 0.830460906, 0.238159731, 0.0873826072, 0.22529155, -0.970364928, -0.859505475, 0.509488642, 0.0408894569),
  1209. ["CanCollide"] = false,
  1210. ["Locked"] = true,
  1211. ["Size"] = Vector3.new(4, 1, 2),
  1212. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1213. })
  1214. o43 = Create("ParticleEmitter",{
  1215. ["Parent"] = o42,
  1216. ["Size"] = NumberSequence.new(2.5,2.5),
  1217. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1218. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1219. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1220. })
  1221. o44 = Create("Part",{
  1222. ["Parent"] = o2,
  1223. ["BrickColor"] = BrickColor.new("Really black"),
  1224. ["Transparency"] = 1,
  1225. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1226. ["Rotation"] = Vector3.new(86.3596802, -13.5104132, 76.2841797),
  1227. ["Anchored"] = true,
  1228. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.230545193, -0.944600403, -0.233622074, 0.00640067458, 0.241556659, -0.970365644, 0.973040581, 0.222217858, 0.0617358685),
  1229. ["CanCollide"] = false,
  1230. ["Locked"] = true,
  1231. ["Size"] = Vector3.new(4, 1, 2),
  1232. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1233. })
  1234. o45 = Create("ParticleEmitter",{
  1235. ["Parent"] = o44,
  1236. ["Size"] = NumberSequence.new(2.5,2.5),
  1237. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1238. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1239. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1240. })
  1241. o46 = Create("Part",{
  1242. ["Parent"] = o2,
  1243. ["BrickColor"] = BrickColor.new("Really black"),
  1244. ["Transparency"] = 1,
  1245. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1246. ["Rotation"] = Vector3.new(86.3597107, -13.5105181, 111.897423),
  1247. ["Anchored"] = true,
  1248. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.36262551, -0.902176857, -0.233623862, 0.1458648, 0.192652062, -0.970365405, 0.920449078, -0.385956615, 0.0617353171),
  1249. ["CanCollide"] = false,
  1250. ["Locked"] = true,
  1251. ["Size"] = Vector3.new(4, 1, 2),
  1252. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1253. })
  1254. o47 = Create("ParticleEmitter",{
  1255. ["Parent"] = o46,
  1256. ["Size"] = NumberSequence.new(2.5,2.5),
  1257. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1258. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1259. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1260. })
  1261. o48 = Create("Part",{
  1262. ["Parent"] = o2,
  1263. ["BrickColor"] = BrickColor.new("Really black"),
  1264. ["Transparency"] = 1,
  1265. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1266. ["Rotation"] = Vector3.new(86.3596725, -13.5104551, 128.880707),
  1267. ["Anchored"] = true,
  1268. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.61033088, -0.756912768, -0.233622789, 0.195775732, 0.141643152, -0.970365465, 0.767573178, -0.637981534, 0.0617359728),
  1269. ["CanCollide"] = false,
  1270. ["Locked"] = true,
  1271. ["Size"] = Vector3.new(4, 1, 2),
  1272. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1273. })
  1274. o49 = Create("ParticleEmitter",{
  1275. ["Parent"] = o48,
  1276. ["Size"] = NumberSequence.new(2.5,2.5),
  1277. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1278. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1279. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1280. })
  1281. o50 = Create("Part",{
  1282. ["Parent"] = o2,
  1283. ["BrickColor"] = BrickColor.new("Really black"),
  1284. ["Transparency"] = 1,
  1285. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1286. ["Rotation"] = Vector3.new(86.3596344, -13.5103664, 63.9142685),
  1287. ["Anchored"] = true,
  1288. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.427547663, -0.873283744, -0.233621284, -0.0454937071, 0.237319678, -0.970365882, 0.902847409, 0.425505877, 0.0617365986),
  1289. ["CanCollide"] = false,
  1290. ["Locked"] = true,
  1291. ["Size"] = Vector3.new(4, 1, 2),
  1292. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1293. })
  1294. o51 = Create("ParticleEmitter",{
  1295. ["Parent"] = o50,
  1296. ["Size"] = NumberSequence.new(2.5,2.5),
  1297. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1298. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1299. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1300. })
  1301. o52 = Create("Part",{
  1302. ["Parent"] = o2,
  1303. ["BrickColor"] = BrickColor.new("Really black"),
  1304. ["Transparency"] = 1,
  1305. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1306. ["Rotation"] = Vector3.new(102.621109, -6.0702033, -168.148773),
  1307. ["Anchored"] = true,
  1308. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.973196864, 0.204219759, -0.105746955, 0.145866275, 0.192652568, -0.970364988, -0.177795321, -0.959780931, -0.217277646),
  1309. ["CanCollide"] = false,
  1310. ["Locked"] = true,
  1311. ["Size"] = Vector3.new(4, 1, 2),
  1312. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1313. })
  1314. o53 = Create("ParticleEmitter",{
  1315. ["Parent"] = o52,
  1316. ["Size"] = NumberSequence.new(2.5,2.5),
  1317. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1318. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1319. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1320. })
  1321. o54 = Create("Part",{
  1322. ["Parent"] = o2,
  1323. ["BrickColor"] = BrickColor.new("Really black"),
  1324. ["Transparency"] = 1,
  1325. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1326. ["Rotation"] = Vector3.new(102.620941, -6.07024574, 143.868088),
  1327. ["Anchored"] = true,
  1328. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.80313319, -0.586340189, -0.105747685, -0.0454930514, 0.237321064, -0.970365524, 0.594060361, -0.774521887, -0.217274785),
  1329. ["CanCollide"] = false,
  1330. ["Locked"] = true,
  1331. ["Size"] = Vector3.new(4, 1, 2),
  1332. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1333. })
  1334. o55 = Create("ParticleEmitter",{
  1335. ["Parent"] = o54,
  1336. ["Size"] = NumberSequence.new(2.5,2.5),
  1337. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1338. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1339. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1340. })
  1341. o56 = Create("Part",{
  1342. ["Parent"] = o2,
  1343. ["BrickColor"] = BrickColor.new("Really black"),
  1344. ["Transparency"] = 1,
  1345. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1346. ["Rotation"] = Vector3.new(102.620995, -6.07021284, 156.237991),
  1347. ["Anchored"] = true,
  1348. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.910095572, -0.40067938, -0.105747119, 0.00640164688, 0.241557866, -0.970365405, 0.414349347, -0.883802176, -0.217275634),
  1349. ["CanCollide"] = false,
  1350. ["Locked"] = true,
  1351. ["Size"] = Vector3.new(4, 1, 2),
  1352. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1353. })
  1354. o57 = Create("ParticleEmitter",{
  1355. ["Parent"] = o56,
  1356. ["Size"] = NumberSequence.new(2.5,2.5),
  1357. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1358. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1359. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1360. })
  1361. o58 = Create("Part",{
  1362. ["Parent"] = o2,
  1363. ["BrickColor"] = BrickColor.new("Really black"),
  1364. ["Transparency"] = 1,
  1365. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1366. ["Rotation"] = Vector3.new(102.621033, -6.07022762, -151.165482),
  1367. ["Anchored"] = true,
  1368. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.871104538, 0.479577303, -0.105747372, 0.195777193, 0.141643211, -0.970365286, -0.450386614, -0.865992486, -0.21727632),
  1369. ["CanCollide"] = false,
  1370. ["Locked"] = true,
  1371. ["Size"] = Vector3.new(4, 1, 2),
  1372. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1373. })
  1374. o59 = Create("ParticleEmitter",{
  1375. ["Parent"] = o58,
  1376. ["Size"] = NumberSequence.new(2.5,2.5),
  1377. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1378. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1379. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1380. })
  1381. o60 = Create("Part",{
  1382. ["Parent"] = o2,
  1383. ["BrickColor"] = BrickColor.new("Really black"),
  1384. ["Transparency"] = 1,
  1385. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1386. ["Rotation"] = Vector3.new(102.621223, -6.07019854, 175.919556),
  1387. ["Anchored"] = true,
  1388. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.991872668, -0.0707581863, -0.105746865, 0.0873818323, 0.225293636, -0.970364571, 0.0924853384, -0.971718192, -0.217279553),
  1389. ["CanCollide"] = false,
  1390. ["Locked"] = true,
  1391. ["Size"] = Vector3.new(4, 1, 2),
  1392. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1393. })
  1394. o61 = Create("ParticleEmitter",{
  1395. ["Parent"] = o60,
  1396. ["Size"] = NumberSequence.new(2.5,2.5),
  1397. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1398. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1399. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1400. })
  1401. o62 = Create("Part",{
  1402. ["Parent"] = o2,
  1403. ["BrickColor"] = BrickColor.new("Really black"),
  1404. ["Transparency"] = 1,
  1405. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1406. ["Rotation"] = Vector3.new(76.1906204, -2.22199559, 30.1629696),
  1407. ["Anchored"] = true,
  1408. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.863949716, -0.50208348, -0.0387714207, 0.0873808563, 0.22529152, -0.970365107, 0.495939046, 0.834958911, 0.238513038),
  1409. ["CanCollide"] = false,
  1410. ["Locked"] = true,
  1411. ["Size"] = Vector3.new(4, 1, 2),
  1412. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1413. })
  1414. o63 = Create("ParticleEmitter",{
  1415. ["Parent"] = o62,
  1416. ["Size"] = NumberSequence.new(2.5,2.5),
  1417. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1418. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1419. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1420. })
  1421. o64 = Create("Part",{
  1422. ["Parent"] = o2,
  1423. ["BrickColor"] = BrickColor.new("Really black"),
  1424. ["Transparency"] = 1,
  1425. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1426. ["Rotation"] = Vector3.new(76.1907578, -2.22186089, 63.077919),
  1427. ["Anchored"] = true,
  1428. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.452438056, -0.890953004, -0.0387690663, 0.19577527, 0.141642034, -0.970365763, 0.87004137, 0.431440324, 0.238510787),
  1429. ["CanCollide"] = false,
  1430. ["Locked"] = true,
  1431. ["Size"] = Vector3.new(4, 1, 2),
  1432. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1433. })
  1434. o65 = Create("ParticleEmitter",{
  1435. ["Parent"] = o64,
  1436. ["Size"] = NumberSequence.new(2.5,2.5),
  1437. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1438. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1439. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1440. })
  1441. o66 = Create("Part",{
  1442. ["Parent"] = o2,
  1443. ["BrickColor"] = BrickColor.new("Really black"),
  1444. ["Transparency"] = 1,
  1445. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1446. ["Rotation"] = Vector3.new(76.190712, -2.22191787, 46.0946541),
  1447. ["Anchored"] = true,
  1448. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.692947745, -0.719944835, -0.0387700647, 0.145864815, 0.192650661, -0.970365703, 0.706078768, 0.666757405, 0.238511443),
  1449. ["CanCollide"] = false,
  1450. ["Locked"] = true,
  1451. ["Size"] = Vector3.new(4, 1, 2),
  1452. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1453. })
  1454. o67 = Create("ParticleEmitter",{
  1455. ["Parent"] = o66,
  1456. ["Size"] = NumberSequence.new(2.5,2.5),
  1457. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1458. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1459. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1460. })
  1461. o68 = Create("Part",{
  1462. ["Parent"] = o2,
  1463. ["BrickColor"] = BrickColor.new("Really black"),
  1464. ["Transparency"] = 1,
  1465. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1466. ["Rotation"] = Vector3.new(76.1908188, -2.22179508, -1.88847733),
  1467. ["Anchored"] = true,
  1468. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.998705685, 0.032929413, -0.0387679189, -0.0454927385, 0.237318829, -0.970366061, -0.0227532424, 0.970873654, 0.2385097),
  1469. ["CanCollide"] = false,
  1470. ["Locked"] = true,
  1471. ["Size"] = Vector3.new(4, 1, 2),
  1472. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1473. })
  1474. o69 = Create("ParticleEmitter",{
  1475. ["Parent"] = o68,
  1476. ["Size"] = NumberSequence.new(2.5,2.5),
  1477. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1478. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1479. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1480. })
  1481. o70 = Create("Part",{
  1482. ["Parent"] = o2,
  1483. ["BrickColor"] = BrickColor.new("Really black"),
  1484. ["Transparency"] = 1,
  1485. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1486. ["Rotation"] = Vector3.new(76.1907883, -2.22185564, 10.4814234),
  1487. ["Anchored"] = true,
  1488. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.982574821, -0.181779981, -0.0387689769, 0.00640141964, 0.241555661, -0.970365882, 0.185757935, 0.953208923, 0.238510132),
  1489. ["CanCollide"] = false,
  1490. ["Locked"] = true,
  1491. ["Size"] = Vector3.new(4, 1, 2),
  1492. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1493. })
  1494. o71 = Create("ParticleEmitter",{
  1495. ["Parent"] = o70,
  1496. ["Size"] = NumberSequence.new(2.5,2.5),
  1497. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1498. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1499. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1500. })
  1501. o72 = Create("Part",{
  1502. ["Parent"] = o2,
  1503. ["BrickColor"] = BrickColor.new("Really black"),
  1504. ["Transparency"] = 1,
  1505. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1506. ["Rotation"] = Vector3.new(79.039566, 8.73714828, -48.9605522),
  1507. ["Anchored"] = true,
  1508. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.648959339, 0.745505035, 0.151901692, -0.0454917476, 0.237319022, -0.97036618, -0.75946182, 0.622817814, 0.187924758),
  1509. ["CanCollide"] = false,
  1510. ["Locked"] = true,
  1511. ["Size"] = Vector3.new(4, 1, 2),
  1512. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1513. })
  1514. o73 = Create("ParticleEmitter",{
  1515. ["Parent"] = o72,
  1516. ["Size"] = NumberSequence.new(2.5,2.5),
  1517. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1518. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1519. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1520. })
  1521. o74 = Create("Part",{
  1522. ["Parent"] = o2,
  1523. ["BrickColor"] = BrickColor.new("Really black"),
  1524. ["Transparency"] = 1,
  1525. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1526. ["Rotation"] = Vector3.new(79.0392761, 8.73716068, -16.9090633),
  1527. ["Anchored"] = true,
  1528. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.945665002, 0.287478387, 0.151901901, 0.0873818249, 0.225291193, -0.970365167, -0.313181132, 0.930913687, 0.187929645),
  1529. ["CanCollide"] = false,
  1530. ["Locked"] = true,
  1531. ["Size"] = Vector3.new(4, 1, 2),
  1532. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1533. })
  1534. o75 = Create("ParticleEmitter",{
  1535. ["Parent"] = o74,
  1536. ["Size"] = NumberSequence.new(2.5,2.5),
  1537. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1538. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1539. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1540. })
  1541. o76 = Create("Part",{
  1542. ["Parent"] = o2,
  1543. ["BrickColor"] = BrickColor.new("Really black"),
  1544. ["Transparency"] = 1,
  1545. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1546. ["Rotation"] = Vector3.new(79.039505, 8.73712921, -36.5906372),
  1547. ["Anchored"] = true,
  1548. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.793597758, 0.589176536, 0.151901364, 0.00640243944, 0.241555661, -0.970365882, -0.608409464, 0.771052539, 0.18792586),
  1549. ["CanCollide"] = false,
  1550. ["Locked"] = true,
  1551. ["Size"] = Vector3.new(4, 1, 2),
  1552. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1553. })
  1554. o77 = Create("ParticleEmitter",{
  1555. ["Parent"] = o76,
  1556. ["Size"] = NumberSequence.new(2.5,2.5),
  1557. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1558. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1559. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1560. })
  1561. o78 = Create("Part",{
  1562. ["Parent"] = o2,
  1563. ["BrickColor"] = BrickColor.new("Really black"),
  1564. ["Transparency"] = 1,
  1565. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1566. ["Rotation"] = Vector3.new(79.0393982, 8.7371397, -0.977389395),
  1567. ["Anchored"] = true,
  1568. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.988252044, 0.0168598946, 0.151901543, 0.145865604, 0.19265008, -0.970365644, -0.0456241071, 0.981122792, 0.187927589),
  1569. ["CanCollide"] = false,
  1570. ["Locked"] = true,
  1571. ["Size"] = Vector3.new(4, 1, 2),
  1572. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1573. })
  1574. o79 = Create("ParticleEmitter",{
  1575. ["Parent"] = o78,
  1576. ["Size"] = NumberSequence.new(2.5,2.5),
  1577. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1578. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1579. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1580. })
  1581. o80 = Create("Model",{
  1582. ["Name"] = "Arm1",
  1583. ["Parent"] = o1,
  1584. })
  1585. o81 = Create("Part",{
  1586. ["Name"] = "Middle",
  1587. ["Parent"] = o80,
  1588. ["Material"] = Enum.Material.Granite,
  1589. ["BrickColor"] = BrickColor.new("Really black"),
  1590. ["Position"] = Vector3.new(3923.3938, -4665.64014, -17.7558212),
  1591. ["Rotation"] = Vector3.new(-0, -90, 0),
  1592. ["Anchored"] = true,
  1593. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -17.7558212, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1594. ["CanCollide"] = false,
  1595. ["Locked"] = true,
  1596. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1597. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1598. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1599. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1600. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1601. })
  1602. o82 = Create("ParticleEmitter",{
  1603. ["Parent"] = o81,
  1604. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1605. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1606. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1607. ["Lifetime"] = NumberRange.new(1,1),
  1608. ["Rate"] = 40,
  1609. ["RotSpeed"] = NumberRange.new(30,30),
  1610. ["Speed"] = NumberRange.new(0,0),
  1611. })
  1612. o83 = Create("ParticleEmitter",{
  1613. ["Parent"] = o81,
  1614. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1615. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1616. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1617. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1618. ["Lifetime"] = NumberRange.new(2,2),
  1619. ["Rate"] = 30,
  1620. ["RotSpeed"] = NumberRange.new(400,400),
  1621. ["Speed"] = NumberRange.new(3,3),
  1622. })
  1623. o84 = Create("Model",{
  1624. ["Name"] = "Arm2",
  1625. ["Parent"] = o1,
  1626. })
  1627. o85 = Create("Part",{
  1628. ["Name"] = "Middle",
  1629. ["Parent"] = o84,
  1630. ["Material"] = Enum.Material.Granite,
  1631. ["BrickColor"] = BrickColor.new("Really black"),
  1632. ["Position"] = Vector3.new(3923.3938, -4665.64014, -3.8241148),
  1633. ["Rotation"] = Vector3.new(-0, -90, 0),
  1634. ["Anchored"] = true,
  1635. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -3.8241148, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1636. ["CanCollide"] = false,
  1637. ["Locked"] = true,
  1638. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1639. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1640. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1641. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1642. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1643. })
  1644. o86 = Create("ParticleEmitter",{
  1645. ["Parent"] = o85,
  1646. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1647. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1648. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1649. ["Lifetime"] = NumberRange.new(1,1),
  1650. ["Rate"] = 40,
  1651. ["RotSpeed"] = NumberRange.new(30,30),
  1652. ["Speed"] = NumberRange.new(0,0),
  1653. })
  1654. o87 = Create("ParticleEmitter",{
  1655. ["Parent"] = o85,
  1656. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1657. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1658. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1659. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1660. ["Lifetime"] = NumberRange.new(2,2),
  1661. ["Rate"] = 30,
  1662. ["RotSpeed"] = NumberRange.new(400,400),
  1663. ["Speed"] = NumberRange.new(3,3),
  1664. })
  1665. o88 = Create("Part",{
  1666. ["Parent"] = o84,
  1667. ["Material"] = Enum.Material.Granite,
  1668. ["BrickColor"] = BrickColor.new("Really black"),
  1669. ["Position"] = Vector3.new(3935.67017, -4667.5542, -3.13911486),
  1670. ["Rotation"] = Vector3.new(90, -82.368454, 90.0000076),
  1671. ["Anchored"] = true,
  1672. ["CFrame"] = CFrame.new(3935.67017, -4667.5542, -3.13911486, -1.44198635e-008, -0.132802665, -0.991142571, 1.18167613e-007, 0.991142571, -0.132802665, 1, -1.19035953e-007, 1.40083323e-009),
  1673. ["CanCollide"] = false,
  1674. ["Locked"] = true,
  1675. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1676. ["Size"] = Vector3.new(1.47390282, 1.33999991, 36.1239014),
  1677. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1678. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1679. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1680. })
  1681. o89 = Create("ParticleEmitter",{
  1682. ["Parent"] = o88,
  1683. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1684. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1685. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1686. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1687. ["Lifetime"] = NumberRange.new(2,2),
  1688. ["Rate"] = 30,
  1689. ["RotSpeed"] = NumberRange.new(400,400),
  1690. ["Speed"] = NumberRange.new(3,3),
  1691. })
  1692. o90 = Create("Part",{
  1693. ["Parent"] = o84,
  1694. ["Material"] = Enum.Material.Neon,
  1695. ["BrickColor"] = BrickColor.new("Institutional white"),
  1696. ["Position"] = Vector3.new(3947.09888, -4665.76025, -3.20606613),
  1697. ["Rotation"] = Vector3.new(90, -82.368454, 90.0000076),
  1698. ["Anchored"] = true,
  1699. ["CFrame"] = CFrame.new(3947.09888, -4665.76025, -3.20606613, -1.44198635e-008, -0.132802665, -0.991142571, 1.18167613e-007, 0.991142571, -0.132802665, 1, -1.19035953e-007, 1.40083323e-009),
  1700. ["CanCollide"] = false,
  1701. ["Locked"] = true,
  1702. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1703. ["Size"] = Vector3.new(0.200000003, 7.81999969, 31.2939014),
  1704. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1705. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1706. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  1707. })
  1708. o91 = Create("ParticleEmitter",{
  1709. ["Parent"] = o90,
  1710. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1711. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1712. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1713. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1714. ["Lifetime"] = NumberRange.new(2,2),
  1715. ["Rate"] = 30,
  1716. ["RotSpeed"] = NumberRange.new(400,400),
  1717. ["Speed"] = NumberRange.new(3,3),
  1718. })
  1719. o92 = Create("Part",{
  1720. ["Parent"] = o84,
  1721. ["Material"] = Enum.Material.Neon,
  1722. ["BrickColor"] = BrickColor.new("Institutional white"),
  1723. ["Position"] = Vector3.new(3963.30298, -4662.56982, -3.20606613),
  1724. ["Rotation"] = Vector3.new(-90.000061, -44.0050316, -90.0000305),
  1725. ["Anchored"] = true,
  1726. ["CFrame"] = CFrame.new(3963.30298, -4662.56982, -3.20606613, -4.02258507e-007, 0.719278812, -0.69472152, 6.60829357e-007, 0.69472152, 0.719278812, 1, -1.69756362e-007, -7.54778171e-007),
  1727. ["CanCollide"] = false,
  1728. ["Locked"] = true,
  1729. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1730. ["Size"] = Vector3.new(0.200000003, 7.81999969, 7.0639019),
  1731. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1732. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1733. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  1734. })
  1735. o93 = Create("ParticleEmitter",{
  1736. ["Parent"] = o92,
  1737. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1738. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1739. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1740. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1741. ["Lifetime"] = NumberRange.new(2,2),
  1742. ["Rate"] = 30,
  1743. ["RotSpeed"] = NumberRange.new(400,400),
  1744. ["Speed"] = NumberRange.new(3,3),
  1745. })
  1746. o94 = Create("Model",{
  1747. ["Name"] = "Leg1",
  1748. ["Parent"] = o1,
  1749. })
  1750. o95 = Create("Part",{
  1751. ["Name"] = "Middle",
  1752. ["Parent"] = o94,
  1753. ["Material"] = Enum.Material.Granite,
  1754. ["BrickColor"] = BrickColor.new("Really black"),
  1755. ["Position"] = Vector3.new(3923.3938, -4674.92725, -13.1119194),
  1756. ["Rotation"] = Vector3.new(-0, -90, 0),
  1757. ["Anchored"] = true,
  1758. ["CFrame"] = CFrame.new(3923.3938, -4674.92725, -13.1119194, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1759. ["CanCollide"] = false,
  1760. ["Locked"] = true,
  1761. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1762. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1763. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1764. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1765. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1766. })
  1767. o96 = Create("ParticleEmitter",{
  1768. ["Parent"] = o95,
  1769. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1770. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1771. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1772. ["Lifetime"] = NumberRange.new(1,1),
  1773. ["Rate"] = 40,
  1774. ["RotSpeed"] = NumberRange.new(30,30),
  1775. ["Speed"] = NumberRange.new(0,0),
  1776. })
  1777. o97 = Create("ParticleEmitter",{
  1778. ["Parent"] = o95,
  1779. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1780. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1781. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1782. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1783. ["Lifetime"] = NumberRange.new(2,2),
  1784. ["Rate"] = 30,
  1785. ["RotSpeed"] = NumberRange.new(400,400),
  1786. ["Speed"] = NumberRange.new(3,3),
  1787. })
  1788. o98 = Create("Model",{
  1789. ["Name"] = "Leg2",
  1790. ["Parent"] = o1,
  1791. })
  1792. o99 = Create("Part",{
  1793. ["Name"] = "Middle",
  1794. ["Parent"] = o98,
  1795. ["Material"] = Enum.Material.Granite,
  1796. ["BrickColor"] = BrickColor.new("Really black"),
  1797. ["Position"] = Vector3.new(3923.3938, -4674.92725, -8.46801567),
  1798. ["Rotation"] = Vector3.new(-0, -90, 0),
  1799. ["Anchored"] = true,
  1800. ["CFrame"] = CFrame.new(3923.3938, -4674.92725, -8.46801567, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1801. ["CanCollide"] = false,
  1802. ["Locked"] = true,
  1803. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1804. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1805. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1806. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1807. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1808. })
  1809. o100 = Create("ParticleEmitter",{
  1810. ["Parent"] = o99,
  1811. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1812. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1813. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1814. ["Lifetime"] = NumberRange.new(1,1),
  1815. ["Rate"] = 40,
  1816. ["RotSpeed"] = NumberRange.new(30,30),
  1817. ["Speed"] = NumberRange.new(0,0),
  1818. })
  1819. o101 = Create("ParticleEmitter",{
  1820. ["Parent"] = o99,
  1821. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1822. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1823. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1824. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1825. ["Lifetime"] = NumberRange.new(2,2),
  1826. ["Rate"] = 30,
  1827. ["RotSpeed"] = NumberRange.new(400,400),
  1828. ["Speed"] = NumberRange.new(3,3),
  1829. })
  1830. o102 = Create("Part",{
  1831. ["Name"] = "Head",
  1832. ["Parent"] = o1,
  1833. ["BrickColor"] = BrickColor.new("Really red"),
  1834. ["Position"] = Vector3.new(3930.82446, -4678.17822, -1.96655464),
  1835. ["Rotation"] = Vector3.new(0, 90, 0),
  1836. ["Anchored"] = true,
  1837. ["CFrame"] = CFrame.new(3930.82446, -4678.17822, -1.96655464, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  1838. ["CanCollide"] = false,
  1839. ["Locked"] = true,
  1840. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1841. ["Size"] = Vector3.new(0.928780496, 0.928781509, 0.928780496),
  1842. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1843. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1844. ["Color"] = Color3.new(1, 0, 0),
  1845. })
  1846. o103 = Create("Script",{
  1847. ["Name"] = "Arm1",
  1848. ["Parent"] = o102,
  1849. })
  1850. table.insert(cors,coroutine.create(function()
  1851. wait()
  1852. runDummyScript(function()
  1853. function onTouched(hit)
  1854. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
  1855. local g = script.Parent.Parent.Arm1:clone()
  1856. g.Parent = hit.Parent
  1857. local C = g:GetChildren()
  1858. for i=1, #C do
  1859. if C[i].className == "Part" then
  1860. local W = Instance.new("Weld")
  1861. W.Part0 = g.Middle
  1862. W.Part1 = C[i]
  1863. local CJ = CFrame.new(g.Middle.Position)
  1864. local C0 = g.Middle.CFrame:inverse()*CJ
  1865. local C1 = C[i].CFrame:inverse()*CJ
  1866. W.C0 = C0
  1867. W.C1 = C1
  1868. W.Parent = g.Middle
  1869. end
  1870. local Y = Instance.new("Weld")
  1871. Y.Part0 = hit.Parent["Left Arm"]
  1872. Y.Part1 = g.Middle
  1873. Y.C0 = CFrame.new(0, 0, 0)
  1874. Y.Parent = Y.Part0
  1875. end
  1876.  
  1877. local h = g:GetChildren()
  1878. for i = 1, # h do
  1879. if h[i].className == "Part" then
  1880. h[i].Anchored = false
  1881. h[i].CanCollide = false
  1882. end
  1883. end
  1884.  
  1885. end
  1886.  
  1887. end
  1888.  
  1889. script.Parent.Touched:connect(onTouched)
  1890. end,o103)
  1891. end))
  1892. o104 = Create("Script",{
  1893. ["Name"] = "Leg1",
  1894. ["Parent"] = o102,
  1895. })
  1896. table.insert(cors,coroutine.create(function()
  1897. wait()
  1898. runDummyScript(function()
  1899. function onTouched(hit)
  1900. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
  1901. local g = script.Parent.Parent.Leg1:clone()
  1902. g.Parent = hit.Parent
  1903. local C = g:GetChildren()
  1904. for i=1, #C do
  1905. if C[i].className == "Part" then
  1906. local W = Instance.new("Weld")
  1907. W.Part0 = g.Middle
  1908. W.Part1 = C[i]
  1909. local CJ = CFrame.new(g.Middle.Position)
  1910. local C0 = g.Middle.CFrame:inverse()*CJ
  1911. local C1 = C[i].CFrame:inverse()*CJ
  1912. W.C0 = C0
  1913. W.C1 = C1
  1914. W.Parent = g.Middle
  1915. end
  1916. local Y = Instance.new("Weld")
  1917. Y.Part0 = hit.Parent["Left Leg"]
  1918. Y.Part1 = g.Middle
  1919. Y.C0 = CFrame.new(0, 0, 0)
  1920. Y.Parent = Y.Part0
  1921. end
  1922.  
  1923. local h = g:GetChildren()
  1924. for i = 1, # h do
  1925. if h[i].className == "Part" then
  1926. h[i].Anchored = false
  1927. h[i].CanCollide = false
  1928. end
  1929. end
  1930.  
  1931. end
  1932.  
  1933. end
  1934.  
  1935. script.Parent.Touched:connect(onTouched)
  1936. end,o104)
  1937. end))
  1938. o105 = Create("Script",{
  1939. ["Name"] = "HatRemover",
  1940. ["Parent"] = o102,
  1941. })
  1942. table.insert(cors,coroutine.create(function()
  1943. wait()
  1944. runDummyScript(function()
  1945. function onTouched(hit)
  1946. local d = hit.Parent:GetChildren()
  1947. for i=1, #d do
  1948. if (d[i].className == "Hat") then
  1949. d[i]:remove()
  1950. end
  1951. end
  1952. end
  1953.  
  1954. script.Parent.Touched:connect(onTouched)
  1955. end,o105)
  1956. end))
  1957. o106 = Create("Script",{
  1958. ["Name"] = "ChangeShirt/Pants",
  1959. ["Parent"] = o102,
  1960. })
  1961. table.insert(cors,coroutine.create(function()
  1962. wait()
  1963. runDummyScript(function()
  1964. --theRal
  1965.  
  1966. worker = false
  1967. part = script.Parent
  1968.  
  1969. function onTouch(hit)
  1970. local human = hit.Parent:FindFirstChild("Humanoid")
  1971. if (human ~= nil) and (worker == false) then
  1972. print ("Success")
  1973. worker = true
  1974. wait(.1)
  1975. local pant = hit.Parent:GetChildren()
  1976. for i=1,#pant do
  1977. if (pant[i].className == "Pants") then
  1978. pant[i].PantsTemplate = ""
  1979. end
  1980. end
  1981. local shirt = hit.Parent:GetChildren()
  1982. for i=1,#shirt do
  1983. if (shirt[i].className == "Shirt") then
  1984. shirt[i].ShirtTemplate = ""
  1985. wait(1)
  1986. worker = false
  1987. end
  1988. end
  1989. end
  1990. end
  1991.  
  1992. script.Parent.Touched:connect(onTouch)
  1993. end,o106)
  1994. end))
  1995. o107 = Create("Script",{
  1996. ["Parent"] = o102,
  1997. })
  1998. table.insert(cors,coroutine.create(function()
  1999. wait()
  2000. runDummyScript(function()
  2001. function onTouch(part)
  2002. local human = part.Parent:findFirstChild("Humanoid")
  2003. if human ~= nil then
  2004. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(125)
  2005. part.Parent:findFirstChild("Head").Transparency = 0
  2006. part.Parent:findFirstChild("Torso").BrickColor = BrickColor.new(1)
  2007. part.Parent:findFirstChild("Torso").Transparency = 1
  2008. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(1)
  2009. part.Parent:findFirstChild("Left Arm").Transparency = 1
  2010. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(1)
  2011. part.Parent:findFirstChild("Right Arm").Transparency = 1
  2012. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(1)
  2013. part.Parent:findFirstChild("Left Leg").CanCollide = true
  2014. part.Parent:findFirstChild("Left Leg").Transparency = 1
  2015. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(1)
  2016. part.Parent:findFirstChild("Right Leg").CanCollide = true
  2017. part.Parent:findFirstChild("Right Leg").Transparency = 1
  2018. end
  2019. end
  2020. script.Parent.Touched:connect(onTouch)
  2021.  
  2022. --COLORS
  2023.  
  2024. --1 = white
  2025. --208 = Light stone grey
  2026. --194 = Medium stone grey
  2027. --199 = Dark stone grey
  2028. --26 = Black
  2029. --21 = Bright red
  2030. --24 = Bright yellow
  2031. --226 = Cool yellow
  2032. --23 = Bright blue
  2033. --107 = Bright bluish green
  2034. --102 = Medium blue
  2035. --11 = Pastel blue
  2036. --45 = Light blue
  2037. --135 = Sand blue
  2038. --106 = Bright orange
  2039. --105 = Br. yellowish orange
  2040. --141 = Earth green
  2041. --28 = Dark green
  2042. --37 = Bright green
  2043. --119 = Br. yellowish green
  2044. --29 = Medium green
  2045. --151 = Sand green
  2046. --38 = Dark orange
  2047. --192 = Reddish brown
  2048. --104 = Bright violet
  2049. --9 = Light reddish violet
  2050. --101 = Medium red
  2051. --5 = Brick Yellow
  2052. --153 = Sand red
  2053. --217 = Brown
  2054. --18 = Nougat
  2055. --125 = Light orange
  2056.  
  2057.  
  2058. end,o107)
  2059. end))
  2060. o108 = Create("Script",{
  2061. ["Name"] = "WalkSpeed Script",
  2062. ["Parent"] = o102,
  2063. })
  2064. table.insert(cors,coroutine.create(function()
  2065. wait()
  2066. runDummyScript(function()
  2067. local debounce = false
  2068.  
  2069. function onTouch(part)
  2070.  
  2071. local human = part.Parent:findFirstChild("Humanoid")
  2072. if (human ~= nil) and debounce == false then
  2073.  
  2074. debounce = true
  2075.  
  2076. human.WalkSpeed = 16-- or whatever number
  2077.  
  2078. wait(2)
  2079. debounce = false
  2080. end
  2081. end
  2082.  
  2083.  
  2084. script.Parent.Touched:connect(onTouch)
  2085.  
  2086. end,o108)
  2087. end))
  2088. o109 = Create("Script",{
  2089. ["Name"] = "Leg2",
  2090. ["Parent"] = o102,
  2091. })
  2092. table.insert(cors,coroutine.create(function()
  2093. wait()
  2094. runDummyScript(function()
  2095. function onTouched(hit)
  2096. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
  2097. local g = script.Parent.Parent.Leg2:clone()
  2098. g.Parent = hit.Parent
  2099. local C = g:GetChildren()
  2100. for i=1, #C do
  2101. if C[i].className == "Part" then
  2102. local W = Instance.new("Weld")
  2103. W.Part0 = g.Middle
  2104. W.Part1 = C[i]
  2105. local CJ = CFrame.new(g.Middle.Position)
  2106. local C0 = g.Middle.CFrame:inverse()*CJ
  2107. local C1 = C[i].CFrame:inverse()*CJ
  2108. W.C0 = C0
  2109. W.C1 = C1
  2110. W.Parent = g.Middle
  2111. end
  2112. local Y = Instance.new("Weld")
  2113. Y.Part0 = hit.Parent["Right Leg"]
  2114. Y.Part1 = g.Middle
  2115. Y.C0 = CFrame.new(0, 0, 0)
  2116. Y.Parent = Y.Part0
  2117. end
  2118.  
  2119. local h = g:GetChildren()
  2120. for i = 1, # h do
  2121. if h[i].className == "Part" then
  2122. h[i].Anchored = false
  2123. h[i].CanCollide = false
  2124. end
  2125. end
  2126.  
  2127. end
  2128.  
  2129. end
  2130.  
  2131. script.Parent.Touched:connect(onTouched)
  2132. end,o109)
  2133. end))
  2134. o110 = Create("Script",{
  2135. ["Name"] = "Arm2",
  2136. ["Parent"] = o102,
  2137. })
  2138. table.insert(cors,coroutine.create(function()
  2139. wait()
  2140. runDummyScript(function()
  2141. function onTouched(hit)
  2142. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
  2143. local g = script.Parent.Parent.Arm2:clone()
  2144. g.Parent = hit.Parent
  2145. local C = g:GetChildren()
  2146. for i=1, #C do
  2147. if C[i].className == "Part" then
  2148. local W = Instance.new("Weld")
  2149. W.Part0 = g.Middle
  2150. W.Part1 = C[i]
  2151. local CJ = CFrame.new(g.Middle.Position)
  2152. local C0 = g.Middle.CFrame:inverse()*CJ
  2153. local C1 = C[i].CFrame:inverse()*CJ
  2154. W.C0 = C0
  2155. W.C1 = C1
  2156. W.Parent = g.Middle
  2157. end
  2158. local Y = Instance.new("Weld")
  2159. Y.Part0 = hit.Parent["Right Arm"]
  2160. Y.Part1 = g.Middle
  2161. Y.C0 = CFrame.new(0, 0, 0)
  2162. Y.Parent = Y.Part0
  2163. end
  2164.  
  2165. local h = g:GetChildren()
  2166. for i = 1, # h do
  2167. if h[i].className == "Part" then
  2168. h[i].Anchored = false
  2169. h[i].CanCollide = false
  2170. end
  2171. end
  2172.  
  2173. end
  2174.  
  2175. end
  2176.  
  2177. script.Parent.Touched:connect(onTouched)
  2178. end,o110)
  2179. end))
  2180. o111 = Create("Script",{
  2181. ["Name"] = "Torso",
  2182. ["Parent"] = o102,
  2183. })
  2184. table.insert(cors,coroutine.create(function()
  2185. wait()
  2186. runDummyScript(function()
  2187. function onTouched(hit)
  2188. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
  2189. local g = script.Parent.Parent.Chest:clone()
  2190. g.Parent = hit.Parent
  2191. local C = g:GetChildren()
  2192. for i=1, #C do
  2193. if C[i].className == "Part" then
  2194. local W = Instance.new("Weld")
  2195. W.Part0 = g.Middle
  2196. W.Part1 = C[i]
  2197. local CJ = CFrame.new(g.Middle.Position)
  2198. local C0 = g.Middle.CFrame:inverse()*CJ
  2199. local C1 = C[i].CFrame:inverse()*CJ
  2200. W.C0 = C0
  2201. W.C1 = C1
  2202. W.Parent = g.Middle
  2203. end
  2204. local Y = Instance.new("Weld")
  2205. Y.Part0 = hit.Parent.Torso
  2206. Y.Part1 = g.Middle
  2207. Y.C0 = CFrame.new(0, 0, 0)
  2208. Y.Parent = Y.Part0
  2209. end
  2210.  
  2211. local h = g:GetChildren()
  2212. for i = 1, # h do
  2213. if h[i].className == "Part" then
  2214. h[i].Anchored = false
  2215. h[i].CanCollide = false
  2216. end
  2217. end
  2218.  
  2219. end
  2220. end
  2221.  
  2222. script.Parent.Touched:connect(onTouched)
  2223.  
  2224. end,o111)
  2225. end))
  2226. o112 = Create("Script",{
  2227. ["Name"] = "Cframe",
  2228. ["Parent"] = o102,
  2229. })
  2230. table.insert(cors,coroutine.create(function()
  2231. wait()
  2232. runDummyScript(function()
  2233.  
  2234. wait(2)
  2235.  
  2236. local p = script.Parent
  2237. local me = game.Players.LocalPlayer.Character
  2238.  
  2239.  
  2240. p.Shape = "Ball"
  2241.  
  2242. game:GetService('RunService').Stepped:connect(function()
  2243. p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2244. end)
  2245.  
  2246. wait(0.5)
  2247.  
  2248. me.Head.Transparency = 1
  2249.  
  2250. p:Remove()
  2251. end,o112)
  2252. end))
  2253. mas.Parent = workspace
  2254. mas:MakeJoints()
  2255. local mas1 = mas:GetChildren()
  2256. for i=1,#mas1 do
  2257. mas1[i].Parent = workspace
  2258. ypcall(function() mas1[i]:MakeJoints() end)
  2259. end
  2260. mas:Destroy()
  2261. for i=1,#cors do
  2262. coroutine.resume(cors[i])
  2263. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement