Advertisement
WagnerJunio07

Dark Titan FE

May 9th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 86.34 KB | None | 0 0
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87. ---------------------------
  88. local MaxMana = 5000000 -- Max Mana You Can Get
  89. local Mana = 5000000 -- Mana You Start With
  90. local ManaGain = 40000 -- How Much Mana You Gain Per Second
  91. ---------------------------
  92. repeat game:GetService('RunService').Stepped:wait() until owner.Character
  93. ----190470714
  94. ----
  95. sit = true
  96. cn = CFrame.new
  97. v3 = Vector3.new
  98. c3 = Color3.new
  99. bn = BrickColor.new
  100. ca2 = CFrame.Angles
  101. ca = function(x,y,z) return ca2(math.rad(x),math.rad(y),math.rad(z)) end
  102. ud2 = UDim2.new
  103. ----
  104. ----
  105. local Player = owner
  106. local Char = Player.Character
  107. local Human = Char.Humanoid
  108.  
  109. ----
  110. Human.WalkSpeed = 0
  111. print ('Loading...')
  112. wait(0)
  113. ----
  114. ----
  115. local mananum=0
  116. la = Char['Left Arm']
  117. ra = Char['Right Arm']
  118. ll = Char['Left Leg']
  119. rl = Char['Right Leg']
  120. tr = Char['Torso']
  121. hd = Char['Head']
  122. rp = Char['HumanoidRootPart']
  123. ----
  124. ----
  125. ram = tr['Right Shoulder']
  126. lam = tr['Left Shoulder']
  127. llm = tr['Left Hip']
  128. rlm = tr['Right Hip']
  129. hm = tr['Neck']
  130. rj = rp['RootJoint']
  131. ----
  132. ----
  133. InputService = game:GetService('UserInputService')
  134. RunService = game:GetService('RunService')
  135. ----
  136. ----
  137. it=Instance.new
  138. Torso=Char.Torso
  139. local fengui=it("GuiMain")
  140. fengui.Parent=Player.PlayerGui
  141. fengui.Name="WeaponGUI"
  142. local fenframe=it("Frame")
  143. fenframe.Parent=fengui
  144. fenframe.BackgroundColor3=Color3.new(255,255,255)
  145. fenframe.BackgroundTransparency=1
  146. fenframe.BorderColor3=Color3.new(17,17,17)
  147. fenframe.Size=UDim2.new(0.0500000007, 0, 0.100000001, 0)
  148. fenframe.Position=UDim2.new(0.4,0,0.1,0)
  149. local fenbarmana1=it("TextLabel")
  150. fenbarmana1.Parent=fenframe
  151. fenbarmana1.Text=" "
  152. fenbarmana1.BackgroundTransparency=0
  153. fenbarmana1.BackgroundColor3=Color3.new(0,0,0)
  154. fenbarmana1.SizeConstraint="RelativeXY"
  155. fenbarmana1.TextXAlignment="Center"
  156. fenbarmana1.TextYAlignment="Center"
  157. fenbarmana1.Position=UDim2.new(0,0,0,0)
  158. fenbarmana1.Size=UDim2.new(4,0,0.2,0)
  159. local fenbarmana2=it("TextLabel")
  160. fenbarmana2.Parent=fenframe
  161. fenbarmana2.Text=" "
  162. fenbarmana2.BackgroundTransparency=0
  163. fenbarmana2.BackgroundColor3=Torso.Color
  164. fenbarmana2.SizeConstraint="RelativeXY"
  165. fenbarmana2.TextXAlignment="Center"
  166. fenbarmana2.TextYAlignment="Center"
  167. fenbarmana2.Position=UDim2.new(0,0,0,0)
  168. fenbarmana2.Size=UDim2.new(4*Mana/MaxMana,0,0.2,0)
  169. local fenbarmana3=it("TextLabel")
  170. fenbarmana3.Parent=fenframe
  171. fenbarmana3.Text=" "
  172. fenbarmana3.BackgroundTransparency=0
  173. fenbarmana3.BackgroundColor3=Color3.new(Col1,Col2,Col3)
  174. fenbarmana3.SizeConstraint="RelativeXY"
  175. fenbarmana3.TextXAlignment="Center"
  176. fenbarmana3.TextYAlignment="Center"
  177. fenbarmana3.Position=UDim2.new(0,0,0,0)
  178. fenbarmana3.Size=UDim2.new(0,0,0.2,0)
  179. local fenbarmana4=it("TextLabel")
  180. fenbarmana4.Parent=fenframe
  181. fenbarmana4.Text="Energy("..Mana..")"
  182. fenbarmana4.BackgroundTransparency=1
  183. fenbarmana4.BackgroundColor3=Color3.new(0,0,0)
  184. fenbarmana4.SizeConstraint="RelativeXY"
  185. fenbarmana4.TextXAlignment="Center"
  186. fenbarmana4.TextYAlignment="Center"
  187. fenbarmana4.Position=UDim2.new(0,0,-0.3,0)
  188. fenbarmana4.Size=UDim2.new(4,0,0.2,0)
  189. fenbarmana4.FontSize="Size9"
  190. fenbarmana4.TextStrokeTransparency=0
  191. fenbarmana4.TextColor=BrickColor.new("White")
  192.  
  193. LastMade = nil
  194.  
  195. xNew=function(Table)
  196. local Obj=Instance.new(Table[1])
  197. for Ind,Val in pairs(Table) do
  198. if Ind~=1 and Ind~=2 then
  199. Obj[Ind] = Val
  200. end
  201. end
  202. Obj.Parent=Table[2]
  203. LastMade= Obj
  204. return Obj
  205. end
  206.  
  207. xPart=function(tab)
  208. local v=Instance.new(tab.type or "Part")
  209. if tab.type~="CornerWedgePart" then v.formFactor="Custom" end
  210. v.CanCollide=false
  211. v.TopSurface=10 v.BottomSurface=10 v.RightSurface=10 v.LeftSurface=10 v.FrontSurface=10 v.BackSurface=10
  212. v.Size=v3(tab[2],tab[3],tab[4])
  213. if tab.co then v.BrickColor=bn(tab.co) end
  214. if tab.tr then v.Transparency=tab.tr end
  215. if tab.rf then v.Reflectance=tab.rf end
  216. if tab.cf then v.CFrame=tab.cf end
  217. if tab.an then v.Anchored=tab.an end
  218. if tab.mt then v.Material=tab.mt end
  219. if tab.ca then v.CanCollide=tab.ca end
  220. v.Parent=tab[1]
  221. LastMade= v
  222. return v
  223. end
  224.  
  225. xWeld = function(a,b,between,type)
  226. local Weld = xNew{type or 'Weld',a,Part0 = a,Part1 = b, C0 = cn()}
  227. if between then
  228. Weld.C1 = b.CFrame:inverse() * a.CFrame
  229. else
  230. Weld.C1 = cn()
  231. end
  232. return Weld
  233. end
  234.  
  235. function xSound(id,parent,pitch)
  236. local s = xNew{'Sound', PlayOnRemove = true, SoundId = 'http://roblox.com/asset/?id='..id,Pitch = pitch}
  237. s.Parent = parent
  238. s:Destroy()
  239. if id == 190470714 then
  240. s.Looped = true
  241. s.Name = "Music"
  242. end
  243. end
  244.  
  245. ----
  246. xSound(190470714,workspace,1.5)
  247. ----
  248. 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
  249. function xlerp(weld,to,tim)
  250. if weld.C1 ~= to then
  251. --weld.C1 = clerp(weld.C1,to,tim)
  252. weld.C1 = weld.C1:lerp(to,tim)
  253. end
  254. end
  255. function lerp(a,b,c)return a+(b-a)*c end
  256. ----
  257. ----
  258. if Char:findFirstChild("Health") then
  259. Char.Health:Destroy()
  260. end
  261. wait(0)
  262. ----
  263. --hd.Mesh.Scale = Vector3.new(hd.Mesh.Scale.X * 3,hd.Mesh.Scale.Y * 3,hd.Mesh.Scale.Z * 3)
  264. ra.Size = ra.Size * 4.5
  265. la.Size = la.Size * 4.5
  266. ll.Size = ll.Size * 4.5
  267. rl.Size = rl.Size * 4.5
  268. tr.Size = tr.Size * 4.5
  269. hd.Size = hd.Size * 4.5
  270. rp.Size = rp.Size * 4.5
  271. --
  272. local tw = xWeld(rp,tr)
  273. tw.C1 = cn(0,0,0)
  274. local law = xWeld(tr,la)
  275. law.C0 = cn(-6.5,.7,0)
  276. law.C1 = cn(0,.7,0)
  277. local raw = xWeld(tr,ra)
  278. raw.C0 = cn(6.5,.7,0)
  279. raw.C1 = cn(0,.7,0)
  280. local llw = xWeld(tr,ll)
  281. llw.C0 = cn(-2.5,-6,0)
  282. llw.C1 = cn(0,3.5,0)
  283. local rlw = xWeld(tr,rl)
  284. rlw.C0 = cn(2.5,-6,0)
  285. rlw.C1 = cn(0,3.5,0)
  286. local hw = xWeld(tr,hd)
  287. hw.C1 = cn(0,-6.5,0)
  288. ras = raw.C1
  289. las = law.C1
  290. lls = llw.C1
  291. rls = rlw.C1
  292. ts = tw.C1
  293. hs = hw.C1
  294. -----
  295. for _,Part in pairs(Char:GetChildren()) do
  296. if Part:IsA('BasePart') then
  297. Part.CustomPhysicalProperties = PhysicalProperties.new(0, .3, .5)
  298. end
  299. end
  300. --------------------------------------------------------
  301. --------------------------------------------------------
  302. -----------------------CONSTANTS------------------------
  303. --------------------------------------------------------
  304. --------------------------------------------------------
  305. REGEN_SPEED = 5
  306. WEAPON_NAME = 'Grandark'
  307. ----------------------------------------------------
  308. ----------------------------------------------------
  309. -----------------------MODEL------------------------
  310. ----------------------------------------------------
  311. ----------------------------------------------------
  312. local Handle
  313. local Blade
  314. local haw
  315. Pack = Instance.new('Model', Char)
  316. Pack.Name = WEAPON_NAME
  317. do
  318. 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)
  319.  
  320. end
  321. has = haw.C1
  322.  
  323. for _,v in pairs(Pack:GetChildren()) do
  324. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  325. end
  326. --------------------------------------------------------
  327. --------------------------------------------------------
  328. -----------------------VARIABLES------------------------
  329. --------------------------------------------------------
  330. --------------------------------------------------------
  331. State = 'Idle'
  332. FallTime = 0
  333. Walk = 0
  334. WalkReverse = false
  335. StompDB = false
  336. JumpDB = false
  337. --
  338. function NewHitbox(Radius,Position)
  339. local Returning = {}
  340. for _,v in pairs(workspace:GetChildren()) do
  341. if v~=Char and v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') then
  342. local Mag = (v.Torso.Position - Position).magnitude
  343. if Mag < Radius then
  344. table.insert(Returning,v)
  345. end
  346. end
  347. end
  348. return Returning
  349. end
  350. --
  351. function UpdateState()
  352. if (rp.Velocity*v3(1, 0, 1)).magnitude > 5 then
  353. if State == 'Idle' then State = 'Walking' end
  354. else
  355. if State == 'Walking' then State = 'Idle' end
  356. end
  357. if WalkReverse then
  358. Walk = Walk - .5
  359. else
  360. Walk = Walk + .5
  361. end
  362. if Walk >= 10 then
  363. WalkReverse = true
  364. elseif Walk <= -10 then
  365. WalkReverse = false
  366. end
  367. end
  368. --
  369. function JumpExplode()
  370. local Hit = NewHitbox(35,Char.Torso.Position)
  371. for _,v in pairs(Hit) do
  372. v.Humanoid.MaxHealth = 100
  373. v.Humanoid.Health = v.Humanoid.Health - 1000000000
  374. if sit then
  375. v.Humanoid.Sit = true
  376. end
  377. end
  378. xSound('2233908',tr,1)
  379. coroutine.wrap(function()
  380. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  381. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  382. Explosion.CFrame = Char.Torso.CFrame * cn(0,-20,0)
  383. Mesh.Scale = v3(1,7,1)
  384. repeat
  385. Mesh.Scale = Mesh.Scale + v3(1,0,1)
  386. Explosion.Transparency = Explosion.Transparency + .025
  387. wait()
  388. until Explosion.Transparency >= 1
  389. Explosion:Destroy()
  390. end)()
  391. end
  392. --
  393. function Stomp()
  394. if State == 'Walking' or State == 'Idle' then
  395. if StompDB == false then
  396. StompDB = true
  397. State = 'Attacking'
  398. Human.WalkSpeed = 0
  399. --
  400. xSound('138186576',Char.Head,1)
  401. for _=0,1,.05 do
  402. xlerp(tw,ts,.2)
  403. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  404. xlerp(rlw,rls*ca(20,0,0),.2)
  405. xlerp(llw,lls*cn(0,-2,1.25),.2)
  406. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.2)
  407. xlerp(law,las*ca(20,0,0),.2)
  408. wait()
  409. end
  410. coroutine.wrap(function()
  411. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  412. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=3270017'}
  413. Explosion.CFrame = rp.CFrame * cn(0,-7,0)*ca(90,0,0)
  414. Mesh.Scale = v3(5,5,10)
  415. repeat
  416. Mesh.Scale = Mesh.Scale + v3(2,2,.5)
  417. Explosion.Transparency = Explosion.Transparency + .01
  418. wait()
  419. until Explosion.Transparency >= 1
  420. Explosion:Destroy()
  421. end)()
  422. coroutine.wrap(function()
  423. local Already = {}
  424. for i=1,50,2 do
  425. wait(.1)
  426. local Hit = NewHitbox(i*2,Char.Torso.Position)
  427. for _,v in pairs(Hit) do
  428. if not Already[v] then
  429. v.Humanoid.MaxHealth = 100
  430. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  431. if sit then
  432. v.Humanoid.Sit = true
  433. end
  434. Already[v] = true
  435. end
  436. end
  437. end
  438. end)()
  439. --attack
  440. for _=0,1,.05 do
  441. xlerp(tw,ts,.3)
  442. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.3)
  443. xlerp(rlw,rls*ca(20,0,0),.3)
  444. xlerp(llw,lls*cn(0,0,1.25),.3)
  445. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.3)
  446. xlerp(law,las*ca(20,0,0),.3)
  447. wait()
  448. end
  449. State = 'Idle'
  450. Human.WalkSpeed = 50
  451. coroutine.wrap(function()
  452. wait(0)
  453. StompDB = false
  454. end)()
  455. end
  456. end
  457. end
  458. --
  459. function Charge()
  460. if State == 'Walking' or State == 'Idle' then
  461. State = 'Charge'
  462. for _, controller in pairs(game:GetService("ControllerService"):GetChildren()) do
  463. controller.Parent = workspace
  464. end
  465. local function Exp()
  466. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('White')}
  467. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  468. Explosion.CFrame = rp.CFrame * cn(0,0,-15)*ca(70,0,0)
  469. Mesh.Scale = v3(1,6,1)
  470. repeat
  471. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  472. Mesh.Scale = Mesh.Scale + v3(1,.5,1)
  473. Explosion.Transparency = Explosion.Transparency + .05
  474. wait()
  475. until Explosion.Transparency >= 1
  476. Explosion:Destroy()
  477. end
  478. coroutine.wrap(function()
  479. wait(0)
  480. Human.WalkSpeed = 80
  481. Char.Head.Velocity=Char.Head.CFrame.lookVector*200
  482. for _=1, 10 do
  483. coroutine.wrap(Exp)()
  484. local Hit = NewHitbox(10,Char.Torso.Position)
  485. for _,v in pairs(Hit) do
  486. v.Humanoid.MaxHealth = 100
  487. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  488. end
  489. wait(0)
  490. xSound('10730819',tr,.8)
  491. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  492. end
  493. Human.WalkSpeed = 50
  494. State = 'Idle'
  495. end)()
  496. --
  497. for _=0,1,.05 do
  498. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  499. xlerp(tw,ts*ca(0,-90,0),.4)
  500. xlerp(hw,hs*ca(0,90,0),.4)
  501. xlerp(raw,ras*ca(-90,0,-90)*cn(0,-1,0),.4)
  502. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  503. xlerp(rlw,rls*ca(0,0,10)*cn(1,0,0),.4)
  504. xlerp(llw,lls*ca(0,0,10)*cn(1,0,0),.4)
  505. wait()
  506. end
  507. --
  508. end
  509. end
  510. function Combo()
  511. if State == 'Idle' or State == 'Walking' then
  512. State = 'Attacking'
  513. Human.WalkSpeed = 3
  514. for _=0,1,.2 do
  515. xlerp(tw,ts*ca(0,20,0),.4)
  516. xlerp(hw,hs*ca(0,30,0),.4)
  517. xlerp(raw,ras*ca(0,180,-90)*cn(-1,-1,0),.4)
  518. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  519. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  520. xlerp(llw,lls*cn(0,0,1.25),.4)
  521. wait()
  522. end
  523. local Already = {}
  524. xSound('231731980',tr,1.3)
  525. for _=0,1,.1 do
  526. xlerp(tw,ts*ca(0,-30,0),.4)
  527. xlerp(hw,hs*ca(0,-50,0),.4)
  528. xlerp(raw,ras*ca(160,180,-130)*cn(2,-1,1),.4)
  529. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  530. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  531. xlerp(llw,lls*cn(0,0,1.25),.4)
  532. xlerp(haw,has*ca(40,0,0),.4)
  533. wait()
  534. local Hit = NewHitbox(15,(Blade.CFrame).p)
  535. for _,v in pairs(Hit) do
  536. if not Already[v] then
  537. v.Humanoid.MaxHealth = 100
  538. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  539. Already[v] = true
  540. end
  541. end
  542. end
  543. ----Combo2
  544. for _=0,1,.2 do
  545. xlerp(tw,ts*ca(0,-35,0),.4)
  546. xlerp(haw,has,.4)
  547. xlerp(hw,hs*ca(0,-30,0),.4)
  548. xlerp(raw,ras*ca(-120,0,-70)*cn(1,-1,0),.4)
  549. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  550. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  551. xlerp(llw,lls*cn(0,0,1.25),.4)
  552. wait()
  553. end
  554. xSound('231731980',tr,1)
  555. local Already = {}
  556. for _=0,1,.1 do
  557. xlerp(tw,ts*ca(0,20,0),.4)
  558. xlerp(hw,hs*ca(0,30,0),.4)
  559. xlerp(raw,ras*ca(30,0,-90)*cn(0,-1,0),.4)
  560. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  561. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  562. xlerp(llw,lls*cn(0,0,1.25),.4)
  563. wait()
  564. local Hit = NewHitbox(15,(Blade.CFrame).p)
  565. for _,v in pairs(Hit) do
  566. if not Already[v] then
  567. v.Humanoid.MaxHealth = 100
  568. v.Humanoid.Health = v.Humanoid.Health - 3000000000000
  569. Already[v] = true
  570. end
  571. end
  572. end
  573. --Combo 3
  574. for _=0,1,.1 do
  575. xlerp(tw,ts,.3)
  576. xlerp(hw,hs,.3)
  577. xlerp(haw,has,.3)
  578. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.3)
  579. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.3)
  580. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.3)
  581. xlerp(llw,lls*cn(0,0,1.25),.4)
  582. wait()
  583. end
  584. xSound('231731980',tr,.8)
  585. local Already = {}
  586. for _=0,1,.1 do
  587. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  588. xlerp(hw,hs,.4)
  589. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  590. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  591. xlerp(haw,has*ca(20,0,0),.4)
  592. wait()
  593. local Hit = NewHitbox(10,(Blade.CFrame).p)
  594. for _,v in pairs(Hit) do
  595. if not Already[v] then
  596. v.Humanoid.MaxHealth = 100
  597. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  598. Already[v] = true
  599. end
  600. end
  601. end
  602. wait(.2)
  603. State = 'Idle'
  604. Human.WalkSpeed = 50
  605. end
  606. end
  607. --
  608. function SwordSlam()
  609. if State == 'Walking' or State == 'Idle' then
  610. State = 'Attacking'
  611. Human.WalkSpeed = 0
  612. for _=0,1,.05 do
  613. xlerp(tw,ts,.2)
  614. xlerp(hw,hs,.2)
  615. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.2)
  616. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.2)
  617. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.2)
  618. xlerp(llw,lls*cn(0,0,1.25),.2)
  619. wait()
  620. end
  621. coroutine.wrap(function()
  622. wait()
  623. xSound('10730819',tr,.5)
  624. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('dsasda')}
  625. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  626. Explosion.CFrame = rp.CFrame * cn(0,-5,-20)
  627. Mesh.Scale = v3(1,5,1)
  628. repeat
  629. Mesh.Scale = Mesh.Scale + v3(1,1,1)
  630. Explosion.Transparency = Explosion.Transparency + .025
  631. wait()
  632. until Explosion.Transparency >= 1
  633. Explosion:Destroy()
  634. end)()
  635. for _=0,1,.15 do
  636. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  637. xlerp(hw,hs,.4)
  638. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  639. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  640. xlerp(haw,has*ca(20,0,0),.4)
  641. wait()
  642. end
  643. local Hit = NewHitbox(40,(rp.CFrame * cn(0,-5,-20)).p)
  644. for _,v in pairs(Hit) do
  645. v.Humanoid.MaxHealth = 100
  646. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  647. if sit then
  648. v.Humanoid.Sit = true
  649. end
  650. end
  651. wait(0)
  652. State = 'Idle'
  653. Human.WalkSpeed = 50
  654. end
  655. end
  656. --
  657. CanBoom = true
  658. function Fire(Part)
  659. local Flame = Instance.new("ParticleEmitter",Part)
  660. Flame.LightEmission = 0.21
  661. Flame.Size = NumberSequence.new(15)
  662. Flame.Texture = "http://www.roblox.com/asset/?id=366803190"
  663. Flame.Transparency = NumberSequence.new(0.5)
  664. Flame.LockedToPart = true
  665. Flame.Lifetime = NumberRange.new(0.1,0.8)
  666. Flame.Rate = 40
  667. Flame.VelocitySpread = 2
  668. end
  669. Mouse.KeyDown:connect(function(key)
  670. if key == ' ' then
  671. if State == 'Walking' or State == 'Idle' then
  672. if JumpDB == false then
  673. JumpDB = true
  674. State = 'Jumping'
  675. Human.Jump = true
  676. Human.WalkSpeed = 50
  677. wait(0)
  678. State = 'Falling'
  679. coroutine.wrap(function()
  680. wait(0)
  681. JumpDB = false
  682. end)()
  683. end
  684. end
  685. elseif key == 'z' and Mana >= 400 then
  686. Mana = Mana-400
  687. Combo()
  688. elseif key == 'x' and Mana >= 300 then
  689. Mana = Mana-300
  690. Charge()
  691. elseif key == 'c' and Mana >= 250 then
  692. Mana = Mana-250
  693. SwordSlam()
  694. elseif key == 'v' and Mana >= 100 then
  695. Mana = Mana-100
  696. Stomp()
  697. elseif key == "p" and Mana >= 1000 then
  698. Mana = Mana-1000
  699. Stomp()
  700. wait()
  701. SwordSlam()
  702. wait()
  703. Combo()
  704. wait()
  705. Combo()
  706. elseif key == "f" and Mana >= 800 and CanBoom then
  707. Mana = Mana - 800
  708. CanBoom = false
  709. local P = Instance.new("Part",Char)
  710. P.Name = "Boom"
  711. P.Anchored = true
  712. P.Transparency = 1
  713. Fire(P)
  714. P.Material = "Neon"
  715. P.BrickColor = BrickColor.new("Crimson")
  716. P.TopSurface = "Smooth"
  717. P.CFrame = Torso.CFrame
  718. P.CanCollide = false
  719. xSound(161451748,workspace,0.9)
  720. function Hit(hit)
  721. if hit.Parent and hit.Parent:findFirstChild("Humanoid") then
  722. if hit.Parent:findFirstChild("Torso") and hit.Parent.Name ~= Player.Character.Name and hit.Parent:findFirstChild("Flamed") == nil then
  723. local Z = Instance.new("StringValue",hit.Parent)
  724. Z.Name = "Flamed"
  725. local Torsoo = hit.Parent:findFirstChild("Torso")
  726. Torsoo.Anchored = true
  727. for i,v in pairs(hit.Parent:GetChildren()) do
  728. Fire(v)
  729. end
  730. if hit.Parent:findFirstChild("Humanoid") then
  731. local H = hit.Parent:findFirstChild("Humanoid")
  732. H.MaxHealth = math.huge
  733. H.WalkSpeed = 0
  734. H.JumpPower = 0
  735. wait()
  736. Torsoo.Anchored = false
  737. H:remove()
  738. if hit.Parent then
  739. hit.Parent:BreakJoints()
  740. end
  741. end
  742. end
  743. end
  744. end
  745. P.Touched:connect(Hit)
  746. for i=1,100 do
  747. wait(0.1)
  748. P.CFrame = Torso.CFrame
  749. P.Size = Vector3.new(P.Size.X + 0.5,P.Size.Y + 0.5,P.Size.Z + 0.5)
  750. P.CFrame = Torso.CFrame
  751. end
  752. P:remove()
  753. wait(0)
  754. CanBoom = true
  755.  
  756. end
  757. end)
  758. --
  759. Human.Changed:connect(function()
  760. if State ~= 'Jumping' then
  761. Human.Jump = false
  762. end
  763. end)
  764.  
  765. Human.FreeFalling:connect(function(a)
  766. if a then
  767. if State == 'Walking' or State == 'Idle' then
  768. State = 'Falling'
  769. end
  770. elseif State == 'Jumping' or State == 'Falling' then
  771. State = 'Idle'
  772. if FallTime > 10 then
  773. print('Boom!')
  774. JumpExplode()
  775. end
  776. Human.WalkSpeed = 50
  777. FallTime = 0
  778. end
  779. end)
  780. --
  781. wait(0)
  782.  
  783. --
  784. Char.Humanoid.WalkSpeed = 50
  785. Char.Humanoid.JumpPower = 190
  786.  
  787. Human.Health = Human.MaxHealth
  788.  
  789. ---------------------------------------------------------------ExtraMorphing-------------
  790. ----------------------------------------------------------------------------------------
  791.  
  792. Create = function(itemClass,tabl)
  793. local item = Instance.new(itemClass)
  794. for i,v in pairs(tabl) do
  795. local a,b = ypcall(function() return item[i] end)
  796. if a then
  797. item[i] = tabl[i]
  798. end
  799. end
  800. return item
  801. end
  802. function runDummyScript(f,scri)
  803. local oldenv = getfenv(f)
  804. local newenv = setmetatable({}, {
  805. __index = function(_, k)
  806. if k:lower() == 'script' then
  807. return scri
  808. else
  809. return oldenv[k]
  810. end
  811. end
  812. })
  813. setfenv(f, newenv)
  814. ypcall(function() f() end)
  815. end
  816. cors = {}
  817. mas = Instance.new("Model",game:GetService("Lighting"))
  818. mas.Name = "CompiledModel"
  819. o1 = Create("Model",{
  820. ["Name"] = "BETA",
  821. ["Parent"] = mas,
  822. })
  823. o2 = Create("Model",{
  824. ["Name"] = "Chest",
  825. ["Parent"] = o1,
  826. })
  827. o3 = Create("Part",{
  828. ["Name"] = "Middle",
  829. ["Parent"] = o2,
  830. ["Material"] = Enum.Material.Granite,
  831. ["BrickColor"] = BrickColor.new("Really black"),
  832. ["Position"] = Vector3.new(3923.3938, -4665.64014, -10.7899675),
  833. ["Rotation"] = Vector3.new(-0, -90, 0),
  834. ["Anchored"] = true,
  835. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -10.7899675, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  836. ["CanCollide"] = false,
  837. ["Locked"] = true,
  838. ["FormFactor"] = Enum.FormFactor.Symmetric,
  839. ["Size"] = Vector3.new(9.28780556, 9.28781509, 4.6439023),
  840. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  841. ["TopSurface"] = Enum.SurfaceType.Smooth,
  842. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  843. })
  844. o4 = Create("ParticleEmitter",{
  845. ["Parent"] = o3,
  846. ["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),
  847. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  848. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  849. ["Lifetime"] = NumberRange.new(1,1),
  850. ["Rate"] = 40,
  851. ["RotSpeed"] = NumberRange.new(30,30),
  852. ["Speed"] = NumberRange.new(0,0),
  853. })
  854. o5 = Create("ParticleEmitter",{
  855. ["Parent"] = o3,
  856. ["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),
  857. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  858. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  859. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  860. ["Lifetime"] = NumberRange.new(2,2),
  861. ["Rate"] = 30,
  862. ["RotSpeed"] = NumberRange.new(400,400),
  863. ["Speed"] = NumberRange.new(3,3),
  864. })
  865. o6 = Create("Part",{
  866. ["Name"] = "Bluesteel Bathelm",
  867. ["Parent"] = o2,
  868. ["Material"] = Enum.Material.Concrete,
  869. ["BrickColor"] = BrickColor.new("Really black"),
  870. ["Position"] = Vector3.new(3923.3938, -4657.74463, -10.8262482),
  871. ["Rotation"] = Vector3.new(-0, -90, 0),
  872. ["Anchored"] = true,
  873. ["CFrame"] = CFrame.new(3923.3938, -4657.74463, -10.8262482, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  874. ["CanCollide"] = false,
  875. ["Locked"] = true,
  876. ["FormFactor"] = Enum.FormFactor.Symmetric,
  877. ["Size"] = Vector3.new(5.19318867, 3.9473207, 3.94731259),
  878. ["TopSurface"] = Enum.SurfaceType.Smooth,
  879. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  880. })
  881. o7 = Create("ParticleEmitter",{
  882. ["Parent"] = o6,
  883. ["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),
  884. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  885. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  886. ["Lifetime"] = NumberRange.new(1,1),
  887. ["Rate"] = 40,
  888. ["RotSpeed"] = NumberRange.new(30,30),
  889. ["Speed"] = NumberRange.new(0,0),
  890. })
  891. o8 = Create("ParticleEmitter",{
  892. ["Parent"] = o6,
  893. ["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),
  894. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  895. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  896. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  897. ["Lifetime"] = NumberRange.new(2,2),
  898. ["Rate"] = 30,
  899. ["RotSpeed"] = NumberRange.new(400,400),
  900. ["Speed"] = NumberRange.new(3,3),
  901. })
  902. o9 = Create("SpecialMesh",{
  903. ["Parent"] = o6,
  904. ["MeshId"] = "http://www.roblox.com/asset/?id=16150814",
  905. ["Scale"] = Vector3.new(5.18085146, 5.18085623, 5.18084764),
  906. ["TextureId"] = "http://www.roblox.com/asset/?id=16150799",
  907. ["VertexColor"] = Vector3.new(0.300000012, 0.300000012, 0.300000012),
  908. ["MeshType"] = Enum.MeshType.FileMesh,
  909. })
  910. o10 = Create("Part",{
  911. ["Parent"] = o2,
  912. ["BrickColor"] = BrickColor.new("Really black"),
  913. ["Transparency"] = 1,
  914. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  915. ["Rotation"] = Vector3.new(79.0394669, 8.73715496, 16.0058537),
  916. ["Anchored"] = true,
  917. ["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),
  918. ["CanCollide"] = false,
  919. ["Locked"] = true,
  920. ["Size"] = Vector3.new(4, 1, 2),
  921. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  922. })
  923. o11 = Create("ParticleEmitter",{
  924. ["Parent"] = o10,
  925. ["Size"] = NumberSequence.new(2.5,2.5),
  926. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  927. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  928. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  929. })
  930. o12 = Create("Part",{
  931. ["Parent"] = o2,
  932. ["BrickColor"] = BrickColor.new("Really black"),
  933. ["Transparency"] = 1,
  934. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  935. ["Rotation"] = Vector3.new(86.3597412, -13.5106392, 95.9657364),
  936. ["Anchored"] = true,
  937. ["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),
  938. ["CanCollide"] = false,
  939. ["Locked"] = true,
  940. ["Size"] = Vector3.new(4, 1, 2),
  941. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  942. })
  943. o13 = Create("ParticleEmitter",{
  944. ["Parent"] = o12,
  945. ["Size"] = NumberSequence.new(2.5,2.5),
  946. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  947. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  948. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  949. })
  950. o14 = Create("Part",{
  951. ["Parent"] = o2,
  952. ["BrickColor"] = BrickColor.new("Really black"),
  953. ["Transparency"] = 1,
  954. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  955. ["Rotation"] = Vector3.new(102.543137, 6.23166227, -116.861259),
  956. ["Anchored"] = true,
  957. ["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),
  958. ["CanCollide"] = false,
  959. ["Locked"] = true,
  960. ["Size"] = Vector3.new(4, 1, 2),
  961. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  962. })
  963. o15 = Create("ParticleEmitter",{
  964. ["Parent"] = o14,
  965. ["Size"] = NumberSequence.new(2.5,2.5),
  966. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  967. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  968. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  969. })
  970. o16 = Create("Part",{
  971. ["Parent"] = o2,
  972. ["BrickColor"] = BrickColor.new("Really black"),
  973. ["Transparency"] = 1,
  974. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  975. ["Rotation"] = Vector3.new(102.543076, 6.23150969, -164.84436),
  976. ["Anchored"] = true,
  977. ["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),
  978. ["CanCollide"] = false,
  979. ["Locked"] = true,
  980. ["Size"] = Vector3.new(4, 1, 2),
  981. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  982. })
  983. o17 = Create("ParticleEmitter",{
  984. ["Parent"] = o16,
  985. ["Size"] = NumberSequence.new(2.5,2.5),
  986. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  987. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  988. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  989. })
  990. o18 = Create("Part",{
  991. ["Parent"] = o2,
  992. ["BrickColor"] = BrickColor.new("Really black"),
  993. ["Transparency"] = 1,
  994. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  995. ["Rotation"] = Vector3.new(102.543114, 6.2315917, -99.8779907),
  996. ["Anchored"] = true,
  997. ["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),
  998. ["CanCollide"] = false,
  999. ["Locked"] = true,
  1000. ["Size"] = Vector3.new(4, 1, 2),
  1001. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1002. })
  1003. o19 = Create("ParticleEmitter",{
  1004. ["Parent"] = o18,
  1005. ["Size"] = NumberSequence.new(2.5,2.5),
  1006. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1007. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1008. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1009. })
  1010. o20 = Create("Part",{
  1011. ["Parent"] = o2,
  1012. ["BrickColor"] = BrickColor.new("Really black"),
  1013. ["Transparency"] = 1,
  1014. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1015. ["Rotation"] = Vector3.new(102.543205, 6.23175573, -132.792969),
  1016. ["Anchored"] = true,
  1017. ["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),
  1018. ["CanCollide"] = false,
  1019. ["Locked"] = true,
  1020. ["Size"] = Vector3.new(4, 1, 2),
  1021. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1022. })
  1023. o21 = Create("ParticleEmitter",{
  1024. ["Parent"] = o20,
  1025. ["Size"] = NumberSequence.new(2.5,2.5),
  1026. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1027. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1028. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1029. })
  1030. o22 = Create("Part",{
  1031. ["Parent"] = o2,
  1032. ["BrickColor"] = BrickColor.new("Really black"),
  1033. ["Transparency"] = 1,
  1034. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1035. ["Rotation"] = Vector3.new(102.543076, 6.23157644, -152.474472),
  1036. ["Anchored"] = true,
  1037. ["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),
  1038. ["CanCollide"] = false,
  1039. ["Locked"] = true,
  1040. ["Size"] = Vector3.new(4, 1, 2),
  1041. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1042. })
  1043. o23 = Create("ParticleEmitter",{
  1044. ["Parent"] = o22,
  1045. ["Size"] = NumberSequence.new(2.5,2.5),
  1046. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1047. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1048. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1049. })
  1050. o24 = Create("Part",{
  1051. ["Parent"] = o2,
  1052. ["BrickColor"] = BrickColor.new("Really black"),
  1053. ["Transparency"] = 1,
  1054. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1055. ["Rotation"] = Vector3.new(93.5509491, 13.533741, -115.702736),
  1056. ["Anchored"] = true,
  1057. ["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),
  1058. ["CanCollide"] = false,
  1059. ["Locked"] = true,
  1060. ["Size"] = Vector3.new(4, 1, 2),
  1061. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1062. })
  1063. o25 = Create("ParticleEmitter",{
  1064. ["Parent"] = o24,
  1065. ["Size"] = NumberSequence.new(2.5,2.5),
  1066. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1067. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1068. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1069. })
  1070. o26 = Create("Part",{
  1071. ["Parent"] = o2,
  1072. ["BrickColor"] = BrickColor.new("Really black"),
  1073. ["Transparency"] = 1,
  1074. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1075. ["Rotation"] = Vector3.new(93.5508499, 13.5340061, -83.6512985),
  1076. ["Anchored"] = true,
  1077. ["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),
  1078. ["CanCollide"] = false,
  1079. ["Locked"] = true,
  1080. ["Size"] = Vector3.new(4, 1, 2),
  1081. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1082. })
  1083. o27 = Create("ParticleEmitter",{
  1084. ["Parent"] = o26,
  1085. ["Size"] = NumberSequence.new(2.5,2.5),
  1086. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1087. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1088. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1089. })
  1090. o28 = Create("Part",{
  1091. ["Parent"] = o2,
  1092. ["BrickColor"] = BrickColor.new("Really black"),
  1093. ["Transparency"] = 1,
  1094. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1095. ["Rotation"] = Vector3.new(93.5508728, 13.5338879, -67.7195816),
  1096. ["Anchored"] = true,
  1097. ["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),
  1098. ["CanCollide"] = false,
  1099. ["Locked"] = true,
  1100. ["Size"] = Vector3.new(4, 1, 2),
  1101. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1102. })
  1103. o29 = Create("ParticleEmitter",{
  1104. ["Parent"] = o28,
  1105. ["Size"] = NumberSequence.new(2.5,2.5),
  1106. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1107. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1108. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1109. })
  1110. o30 = Create("Part",{
  1111. ["Parent"] = o2,
  1112. ["BrickColor"] = BrickColor.new("Really black"),
  1113. ["Transparency"] = 1,
  1114. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1115. ["Rotation"] = Vector3.new(93.5509109, 13.5338335, -50.7363472),
  1116. ["Anchored"] = true,
  1117. ["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),
  1118. ["CanCollide"] = false,
  1119. ["Locked"] = true,
  1120. ["Size"] = Vector3.new(4, 1, 2),
  1121. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1122. })
  1123. o31 = Create("ParticleEmitter",{
  1124. ["Parent"] = o30,
  1125. ["Size"] = NumberSequence.new(2.5,2.5),
  1126. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1127. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1128. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1129. })
  1130. o32 = Create("Part",{
  1131. ["Parent"] = o2,
  1132. ["BrickColor"] = BrickColor.new("Really black"),
  1133. ["Transparency"] = 1,
  1134. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1135. ["Rotation"] = Vector3.new(93.5509033, 13.5337915, -103.332832),
  1136. ["Anchored"] = true,
  1137. ["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),
  1138. ["CanCollide"] = false,
  1139. ["Locked"] = true,
  1140. ["Size"] = Vector3.new(4, 1, 2),
  1141. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1142. })
  1143. o33 = Create("ParticleEmitter",{
  1144. ["Parent"] = o32,
  1145. ["Size"] = NumberSequence.new(2.5,2.5),
  1146. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1147. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1148. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1149. })
  1150. o34 = Create("Part",{
  1151. ["Parent"] = o2,
  1152. ["BrickColor"] = BrickColor.new("Really black"),
  1153. ["Transparency"] = 1,
  1154. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1155. ["Rotation"] = Vector3.new(87.5872192, 13.7778225, -25.8519192),
  1156. ["Anchored"] = true,
  1157. ["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),
  1158. ["CanCollide"] = false,
  1159. ["Locked"] = true,
  1160. ["Size"] = Vector3.new(4, 1, 2),
  1161. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1162. })
  1163. o35 = Create("ParticleEmitter",{
  1164. ["Parent"] = o34,
  1165. ["Size"] = NumberSequence.new(2.5,2.5),
  1166. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1167. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1168. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1169. })
  1170. o36 = Create("Part",{
  1171. ["Parent"] = o2,
  1172. ["BrickColor"] = BrickColor.new("Really black"),
  1173. ["Transparency"] = 1,
  1174. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1175. ["Rotation"] = Vector3.new(87.5871582, 13.7778587, -42.8351593),
  1176. ["Anchored"] = true,
  1177. ["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),
  1178. ["CanCollide"] = false,
  1179. ["Locked"] = true,
  1180. ["Size"] = Vector3.new(4, 1, 2),
  1181. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1182. })
  1183. o37 = Create("ParticleEmitter",{
  1184. ["Parent"] = o36,
  1185. ["Size"] = NumberSequence.new(2.5,2.5),
  1186. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1187. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1188. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1189. })
  1190. o38 = Create("Part",{
  1191. ["Parent"] = o2,
  1192. ["BrickColor"] = BrickColor.new("Really black"),
  1193. ["Transparency"] = 1,
  1194. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1195. ["Rotation"] = Vector3.new(87.5872955, 13.7777548, -90.8183365),
  1196. ["Anchored"] = true,
  1197. ["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),
  1198. ["CanCollide"] = false,
  1199. ["Locked"] = true,
  1200. ["Size"] = Vector3.new(4, 1, 2),
  1201. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1202. })
  1203. o39 = Create("ParticleEmitter",{
  1204. ["Parent"] = o38,
  1205. ["Size"] = NumberSequence.new(2.5,2.5),
  1206. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1207. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1208. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1209. })
  1210. o40 = Create("Part",{
  1211. ["Parent"] = o2,
  1212. ["BrickColor"] = BrickColor.new("Really black"),
  1213. ["Transparency"] = 1,
  1214. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1215. ["Rotation"] = Vector3.new(87.5872269, 13.7777824, -78.4484177),
  1216. ["Anchored"] = true,
  1217. ["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),
  1218. ["CanCollide"] = false,
  1219. ["Locked"] = true,
  1220. ["Size"] = Vector3.new(4, 1, 2),
  1221. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1222. })
  1223. o41 = Create("ParticleEmitter",{
  1224. ["Parent"] = o40,
  1225. ["Size"] = NumberSequence.new(2.5,2.5),
  1226. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1227. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1228. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1229. })
  1230. o42 = Create("Part",{
  1231. ["Parent"] = o2,
  1232. ["BrickColor"] = BrickColor.new("Really black"),
  1233. ["Transparency"] = 1,
  1234. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1235. ["Rotation"] = Vector3.new(87.5870895, 13.7779512, -58.7668457),
  1236. ["Anchored"] = true,
  1237. ["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),
  1238. ["CanCollide"] = false,
  1239. ["Locked"] = true,
  1240. ["Size"] = Vector3.new(4, 1, 2),
  1241. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1242. })
  1243. o43 = Create("ParticleEmitter",{
  1244. ["Parent"] = o42,
  1245. ["Size"] = NumberSequence.new(2.5,2.5),
  1246. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1247. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1248. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1249. })
  1250. o44 = Create("Part",{
  1251. ["Parent"] = o2,
  1252. ["BrickColor"] = BrickColor.new("Really black"),
  1253. ["Transparency"] = 1,
  1254. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1255. ["Rotation"] = Vector3.new(86.3596802, -13.5104132, 76.2841797),
  1256. ["Anchored"] = true,
  1257. ["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),
  1258. ["CanCollide"] = false,
  1259. ["Locked"] = true,
  1260. ["Size"] = Vector3.new(4, 1, 2),
  1261. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1262. })
  1263. o45 = Create("ParticleEmitter",{
  1264. ["Parent"] = o44,
  1265. ["Size"] = NumberSequence.new(2.5,2.5),
  1266. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1267. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1268. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1269. })
  1270. o46 = Create("Part",{
  1271. ["Parent"] = o2,
  1272. ["BrickColor"] = BrickColor.new("Really black"),
  1273. ["Transparency"] = 1,
  1274. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1275. ["Rotation"] = Vector3.new(86.3597107, -13.5105181, 111.897423),
  1276. ["Anchored"] = true,
  1277. ["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),
  1278. ["CanCollide"] = false,
  1279. ["Locked"] = true,
  1280. ["Size"] = Vector3.new(4, 1, 2),
  1281. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1282. })
  1283. o47 = Create("ParticleEmitter",{
  1284. ["Parent"] = o46,
  1285. ["Size"] = NumberSequence.new(2.5,2.5),
  1286. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1287. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1288. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1289. })
  1290. o48 = Create("Part",{
  1291. ["Parent"] = o2,
  1292. ["BrickColor"] = BrickColor.new("Really black"),
  1293. ["Transparency"] = 1,
  1294. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1295. ["Rotation"] = Vector3.new(86.3596725, -13.5104551, 128.880707),
  1296. ["Anchored"] = true,
  1297. ["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),
  1298. ["CanCollide"] = false,
  1299. ["Locked"] = true,
  1300. ["Size"] = Vector3.new(4, 1, 2),
  1301. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1302. })
  1303. o49 = Create("ParticleEmitter",{
  1304. ["Parent"] = o48,
  1305. ["Size"] = NumberSequence.new(2.5,2.5),
  1306. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1307. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1308. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1309. })
  1310. o50 = Create("Part",{
  1311. ["Parent"] = o2,
  1312. ["BrickColor"] = BrickColor.new("Really black"),
  1313. ["Transparency"] = 1,
  1314. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1315. ["Rotation"] = Vector3.new(86.3596344, -13.5103664, 63.9142685),
  1316. ["Anchored"] = true,
  1317. ["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),
  1318. ["CanCollide"] = false,
  1319. ["Locked"] = true,
  1320. ["Size"] = Vector3.new(4, 1, 2),
  1321. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1322. })
  1323. o51 = Create("ParticleEmitter",{
  1324. ["Parent"] = o50,
  1325. ["Size"] = NumberSequence.new(2.5,2.5),
  1326. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1327. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1328. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1329. })
  1330. o52 = Create("Part",{
  1331. ["Parent"] = o2,
  1332. ["BrickColor"] = BrickColor.new("Really black"),
  1333. ["Transparency"] = 1,
  1334. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1335. ["Rotation"] = Vector3.new(102.621109, -6.0702033, -168.148773),
  1336. ["Anchored"] = true,
  1337. ["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),
  1338. ["CanCollide"] = false,
  1339. ["Locked"] = true,
  1340. ["Size"] = Vector3.new(4, 1, 2),
  1341. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1342. })
  1343. o53 = Create("ParticleEmitter",{
  1344. ["Parent"] = o52,
  1345. ["Size"] = NumberSequence.new(2.5,2.5),
  1346. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1347. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1348. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1349. })
  1350. o54 = Create("Part",{
  1351. ["Parent"] = o2,
  1352. ["BrickColor"] = BrickColor.new("Really black"),
  1353. ["Transparency"] = 1,
  1354. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1355. ["Rotation"] = Vector3.new(102.620941, -6.07024574, 143.868088),
  1356. ["Anchored"] = true,
  1357. ["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),
  1358. ["CanCollide"] = false,
  1359. ["Locked"] = true,
  1360. ["Size"] = Vector3.new(4, 1, 2),
  1361. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1362. })
  1363. o55 = Create("ParticleEmitter",{
  1364. ["Parent"] = o54,
  1365. ["Size"] = NumberSequence.new(2.5,2.5),
  1366. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1367. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1368. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1369. })
  1370. o56 = Create("Part",{
  1371. ["Parent"] = o2,
  1372. ["BrickColor"] = BrickColor.new("Really black"),
  1373. ["Transparency"] = 1,
  1374. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1375. ["Rotation"] = Vector3.new(102.620995, -6.07021284, 156.237991),
  1376. ["Anchored"] = true,
  1377. ["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),
  1378. ["CanCollide"] = false,
  1379. ["Locked"] = true,
  1380. ["Size"] = Vector3.new(4, 1, 2),
  1381. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1382. })
  1383. o57 = Create("ParticleEmitter",{
  1384. ["Parent"] = o56,
  1385. ["Size"] = NumberSequence.new(2.5,2.5),
  1386. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1387. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1388. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1389. })
  1390. o58 = Create("Part",{
  1391. ["Parent"] = o2,
  1392. ["BrickColor"] = BrickColor.new("Really black"),
  1393. ["Transparency"] = 1,
  1394. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1395. ["Rotation"] = Vector3.new(102.621033, -6.07022762, -151.165482),
  1396. ["Anchored"] = true,
  1397. ["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),
  1398. ["CanCollide"] = false,
  1399. ["Locked"] = true,
  1400. ["Size"] = Vector3.new(4, 1, 2),
  1401. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1402. })
  1403. o59 = Create("ParticleEmitter",{
  1404. ["Parent"] = o58,
  1405. ["Size"] = NumberSequence.new(2.5,2.5),
  1406. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1407. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1408. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1409. })
  1410. o60 = Create("Part",{
  1411. ["Parent"] = o2,
  1412. ["BrickColor"] = BrickColor.new("Really black"),
  1413. ["Transparency"] = 1,
  1414. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1415. ["Rotation"] = Vector3.new(102.621223, -6.07019854, 175.919556),
  1416. ["Anchored"] = true,
  1417. ["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),
  1418. ["CanCollide"] = false,
  1419. ["Locked"] = true,
  1420. ["Size"] = Vector3.new(4, 1, 2),
  1421. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1422. })
  1423. o61 = Create("ParticleEmitter",{
  1424. ["Parent"] = o60,
  1425. ["Size"] = NumberSequence.new(2.5,2.5),
  1426. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1427. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1428. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1429. })
  1430. o62 = Create("Part",{
  1431. ["Parent"] = o2,
  1432. ["BrickColor"] = BrickColor.new("Really black"),
  1433. ["Transparency"] = 1,
  1434. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1435. ["Rotation"] = Vector3.new(76.1906204, -2.22199559, 30.1629696),
  1436. ["Anchored"] = true,
  1437. ["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),
  1438. ["CanCollide"] = false,
  1439. ["Locked"] = true,
  1440. ["Size"] = Vector3.new(4, 1, 2),
  1441. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1442. })
  1443. o63 = Create("ParticleEmitter",{
  1444. ["Parent"] = o62,
  1445. ["Size"] = NumberSequence.new(2.5,2.5),
  1446. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1447. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1448. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1449. })
  1450. o64 = Create("Part",{
  1451. ["Parent"] = o2,
  1452. ["BrickColor"] = BrickColor.new("Really black"),
  1453. ["Transparency"] = 1,
  1454. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1455. ["Rotation"] = Vector3.new(76.1907578, -2.22186089, 63.077919),
  1456. ["Anchored"] = true,
  1457. ["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),
  1458. ["CanCollide"] = false,
  1459. ["Locked"] = true,
  1460. ["Size"] = Vector3.new(4, 1, 2),
  1461. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1462. })
  1463. o65 = Create("ParticleEmitter",{
  1464. ["Parent"] = o64,
  1465. ["Size"] = NumberSequence.new(2.5,2.5),
  1466. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1467. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1468. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1469. })
  1470. o66 = Create("Part",{
  1471. ["Parent"] = o2,
  1472. ["BrickColor"] = BrickColor.new("Really black"),
  1473. ["Transparency"] = 1,
  1474. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1475. ["Rotation"] = Vector3.new(76.190712, -2.22191787, 46.0946541),
  1476. ["Anchored"] = true,
  1477. ["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),
  1478. ["CanCollide"] = false,
  1479. ["Locked"] = true,
  1480. ["Size"] = Vector3.new(4, 1, 2),
  1481. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1482. })
  1483. o67 = Create("ParticleEmitter",{
  1484. ["Parent"] = o66,
  1485. ["Size"] = NumberSequence.new(2.5,2.5),
  1486. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1487. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1488. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1489. })
  1490. o68 = Create("Part",{
  1491. ["Parent"] = o2,
  1492. ["BrickColor"] = BrickColor.new("Really black"),
  1493. ["Transparency"] = 1,
  1494. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1495. ["Rotation"] = Vector3.new(76.1908188, -2.22179508, -1.88847733),
  1496. ["Anchored"] = true,
  1497. ["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),
  1498. ["CanCollide"] = false,
  1499. ["Locked"] = true,
  1500. ["Size"] = Vector3.new(4, 1, 2),
  1501. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1502. })
  1503. o69 = Create("ParticleEmitter",{
  1504. ["Parent"] = o68,
  1505. ["Size"] = NumberSequence.new(2.5,2.5),
  1506. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1507. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1508. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1509. })
  1510. o70 = Create("Part",{
  1511. ["Parent"] = o2,
  1512. ["BrickColor"] = BrickColor.new("Really black"),
  1513. ["Transparency"] = 1,
  1514. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1515. ["Rotation"] = Vector3.new(76.1907883, -2.22185564, 10.4814234),
  1516. ["Anchored"] = true,
  1517. ["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),
  1518. ["CanCollide"] = false,
  1519. ["Locked"] = true,
  1520. ["Size"] = Vector3.new(4, 1, 2),
  1521. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1522. })
  1523. o71 = Create("ParticleEmitter",{
  1524. ["Parent"] = o70,
  1525. ["Size"] = NumberSequence.new(2.5,2.5),
  1526. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1527. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1528. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1529. })
  1530. o72 = Create("Part",{
  1531. ["Parent"] = o2,
  1532. ["BrickColor"] = BrickColor.new("Really black"),
  1533. ["Transparency"] = 1,
  1534. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1535. ["Rotation"] = Vector3.new(79.039566, 8.73714828, -48.9605522),
  1536. ["Anchored"] = true,
  1537. ["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),
  1538. ["CanCollide"] = false,
  1539. ["Locked"] = true,
  1540. ["Size"] = Vector3.new(4, 1, 2),
  1541. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1542. })
  1543. o73 = Create("ParticleEmitter",{
  1544. ["Parent"] = o72,
  1545. ["Size"] = NumberSequence.new(2.5,2.5),
  1546. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1547. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1548. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1549. })
  1550. o74 = Create("Part",{
  1551. ["Parent"] = o2,
  1552. ["BrickColor"] = BrickColor.new("Really black"),
  1553. ["Transparency"] = 1,
  1554. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1555. ["Rotation"] = Vector3.new(79.0392761, 8.73716068, -16.9090633),
  1556. ["Anchored"] = true,
  1557. ["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),
  1558. ["CanCollide"] = false,
  1559. ["Locked"] = true,
  1560. ["Size"] = Vector3.new(4, 1, 2),
  1561. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1562. })
  1563. o75 = Create("ParticleEmitter",{
  1564. ["Parent"] = o74,
  1565. ["Size"] = NumberSequence.new(2.5,2.5),
  1566. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1567. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1568. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1569. })
  1570. o76 = Create("Part",{
  1571. ["Parent"] = o2,
  1572. ["BrickColor"] = BrickColor.new("Really black"),
  1573. ["Transparency"] = 1,
  1574. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1575. ["Rotation"] = Vector3.new(79.039505, 8.73712921, -36.5906372),
  1576. ["Anchored"] = true,
  1577. ["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),
  1578. ["CanCollide"] = false,
  1579. ["Locked"] = true,
  1580. ["Size"] = Vector3.new(4, 1, 2),
  1581. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1582. })
  1583. o77 = Create("ParticleEmitter",{
  1584. ["Parent"] = o76,
  1585. ["Size"] = NumberSequence.new(2.5,2.5),
  1586. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1587. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1588. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1589. })
  1590. o78 = Create("Part",{
  1591. ["Parent"] = o2,
  1592. ["BrickColor"] = BrickColor.new("Really black"),
  1593. ["Transparency"] = 1,
  1594. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1595. ["Rotation"] = Vector3.new(79.0393982, 8.7371397, -0.977389395),
  1596. ["Anchored"] = true,
  1597. ["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),
  1598. ["CanCollide"] = false,
  1599. ["Locked"] = true,
  1600. ["Size"] = Vector3.new(4, 1, 2),
  1601. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1602. })
  1603. o79 = Create("ParticleEmitter",{
  1604. ["Parent"] = o78,
  1605. ["Size"] = NumberSequence.new(2.5,2.5),
  1606. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.137255, 0, 0)),
  1607. ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  1608. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1609. })
  1610. o80 = Create("Model",{
  1611. ["Name"] = "Arm1",
  1612. ["Parent"] = o1,
  1613. })
  1614. o81 = Create("Part",{
  1615. ["Name"] = "Middle",
  1616. ["Parent"] = o80,
  1617. ["Material"] = Enum.Material.Granite,
  1618. ["BrickColor"] = BrickColor.new("Really black"),
  1619. ["Position"] = Vector3.new(3923.3938, -4665.64014, -17.7558212),
  1620. ["Rotation"] = Vector3.new(-0, -90, 0),
  1621. ["Anchored"] = true,
  1622. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -17.7558212, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1623. ["CanCollide"] = false,
  1624. ["Locked"] = true,
  1625. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1626. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1627. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1628. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1629. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1630. })
  1631. o82 = Create("ParticleEmitter",{
  1632. ["Parent"] = o81,
  1633. ["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),
  1634. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1635. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1636. ["Lifetime"] = NumberRange.new(1,1),
  1637. ["Rate"] = 40,
  1638. ["RotSpeed"] = NumberRange.new(30,30),
  1639. ["Speed"] = NumberRange.new(0,0),
  1640. })
  1641. o83 = Create("ParticleEmitter",{
  1642. ["Parent"] = o81,
  1643. ["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),
  1644. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1645. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1646. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1647. ["Lifetime"] = NumberRange.new(2,2),
  1648. ["Rate"] = 30,
  1649. ["RotSpeed"] = NumberRange.new(400,400),
  1650. ["Speed"] = NumberRange.new(3,3),
  1651. })
  1652. o84 = Create("Model",{
  1653. ["Name"] = "Arm2",
  1654. ["Parent"] = o1,
  1655. })
  1656. o85 = Create("Part",{
  1657. ["Name"] = "Middle",
  1658. ["Parent"] = o84,
  1659. ["Material"] = Enum.Material.Granite,
  1660. ["BrickColor"] = BrickColor.new("Really black"),
  1661. ["Position"] = Vector3.new(3923.3938, -4665.64014, -3.8241148),
  1662. ["Rotation"] = Vector3.new(-0, -90, 0),
  1663. ["Anchored"] = true,
  1664. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -3.8241148, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1665. ["CanCollide"] = false,
  1666. ["Locked"] = true,
  1667. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1668. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1669. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1670. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1671. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1672. })
  1673. o86 = Create("ParticleEmitter",{
  1674. ["Parent"] = o85,
  1675. ["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),
  1676. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1677. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1678. ["Lifetime"] = NumberRange.new(1,1),
  1679. ["Rate"] = 40,
  1680. ["RotSpeed"] = NumberRange.new(30,30),
  1681. ["Speed"] = NumberRange.new(0,0),
  1682. })
  1683. o87 = Create("ParticleEmitter",{
  1684. ["Parent"] = o85,
  1685. ["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),
  1686. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1687. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1688. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1689. ["Lifetime"] = NumberRange.new(2,2),
  1690. ["Rate"] = 30,
  1691. ["RotSpeed"] = NumberRange.new(400,400),
  1692. ["Speed"] = NumberRange.new(3,3),
  1693. })
  1694. o88 = Create("Part",{
  1695. ["Parent"] = o84,
  1696. ["Material"] = Enum.Material.Granite,
  1697. ["BrickColor"] = BrickColor.new("Really black"),
  1698. ["Position"] = Vector3.new(3935.67017, -4667.5542, -3.13911486),
  1699. ["Rotation"] = Vector3.new(90, -82.368454, 90.0000076),
  1700. ["Anchored"] = true,
  1701. ["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),
  1702. ["CanCollide"] = false,
  1703. ["Locked"] = true,
  1704. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1705. ["Size"] = Vector3.new(1.47390282, 1.33999991, 36.1239014),
  1706. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1707. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1708. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1709. })
  1710. o89 = Create("ParticleEmitter",{
  1711. ["Parent"] = o88,
  1712. ["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),
  1713. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1714. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1715. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1716. ["Lifetime"] = NumberRange.new(2,2),
  1717. ["Rate"] = 30,
  1718. ["RotSpeed"] = NumberRange.new(400,400),
  1719. ["Speed"] = NumberRange.new(3,3),
  1720. })
  1721. o90 = Create("Part",{
  1722. ["Parent"] = o84,
  1723. ["Material"] = Enum.Material.Neon,
  1724. ["BrickColor"] = BrickColor.new("Institutional white"),
  1725. ["Position"] = Vector3.new(3947.09888, -4665.76025, -3.20606613),
  1726. ["Rotation"] = Vector3.new(90, -82.368454, 90.0000076),
  1727. ["Anchored"] = true,
  1728. ["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),
  1729. ["CanCollide"] = false,
  1730. ["Locked"] = true,
  1731. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1732. ["Size"] = Vector3.new(0.200000003, 7.81999969, 31.2939014),
  1733. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1734. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1735. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  1736. })
  1737. o91 = Create("ParticleEmitter",{
  1738. ["Parent"] = o90,
  1739. ["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),
  1740. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1741. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1742. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1743. ["Lifetime"] = NumberRange.new(2,2),
  1744. ["Rate"] = 30,
  1745. ["RotSpeed"] = NumberRange.new(400,400),
  1746. ["Speed"] = NumberRange.new(3,3),
  1747. })
  1748. o92 = Create("Part",{
  1749. ["Parent"] = o84,
  1750. ["Material"] = Enum.Material.Neon,
  1751. ["BrickColor"] = BrickColor.new("Institutional white"),
  1752. ["Position"] = Vector3.new(3963.30298, -4662.56982, -3.20606613),
  1753. ["Rotation"] = Vector3.new(-90.000061, -44.0050316, -90.0000305),
  1754. ["Anchored"] = true,
  1755. ["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),
  1756. ["CanCollide"] = false,
  1757. ["Locked"] = true,
  1758. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1759. ["Size"] = Vector3.new(0.200000003, 7.81999969, 7.0639019),
  1760. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1761. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1762. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  1763. })
  1764. o93 = Create("ParticleEmitter",{
  1765. ["Parent"] = o92,
  1766. ["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),
  1767. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1768. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1769. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1770. ["Lifetime"] = NumberRange.new(2,2),
  1771. ["Rate"] = 30,
  1772. ["RotSpeed"] = NumberRange.new(400,400),
  1773. ["Speed"] = NumberRange.new(3,3),
  1774. })
  1775. o94 = Create("Model",{
  1776. ["Name"] = "Leg1",
  1777. ["Parent"] = o1,
  1778. })
  1779. o95 = Create("Part",{
  1780. ["Name"] = "Middle",
  1781. ["Parent"] = o94,
  1782. ["Material"] = Enum.Material.Granite,
  1783. ["BrickColor"] = BrickColor.new("Really black"),
  1784. ["Position"] = Vector3.new(3923.3938, -4674.92725, -13.1119194),
  1785. ["Rotation"] = Vector3.new(-0, -90, 0),
  1786. ["Anchored"] = true,
  1787. ["CFrame"] = CFrame.new(3923.3938, -4674.92725, -13.1119194, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1788. ["CanCollide"] = false,
  1789. ["Locked"] = true,
  1790. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1791. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1792. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1793. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1794. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1795. })
  1796. o96 = Create("ParticleEmitter",{
  1797. ["Parent"] = o95,
  1798. ["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),
  1799. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1800. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1801. ["Lifetime"] = NumberRange.new(1,1),
  1802. ["Rate"] = 40,
  1803. ["RotSpeed"] = NumberRange.new(30,30),
  1804. ["Speed"] = NumberRange.new(0,0),
  1805. })
  1806. o97 = Create("ParticleEmitter",{
  1807. ["Parent"] = o95,
  1808. ["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),
  1809. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1810. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1811. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1812. ["Lifetime"] = NumberRange.new(2,2),
  1813. ["Rate"] = 30,
  1814. ["RotSpeed"] = NumberRange.new(400,400),
  1815. ["Speed"] = NumberRange.new(3,3),
  1816. })
  1817. o98 = Create("Model",{
  1818. ["Name"] = "Leg2",
  1819. ["Parent"] = o1,
  1820. })
  1821. o99 = Create("Part",{
  1822. ["Name"] = "Middle",
  1823. ["Parent"] = o98,
  1824. ["Material"] = Enum.Material.Granite,
  1825. ["BrickColor"] = BrickColor.new("Really black"),
  1826. ["Position"] = Vector3.new(3923.3938, -4674.92725, -8.46801567),
  1827. ["Rotation"] = Vector3.new(-0, -90, 0),
  1828. ["Anchored"] = true,
  1829. ["CFrame"] = CFrame.new(3923.3938, -4674.92725, -8.46801567, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1830. ["CanCollide"] = false,
  1831. ["Locked"] = true,
  1832. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1833. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1834. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1835. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1836. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1837. })
  1838. o100 = Create("ParticleEmitter",{
  1839. ["Parent"] = o99,
  1840. ["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),
  1841. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1842. ["Texture"] = "http://www.roblox.com/asset/?id=242986555",
  1843. ["Lifetime"] = NumberRange.new(1,1),
  1844. ["Rate"] = 40,
  1845. ["RotSpeed"] = NumberRange.new(30,30),
  1846. ["Speed"] = NumberRange.new(0,0),
  1847. })
  1848. o101 = Create("ParticleEmitter",{
  1849. ["Parent"] = o99,
  1850. ["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),
  1851. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1852. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.0235294, 0, 0.0705882)),
  1853. ["Texture"] = "http://www.roblox.com/asset/?id=243043229",
  1854. ["Lifetime"] = NumberRange.new(2,2),
  1855. ["Rate"] = 30,
  1856. ["RotSpeed"] = NumberRange.new(400,400),
  1857. ["Speed"] = NumberRange.new(3,3),
  1858. })
  1859. o102 = Create("Part",{
  1860. ["Name"] = "Head",
  1861. ["Parent"] = o1,
  1862. ["BrickColor"] = BrickColor.new("Really red"),
  1863. ["Position"] = Vector3.new(3930.82446, -4678.17822, -1.96655464),
  1864. ["Rotation"] = Vector3.new(0, 90, 0),
  1865. ["Anchored"] = true,
  1866. ["CFrame"] = CFrame.new(3930.82446, -4678.17822, -1.96655464, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  1867. ["CanCollide"] = false,
  1868. ["Locked"] = true,
  1869. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1870. ["Size"] = Vector3.new(0.928780496, 0.928781509, 0.928780496),
  1871. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1872. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1873. ["Color"] = Color3.new(1, 0, 0),
  1874. })
  1875. o103 = Create("Script",{
  1876. ["Name"] = "Arm1",
  1877. ["Parent"] = o102,
  1878. })
  1879. table.insert(cors,coroutine.create(function()
  1880. wait()
  1881. runDummyScript(function()
  1882. function onTouched(hit)
  1883. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
  1884. local g = script.Parent.Parent.Arm1:clone()
  1885. g.Parent = hit.Parent
  1886. local C = g:GetChildren()
  1887. for i=1, #C do
  1888. if C[i].className == "Part" then
  1889. local W = Instance.new("Weld")
  1890. W.Part0 = g.Middle
  1891. W.Part1 = C[i]
  1892. local CJ = CFrame.new(g.Middle.Position)
  1893. local C0 = g.Middle.CFrame:inverse()*CJ
  1894. local C1 = C[i].CFrame:inverse()*CJ
  1895. W.C0 = C0
  1896. W.C1 = C1
  1897. W.Parent = g.Middle
  1898. end
  1899. local Y = Instance.new("Weld")
  1900. Y.Part0 = hit.Parent["Left Arm"]
  1901. Y.Part1 = g.Middle
  1902. Y.C0 = CFrame.new(0, 0, 0)
  1903. Y.Parent = Y.Part0
  1904. end
  1905.  
  1906. local h = g:GetChildren()
  1907. for i = 1, # h do
  1908. if h[i].className == "Part" then
  1909. h[i].Anchored = false
  1910. h[i].CanCollide = false
  1911. end
  1912. end
  1913.  
  1914. end
  1915.  
  1916. end
  1917.  
  1918. script.Parent.Touched:connect(onTouched)
  1919. end,o103)
  1920. end))
  1921. o104 = Create("Script",{
  1922. ["Name"] = "Leg1",
  1923. ["Parent"] = o102,
  1924. })
  1925. table.insert(cors,coroutine.create(function()
  1926. wait()
  1927. runDummyScript(function()
  1928. function onTouched(hit)
  1929. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
  1930. local g = script.Parent.Parent.Leg1:clone()
  1931. g.Parent = hit.Parent
  1932. local C = g:GetChildren()
  1933. for i=1, #C do
  1934. if C[i].className == "Part" then
  1935. local W = Instance.new("Weld")
  1936. W.Part0 = g.Middle
  1937. W.Part1 = C[i]
  1938. local CJ = CFrame.new(g.Middle.Position)
  1939. local C0 = g.Middle.CFrame:inverse()*CJ
  1940. local C1 = C[i].CFrame:inverse()*CJ
  1941. W.C0 = C0
  1942. W.C1 = C1
  1943. W.Parent = g.Middle
  1944. end
  1945. local Y = Instance.new("Weld")
  1946. Y.Part0 = hit.Parent["Left Leg"]
  1947. Y.Part1 = g.Middle
  1948. Y.C0 = CFrame.new(0, 0, 0)
  1949. Y.Parent = Y.Part0
  1950. end
  1951.  
  1952. local h = g:GetChildren()
  1953. for i = 1, # h do
  1954. if h[i].className == "Part" then
  1955. h[i].Anchored = false
  1956. h[i].CanCollide = false
  1957. end
  1958. end
  1959.  
  1960. end
  1961.  
  1962. end
  1963.  
  1964. script.Parent.Touched:connect(onTouched)
  1965. end,o104)
  1966. end))
  1967. o105 = Create("Script",{
  1968. ["Name"] = "HatRemover",
  1969. ["Parent"] = o102,
  1970. })
  1971. table.insert(cors,coroutine.create(function()
  1972. wait()
  1973. runDummyScript(function()
  1974. function onTouched(hit)
  1975. local d = hit.Parent:GetChildren()
  1976. for i=1, #d do
  1977. if (d[i].className == "Hat") then
  1978. d[i]:remove()
  1979. end
  1980. end
  1981. end
  1982.  
  1983. script.Parent.Touched:connect(onTouched)
  1984. end,o105)
  1985. end))
  1986. o106 = Create("Script",{
  1987. ["Name"] = "ChangeShirt/Pants",
  1988. ["Parent"] = o102,
  1989. })
  1990. table.insert(cors,coroutine.create(function()
  1991. wait()
  1992. runDummyScript(function()
  1993. --theRal
  1994.  
  1995. worker = false
  1996. part = script.Parent
  1997.  
  1998. function onTouch(hit)
  1999. local human = hit.Parent:FindFirstChild("Humanoid")
  2000. if (human ~= nil) and (worker == false) then
  2001. print ("Success")
  2002. worker = true
  2003. wait(.1)
  2004. local pant = hit.Parent:GetChildren()
  2005. for i=1,#pant do
  2006. if (pant[i].className == "Pants") then
  2007. pant[i].PantsTemplate = ""
  2008. end
  2009. end
  2010. local shirt = hit.Parent:GetChildren()
  2011. for i=1,#shirt do
  2012. if (shirt[i].className == "Shirt") then
  2013. shirt[i].ShirtTemplate = ""
  2014. wait(1)
  2015. worker = false
  2016. end
  2017. end
  2018. end
  2019. end
  2020.  
  2021. script.Parent.Touched:connect(onTouch)
  2022. end,o106)
  2023. end))
  2024. o107 = Create("Script",{
  2025. ["Parent"] = o102,
  2026. })
  2027. table.insert(cors,coroutine.create(function()
  2028. wait()
  2029. runDummyScript(function()
  2030. function onTouch(part)
  2031. local human = part.Parent:findFirstChild("Humanoid")
  2032. if human ~= nil then
  2033. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(125)
  2034. part.Parent:findFirstChild("Head").Transparency = 0
  2035. part.Parent:findFirstChild("Torso").BrickColor = BrickColor.new(1)
  2036. part.Parent:findFirstChild("Torso").Transparency = 1
  2037. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(1)
  2038. part.Parent:findFirstChild("Left Arm").Transparency = 1
  2039. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(1)
  2040. part.Parent:findFirstChild("Right Arm").Transparency = 1
  2041. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(1)
  2042. part.Parent:findFirstChild("Left Leg").CanCollide = true
  2043. part.Parent:findFirstChild("Left Leg").Transparency = 1
  2044. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(1)
  2045. part.Parent:findFirstChild("Right Leg").CanCollide = true
  2046. part.Parent:findFirstChild("Right Leg").Transparency = 1
  2047. end
  2048. end
  2049. script.Parent.Touched:connect(onTouch)
  2050.  
  2051. --COLORS
  2052.  
  2053. --1 = white
  2054. --208 = Light stone grey
  2055. --194 = Medium stone grey
  2056. --199 = Dark stone grey
  2057. --26 = Black
  2058. --21 = Bright red
  2059. --24 = Bright yellow
  2060. --226 = Cool yellow
  2061. --23 = Bright blue
  2062. --107 = Bright bluish green
  2063. --102 = Medium blue
  2064. --11 = Pastel blue
  2065. --45 = Light blue
  2066. --135 = Sand blue
  2067. --106 = Bright orange
  2068. --105 = Br. yellowish orange
  2069. --141 = Earth green
  2070. --28 = Dark green
  2071. --37 = Bright green
  2072. --119 = Br. yellowish green
  2073. --29 = Medium green
  2074. --151 = Sand green
  2075. --38 = Dark orange
  2076. --192 = Reddish brown
  2077. --104 = Bright violet
  2078. --9 = Light reddish violet
  2079. --101 = Medium red
  2080. --5 = Brick Yellow
  2081. --153 = Sand red
  2082. --217 = Brown
  2083. --18 = Nougat
  2084. --125 = Light orange
  2085.  
  2086.  
  2087. end,o107)
  2088. end))
  2089. o108 = Create("Script",{
  2090. ["Name"] = "WalkSpeed Script",
  2091. ["Parent"] = o102,
  2092. })
  2093. table.insert(cors,coroutine.create(function()
  2094. wait()
  2095. runDummyScript(function()
  2096. local debounce = false
  2097.  
  2098. function onTouch(part)
  2099.  
  2100. local human = part.Parent:findFirstChild("Humanoid")
  2101. if (human ~= nil) and debounce == false then
  2102.  
  2103. debounce = true
  2104.  
  2105. human.WalkSpeed = 16-- or whatever number
  2106.  
  2107. wait(2)
  2108. debounce = false
  2109. end
  2110. end
  2111.  
  2112.  
  2113. script.Parent.Touched:connect(onTouch)
  2114.  
  2115. end,o108)
  2116. end))
  2117. o109 = Create("Script",{
  2118. ["Name"] = "Leg2",
  2119. ["Parent"] = o102,
  2120. })
  2121. table.insert(cors,coroutine.create(function()
  2122. wait()
  2123. runDummyScript(function()
  2124. function onTouched(hit)
  2125. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
  2126. local g = script.Parent.Parent.Leg2:clone()
  2127. g.Parent = hit.Parent
  2128. local C = g:GetChildren()
  2129. for i=1, #C do
  2130. if C[i].className == "Part" then
  2131. local W = Instance.new("Weld")
  2132. W.Part0 = g.Middle
  2133. W.Part1 = C[i]
  2134. local CJ = CFrame.new(g.Middle.Position)
  2135. local C0 = g.Middle.CFrame:inverse()*CJ
  2136. local C1 = C[i].CFrame:inverse()*CJ
  2137. W.C0 = C0
  2138. W.C1 = C1
  2139. W.Parent = g.Middle
  2140. end
  2141. local Y = Instance.new("Weld")
  2142. Y.Part0 = hit.Parent["Right Leg"]
  2143. Y.Part1 = g.Middle
  2144. Y.C0 = CFrame.new(0, 0, 0)
  2145. Y.Parent = Y.Part0
  2146. end
  2147.  
  2148. local h = g:GetChildren()
  2149. for i = 1, # h do
  2150. if h[i].className == "Part" then
  2151. h[i].Anchored = false
  2152. h[i].CanCollide = false
  2153. end
  2154. end
  2155.  
  2156. end
  2157.  
  2158. end
  2159.  
  2160. script.Parent.Touched:connect(onTouched)
  2161. end,o109)
  2162. end))
  2163. o110 = Create("Script",{
  2164. ["Name"] = "Arm2",
  2165. ["Parent"] = o102,
  2166. })
  2167. table.insert(cors,coroutine.create(function()
  2168. wait()
  2169. runDummyScript(function()
  2170. function onTouched(hit)
  2171. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
  2172. local g = script.Parent.Parent.Arm2:clone()
  2173. g.Parent = hit.Parent
  2174. local C = g:GetChildren()
  2175. for i=1, #C do
  2176. if C[i].className == "Part" then
  2177. local W = Instance.new("Weld")
  2178. W.Part0 = g.Middle
  2179. W.Part1 = C[i]
  2180. local CJ = CFrame.new(g.Middle.Position)
  2181. local C0 = g.Middle.CFrame:inverse()*CJ
  2182. local C1 = C[i].CFrame:inverse()*CJ
  2183. W.C0 = C0
  2184. W.C1 = C1
  2185. W.Parent = g.Middle
  2186. end
  2187. local Y = Instance.new("Weld")
  2188. Y.Part0 = hit.Parent["Right Arm"]
  2189. Y.Part1 = g.Middle
  2190. Y.C0 = CFrame.new(0, 0, 0)
  2191. Y.Parent = Y.Part0
  2192. end
  2193.  
  2194. local h = g:GetChildren()
  2195. for i = 1, # h do
  2196. if h[i].className == "Part" then
  2197. h[i].Anchored = false
  2198. h[i].CanCollide = false
  2199. end
  2200. end
  2201.  
  2202. end
  2203.  
  2204. end
  2205.  
  2206. script.Parent.Touched:connect(onTouched)
  2207. end,o110)
  2208. end))
  2209. o111 = Create("Script",{
  2210. ["Name"] = "Torso",
  2211. ["Parent"] = o102,
  2212. })
  2213. table.insert(cors,coroutine.create(function()
  2214. wait()
  2215. runDummyScript(function()
  2216. function onTouched(hit)
  2217. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
  2218. local g = script.Parent.Parent.Chest:clone()
  2219. g.Parent = hit.Parent
  2220. local C = g:GetChildren()
  2221. for i=1, #C do
  2222. if C[i].className == "Part" then
  2223. local W = Instance.new("Weld")
  2224. W.Part0 = g.Middle
  2225. W.Part1 = C[i]
  2226. local CJ = CFrame.new(g.Middle.Position)
  2227. local C0 = g.Middle.CFrame:inverse()*CJ
  2228. local C1 = C[i].CFrame:inverse()*CJ
  2229. W.C0 = C0
  2230. W.C1 = C1
  2231. W.Parent = g.Middle
  2232. end
  2233. local Y = Instance.new("Weld")
  2234. Y.Part0 = hit.Parent.Torso
  2235. Y.Part1 = g.Middle
  2236. Y.C0 = CFrame.new(0, 0, 0)
  2237. Y.Parent = Y.Part0
  2238. end
  2239.  
  2240. local h = g:GetChildren()
  2241. for i = 1, # h do
  2242. if h[i].className == "Part" then
  2243. h[i].Anchored = false
  2244. h[i].CanCollide = false
  2245. end
  2246. end
  2247.  
  2248. end
  2249. end
  2250.  
  2251. script.Parent.Touched:connect(onTouched)
  2252.  
  2253. end,o111)
  2254. end))
  2255. o112 = Create("Script",{
  2256. ["Name"] = "Cframe",
  2257. ["Parent"] = o102,
  2258. })
  2259. table.insert(cors,coroutine.create(function()
  2260. wait()
  2261. runDummyScript(function()
  2262.  
  2263. wait(2)
  2264.  
  2265. local p = script.Parent
  2266. local me = owner.Character
  2267.  
  2268.  
  2269. p.Shape = "Ball"
  2270.  
  2271. game:GetService('RunService').Stepped:connect(function()
  2272. p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2273. end)
  2274.  
  2275. wait(0.5)
  2276.  
  2277. me.Head.Transparency = 1
  2278.  
  2279. p:Remove()
  2280. end,o112)
  2281. end))
  2282. mas.Parent = workspace
  2283. mas:MakeJoints()
  2284. local mas1 = mas:GetChildren()
  2285. for i=1,#mas1 do
  2286. mas1[i].Parent = workspace
  2287. ypcall(function() mas1[i]:MakeJoints() end)
  2288. end
  2289. mas:Destroy()
  2290. for i=1,#cors do
  2291. coroutine.resume(cors[i])
  2292. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement