Advertisement
MainMotherboard

Untitled

Nov 25th, 2017
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 390.21 KB | None | 0 0
  1. local player = game.Players.localPlayer
  2. local char = player.Character
  3. for u,c in pairs(player.Character:GetChildren()) do
  4. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  5. c.Handle.BrickColor = BrickColor.new("Really red")
  6. c.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=0"
  7. end
  8. end
  9. local setupPart = function(part)
  10.  
  11. part.Anchored = true
  12. part.FormFactor = "Custom"
  13. part.CanCollide = false
  14. part.BrickColor = BrickColor.new("Gold")
  15. part.Material = "Neon"
  16. part.TopSurface = "SmoothNoOutlines"
  17. part.BottomSurface = "SmoothNoOutlines"
  18. part.FrontSurface = "SmoothNoOutlines"
  19. part.BackSurface = "SmoothNoOutlines"
  20. part.LeftSurface = "SmoothNoOutlines"
  21. part.RightSurface = "SmoothNoOutlines"
  22. end
  23.  
  24. local player = game.Players.LocalPlayer
  25. repeat
  26. wait()
  27. until player.Character
  28. local rs = game:GetService("RunService").RenderStepped
  29. local char = player.Character
  30. local HRP = char.HumanoidRootPart
  31. local Head = char.Head
  32. local tents = {}
  33. getValue = function(p, x)
  34.  
  35. return p[2] + 0.5 * x * (p[3] - p[1] + x * (2 * p[1] - 5 * p[2] + 4 * p[3] - p[4] + x * (3 * (p[2] - p[3]) + p[4] - p[1])))
  36. end
  37.  
  38. getV3Cubic = function(tabl, perc)
  39.  
  40. local x, y, z = {}, {}, {}
  41. if perc >= 2 then
  42. perc = perc % 1
  43. for i = 3, 6 do
  44. table.insert(x, tabl[i].x)
  45. table.insert(y, tabl[i].y)
  46. table.insert(z, tabl[i].z)
  47. end
  48. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  49. return Vector3.new(X, Y, Z)
  50. else
  51. do
  52. if perc >= 1 then
  53. perc = perc % 1
  54. for i = 2, 5 do
  55. table.insert(x, tabl[i].x)
  56. table.insert(y, tabl[i].y)
  57. table.insert(z, tabl[i].z)
  58. end
  59. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  60. return Vector3.new(X, Y, Z)
  61. else
  62. do
  63. for i = 1, 4 do
  64. table.insert(x, tabl[i].x)
  65. table.insert(y, tabl[i].y)
  66. table.insert(z, tabl[i].z)
  67. end
  68. do
  69. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  70. return Vector3.new(X, Y, Z)
  71. end
  72. end
  73. end
  74. end
  75. end
  76. end
  77.  
  78. local rainbow = {"Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red"}
  79. local rainbowCount = 1
  80. local isRainbow = true
  81. for i = 0, 4 do
  82. local m = Instance.new("Model", char)
  83. m.Name = "Tentac00l"
  84. local parts = {}
  85. local lastpart = Head
  86. local defC0 = nil
  87. rainbowCount = 1
  88. for j = 0, 8 do
  89. local sizex = 0.25 - 0.2 * (j / 8)
  90. local sizey = 1.875 - 1.125 * (j / 8)
  91. local p = Instance.new("Part")
  92. p.Size = Vector3.new(0.2, 0.2, 0.2)
  93. p.BrickColor = BrickColor.new("Really red")
  94. p.TopSurface = 0
  95. p.BottomSurface = 0
  96. p.CanCollide = false
  97. p.Material = "SmoothPlastic"
  98. p.TopSurface = 0
  99. p.BottomSurface = 0
  100. local mesh = Instance.new("CylinderMesh", p)
  101. mesh.Name = "CyMesh"
  102. mesh.Scale = Vector3.new(sizex, sizey, sizex) * 5
  103. p.Parent = m
  104. local p2 = p:Clone()
  105. p2.Parent = m
  106. p2.CyMesh.Scale = p2.CyMesh.Scale + Vector3.new(0.075, 0.001, 0.075) * 5
  107. p2.Material = "Neon"
  108. if isRainbow then
  109. p2.BrickColor = BrickColor.new(tostring(rainbow[rainbowCount]))
  110. else
  111. p2.BrickColor = BrickColor.new(j % 2 == 1 and "Toothpaste" or "Electric blue")
  112. end
  113. rainbowCount = rainbowCount + 1
  114. p2.Transparency = 0.35
  115. local w2 = Instance.new("Weld", p)
  116. w2.Parent = p2
  117. w2.Part0 = p
  118. w2.Part1 = p2
  119. local w = Instance.new("Weld", p)
  120. w.Parent = p
  121. w.Part0 = lastpart
  122. w.Part1 = p
  123. if i % 2 ~= 0 or not 96 then
  124. do
  125. w.C0 = CFrame.Angles(0, math.rad(-10 + 200 * i / 4), math.rad(-30 + (j or 70))) * CFrame.new(0, 0.6, 0)
  126. w.C1 = CFrame.new(0, -0.125, 0)
  127. defC0 = w.C0
  128. w.C0 = CFrame.new(0, mesh.Scale.y / 10, 0)
  129. w.C1 = CFrame.new(0, -sizey / 2, 0)
  130. table.insert(parts, {p, w, p2})
  131. lastpart = p
  132. rs:wait()
  133. -- DECOMPILER ERROR at PC262: LeaveBlock: unexpected jumping out IF_THEN_STMT
  134.  
  135. -- DECOMPILER ERROR at PC262: LeaveBlock: unexpected jumping out IF_STMT
  136.  
  137. end
  138. end
  139. end
  140. local randoms = {Vector3.new(0, 0, 0), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100)}
  141. table.insert(tents, {0, randoms, parts, defC0})
  142. end
  143. player.Chatted:connect(function(msg)
  144.  
  145. if string.sub(msg:lower(), 1, 4) == "col/" then
  146. for i,v in pairs(tents) do
  147. for j,o in pairs(v[3]) do
  148. o[3].BrickColor = BrickColor.new(string.sub(msg, 5))
  149. end
  150. end
  151. else
  152. do
  153. if string.sub(msg:lower(), 1, 7) == "/e col/" then
  154. for i,v in pairs(tents) do
  155. for j,o in pairs(v[3]) do
  156. o[3].BrickColor = BrickColor.new(string.sub(msg, 8))
  157. end
  158. end
  159. end
  160. end
  161. end
  162. end
  163. )
  164. rs:connect(function()
  165.  
  166. for i,v in pairs(tents) do
  167. v[1] = v[1] % 200 + 1
  168. if v[1] == 1 then
  169. v[2][1] = v[2][2]
  170. v[2][2] = v[2][3]
  171. v[2][3] = v[2][4]
  172. v[2][4] = v[2][5]
  173. v[2][5] = v[2][6]
  174. v[2][6] = Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100)
  175. end
  176. local p0 = v[2][1]
  177. local p1 = v[2][2]
  178. local p2 = v[2][3]
  179. local p3 = v[2][4]
  180. local p4 = v[2][5]
  181. local p5 = v[2][6]
  182. local arr = {p0, p1, p2, p3, p4, p5}
  183. local dir = i % 2 == 0 and 1 or -1
  184. for j,V in pairs(v[3]) do
  185. local val = math.sin(math.pi / 2 * 2 * ((v[1] + 100 * j / #v[3] * dir) % 100 / 100))
  186. local off = getV3Cubic(arr, (v[1] + 340 * (j / #v[3])) / 200)
  187. V[3].Transparency = 0.12 + val * 0.65
  188. if j == 1 then
  189. V[2].C0 = v[4] * CFrame.Angles(off.x * 2, off.y * 2, off.z * 2)
  190. else
  191. V[2].C0 = CFrame.new(0, V[2].C0.y, 0) * CFrame.Angles(off.x * 2 * (1 + 0.75 * (j / #v[3])), off.y * 2 * (1 + 0.75 * (j / #v[3])), off.z * 2 * (1 + 0.75 * (j / #v[3])))
  192. end
  193. end
  194. end
  195. end
  196. )
  197. ------------------------------------------
  198. -- Gaster <3
  199. -- [Your Cancer Has Evolved Into... AIDS]
  200.  
  201. -- Gaster <3
  202. -- STAWP IT, THIS IS CANCERRR.
  203. holy = false
  204. print("DSSJ4 Loading..")
  205. local p = game.Players.LocalPlayer
  206. local char = p.Character
  207. local Character = char
  208. local mouse = p:GetMouse()
  209. local larm = char["Left Arm"]
  210. local rarm = char["Right Arm"]
  211. local lleg = char["Left Leg"]
  212. local rleg = char["Right Leg"]
  213. local hed = char.Head
  214. local torso = char.Torso
  215. local hum = char.Humanoid
  216. local cam = game.Workspace.CurrentCamera
  217. local root = char.HumanoidRootPart
  218. local deb = false
  219. local shot = 0
  220. local debris=game:service"Debris"
  221. local l = game:GetService("Lighting")
  222. local rs = game:GetService("RunService").RenderStepped
  223. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  224. local RbxUtility = LoadLibrary("RbxUtility")
  225. local Create = RbxUtility.Create
  226. local m = Create("Model"){
  227. Parent = Character,
  228. Name = "WeaponModel",
  229. }
  230. math.randomseed(os.time())
  231. for i,v in pairs(char:children()) do
  232. if v:IsA("Hat") then
  233. v:Destroy()
  234. end
  235. end
  236. for i,v in pairs (hed:GetChildren()) do
  237. if v:IsA("Sound") then
  238. v:Destroy()
  239. end
  240. end
  241. ----------------------------------------------------
  242. Debounces = {
  243. CanAttack = true;
  244. NoIdl = false;
  245. Slashing = false;
  246. Slashed = false;
  247. RPunch = false;
  248. RPunched = false;
  249. LPunch = false;
  250. LPunched = false;
  251. }
  252. local Touche = {char.Name, }
  253. ----------------------------------------------------
  254. hed.face.Texture = "rbxassetid://129003756"
  255. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  256. char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  257. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  258. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  259. ----------------------------------------------------
  260. ypcall(function()
  261. char.Shirt:Destroy()
  262. char.Pants:Destroy()
  263. shirt = Instance.new("Shirt", char)
  264. shirt.Name = "Shirt"
  265. pants = Instance.new("Pants", char)
  266. pants.Name = "Pants"
  267. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=423288904"
  268. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=423254043"
  269. end)
  270. ----------------------------------------------------
  271. ----------------------------------------------------
  272. function nwSnd(prnt,pch,vol,id)
  273. local s=Instance.new("Sound",prnt)
  274. s.Pitch=pch
  275. s.Volume=vol
  276. s.SoundId="rbxassetid://"..id
  277. s.PlayOnRemove=true
  278. return s
  279. end
  280. ----------------------------------------------------
  281. function newRay(start,face,range,wat)
  282. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  283. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  284. return rey,hit,pos
  285. end
  286. ----------------------------------------------------
  287. ----------------------------------------------------
  288. function Tween(a,b,c)
  289. return a+(b-a)*c
  290. end
  291. ----------------------------------------------------
  292. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans)
  293. local magz = (Part0 - Part1).magnitude
  294. local curpos = Part0
  295. local trz = {-Offset,Offset}
  296. for i=1,Times do
  297. local li = Instance.new("Part", char)
  298. li.Name = "Lightning"
  299. li.TopSurface =0
  300. li.Material = "Neon"
  301. li.BottomSurface = 0
  302. li.Anchored = true
  303. li.Locked = true
  304. li.Transparency = Trans or 0.4
  305. li.BrickColor = BrickColor.new(Color)
  306. li.formFactor = "Custom"
  307. li.CanCollide = false
  308. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  309. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  310. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  311. if Times == i then
  312. local magz2 = (curpos - Part1).magnitude
  313. li.Size = Vector3.new(Thickness,Thickness,magz2)
  314. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  315. else
  316. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  317. end
  318. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  319. game.Debris:AddItem(li,.1)
  320. end
  321. end
  322.  
  323. BodyParts = {} -- Parts to emit lightning effects from
  324. for _, v in pairs(char:GetChildren()) do
  325. if v:IsA("Part") then
  326. table.insert(BodyParts, v)
  327. end
  328. end
  329.  
  330. Bounding = {} -- Calculate the bounding boxes
  331. for _, v in pairs(BodyParts) do
  332. local temp = {X=nil, Y=nil, Z=nil}
  333. temp.X = v.Size.X/2 * 10
  334. temp.Y = v.Size.Y/2 * 10
  335. temp.Z = v.Size.Z/2 * 10
  336. Bounding[v.Name] = temp
  337. --table.insert(Bounding, v.Name, temp)
  338. end
  339.  
  340. ----------------------------------------------------
  341. function nwPrt(prnt,siz,cf,col)
  342. local prt=Instance.new("Part")
  343. prt.Parent=prnt
  344. prt.FormFactor=3
  345. prt.Name="Part"
  346. prt.Size=siz
  347. prt.CanCollide=false
  348. prt.Anchored=true
  349. prt.Locked=true
  350. prt.TopSurface=10
  351. prt.BottomSurface=10
  352. prt.FrontSurface=10
  353. prt.BackSurface=10
  354. prt.LeftSurface=10
  355. prt.RightSurface=10
  356. prt:BreakJoints()
  357. prt.CFrame=cf or CFrame.new(30,10,30)
  358. prt.Material="Neon"
  359. prt.BrickColor=BrickColor.new(col)
  360. m=Instance.new("SpecialMesh",prt)
  361. m.MeshType=6
  362. return prt
  363. end
  364. ---------------------------------------------------
  365. function lerp(a, b, t) -- Linear interpolation
  366. return a + (b - a)*t
  367. end
  368.  
  369. function slerp(a, b, t) --Spherical interpolation
  370. dot = a:Dot(b)
  371. if dot > 0.99999 or dot < -0.99999 then
  372. return t <= 0.5 and a or b
  373. else
  374. r = math.acos(dot)
  375. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  376. end
  377. end
  378.  
  379. function matrixInterpolate(a, b, t)
  380. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  381. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  382. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  383. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  384. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  385. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  386. local t = v1:Dot(v2)
  387. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  388. return CFrame.new()
  389. end
  390. return CFrame.new(
  391. v0.x, v0.y, v0.z,
  392. v1.x, v1.y, v1.z,
  393. v2.x, v2.y, v2.z,
  394. v3.x, v3.y, v3.z)
  395. end
  396. ----------------------------------------------------
  397. function genWeld(a,b)
  398. local w = Instance.new("Weld",a)
  399. w.Part0 = a
  400. w.Part1 = b
  401. return w
  402. end
  403. function weld(a, b)
  404. local weld = Instance.new("Weld")
  405. weld.Name = "W"
  406. weld.Part0 = a
  407. weld.Part1 = b
  408. weld.C0 = a.CFrame:inverse() * b.CFrame
  409. weld.Parent = a
  410. return weld;
  411. end
  412. ----------------------------------------------------
  413. function Lerp(c1,c2,al)
  414. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  415. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  416. for i,v in pairs(com1) do
  417. com1[i] = v+(com2[i]-v)*al
  418. end
  419. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  420. end
  421. ----------------------------------------------------
  422. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  423. local wld = Instance.new("Weld", wp1)
  424. wld.Part0 = wp0
  425. wld.Part1 = wp1
  426. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  427. end
  428. ----------------------------------------------------
  429. function weld5(part0, part1, c0, c1)
  430. weeld=Instance.new("Weld", part0)
  431. weeld.Part0=part0
  432. weeld.Part1=part1
  433. weeld.C0=c0
  434. weeld.C1=c1
  435. return weeld
  436. end
  437. ----------------------------------------------------
  438. function HasntTouched(plrname)
  439. local ret = true
  440. for _, v in pairs(Touche) do
  441. if v == plrname then
  442. ret = false
  443. end
  444. end
  445. return ret
  446. end
  447. ----------------------------------------------------
  448. newWeld(torso, larm, -1.5, 0.5, 0)
  449. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  450. newWeld(torso, rarm, 1.5, 0.5, 0)
  451. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  452. newWeld(torso, hed, 0, 1.5, 0)
  453. newWeld(torso, lleg, -0.5, -1, 0)
  454. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  455. newWeld(torso, rleg, 0.5, -1, 0)
  456. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  457. newWeld(root, torso, 0, -1, 0)
  458. torso.Weld.C1 = CFrame.new(0, -1, 0)
  459. ----------------------------------------------------
  460. z = Instance.new("Sound", char)
  461. z.SoundId = "rbxassetid://381955589"-- Cartton Imortallity :381955589 -- My Heart: 154299074 -- Sao Crossing: 246056418 -- SAN HOLO DOnkeykong: 246056418 -- "Innocence" - Sword Art Online OP 2: 142357253 -- OnePunch Hero: 339250412 (Fav) -- Sethbling: 170902050
  462. z.Looped = true
  463. z.Pitch = 1
  464. z.Volume = 1
  465. wait(.1)
  466. z:Play()
  467. ----------------------------------------------------
  468. function NoOutline(Part)
  469. Part.TopSurface, Part.BottomSurface, Part.LeftSurface, Part.RightSurface, Part.FrontSurface, Part.BackSurface = 10, 10, 10, 10, 10, 10
  470. end
  471. function swait(num)
  472. if num == 0 or num == nil then
  473. game:service'RunService'.Heartbeat:wait(0)
  474. else
  475. for i = 0, num do
  476. game:service'RunService'.Heartbeat:wait(0)
  477. end
  478. end
  479. end
  480.  
  481. function nooutline(part)
  482. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  483. end
  484.  
  485. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  486. local fp = Create("Part"){
  487. formFactor = formfactor,
  488. Parent = parent,
  489. Reflectance = reflectance,
  490. Transparency = transparency,
  491. CanCollide = false,
  492. Locked = true,
  493. BrickColor = BrickColor.new(tostring(brickcolor)),
  494. Name = name,
  495. Size = size,
  496. Position = Character.Torso.Position,
  497. Material = material,
  498. }
  499. nooutline(fp)
  500. return fp
  501. end
  502.  
  503. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  504. local Msh = Create(Mesh){
  505. Parent = part,
  506. Offset = offset,
  507. Scale = scale,
  508. }
  509. if Mesh == "SpecialMesh" then
  510. Msh.MeshType = meshtype
  511. Msh.MeshId = meshid
  512. end
  513. return Msh
  514. end
  515.  
  516.  
  517. function so(id, par, vol, pit)
  518. coroutine.resume(coroutine.create(function()
  519. local sou = Instance.new("Sound", par or workspace)
  520. sou.Volume = vol
  521. sou.Pitch = pit or 1
  522. sou.SoundId = Sounds[id].Id or id
  523. swait()
  524. sou:play()
  525. swait(6)
  526. sou:Remove()
  527. end))
  528. end
  529.  
  530. function weld(parent, part0, part1, c0, c1)
  531. local Weld = Create("Weld"){
  532. Parent = parent,
  533. Part0 = part0,
  534. Part1 = part1,
  535. C0 = c0,
  536. C1 = c1,
  537. }
  538. return Weld
  539. end
  540. ----------------------------------------------------
  541. local m = Instance.new("Model")
  542. m.Name = "Wings"
  543. p1 = Instance.new("Part", m)
  544. p1.Name = "Part1"
  545. p1.BrickColor = BrickColor.new("Really black")
  546. p1.Material = "Fabric"
  547. p1.CFrame = CFrame.new(2.23064709, 5.42307234, -12.1674881, -0.707106709, 0.707106888, -
  548. 2.23517389e-007, -0.499999762, -0.499999851, -0.707106233, -0.499999374, -0.499999732,
  549. 0.707105637)
  550. p1.CanCollide = false
  551. p1.FormFactor = Enum.FormFactor.Symmetric
  552. p1.Elasticity = 0
  553. p1.Size = Vector3.new(1, 4, 1)
  554. p1.BottomSurface = Enum.SurfaceType.Smooth
  555. p1.TopSurface = Enum.SurfaceType.Smooth
  556. b1 = Instance.new("BlockMesh", p1)
  557. b1.Name = "Mesh"
  558. b1.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  559. p2 = Instance.new("Part", m)
  560. p2.Name = "Part2"
  561. p2.BrickColor = BrickColor.new("Really black")
  562. p2.Material = "Fabric"
  563. p2.CFrame = CFrame.new(3.99841213, 4.17309284, -13.4174824, 0.707106709, 2.23517418e-007, -
  564. 0.707106829, 0.49999994, 0.707106292, 0.499999851, 0.499999553, -0.707105696, 0.499999791)
  565. p2.CanCollide = false
  566. p2.FormFactor = Enum.FormFactor.Symmetric
  567. p2.Elasticity = 0
  568. p2.Size = Vector3.new(1, 1, 1)
  569. p2.BottomSurface = Enum.SurfaceType.Smooth
  570. p2.TopSurface = Enum.SurfaceType.Smooth
  571. b2 = Instance.new("SpecialMesh", p2)
  572. b2.MeshType = Enum.MeshType.Wedge
  573. b2.Name = "Mesh"
  574. b2.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  575. p3 = Instance.new("Part", m)
  576. p3.Name = "Part3"
  577. p3.BrickColor = BrickColor.new("Really black")
  578. p3.Material = "Fabric"
  579. p3.CFrame = CFrame.new(2.20711732, 3.78849339, -12.3740644, 0.959171534, 0.28168276,
  580. 0.0253876615, -0.282448769, 0.958654881, 0.0346818939, -0.0145691708, -0.0404358432,
  581. 0.999074996)
  582. p3.CanCollide = false
  583. p3.FormFactor = Enum.FormFactor.Symmetric
  584. p3.Elasticity = 0
  585. p3.Size = Vector3.new(1, 3, 1)
  586. p3.BottomSurface = Enum.SurfaceType.Smooth
  587. p3.TopSurface = Enum.SurfaceType.Smooth
  588. b3 = Instance.new("BlockMesh", p3)
  589. b3.Name = "Mesh"
  590. b3.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  591. p4 = Instance.new("Part", m)
  592. p4.Name = "Part4"
  593. p4.BrickColor = BrickColor.new("Royal purple")
  594. p4.Material = "Fabric"
  595. p4.CFrame = CFrame.new(1.26502275, 5.19090509, -11.4009991, 0.988936007, -0.146727905,
  596. 0.0218264833, 0.14821738, 0.983390749, -0.104755871, -0.00609340565, 0.106832691, 0.994257689)
  597. p4.CanCollide = false
  598. p4.FormFactor = Enum.FormFactor.Symmetric
  599. p4.Elasticity = 0
  600. p4.Size = Vector3.new(1, 2, 1)
  601. p4.BottomSurface = Enum.SurfaceType.Smooth
  602. p4.TopSurface = Enum.SurfaceType.Smooth
  603. b4 = Instance.new("BlockMesh", p4)
  604. b4.Name = "Mesh"
  605. b4.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  606. p5 = Instance.new("Part", m)
  607. p5.Name = "Part5"
  608. p5.BrickColor = BrickColor.new("Really black")
  609. p5.Material = "Fabric"
  610. p5.CFrame = CFrame.new(-4.44179106, 5.13394976, -11.382658, 0.9583143, 0.284877658,
  611. 0.0218711179, -0.281183124, 0.953924894, -0.104703665, -0.0506914668, 0.0941898227,
  612. 0.994262278)
  613. p5.CanCollide = false
  614. p5.FormFactor = Enum.FormFactor.Symmetric
  615. p5.Elasticity = 0
  616. p5.Size = Vector3.new(1, 3, 1)
  617. p5.BottomSurface = Enum.SurfaceType.Smooth
  618. p5.TopSurface = Enum.SurfaceType.Smooth
  619. b5 = Instance.new("BlockMesh", p5)
  620. b5.Name = "Mesh"
  621. b5.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  622. p6 = Instance.new("Part", m)
  623. p6.Name = "Part6"
  624. p6.BrickColor = BrickColor.new("Royal purple")
  625. p6.Material = "Fabric"
  626. p6.CFrame = CFrame.new(-3.25746775, 4.10252142, -11.1188278, 0.990586162, 0.136166841,
  627. 0.0140535301, -0.122137889, 0.925523639, -0.358451784, -0.0618163571, 0.353361398,
  628. 0.933441639)
  629. p6.CanCollide = false
  630. p6.FormFactor = Enum.FormFactor.Symmetric
  631. p6.Elasticity = 0
  632. p6.Size = Vector3.new(1, 3, 1)
  633. p6.BottomSurface = Enum.SurfaceType.Smooth
  634. p6.TopSurface = Enum.SurfaceType.Smooth
  635. b6 = Instance.new("BlockMesh", p6)
  636. b6.Name = "Mesh"
  637. b6.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  638. p7 = Instance.new("Part", m)
  639. p7.Name = "Part7"
  640. p7.BrickColor = BrickColor.new("Royal purple")
  641. p7.Material = "Fabric"
  642. p7.CFrame = CFrame.new(-5.3205142, 5.61000919, -11.9814529, -0.656058729, -0.754709721, -
  643. 5.77419996e-008, 0.533660352, -0.463903487, -0.707106411, 0.533660412, -0.463903487,
  644. 0.707106233)
  645. p7.CanCollide = false
  646. p7.FormFactor = Enum.FormFactor.Symmetric
  647. p7.Elasticity = 0
  648. p7.Size = Vector3.new(1, 4, 1)
  649. p7.BottomSurface = Enum.SurfaceType.Smooth
  650. p7.TopSurface = Enum.SurfaceType.Smooth
  651. b7 = Instance.new("BlockMesh", p7)
  652. b7.Name = "Mesh"
  653. b7.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  654. p8 = Instance.new("Part", m)
  655. p8.Name = "Part8"
  656. p8.BrickColor = BrickColor.new("Royal purple")
  657. p8.Material = "Fabric"
  658. p8.CFrame = CFrame.new(-0.130102158, 4.73467064, -10.7141094, 0.874170661, 0.484677076,
  659. 0.0302294046, -0.475244969, 0.841039479, 0.258445919, 0.0998384058, -0.240292028, 0.96555239)
  660. p8.CanCollide = false
  661. p8.FormFactor = Enum.FormFactor.Symmetric
  662. p8.Elasticity = 0
  663. p8.Size = Vector3.new(1, 4, 1)
  664. p8.BottomSurface = Enum.SurfaceType.Smooth
  665. p8.TopSurface = Enum.SurfaceType.Smooth
  666. b8 = Instance.new("BlockMesh", p8)
  667. b8.Name = "Mesh"
  668. b8.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  669. p9 = Instance.new("Part", m)
  670. p9.Name = "Part9"
  671. p9.BrickColor = BrickColor.new("Really black")
  672. p9.Material = "Fabric"
  673. p9.CFrame = CFrame.new(-2.9284029, 4.80385351, -10.6452761, 0.890645742, -0.453692019,
  674. 0.0302294642, 0.431499481, 0.864299536, 0.258445889, -0.143382162, -0.217139587, 0.965552568)
  675. p9.CanCollide = false
  676. p9.FormFactor = Enum.FormFactor.Symmetric
  677. p9.Elasticity = 0
  678. p9.Size = Vector3.new(1, 4, 1)
  679. p9.BottomSurface = Enum.SurfaceType.Smooth
  680. p9.TopSurface = Enum.SurfaceType.Smooth
  681. b9 = Instance.new("BlockMesh", p9)
  682. b9.Name = "Mesh"
  683. b9.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  684. p10 = Instance.new("Part", m)
  685. p10.Name = "Part10"
  686. p10.BrickColor = BrickColor.new("Really black")
  687. p10.Material = "Fabric"
  688. p10.CFrame = CFrame.new(0.461318254, 4.42153645, -10.9603891, 0.993439734, -0.112256877,
  689. 0.0218180809, 0.113935865, 0.987964332, -0.104616776, -0.00981165841, 0.106416553,
  690. 0.994273067)
  691. p10.CanCollide = false
  692. p10.FormFactor = Enum.FormFactor.Symmetric
  693. p10.Elasticity = 0
  694. p10.Size = Vector3.new(1, 2, 1)
  695. p10.BottomSurface = Enum.SurfaceType.Smooth
  696. p10.TopSurface = Enum.SurfaceType.Smooth
  697. b10 = Instance.new("BlockMesh", p10)
  698. b10.Name = "Mesh"
  699. b10.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  700. p11 = Instance.new("Part", m)
  701. p11.Name = "Part11"
  702. p11.BrickColor = BrickColor.new("Really black")
  703. p11.Material = "Fabric"
  704. p11.CFrame = CFrame.new(-5.58509636, 4.39552546, -12.2391958, 0.973001778, -0.230067,
  705. 0.0183526818, 0.229346812, 0.972725153, 0.034717977, -0.0258396715, -0.0295712873,
  706. 0.999228418)
  707. p11.CanCollide = false
  708. p11.FormFactor = Enum.FormFactor.Symmetric
  709. p11.Elasticity = 0
  710. p11.Size = Vector3.new(1, 2, 1)
  711. p11.BottomSurface = Enum.SurfaceType.Smooth
  712. p11.TopSurface = Enum.SurfaceType.Smooth
  713. b11 = Instance.new("BlockMesh", p11)
  714. b11.Name = "Mesh"
  715. b11.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  716. p12 = Instance.new("Part", m)
  717. p12.Name = "Part12"
  718. p12.BrickColor = BrickColor.new("Really black")
  719. p12.Material = "Fabric"
  720. p12.CFrame = CFrame.new(-7.20725632, 4.45023441, -13.1411486, 0.656056762, 3.7997961e-007,
  721. 0.75470835, -0.53365773, 0.707103908, 0.463900089, -0.533659458, -0.707104445, 0.463902116)
  722. p12.CanCollide = false
  723. p12.FormFactor = Enum.FormFactor.Symmetric
  724. p12.Elasticity = 0
  725. p12.Size = Vector3.new(1, 1, 1)
  726. p12.BottomSurface = Enum.SurfaceType.Smooth
  727. p12.TopSurface = Enum.SurfaceType.Smooth
  728. b12 = Instance.new("SpecialMesh", p12)
  729. b12.MeshType = Enum.MeshType.Wedge
  730. b12.Name = "Mesh"
  731. b12.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  732. p13 = Instance.new("Part", m)
  733. p13.Name = "Part13"
  734. p13.BrickColor = BrickColor.new("Really black")
  735. p13.Material = "Fabric"
  736. p13.CFrame = CFrame.new(-1.16246319, 3.02499151, -10.4305, 0.685088575, 0.728258491,
  737. 0.0168257058, -0.696930826, 0.661988258, -0.27575165, -0.211958379, 0.177188307, 0.961075842)
  738. p13.CanCollide = false
  739. p13.FormFactor = Enum.FormFactor.Symmetric
  740. p13.Elasticity = 0
  741. p13.Size = Vector3.new(1, 1, 1)
  742. p13.BottomSurface = Enum.SurfaceType.Smooth
  743. p13.TopSurface = Enum.SurfaceType.Smooth
  744. b13 = Instance.new("BlockMesh", p13)
  745. b13.Name = "Mesh"
  746. b13.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  747. p14 = Instance.new("Part", m)
  748. p14.Name = "Part14"
  749. p14.BrickColor = BrickColor.new("Really black")
  750. p14.Material = "Fabric"
  751. p14.CFrame = CFrame.new(-1.06862891, 2.92015743, -10.4324627, 0.959295571, 0.281205207,
  752. 0.0257938076, -0.282206476, 0.95792222, 0.052197963, -0.0100304484, -0.0573545098,
  753. 0.998297691)
  754. p14.CanCollide = false
  755. p14.FormFactor = Enum.FormFactor.Symmetric
  756. p14.Elasticity = 0
  757. p14.Size = Vector3.new(1, 2, 1)
  758. p14.BottomSurface = Enum.SurfaceType.Smooth
  759. p14.TopSurface = Enum.SurfaceType.Smooth
  760. b14 = Instance.new("BlockMesh", p14)
  761. b14.Name = "Mesh"
  762. b14.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  763. p15 = Instance.new("Part", m)
  764. p15.Name = "Part15"
  765. p15.BrickColor = BrickColor.new("Really black")
  766. p15.Material = "Fabric"
  767. p15.CFrame = CFrame.new(-1.25248194, 3.46670246, -10.3202372, -0.768480301, 0.609402537,
  768. 0.195080221, -0.634339094, -0.765544653, -0.107403584, 0.0838928521, -0.206285655,
  769. 0.974882662)
  770. p15.CanCollide = false
  771. p15.FormFactor = Enum.FormFactor.Symmetric
  772. p15.Elasticity = 0
  773. p15.Size = Vector3.new(1, 1, 1)
  774. p15.BottomSurface = Enum.SurfaceType.Smooth
  775. p15.TopSurface = Enum.SurfaceType.Smooth
  776. b15 = Instance.new("BlockMesh", p15)
  777. b15.Name = "Mesh"
  778. b15.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  779. p16 = Instance.new("Part", m)
  780. p16.Name = "Part16"
  781. p16.BrickColor = BrickColor.new("Really black")
  782. p16.Material = "Fabric"
  783. p16.CFrame = CFrame.new(-1.96196043, 3.04476213, -10.4108219, 0.72825861, -0.685088336,
  784. 0.0168255717, 0.661988497, 0.696930647, -0.275751829, 0.177188098, 0.211958155, 0.961075366)
  785. p16.CanCollide = false
  786. p16.FormFactor = Enum.FormFactor.Symmetric
  787. p16.Elasticity = 0
  788. p16.Size = Vector3.new(1, 1, 1)
  789. p16.BottomSurface = Enum.SurfaceType.Smooth
  790. p16.TopSurface = Enum.SurfaceType.Smooth
  791. b16 = Instance.new("BlockMesh", p16)
  792. b16.Name = "Mesh"
  793. b16.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  794. p17 = Instance.new("Part", m)
  795. p17.Name = "Part17"
  796. p17.BrickColor = BrickColor.new("Really black")
  797. p17.Material = "Fabric"
  798. p17.CFrame = CFrame.new(-1.85207272, 3.48152924, -10.3054819, -0.739407778, -0.655866385, -
  799. 0.152003229, 0.671618342, -0.73426342, -0.0988226384, -0.0467970669, -0.175158352,
  800. 0.983420968)
  801. p17.CanCollide = false
  802. p17.FormFactor = Enum.FormFactor.Symmetric
  803. p17.Elasticity = 0
  804. p17.Size = Vector3.new(1, 1, 1)
  805. p17.BottomSurface = Enum.SurfaceType.Smooth
  806. p17.TopSurface = Enum.SurfaceType.Smooth
  807. b17 = Instance.new("BlockMesh", p17)
  808. b17.Name = "Mesh"
  809. b17.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  810. p18 = Instance.new("Part", m)
  811. p18.Name = "Part18"
  812. p18.BrickColor = BrickColor.new("Really black")
  813. p18.Material = "Fabric"
  814. p18.CFrame = CFrame.new(-2.06802177, 2.94484425, -10.4080706, 0.971376956, -0.236116573,
  815. 0.02579391, 0.234563246, 0.970688105, 0.0521978363, -0.0373639017, -0.0446553342, 0.998296857)
  816. p18.CanCollide = false
  817. p18.FormFactor = Enum.FormFactor.Symmetric
  818. p18.Elasticity = 0
  819. p18.Size = Vector3.new(1, 2, 1)
  820. p18.BottomSurface = Enum.SurfaceType.Smooth
  821. p18.TopSurface = Enum.SurfaceType.Smooth
  822. b18 = Instance.new("BlockMesh", p18)
  823. b18.Name = "Mesh"
  824. b18.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  825. p19 = Instance.new("Part", m)
  826. p19.Name = "Part19"
  827. p19.BrickColor = BrickColor.new("Really black")
  828. p19.Material = "Fabric"
  829. p19.CFrame = CFrame.new(3.49998665, 3.79997182, -12.6999207, 0.965920806, -0.258817494, -
  830. 2.4959445e-007, 0.249997482, 0.933003485, 0.258815616, -0.0669874251, -0.249999031,
  831. 0.965919077)
  832. p19.CanCollide = false
  833. p19.FormFactor = Enum.FormFactor.Symmetric
  834. p19.Elasticity = 0
  835. p19.Size = Vector3.new(1, 2, 1)
  836. p19.BottomSurface = Enum.SurfaceType.Smooth
  837. p19.TopSurface = Enum.SurfaceType.Smooth
  838. b19 = Instance.new("BlockMesh", p19)
  839. b19.Name = "Mesh"
  840. b19.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  841. p20 = Instance.new("Part", m)
  842. p20.Name = "Part20"
  843. p20.BrickColor = BrickColor.new("Really black")
  844. p20.Material = "Fabric"
  845. p20.CFrame = CFrame.new(-6.79995918, 3.78997159, -12.7999163, 0.965920687, 0.258817792, -
  846. 3.04258691e-007, -0.256297678, 0.95651561, -0.139172524, -0.036020536, 0.134429038,
  847. 0.990261436)
  848. p20.CanCollide = false
  849. p20.FormFactor = Enum.FormFactor.Symmetric
  850. p20.Elasticity = 0
  851. p20.Size = Vector3.new(1, 3, 1)
  852. p20.BottomSurface = Enum.SurfaceType.Smooth
  853. p20.TopSurface = Enum.SurfaceType.Smooth
  854. b20 = Instance.new("BlockMesh", p20)
  855. b20.Name = "Mesh"
  856. b20.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  857. w1 = Instance.new("Weld", p1)
  858. w1.Part0 = p1
  859. w1.C0 = CFrame.new(-1.79490757, -4.94951439, 12.4384165, -0.707106769, -0.499999911, -
  860. 0.49999994, 0.707106709, -0.49999997, -0.49999994, 0, -0.707106769, 0.707106709)
  861. w1.Part1 = p2
  862. w1.C1 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  863. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  864. w2 = Instance.new("Weld", p2)
  865. w2.Part0 = p2
  866. w2.C0 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  867. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  868. w2.Part1 = p3
  869. w2.C1 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  870. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  871. w3 = Instance.new("Weld", p3)
  872. w3.Part0 = p3
  873. w3.C0 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  874. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  875. w3.Part1 = p4
  876. w3.C1 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  877. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  878. w4 = Instance.new("Weld", p4)
  879. w4.Part0 = p4
  880. w4.C0 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  881. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  882. w4.Part1 = p5
  883. w4.C1 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  884. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  885. w5 = Instance.new("Weld", p5)
  886. w5.Part0 = p5
  887. w5.C0 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  888. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  889. w5.Part1 = p6
  890. w5.C1 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  891. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  892. w6 = Instance.new("Weld", p6)
  893. w6.Part0 = p6
  894. w6.C0 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  895. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  896. w6.Part1 = p7
  897. w6.C1 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  898. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  899. w7 = Instance.new("Weld", p7)
  900. w7.Part0 = p7
  901. w7.C0 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  902. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  903. w7.Part1 = p8
  904. w7.C1 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  905. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  906. w8 = Instance.new("Weld", p8)
  907. w8.Part0 = p8
  908. w8.C0 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  909. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  910. w8.Part1 = p9
  911. w8.C1 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  912. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  913. w9 = Instance.new("Weld", p9)
  914. w9.Part0 = p9
  915. w9.C0 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  916. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  917. w9.Part1 = p10
  918. w9.C1 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  919. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  920. 0.994273245)
  921. w10 = Instance.new("Weld", p10)
  922. w10.Part0 = p10
  923. w10.C0 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  924. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  925. 0.994273245)
  926. w10.Part1 = p11
  927. w10.C1 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  928. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  929. w11 = Instance.new("Weld", p11)
  930. w11.Part0 = p11
  931. w11.C0 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  932. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  933. w11.Part1 = p12
  934. w11.C1 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  935. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  936. w12 = Instance.new("Weld", p12)
  937. w12.Part0 = p12
  938. w12.C0 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  939. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  940. w12.Part1 = p13
  941. w12.C1 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  942. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  943. w13 = Instance.new("Weld", p13)
  944. w13.Part0 = p13
  945. w13.C0 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  946. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  947. w13.Part1 = p14
  948. w13.C1 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  949. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  950. 0.998303413)
  951. w14 = Instance.new("Weld", p14)
  952. w14.Part0 = p14
  953. w14.C0 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  954. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  955. 0.998303413)
  956. w14.Part1 = p15
  957. w14.C1 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  958. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  959. w15 = Instance.new("Weld", p15)
  960. w15.Part0 = p15
  961. w15.C0 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  962. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  963. w15.Part1 = p16
  964. w15.C1 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  965. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  966. w16 = Instance.new("Weld", p16)
  967. w16.Part0 = p16
  968. w16.C0 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  969. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  970. w16.Part1 = p17
  971. w16.C1 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  972. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  973. 0.983426988)
  974. w17 = Instance.new("Weld", p17)
  975. w17.Part0 = p17
  976. w17.C0 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  977. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  978. 0.983426988)
  979. w17.Part1 = p18
  980. w17.C1 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  981. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  982. 0.998303413)
  983. w18 = Instance.new("Weld", p18)
  984. w18.Part0 = p18
  985. w18.C0 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  986. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  987. 0.998303413)
  988. w18.Part1 = p19
  989. w18.C1 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  990. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  991. w19 = Instance.new("Weld", p19)
  992. w19.Part0 = p19
  993. w19.C0 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  994. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  995. w19.Part1 = p20
  996. w19.C1 = CFrame.new(7.07860947, -0.14454639, 13.2028942, 0.965925813, -0.256300241, -
  997. 0.0360206552, 0.258819044, 0.956525445, 0.1344309, 3.7252903e-009, -0.139173105, 0.990268052)
  998. m.Parent = char
  999. m:MakeJoints()
  1000. ----------------------------------------------------
  1001. local cor = Instance.new("Part", char.Wings)
  1002. cor.Name = "Thingy"
  1003. cor.BottomSurface = 0
  1004. cor.CanCollide = false
  1005. cor.Size = Vector3.new(1, 6, 1)
  1006. cor.Transparency = 1
  1007. cor.TopSurface = 0
  1008. corw = Instance.new("Weld", cor)
  1009. corw.Part0 = torso
  1010. corw.Part1 = cor
  1011. corw.C0 = CFrame.new(-1.55, 3.4, .6) * CFrame.Angles(math.rad(145), math.rad(0), math.rad(48))
  1012. corw.C1 = CFrame.new(0, 0, 0)
  1013. weld1 = Instance.new("Weld", char.Wings)
  1014. weld1.Part0 = cor
  1015. weld1.Part1 = p1
  1016. weld1.C0 = CFrame.new(0, 3, -1)
  1017. HandleA = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "HandleA", Vector3.new(1.01999998, 0.410000026, 1.01999998))
  1018. HandleAweld = weld(m, Character["Right Arm"], HandleA, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.86645508e-005, 0.00578308105, 0.000793457031, 1, 1.57159663e-009, 1.84536508e-009, -1.51411894e-009, 1.00000477, 9.46223736e-005, -1.81580617e-009, -9.4622359e-005, 1.00000489))
  1019. FConnectorA1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA1", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1020. FConnectorA1weld = weld(m, HandleA, FConnectorA1, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410087585, -1.11513186, -0.410018921, -1, 9.74741943e-006, -1.35193727e-006, -9.74743125e-006, -1.00000489, 2.3929897e-007, -1.35189885e-006, 2.39313522e-007, 1.00000489))
  1021. FConnectorA2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA2", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1022. FConnectorA2weld = weld(m, HandleA, FConnectorA2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410102844, -1.10513186, -0.129695892, -1, 9.74805607e-006, -1.35614573e-006, -9.74806699e-006, -1.00000489, 5.55955921e-007, -1.35610435e-006, 5.55970473e-007, 1.00000489))
  1023. FConnectorA3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA3", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1024. FConnectorA3weld = weld(m, HandleA, FConnectorA3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410087585, -1.11496186, 0.140254974, -1, 9.74844261e-006, -1.35647815e-006, -9.74845443e-006, -1.00000489, 5.93368895e-007, -1.35643631e-006, 5.93383447e-007, 1.00000489))
  1025. FConnectorA4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA4", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1026. FConnectorA4weld = weld(m, HandleA, FConnectorA4, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410064697, -1.11497116, 0.41003418, -1, 9.74773866e-006, -1.35528308e-006, -9.7477523e-006, -1.00000489, 5.13136911e-007, -1.35524226e-006, 5.13151463e-007, 1.00000489))
  1027. FConnectorA5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA5", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1028. FConnectorA5weld = weld(m, HandleA, FConnectorA5, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.409896851, -1.11500096, 0.410381317, -1, 9.74811064e-006, -1.35720666e-006, -9.7481261e-006, -1.00000489, 6.21264917e-007, -1.35716482e-006, 6.21286745e-007, 1.00000489))
  1029. HitboxA = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Royal purple", "HitboxA", Vector3.new(1.22000003, 1.00999999, 1.01999998))
  1030. HitboxAweld = weld(m, HandleA, HitboxA, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.10004425, 0.899994373, -7.2479248e-005, 1, 2.3913432e-011, 1.214151e-011, 3.87364897e-011, 1.00000501, 3.17668309e-008, 1.75869319e-011, -3.16504156e-008, 1.00000501))
  1031. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1032. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.704981804, 0.600097656, -0.400291443, 1.07934993e-005, 1.00000513, 0.000307456852, -1, 1.07920496e-005, 4.67940163e-006, 4.67608925e-006, -0.000307456678, 1.00000513))
  1033. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1034. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1035. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409942627, -0.0047621727, 0.404830933, 1, -3.37975814e-010, -8.95103991e-010, 4.05866091e-010, 1.00000513, 0.000272899517, 9.25026722e-010, -0.000272899284, 1.00000513))
  1036. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1037. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409942627, -0.704754353, 0.404701233, 1, -6.41774189e-010, -1.14527055e-009, 7.09687087e-010, 1.00000513, 0.000235188927, 1.17513577e-009, -0.000235188694, 1.00000513))
  1038. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1039. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000686645508, 0.694943428, 0.600120544, -4.16014518e-005, 9.45778302e-005, 1.00000513, -9.60050784e-007, 1.00000513, -9.45776337e-005, -1, -9.64058017e-007, -4.16016046e-005))
  1040. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=3270017", Vector3.new(0, 0, 0), Vector3.new(0.646000028, 0.638000011, 1.35599995))
  1041. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1042. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.704681396, 0.600074768, 0.399703979, 1.07932492e-005, 1.00000513, 0.000307390932, -1, 1.07918013e-005, 4.67938798e-006, 4.67607651e-006, -0.000307390757, 1.00000513))
  1043. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1044. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.620000005, 0.200000003, 0.819999993))
  1045. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.05175781e-005, 0.92485714, 0.000484466553, 1, 3.87098353e-009, 7.2322619e-009, -3.79667275e-009, 1.00000513, -5.19547029e-007, -7.20235427e-009, 5.19794412e-007, 1.00000513))
  1046. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1047. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1048. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0950546265, -0.00472640991, 0.404769897, 1, -4.16721185e-010, -1.16062449e-009, 4.84667861e-010, 1.00000513, 0.000259734254, 1.19053056e-009, -0.000259734021, 1.00000513))
  1049. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1050. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.214511871, 0.602371216, -0.525278091, 6.89506674e-009, 0.707192183, -0.707028747, -1, -4.38913787e-007, -4.48729907e-007, -6.27587383e-007, 0.707028747, 0.707192183))
  1051. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1052. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1053. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.215366364, 0.602371216, -0.0753059387, 2.71407362e-006, 0.706899583, 0.707335591, -1, 2.16833246e-006, 1.66987672e-006, -3.53366175e-007, -0.707335591, 0.706899583))
  1054. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1055. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1056. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409934998, -0.704768658, -0.000305175781, 1, -3.60254271e-010, -1.12575438e-009, 4.28148017e-010, 1.00000513, 0.000221444701, 1.15569176e-009, -0.000221444468, 1.00000513))
  1057. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1058. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0953993797, 0.600135803, 0.399356842, 1.07937676e-005, 1.00000513, 0.000307317649, -1, 1.0792317e-005, 4.68049075e-006, 4.67718064e-006, -0.000307317474, 1.00000513))
  1059. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1060. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1061. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0950679779, 0.600120544, -0.400672913, 1.07931874e-005, 1.00000513, 0.000307162001, -1, 1.07917376e-005, 4.68020016e-006, 4.67689188e-006, -0.000307161827, 1.00000513))
  1062. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1063. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.620000005))
  1064. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409927368, -0.00472259521, -0.000297546387, 1, -3.09861775e-010, -1.16061794e-009, 3.77793824e-010, 1.00000513, 0.00024700354, 1.19055654e-009, -0.000247003307, 1.00000513))
  1065. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1066. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0950546265, 0.00469684601, 0.405296326, 1, -3.89069055e-010, -1.42533318e-009, -4.57056809e-010, -1.00000513, -0.000240535184, -1.45525392e-009, 0.000240534951, -1.00000513))
  1067. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  1068. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.214559555, 0.602371216, 0.0747890472, 6.91723301e-009, 0.707163751, -0.707071483, -1, -4.3898072e-007, -4.48717827e-007, -6.27488987e-007, 0.707071483, 0.707163751))
  1069. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1070. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1071. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.602371216, -0.215126038, 0.214544296, 1, -2.6962903e-008, 2.48683811e-008, 1.60773062e-009, 0.706893623, 0.707334518, -3.67035575e-008, -0.707334518, 0.706893623))
  1072. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 1))
  1073. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.695029736, 0.600158691, -0.000602722168, 1.07924507e-005, 1.00000513, 0.000307222479, -1, 1.07909991e-005, 4.68184771e-006, 4.67853852e-006, -0.000307222246, 1.00000513))
  1074. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1075. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  1076. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.215208054, 0.602371216, 0.524686813, 2.71457156e-006, 0.706890941, 0.707335711, -0.999997497, 2.1679848e-006, 1.67096596e-006, -3.5231912e-007, -0.707337737, 0.706888914))
  1077. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1078. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1079. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409942627, 0.00470399857, 0.405349731, 1, -3.90714155e-010, -1.42410639e-009, -4.58702243e-010, -1.00000513, -0.000240880356, -1.45402668e-009, 0.000240880123, -1.00000513))
  1080. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.610000014, 1.01999998))
  1081. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.57763672e-005, 0.699993134, -8.39233398e-005, 1, 2.65332929e-011, 1.19964039e-011, 4.16229898e-011, 1.00000513, 3.18541424e-008, 1.80098159e-011, -3.16213118e-008, 1.00000513))
  1082. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1083. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.400688171, 0.694943428, 0.600135803, -4.16014518e-005, 9.45778302e-005, 1.00000513, -9.60050784e-007, 1.00000513, -9.45776337e-005, -1, -9.64058017e-007, -4.16016046e-005))
  1084. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=3270017", Vector3.new(0, 0, 0), Vector3.new(0.19600004, 0.219999999, 1.35599995))
  1085. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 0.819999993))
  1086. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.57763672e-005, 0.914970875, 0.000156402588, 1, 3.83146959e-010, 1.04947406e-009, -3.0014724e-010, 1.00000513, -6.28933776e-008, -1.0198371e-009, 6.3162588e-008, 1.00000513))
  1087. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1088. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1089. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.602371216, -0.214633942, -0.215305328, 1, -2.69070721e-008, 2.46837875e-008, 3.65531747e-008, 0.707143307, -0.707091987, 1.77105497e-009, 0.707091987, 0.707143307))
  1090. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1091. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.694721222, 0.600151062, -0.400558472, 1.0792096e-005, 1.00000513, 0.000307252514, -1, 1.07906444e-005, 4.68267717e-006, 4.67936752e-006, -0.00030725234, 1.00000513))
  1092. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1093. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1094. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0950546265, -0.704750061, 0.404693604, 1, -5.70188841e-010, -1.14858878e-009, 6.38102626e-010, 1.00000513, 0.000234975247, 1.1784711e-009, -0.000234975014, 1.00000513))
  1095. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1096. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.695051193, 0.600151062, 0.399570465, 1.07923161e-005, 1.00000513, 0.000307249313, -1, 1.07908654e-005, 4.68239432e-006, 4.67908512e-006, -0.000307249138, 1.00000513))
  1097. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1098. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1099. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409950256, 0.704789639, 0.405284882, 1, -5.29048194e-010, -1.16270571e-009, -5.96991845e-010, -1.00000513, -0.000257128122, -1.19258425e-009, 0.000257127889, -1.00000513))
  1100. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1101. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0950469971, 0.70477581, 0.405281067, 1, -4.60379734e-010, -1.16449506e-009, -5.28324051e-010, -1.00000513, -0.000256976229, -1.19439125e-009, 0.000256975996, -1.00000513))
  1102. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.99999994, 1.01999998))
  1103. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.60005188, -0.304827213, -0.000297546387, 1, -6.62538246e-010, -1.16981935e-009, 7.30470628e-010, 1.00000513, 0.000246760814, 1.19967103e-009, -0.000246760581, 1.00000513))
  1104. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 1.01999998))
  1105. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.34057617e-005, 0.294992924, -0.000293731689, 1, -1.10349042e-010, -4.6138493e-010, 1.77988208e-010, 1.00000513, 7.43748387e-008, 4.9142046e-010, -7.41420081e-008, 1.00000513))
  1106. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1107. Partweld = weld(m, HandleA, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.39931488, 0.694943428, 0.600097656, -4.16014518e-005, 9.45778302e-005, 1.00000513, -9.60050784e-007, 1.00000513, -9.45776337e-005, -1, -9.64058017e-007, -4.16016046e-005))
  1108. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=3270017", Vector3.new(0, 0, 0), Vector3.new(0.202000037, 0.219999999, 1.35599995))
  1109. FHandleA1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA1", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1110. FHandleA1weld = weld(m, FConnectorA1, FHandleA1, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.28881836e-005, -0.0899443626, 0.000160217285, 1, 9.47310674e-010, -1.83126758e-009, -9.44816669e-010, 1, 1.51900167e-007, 1.83138127e-009, -1.51900167e-007, 1))
  1111. FHandleA2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA2", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1112. FHandleA2weld = weld(m, FConnectorA2, FHandleA2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -0.0899934769, 0, 1, -2.30699793e-010, 1.00612851e-010, 2.9406716e-010, 1.00000572, 1.59925548e-008, -1.28238753e-010, -2.03581294e-008, 1.00000572))
  1113. FHandleA3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA3", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1114. FHandleA3weld = weld(m, FConnectorA3, FHandleA3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -0.090004921, 3.81469727e-006, 1, 4.48693027e-010, -1.09935172e-010, -4.47141213e-010, 1, -2.09038262e-008, 1.10048859e-010, 2.09038262e-008, 1))
  1115. FHandleA4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA4", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1116. FHandleA4weld = weld(m, FConnectorA4, FHandleA4, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.62939453e-006, -0.0900015831, 2.67028809e-005, 1, 8.51593795e-010, -8.99262886e-011, -8.46407722e-010, 1, -2.47964635e-008, 9.02673492e-011, 2.47964635e-008, 1))
  1117. FHandleA5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA5", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1118. FHandleA5weld = weld(m, FConnectorA5, FHandleA5, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -0.0900025368, 7.2479248e-005, 1, 1.59918379e-009, 4.29054126e-010, -1.58659819e-009, 1, -1.01346814e-007, -4.28713065e-010, 1.01324986e-007, 1))
  1119.  
  1120. HandleB = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "HandleB", Vector3.new(1.01999998, 0.410000026, 1.01999998))
  1121. HandleBweld = weld(m, Character["Left Arm"], HandleB, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.34057617e-005, 0.00579214096, -0.000717163086, -0.99999702, 1.30612687e-009, 2.74129752e-006, 1.1281549e-009, 1.00000882, -9.4532792e-005, -2.29434954e-006, -9.45326028e-005, -1.00000536))
  1122. FConnectorB1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB1", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1123. FConnectorB1weld = weld(m, HandleB, FConnectorB1, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410011292, -1.09512377, -0.40996933, -0.999990344, 9.75173589e-006, -4.76017885e-006, -9.75114472e-006, -1.00001204, 2.27628334e-007, -4.34698632e-006, 2.29010766e-007, 1.00000203))
  1124. FConnectorB2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB2", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1125. FConnectorB2weld = weld(m, HandleB, FConnectorB2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410003662, -1.09513116, -0.129657745, -0.999986649, 9.75185594e-006, -5.20708772e-006, -9.75106377e-006, -1.00000668, 5.36027073e-007, -3.48685307e-006, 5.38973836e-007, 0.999993324))
  1126. FConnectorB3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB3", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1127. FConnectorB3weld = weld(m, HandleB, FConnectorB3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409965515, -1.08497524, 0.140300751, -0.999993324, 9.75177409e-006, -3.97838994e-006, -9.75137755e-006, -1.00000334, 5.61856723e-007, -3.11826261e-006, 5.63341018e-007, 0.999996662))
  1128. FConnectorB4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB4", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1129. FConnectorB4weld = weld(m, HandleB, FConnectorB4, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409957886, -1.08498001, 0.410175323, -0.999991894, 9.75470903e-006, -3.12404359e-006, -9.75422699e-006, -1.00000405, 5.46198862e-007, -2.07960943e-006, 5.47988748e-007, 0.999995947))
  1130. FConnectorB5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB5", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1131. FConnectorB5weld = weld(m, HandleB, FConnectorB5, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.409980774, -1.09494543, -0.409542084, -0.999974728, 9.75853163e-006, -6.0076236e-006, -9.75704006e-006, -1.00001264, 6.99823431e-007, -2.75148182e-006, 7.05331331e-007, 0.999987364))
  1132. HitboxB = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Royal purple", "HitboxB", Vector3.new(1.22000003, 1.00999999, 1.01999998))
  1133. HitboxBweld = weld(m, HandleB, HitboxB, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.100006104, 0.889988422, -8.01086426e-005, 0.999965847, -7.24100557e-010, 3.32365107e-006, -7.63507535e-010, 1.00002456, 3.05735739e-008, 3.58721138e-007, -2.40979716e-008, 0.999989808))
  1134. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1135. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410049438, 0.714781284, 0.405288696, 0.999982476, 1.32186387e-010, 7.77321588e-007, 5.98021299e-010, -1.00001609, -0.000257281994, -1.25018551e-006, 0.00025728374, -0.99999851))
  1136. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 1.01999998))
  1137. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.28881836e-005, 0.285013676, -0.000282287598, 0.999967337, -1.5549535e-009, 5.20209369e-006, 1.61488642e-010, 1.00001812, 7.64994184e-008, -1.3707679e-006, -6.97400537e-008, 0.999985218))
  1138. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.620000005))
  1139. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409980774, -0.0147089958, -0.000305175781, 0.999965847, -2.17003437e-009, 4.9788764e-006, 3.62124303e-010, 1.00002444, 0.000246998534, -1.29649527e-006, -0.000247000571, 0.999989808))
  1140. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1141. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410041809, -0.714772701, -0.000305175781, 0.999984264, 5.30370525e-010, 7.77336254e-007, -9.50127754e-010, 1.00000787, 0.00022139927, 1.25007e-006, -0.000221399358, 0.999992192))
  1142. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1143. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410003662, 0.0146970749, 0.40537262, 0.999965847, -2.17019336e-009, 4.97882229e-006, -3.70234204e-010, -1.00002444, -0.000240876077, 1.29644116e-006, 0.00024087794, -0.999989808))
  1144. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 0.819999993))
  1145. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.05175781e-005, 0.904989719, 0.000244140625, 0.999978065, -7.79672504e-009, 3.02157605e-006, 6.82267665e-009, 1.00001097, -1.16917363e-007, -1.95484972e-007, 1.21617632e-007, 0.999989033))
  1146. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1147. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.620000005, 0.200000003, 0.819999993))
  1148. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.57763672e-005, 0.914862633, 0.000553131104, 0.999978065, -2.87229418e-009, 2.06913091e-006, 1.8980213e-009, 1.00001097, -5.95959136e-007, 7.56950044e-007, 6.00666681e-007, 0.999989033))
  1149. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1150. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 1))
  1151. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.685016155, 0.60004425, -0.000576019287, 1.07880278e-005, 1.0000155, 0.000307261536, -0.999969006, 1.0787875e-005, 2.61563605e-006, 6.60559135e-006, -0.000307264534, 0.999984682))
  1152. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1153. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1154. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.684755325, 0.600059509, -0.400756836, 1.0788599e-005, 1.00000787, 0.000307488954, -0.999984264, 1.07877813e-005, 3.72219597e-006, 5.74624983e-006, -0.000307490496, 0.999992192))
  1155. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1156. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1157. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.685072899, 0.600067139, 0.399261475, 1.07872711e-005, 1.0000155, 0.00030746602, -0.999969006, 1.07870783e-005, 2.73933233e-006, 6.729284e-006, -0.000307469018, 0.999984682))
  1158. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1159. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1160. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.399326324, 0.684971809, 0.599990845, -4.03382401e-005, 9.44945641e-005, 0.999991834, -9.62037007e-007, 1.00000787, -9.44897838e-005, -0.999983966, -9.65175104e-007, -4.23658821e-005))
  1161. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=3270017", Vector3.new(0, 0, 0), Vector3.new(0.202000037, 0.219999999, 1.35599995))
  1162. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1163. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0949478149, -0.714713573, 0.404712677, 0.999982774, 2.57471877e-010, 7.7719352e-007, -7.87075238e-010, 1.00001347, 0.000235129759, 1.25028396e-006, -0.000235130938, 0.999996126))
  1164. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1165. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0949478149, -0.0146975517, 0.4047966, 0.999982774, 6.53486099e-010, 7.77193463e-007, -1.11419485e-009, 1.00001299, 0.000259818073, 1.25028328e-006, -0.000259819906, 0.99999553))
  1166. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1167. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.400676727, 0.684971809, 0.600036621, -4.03382401e-005, 9.44945641e-005, 0.999991834, -9.62037007e-007, 1.00000787, -9.44897838e-005, -0.999983966, -9.65175104e-007, -4.23658821e-005))
  1168. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=3270017", Vector3.new(0, 0, 0), Vector3.new(0.19600004, 0.219999999, 1.35599995))
  1169. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1170. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000675201416, 0.684971809, 0.600013733, -4.03382401e-005, 9.44945641e-005, 0.999991834, -9.62037007e-007, 1.00000787, -9.44897838e-005, -0.999983966, -9.65175104e-007, -4.23658821e-005))
  1171. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=3270017", Vector3.new(0, 0, 0), Vector3.new(0.646000028, 0.638000011, 1.35599995))
  1172. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1173. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.714962482, 0.599998474, -0.400279999, 1.07917776e-005, 1.00000787, 0.000307536626, -0.999984264, 1.07909609e-005, 3.72180239e-006, 5.74585465e-006, -0.000307538168, 0.999992192))
  1174. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1175. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1176. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0853996277, 0.600074768, 0.399375916, 1.07918922e-005, 1.00001574, 0.000307276874, -0.999968529, 1.07916239e-005, 3.00816009e-006, 7.05953335e-006, -0.000307279872, 0.999984324))
  1177. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1178. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1179. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.602294922, -0.221727371, -0.222377777, 0.999968529, -2.77844325e-008, 1.5804543e-006, -1.73086164e-006, 0.707148612, -0.707064986, 1.76833453e-006, 0.707087159, 0.707126319))
  1180. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1181. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0850524902, 0.600036621, -0.400672913, 1.07914002e-005, 1.00001574, 0.0003071838, -0.999968529, 1.07914666e-005, 1.92046173e-006, 5.97185317e-006, -0.000307186769, 0.999984324))
  1182. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1183. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1184. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.221570969, 0.602279663, -0.532333374, -9.16450119e-007, 0.707201421, -0.707024872, -0.99998188, -4.39811004e-007, -1.23922871e-006, 3.05380581e-007, 0.707037866, 0.707188487))
  1185. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1186. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  1187. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.221664429, 0.602294922, 0.0677280426, -5.32410468e-007, 0.707169592, -0.707043946, -0.999968529, 4.26314045e-007, -2.87682087e-006, 1.1334331e-006, 0.707066119, 0.707147479))
  1188. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1189. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1190. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.602279663, -0.222204208, 0.221616745, 0.999968529, -2.7891728e-008, 1.5804543e-006, 1.76886238e-006, 0.706902444, 0.707310975, 1.7303239e-006, -0.707333207, 0.706880331))
  1191. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1192. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.71464777, 0.599990845, 0.399719238, 1.07905635e-005, 1.00000787, 0.000307468435, -0.999984264, 1.07897467e-005, 3.7218565e-006, 5.74590968e-006, -0.000307469978, 0.999992192))
  1193. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1194. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  1195. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.222238541, 0.602272034, 0.531747818, 3.61345883e-006, 0.706890404, 0.707323194, -0.999984264, 2.18690184e-006, 8.96424808e-007, 5.20473066e-007, -0.70733428, 0.706879318))
  1196. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1197. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1198. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.222442627, 0.602287292, -0.0682048798, 2.74106606e-006, 0.706903875, 0.707309544, -0.999968529, 1.72691671e-006, -1.90388391e-006, 3.00002284e-007, -0.707331777, 0.706881762))
  1199. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1200. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1201. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0949707031, 0.014693737, 0.405315399, 0.999965847, -2.00778438e-009, 5.06809101e-006, -1.86809165e-010, -1.00002444, -0.000240532332, 1.38570761e-006, 0.000240534195, -0.999989808))
  1202. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.99999994, 1.01999998))
  1203. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.599967957, -0.314879894, -0.000305175781, 0.999968529, -1.52550794e-009, 3.47273135e-006, 2.76023454e-010, 1.00001574, 0.000246752985, 5.82059499e-007, -0.000246754033, 0.999984324))
  1204. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1205. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0949478149, 0.71477747, 0.405269623, 0.999983668, 2.62990379e-010, 7.77281798e-007, 6.87050083e-010, -1.00001037, -0.00025712885, -1.25016015e-006, 0.000257130014, -0.99999398))
  1206. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.610000014, 1.01999998))
  1207. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.57763672e-005, 0.690003395, 0, 0.999978065, -3.37791017e-009, 2.19185767e-006, 2.40435716e-009, 1.00001097, 5.20303729e-008, 6.34224364e-007, -4.73301043e-008, 0.999989033))
  1208. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1209. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410049438, -0.714709282, 0.404720306, 0.999984264, 2.45380903e-011, 7.7730283e-007, -4.26871205e-010, 1.00000787, 0.000235340878, 1.25010342e-006, -0.000235341198, 0.999992192))
  1210. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1211. Partweld = weld(m, HandleB, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.410041809, -0.0147390366, 0.404838562, 0.999983072, 5.45701151e-010, 7.77317439e-007, -1.05576647e-009, 1.0000155, 0.000272982696, 1.25019938e-006, -0.000272984529, 0.999998391))
  1212. FHandleB1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB1", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1213. FHandleB1weld = weld(m, FConnectorB1, FHandleB1, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.05175781e-005, -0.100004435, 3.81469727e-006, 0.999987125, 9.48046641e-010, -8.29304327e-007, -1.90026062e-009, 1.00000644, -2.25118129e-008, -8.29517148e-007, 1.97178451e-008, 0.999993563))
  1214. FHandleB2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB2", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1215. FHandleB2weld = weld(m, FConnectorB2, FHandleB2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -0.0999953747, -1.90734863e-005, 0.999986887, 1.7767473e-009, -8.2923782e-007, -2.74682477e-009, 1.00000656, -3.37167876e-008, -8.60301839e-007, 3.08791641e-008, 0.999993443))
  1216. FHandleB3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB3", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1217. FHandleB3weld = weld(m, FConnectorB3, FHandleB3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.52587891e-005, -0.110008478, -6.48498535e-005, 0.999993801, 1.65772562e-009, -1.46104639e-007, -2.11578732e-009, 1.0000031, -3.14466888e-008, -6.52590643e-007, 3.01006366e-008, 0.999996901))
  1218. FHandleB4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB4", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1219. FHandleB4weld = weld(m, FConnectorB4, FHandleB4, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.05175781e-005, -0.110030413, -4.57763672e-005, 0.999992371, -3.29658301e-010, -1.30871194e-006, -2.33423003e-010, 1.00000381, -5.04951458e-009, 3.25705969e-007, 3.39059625e-009, 0.999996185))
  1220. FHandleB5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB5", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1221. FHandleB5weld = weld(m, FConnectorB5, FHandleB5, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.62939453e-006, -0.0900087357, -0.000114440918, 0.999993801, 3.53735596e-009, -1.22842721e-006, -3.99611277e-009, 1.0000031, -1.37908501e-007, 4.29716692e-007, 1.36555173e-007, 0.999996901))
  1222. ----------------------------------------------------
  1223. local m = Instance.new("Model")
  1224. m.Name = "Hair"
  1225. p1 = Instance.new("Part", m)
  1226. p1.BrickColor = BrickColor.new("Really black")
  1227. p1.FormFactor = Enum.FormFactor.Symmetric
  1228. p1.Size = Vector3.new(1, 1, 1)
  1229. p1.CFrame = CFrame.new(-2.49043155, 8.24595642, -3.40113306, -5.48362732e-006, -0.978699088, 0.205299795, 3.27825546e-007, -0.205299854, -0.978699148, 1, -5.28991222e-006, 1.48639083e-006)
  1230. p1.CanCollide = false
  1231. p1.Locked = true
  1232. p1.BottomSurface = Enum.SurfaceType.Smooth
  1233. p1.TopSurface = Enum.SurfaceType.Smooth
  1234. b1 = Instance.new("SpecialMesh", p1)
  1235. b1.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1236. b1.TextureId = ""
  1237. b1.MeshType = Enum.MeshType.FileMesh
  1238. b1.Name = "Mesh"
  1239. b1.VertexColor = Vector3.new(0, 0, 0)
  1240. b1.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1241. p2 = Instance.new("Part", m)
  1242. p2.BrickColor = BrickColor.new("Pastel brown")
  1243. p2.Transparency = 1
  1244. p2.Name = "Head"
  1245. p2.FormFactor = Enum.FormFactor.Symmetric
  1246. p2.Size = Vector3.new(2, 1, 1)
  1247. p2.CFrame = CFrame.new(-1.70008016, 8.14794922, -3.40013027, 4.24603923e-006, 7.4505806e-008, -1, -1.50268988e-007, 1, 1.49011612e-008, 1.00000012, 6.79109462e-008, 4.23316806e-006)
  1248. p2.CanCollide = false
  1249. p2.Locked = true
  1250. p2.TopSurface = Enum.SurfaceType.Smooth
  1251. b2 = Instance.new("SpecialMesh", p2)
  1252. b2.MeshType = Enum.MeshType.Head
  1253. b2.Name = "Mesh"
  1254. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  1255. p3 = Instance.new("Part", m)
  1256. p3.BrickColor = BrickColor.new("Really black")
  1257. p3.FormFactor = Enum.FormFactor.Symmetric
  1258. p3.Size = Vector3.new(2, 2, 2)
  1259. p3.CFrame = CFrame.new(-1.70003617, 8.71796131, -3.4000442, 2.57710985e-006, 6.95607483e-008, -1.00000012, -1.20466638e-007, 1, 9.95640903e-009, 1.00000024, 3.81086345e-008, 2.56423846e-006)
  1260. p3.CanCollide = false
  1261. p3.Locked = true
  1262. p3.BottomSurface = Enum.SurfaceType.Smooth
  1263. p3.TopSurface = Enum.SurfaceType.Smooth
  1264. b3 = Instance.new("SpecialMesh", p3)
  1265. b3.MeshId = "http://www.roblox.com/asset/?id=16627529"
  1266. b3.TextureId = ""
  1267. b3.MeshType = Enum.MeshType.FileMesh
  1268. b3.Name = "Mesh"
  1269. b3.VertexColor = Vector3.new(0, 0, 0)
  1270. b3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  1271. p4 = Instance.new("Part", m)
  1272. p4.BrickColor = BrickColor.new("Really black")
  1273. p4.FormFactor = Enum.FormFactor.Symmetric
  1274. p4.Size = Vector3.new(1, 1, 1)
  1275. p4.CFrame = CFrame.new(-1.77981007, 8.84795475, -3.40016508, 5.79576135e-006, 7.9450956e-008, -1.00000012, -1.80071311e-007, 1, 1.98458743e-008, 1.00000024, 9.77132402e-008, 5.78289018e-006)
  1276. p4.CanCollide = false
  1277. p4.Locked = true
  1278. p4.BottomSurface = Enum.SurfaceType.Smooth
  1279. p4.TopSurface = Enum.SurfaceType.Smooth
  1280. b4 = Instance.new("SpecialMesh", p4)
  1281. b4.MeshId = "http://www.roblox.com/asset/?id=19326912"
  1282. b4.TextureId = ""
  1283. b4.MeshType = Enum.MeshType.FileMesh
  1284. b4.Name = "Mesh"
  1285. b4.VertexColor = Vector3.new(0, 0, 0)
  1286. p5 = Instance.new("Part", m)
  1287. p5.BrickColor = BrickColor.new("Really black")
  1288. p5.FormFactor = Enum.FormFactor.Symmetric
  1289. p5.Size = Vector3.new(1, 1, 1)
  1290. p5.CFrame = CFrame.new(-1.70003772, 8.46796131, -3.40004301, -3.43517968e-007, 2.98088111e-007, -1, -1.00421907e-007, 1, 2.38484063e-007, 1.00000012, 1.80640072e-008, -3.56389592e-007)
  1291. p5.CanCollide = false
  1292. p5.Locked = true
  1293. p5.BottomSurface = Enum.SurfaceType.Smooth
  1294. p5.TopSurface = Enum.SurfaceType.Smooth
  1295. b5 = Instance.new("SpecialMesh", p5)
  1296. b5.MeshId = "http://www.roblox.com/asset/?id=45916884"
  1297. b5.TextureId = ""
  1298. b5.MeshType = Enum.MeshType.FileMesh
  1299. b5.Name = "Mesh"
  1300. b5.VertexColor = Vector3.new(0, 0, 0)
  1301. b5.Scale = Vector3.new(1, 0.899999976, 1)
  1302. p6 = Instance.new("Part", m)
  1303. p6.BrickColor = BrickColor.new("Really black")
  1304. p6.FormFactor = Enum.FormFactor.Symmetric
  1305. p6.Size = Vector3.new(1, 1, 1)
  1306. p6.CFrame = CFrame.new(-1.89967656, 8.58795834, -3.44990659, -5.81936433e-007, 5.36502284e-007, -0.99999994, -1.3998249e-007, 1, 4.76898265e-007, 1, 5.76247672e-008, -5.94808171e-007)
  1307. p6.CanCollide = false
  1308. p6.Locked = true
  1309. p6.BottomSurface = Enum.SurfaceType.Smooth
  1310. p6.TopSurface = Enum.SurfaceType.Smooth
  1311. b6 = Instance.new("SpecialMesh", p6)
  1312. b6.MeshId = "http://www.roblox.com/asset/?id=62246019"
  1313. b6.TextureId = ""
  1314. b6.MeshType = Enum.MeshType.FileMesh
  1315. b6.Name = "Mesh"
  1316. b6.VertexColor = Vector3.new(0, 0, 0)
  1317. p7 = Instance.new("Part", m)
  1318. p7.BrickColor = BrickColor.new("Really black")
  1319. p7.FormFactor = Enum.FormFactor.Symmetric
  1320. p7.Size = Vector3.new(1, 1, 1)
  1321. p7.CFrame = CFrame.new(-1.89918542, 8.31796837, -3.50097537, -4.62727087e-007, 5.36502228e-007, -0.999999881, -1.39982518e-007, 1, 4.76898208e-007, 0.99999994, 5.76247459e-008, -4.75598938e-007)
  1322. p7.CanCollide = false
  1323. p7.Locked = true
  1324. p7.BottomSurface = Enum.SurfaceType.Smooth
  1325. p7.TopSurface = Enum.SurfaceType.Smooth
  1326. b7 = Instance.new("SpecialMesh", p7)
  1327. b7.MeshId = "http://www.roblox.com/asset/?id=76056263"
  1328. b7.TextureId = ""
  1329. b7.MeshType = Enum.MeshType.FileMesh
  1330. b7.Name = "Mesh"
  1331. b7.VertexColor = Vector3.new(0, 0, 0)
  1332. p8 = Instance.new("Part", m)
  1333. p8.BrickColor = BrickColor.new("Really black")
  1334. p8.FormFactor = Enum.FormFactor.Symmetric
  1335. p8.Size = Vector3.new(1, 1, 1)
  1336. p8.CFrame = CFrame.new(-2.62433338, 7.66397905, -3.4010179, -1.17798254e-006, -0.805111349, 0.593123376, -2.5008859e-007, -0.593123615, -0.805111527, 0.999999881, -9.58229293e-007, 4.4941558e-007)
  1337. p8.CanCollide = false
  1338. p8.Locked = true
  1339. p8.BottomSurface = Enum.SurfaceType.Smooth
  1340. p8.TopSurface = Enum.SurfaceType.Smooth
  1341. b8 = Instance.new("SpecialMesh", p8)
  1342. b8.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1343. b8.TextureId = ""
  1344. b8.MeshType = Enum.MeshType.FileMesh
  1345. b8.Name = "Mesh"
  1346. b8.VertexColor = Vector3.new(0, 0, 0)
  1347. b8.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1348. p9 = Instance.new("Part", m)
  1349. p9.BrickColor = BrickColor.new("Really black")
  1350. p9.FormFactor = Enum.FormFactor.Symmetric
  1351. p9.Size = Vector3.new(2, 1, 2)
  1352. p9.CFrame = CFrame.new(-1.76505995, 8.56096649, -3.40065479, -9.73168881e-007, -0.0995008349, -0.995037436, -1.70322267e-007, 0.995037675, -0.0995009243, 1, 1.13823972e-007, -6.80968242e-007)
  1353. p9.CanCollide = false
  1354. p9.Locked = true
  1355. p9.BottomSurface = Enum.SurfaceType.Smooth
  1356. p9.TopSurface = Enum.SurfaceType.Smooth
  1357. b9 = Instance.new("SpecialMesh", p9)
  1358. b9.MeshId = "http://www.roblox.com/asset/?id=12259089"
  1359. b9.TextureId = ""
  1360. b9.MeshType = Enum.MeshType.FileMesh
  1361. b9.Name = "Mesh"
  1362. b9.VertexColor = Vector3.new(0, 0, 0)
  1363. b9.Scale = Vector3.new(1.01999998, 1.04999995, 1.04999995)
  1364. p10 = Instance.new("Part", m)
  1365. p10.BrickColor = BrickColor.new("Really black")
  1366. p10.FormFactor = Enum.FormFactor.Symmetric
  1367. p10.Size = Vector3.new(1, 1, 1)
  1368. p10.CFrame = CFrame.new(-2.0207715, 9.06097031, -3.39961624, -1.10652763e-006, -0.683569431, -0.729885519, -2.85231891e-007, 0.729885638, -0.68356967, 1.00000012, -3.22293062e-007, -8.40051371e-007)
  1369. p10.CanCollide = false
  1370. p10.Locked = true
  1371. p10.BottomSurface = Enum.SurfaceType.Smooth
  1372. p10.TopSurface = Enum.SurfaceType.Smooth
  1373. b10 = Instance.new("SpecialMesh", p10)
  1374. b10.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1375. b10.TextureId = ""
  1376. b10.MeshType = Enum.MeshType.FileMesh
  1377. b10.Name = "Mesh"
  1378. b10.VertexColor = Vector3.new(0, 0, 0)
  1379. b10.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1380. p11 = Instance.new("Part", m)
  1381. p11.BrickColor = BrickColor.new("Really black")
  1382. p11.FormFactor = Enum.FormFactor.Symmetric
  1383. p11.Size = Vector3.new(1, 1, 1)
  1384. p11.CFrame = CFrame.new(-2.16468835, 8.78595829, -3.40089417, -1.41617738e-006, -0.989475727, -0.144699216, -4.36450762e-007, 0.144699067, -0.989476085, 1.00000024, -9.47996682e-007, -7.38401468e-007)
  1385. p11.CanCollide = false
  1386. p11.Locked = true
  1387. p11.BottomSurface = Enum.SurfaceType.Smooth
  1388. p11.TopSurface = Enum.SurfaceType.Smooth
  1389. b11 = Instance.new("SpecialMesh", p11)
  1390. b11.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1391. b11.TextureId = ""
  1392. b11.MeshType = Enum.MeshType.FileMesh
  1393. b11.Name = "Mesh"
  1394. b11.VertexColor = Vector3.new(0, 0, 0)
  1395. b11.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1396. p12 = Instance.new("Part", m)
  1397. p12.BrickColor = BrickColor.new("Really black")
  1398. p12.FormFactor = Enum.FormFactor.Custom
  1399. p12.Size = Vector3.new(1, 3.5, 1)
  1400. p12.CFrame = CFrame.new(-3.74216318, 6.74288082, -3.40101933, -1.20476273e-006, -0.553697288, 0.832718134, -3.31002866e-007, -0.832718611, -0.553697169, 1.00000036, -8.7345768e-007, 3.69213154e-007)
  1401. p12.CanCollide = false
  1402. p12.Locked = true
  1403. p12.BottomSurface = Enum.SurfaceType.Smooth
  1404. p12.TopSurface = Enum.SurfaceType.Smooth
  1405. b12 = Instance.new("SpecialMesh", p12)
  1406. b12.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1407. b12.TextureId = ""
  1408. b12.MeshType = Enum.MeshType.FileMesh
  1409. b12.Name = "Mesh"
  1410. b12.VertexColor = Vector3.new(0, 0, 0)
  1411. b12.Scale = Vector3.new(1, 3, 1.29999995)
  1412. p13 = Instance.new("Part", m)
  1413. p13.BrickColor = BrickColor.new("Really black")
  1414. p13.FormFactor = Enum.FormFactor.Custom
  1415. p13.Size = Vector3.new(1, 2, 1)
  1416. p13.CFrame = CFrame.new(-3.32689047, 6.86741829, -3.40101862, -9.81709945e-007, -0.319307148, 0.947651446, -5.6545997e-007, -0.947651923, -0.31930691, 1.00000048, -8.39551717e-007, 1.79318391e-007)
  1417. p13.CanCollide = false
  1418. p13.Locked = true
  1419. p13.BottomSurface = Enum.SurfaceType.Smooth
  1420. p13.TopSurface = Enum.SurfaceType.Smooth
  1421. b13 = Instance.new("SpecialMesh", p13)
  1422. b13.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1423. b13.TextureId = ""
  1424. b13.MeshType = Enum.MeshType.FileMesh
  1425. b13.Name = "Mesh"
  1426. b13.VertexColor = Vector3.new(0, 0, 0)
  1427. b13.Scale = Vector3.new(1, 3, 1.29999995)
  1428. p14 = Instance.new("Part", m)
  1429. p14.BrickColor = BrickColor.new("Really black")
  1430. p14.FormFactor = Enum.FormFactor.Custom
  1431. p14.Size = Vector3.new(1, 2, 1)
  1432. p14.CFrame = CFrame.new(-3.02689028, 7.96740961, -3.40101862, -1.33478545e-006, -0.750354111, 0.661036491, -5.20037702e-008, -0.661037207, -0.750354171, 1.0000006, -6.31296757e-007, 2.01137496e-007)
  1433. p14.CanCollide = false
  1434. p14.Locked = true
  1435. p14.BottomSurface = Enum.SurfaceType.Smooth
  1436. p14.TopSurface = Enum.SurfaceType.Smooth
  1437. b14 = Instance.new("SpecialMesh", p14)
  1438. b14.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1439. b14.TextureId = ""
  1440. b14.MeshType = Enum.MeshType.FileMesh
  1441. b14.Name = "Mesh"
  1442. b14.VertexColor = Vector3.new(0, 0, 0)
  1443. b14.Scale = Vector3.new(1, 3, 1.29999995)
  1444. p15 = Instance.new("Part", m)
  1445. p15.BrickColor = BrickColor.new("Really black")
  1446. p15.FormFactor = Enum.FormFactor.Custom
  1447. p15.Size = Vector3.new(1, 2.5, 1)
  1448. p15.CFrame = CFrame.new(-2.96531463, 7.75924349, -2.90101862, 0.342019022, -0.520305753, 0.782499552, -1.1920929e-007, -0.832718909, -0.553697407, 0.939693451, 0.189374983, -0.284806281)
  1449. p15.CanCollide = false
  1450. p15.Locked = true
  1451. p15.BottomSurface = Enum.SurfaceType.Smooth
  1452. p15.TopSurface = Enum.SurfaceType.Smooth
  1453. b15 = Instance.new("SpecialMesh", p15)
  1454. b15.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1455. b15.TextureId = ""
  1456. b15.MeshType = Enum.MeshType.FileMesh
  1457. b15.Name = "Mesh"
  1458. b15.VertexColor = Vector3.new(0, 0, 0)
  1459. b15.Scale = Vector3.new(1, 3, 1.29999995)
  1460. p16 = Instance.new("Part", m)
  1461. p16.BrickColor = BrickColor.new("Really black")
  1462. p16.FormFactor = Enum.FormFactor.Custom
  1463. p16.Size = Vector3.new(1, 2.5, 1)
  1464. p16.CFrame = CFrame.new(-2.96531439, 7.75924349, -3.80101967, -0.258820295, -0.534830391, 0.804343879, -1.78813934e-007, -0.832718968, -0.553697228, 0.96592629, -0.143308073, 0.215523779)
  1465. p16.CanCollide = false
  1466. p16.Locked = true
  1467. p16.BottomSurface = Enum.SurfaceType.Smooth
  1468. p16.TopSurface = Enum.SurfaceType.Smooth
  1469. b16 = Instance.new("SpecialMesh", p16)
  1470. b16.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1471. b16.TextureId = ""
  1472. b16.MeshType = Enum.MeshType.FileMesh
  1473. b16.Name = "Mesh"
  1474. b16.VertexColor = Vector3.new(0, 0, 0)
  1475. b16.Scale = Vector3.new(1, 3, 1.29999995)
  1476. p17 = Instance.new("Part", m)
  1477. p17.BrickColor = BrickColor.new("Really black")
  1478. p17.FormFactor = Enum.FormFactor.Custom
  1479. p17.Size = Vector3.new(1, 2.4000001, 1)
  1480. p17.CFrame = CFrame.new(-2.69075108, 7.07788849, -3.40101933, -1.13248825e-006, -0.319307148, 0.947651625, -1.1920929e-006, -0.947652161, -0.319306791, 1.0000006, -1.54972076e-006, 1.04308128e-007)
  1481. p17.CanCollide = false
  1482. p17.Locked = true
  1483. p17.BottomSurface = Enum.SurfaceType.Smooth
  1484. p17.TopSurface = Enum.SurfaceType.Smooth
  1485. b17 = Instance.new("SpecialMesh", p17)
  1486. b17.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1487. b17.TextureId = ""
  1488. b17.MeshType = Enum.MeshType.FileMesh
  1489. b17.Name = "Mesh"
  1490. b17.VertexColor = Vector3.new(0, 0, 0)
  1491. b17.Scale = Vector3.new(1, 3, 1.29999995)
  1492. p18 = Instance.new("Part", m)
  1493. p18.BrickColor = BrickColor.new("Really black")
  1494. p18.FormFactor = Enum.FormFactor.Custom
  1495. p18.Size = Vector3.new(2, 2, 2)
  1496. p18.CFrame = CFrame.new(-1.70003319, 8.71796608, -3.40004444, -2.37434961e-006, 1.78813934e-007, 1.00000036, -2.35242567e-007, 1.00000072, 3.27825546e-007, -1.0000006, 7.95440158e-009, -2.91315405e-006)
  1497. p18.CanCollide = false
  1498. p18.Locked = true
  1499. p18.BottomSurface = Enum.SurfaceType.Smooth
  1500. p18.TopSurface = Enum.SurfaceType.Smooth
  1501. b18 = Instance.new("SpecialMesh", p18)
  1502. b18.MeshId = "http://www.roblox.com/asset/?id=16627529"
  1503. b18.TextureId = ""
  1504. b18.MeshType = Enum.MeshType.FileMesh
  1505. b18.Name = "Mesh"
  1506. b18.VertexColor = Vector3.new(0, 0, 0)
  1507. b18.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  1508. w1 = Instance.new("Weld", p1)
  1509. w1.Name = "Head_Weld"
  1510. w1.Part0 = p1
  1511. w1.C0 = CFrame.new(3.40111661, -0.744508088, 8.58160019, -5.48362732e-006, 3.27825546e-007, 1, -0.978699088, -0.205299854, -5.30481339e-006, 0.205299824, -0.978699148, 1.49011612e-006)
  1512. w1.Part1 = p2
  1513. w1.C1 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  1514. w2 = Instance.new("Weld", p2)
  1515. w2.Name = "Part_Weld"
  1516. w2.Part0 = p2
  1517. w2.C0 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  1518. w2.Part1 = p3
  1519. w2.C1 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  1520. w3 = Instance.new("Weld", p3)
  1521. w3.Name = "Part_Weld"
  1522. w3.Part0 = p3
  1523. w3.C0 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  1524. w3.Part1 = p4
  1525. w3.C1 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  1526. w4 = Instance.new("Weld", p4)
  1527. w4.Name = "Part_Weld"
  1528. w4.Part0 = p4
  1529. w4.C0 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  1530. w4.Part1 = p5
  1531. w4.C1 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  1532. w5 = Instance.new("Weld", p5)
  1533. w5.Name = "Part_Weld"
  1534. w5.Part0 = p5
  1535. w5.C0 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  1536. w5.Part1 = p6
  1537. w5.C1 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  1538. w6 = Instance.new("Weld", p6)
  1539. w6.Name = "Part_Weld"
  1540. w6.Part0 = p6
  1541. w6.C0 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  1542. w6.Part1 = p7
  1543. w6.C1 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  1544. w7 = Instance.new("Weld", p7)
  1545. w7.Name = "Part_Weld"
  1546. w7.Part0 = p7
  1547. w7.C0 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  1548. w7.Part1 = p8
  1549. w7.C1 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  1550. w8 = Instance.new("Weld", p8)
  1551. w8.Name = "Part_Weld"
  1552. w8.Part0 = p8
  1553. w8.C0 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  1554. w8.Part1 = p9
  1555. w8.C1 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  1556. w9 = Instance.new("Weld", p9)
  1557. w9.Name = "Part_Weld"
  1558. w9.Part0 = p9
  1559. w9.C0 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  1560. w9.Part1 = p10
  1561. w9.C1 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  1562. w10 = Instance.new("Weld", p10)
  1563. w10.Name = "Part_Weld"
  1564. w10.Part0 = p10
  1565. w10.C0 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  1566. w10.Part1 = p11
  1567. w10.C1 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  1568. w11 = Instance.new("Weld", p11)
  1569. w11.Name = "Part_Weld"
  1570. w11.Part0 = p11
  1571. w11.C0 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  1572. w11.Part1 = p12
  1573. w11.C1 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  1574. w12 = Instance.new("Weld", p12)
  1575. w12.Name = "Part_Weld"
  1576. w12.Part0 = p12
  1577. w12.C0 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  1578. w12.Part1 = p13
  1579. w12.C1 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  1580. w13 = Instance.new("Weld", p13)
  1581. w13.Name = "Part_Weld"
  1582. w13.Part0 = p13
  1583. w13.C0 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  1584. w13.Part1 = p14
  1585. w13.C1 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  1586. w14 = Instance.new("Weld", p14)
  1587. w14.Name = "Part_Weld"
  1588. w14.Part0 = p14
  1589. w14.C0 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  1590. w14.Part1 = p15
  1591. w14.C1 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  1592. w15 = Instance.new("Weld", p15)
  1593. w15.Name = "Part_Weld"
  1594. w15.Part0 = p15
  1595. w15.C0 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  1596. w15.Part1 = p16
  1597. w15.C1 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  1598. w16 = Instance.new("Weld", p16)
  1599. w16.Name = "Part_Weld"
  1600. w16.Part0 = p16
  1601. w16.C0 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  1602. w16.Part1 = p17
  1603. w16.C1 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  1604. w17 = Instance.new("Weld", p17)
  1605. w17.Name = "Part_Weld"
  1606. w17.Part0 = p17
  1607. w17.C0 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  1608. w17.Part1 = p18
  1609. w17.C1 = CFrame.new(-3.40004683, -8.71796036, 1.70002675, -2.6504224e-006, -7.89943471e-008, -1, -2.47197018e-008, 1, -7.89942831e-008, 1, 2.47194887e-008, -2.6504224e-006)
  1610. m.Parent = char
  1611. m:MakeJoints()
  1612. ----------------------------------------------------
  1613. local cor = Instance.new("Part", char.Hair)
  1614. cor.Name = "Link"
  1615. cor.Locked = true
  1616. cor.BottomSurface = 0
  1617. cor.CanCollide = false
  1618. cor.Size = Vector3.new(1, 9, 1)
  1619. cor.Transparency = 1
  1620. cor.TopSurface = 0
  1621. corw = Instance.new("Weld", cor)
  1622. corw.Part0 = hed
  1623. corw.Part1 = cor
  1624. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1625. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1626. weld1 = Instance.new("Weld", char.Hair)
  1627. weld1.Part0 = cor
  1628. weld1.Part1 = char.Hair.Head
  1629. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1630. print("Success")
  1631. --------------------------------------------------
  1632. local m = Instance.new("Model")
  1633. m.Name = "Claw"
  1634. p1 = Instance.new("Part", m)
  1635. p1.BrickColor = BrickColor.new("Really black")
  1636. p1.FormFactor = Enum.FormFactor.Custom
  1637. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  1638. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  1639. p1.CanCollide = false
  1640. p1.Locked = true
  1641. p1.BottomSurface = Enum.SurfaceType.Smooth
  1642. p1.TopSurface = Enum.SurfaceType.Smooth
  1643. b1 = Instance.new("BlockMesh", p1)
  1644. b1.Name = "Mesh"
  1645. p2 = Instance.new("WedgePart", m)
  1646. p2.BrickColor = BrickColor.new("Really black")
  1647. p2.Name = "Wedge"
  1648. p2.FormFactor = Enum.FormFactor.Custom
  1649. p2.Size = Vector3.new(3, 1, 0.5)
  1650. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  1651. p2.CanCollide = false
  1652. p2.Locked = true
  1653. p2.BottomSurface = Enum.SurfaceType.Smooth
  1654. p2.TopSurface = Enum.SurfaceType.Smooth
  1655. p3 = Instance.new("Part", m)
  1656. p3.BrickColor = BrickColor.new("Really black")
  1657. p3.FormFactor = Enum.FormFactor.Custom
  1658. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  1659. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  1660. p3.CanCollide = false
  1661. p3.Locked = true
  1662. p3.BottomSurface = Enum.SurfaceType.Smooth
  1663. p3.TopSurface = Enum.SurfaceType.Smooth
  1664. b2 = Instance.new("BlockMesh", p3)
  1665. b2.Name = "Mesh"
  1666. p4 = Instance.new("WedgePart", m)
  1667. p4.BrickColor = BrickColor.new("Really black")
  1668. p4.Name = "Wedge"
  1669. p4.FormFactor = Enum.FormFactor.Custom
  1670. p4.Size = Vector3.new(3, 1, 0.5)
  1671. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  1672. p4.CanCollide = false
  1673. p4.Locked = true
  1674. p4.BottomSurface = Enum.SurfaceType.Smooth
  1675. p4.TopSurface = Enum.SurfaceType.Smooth
  1676. p5 = Instance.new("Part", m)
  1677. p5.BrickColor = BrickColor.new("Really black")
  1678. p5.FormFactor = Enum.FormFactor.Custom
  1679. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  1680. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  1681. p5.CanCollide = false
  1682. p5.Locked = true
  1683. p5.BottomSurface = Enum.SurfaceType.Smooth
  1684. p5.TopSurface = Enum.SurfaceType.Smooth
  1685. b3 = Instance.new("BlockMesh", p5)
  1686. b3.Name = "Mesh"
  1687. p6 = Instance.new("Part", m)
  1688. p6.BrickColor = BrickColor.new("Really black")
  1689. p6.FormFactor = Enum.FormFactor.Custom
  1690. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  1691. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  1692. p6.CanCollide = false
  1693. p6.Locked = true
  1694. p6.BottomSurface = Enum.SurfaceType.Smooth
  1695. p6.TopSurface = Enum.SurfaceType.Smooth
  1696. b4 = Instance.new("BlockMesh", p6)
  1697. b4.Name = "Mesh"
  1698. p7 = Instance.new("Part", m)
  1699. p7.BrickColor = BrickColor.new("Really black")
  1700. p7.FormFactor = Enum.FormFactor.Custom
  1701. p7.Size = Vector3.new(3, 1, 1.20000005)
  1702. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  1703. p7.CanCollide = false
  1704. p7.Locked = true
  1705. p7.BottomSurface = Enum.SurfaceType.Smooth
  1706. p7.TopSurface = Enum.SurfaceType.Smooth
  1707. b5 = Instance.new("BlockMesh", p7)
  1708. b5.Name = "Mesh"
  1709. p8 = Instance.new("Part", m)
  1710. p8.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1711. p8.FormFactor = Enum.FormFactor.Symmetric
  1712. p8.Size = Vector3.new(1, 1, 1)
  1713. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  1714. p8.CanCollide = false
  1715. p8.Locked = true
  1716. b6 = Instance.new("SpecialMesh", p8)
  1717. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1718. b6.TextureId = ""
  1719. b6.MeshType = Enum.MeshType.FileMesh
  1720. b6.Name = "Mesh"
  1721. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1722. p9 = Instance.new("Part", m)
  1723. p9.BrickColor = BrickColor.new("Really black")
  1724. p9.FormFactor = Enum.FormFactor.Custom
  1725. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  1726. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  1727. p9.CanCollide = false
  1728. p9.Locked = true
  1729. p9.BottomSurface = Enum.SurfaceType.Smooth
  1730. p9.TopSurface = Enum.SurfaceType.Smooth
  1731. b7 = Instance.new("BlockMesh", p9)
  1732. b7.Name = "Mesh"
  1733. p10 = Instance.new("Part", m)
  1734. p10.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1735. p10.FormFactor = Enum.FormFactor.Symmetric
  1736. p10.Size = Vector3.new(1, 1, 1)
  1737. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  1738. p10.CanCollide = false
  1739. p10.Locked = true
  1740. b8 = Instance.new("SpecialMesh", p10)
  1741. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1742. b8.TextureId = ""
  1743. b8.MeshType = Enum.MeshType.FileMesh
  1744. b8.Name = "Mesh"
  1745. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1746. p11 = Instance.new("Part", m)
  1747. p11.BrickColor = BrickColor.new("Really black")
  1748. p11.FormFactor = Enum.FormFactor.Custom
  1749. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  1750. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  1751. p11.CanCollide = false
  1752. p11.Locked = true
  1753. p11.BottomSurface = Enum.SurfaceType.Smooth
  1754. p11.TopSurface = Enum.SurfaceType.Smooth
  1755. b9 = Instance.new("BlockMesh", p11)
  1756. b9.Name = "Mesh"
  1757. p12 = Instance.new("Part", m)
  1758. p12.BrickColor = BrickColor.new("Really black")
  1759. p12.FormFactor = Enum.FormFactor.Custom
  1760. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  1761. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  1762. p12.CanCollide = false
  1763. p12.Locked = true
  1764. p12.BottomSurface = Enum.SurfaceType.Smooth
  1765. p12.TopSurface = Enum.SurfaceType.Smooth
  1766. b10 = Instance.new("BlockMesh", p12)
  1767. b10.Name = "Mesh"
  1768. p13 = Instance.new("Part", m)
  1769. p13.BrickColor = BrickColor.new("Really black")
  1770. p13.FormFactor = Enum.FormFactor.Custom
  1771. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  1772. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  1773. p13.CanCollide = false
  1774. p13.Locked = true
  1775. p13.BottomSurface = Enum.SurfaceType.Smooth
  1776. p13.TopSurface = Enum.SurfaceType.Smooth
  1777. b11 = Instance.new("BlockMesh", p13)
  1778. b11.Name = "Mesh"
  1779. p14 = Instance.new("Part", m)
  1780. p14.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1781. p14.FormFactor = Enum.FormFactor.Symmetric
  1782. p14.Size = Vector3.new(1, 1, 1)
  1783. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  1784. p14.CanCollide = false
  1785. p14.Locked = true
  1786. b12 = Instance.new("SpecialMesh", p14)
  1787. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1788. b12.TextureId = ""
  1789. b12.MeshType = Enum.MeshType.FileMesh
  1790. b12.Name = "Mesh"
  1791. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1792. p15 = Instance.new("Part", m)
  1793. p15.BrickColor = BrickColor.new("Medium stone grey")
  1794. p15.Transparency = 1
  1795. p15.Name = "ArmPart"
  1796. p15.FormFactor = Enum.FormFactor.Custom
  1797. p15.Size = Vector3.new(2, 1, 1)
  1798. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  1799. p15.CanCollide = false
  1800. p15.Locked = true
  1801. p15.BottomSurface = Enum.SurfaceType.Smooth
  1802. p15.TopSurface = Enum.SurfaceType.Smooth
  1803. b13 = Instance.new("BlockMesh", p15)
  1804. b13.Name = "Mesh"
  1805. p16 = Instance.new("Part", m)
  1806. p16.BrickColor = BrickColor.new("Really black")
  1807. p16.FormFactor = Enum.FormFactor.Custom
  1808. p16.Size = Vector3.new(3, 1, 2.4000001)
  1809. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  1810. p16.CanCollide = false
  1811. p16.Locked = true
  1812. p16.BottomSurface = Enum.SurfaceType.Smooth
  1813. p16.TopSurface = Enum.SurfaceType.Smooth
  1814. b14 = Instance.new("BlockMesh", p16)
  1815. b14.Name = "Mesh"
  1816. p17 = Instance.new("Part", m)
  1817. p17.BrickColor = BrickColor.new("Really black")
  1818. p17.FormFactor = Enum.FormFactor.Custom
  1819. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1820. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  1821. p17.CanCollide = false
  1822. p17.Locked = true
  1823. p17.BottomSurface = Enum.SurfaceType.Smooth
  1824. p17.TopSurface = Enum.SurfaceType.Smooth
  1825. b15 = Instance.new("BlockMesh", p17)
  1826. b15.Name = "Mesh"
  1827. p18 = Instance.new("Part", m)
  1828. p18.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1829. p18.FormFactor = Enum.FormFactor.Symmetric
  1830. p18.Size = Vector3.new(1, 1, 1)
  1831. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  1832. p18.CanCollide = false
  1833. p18.Locked = true
  1834. b16 = Instance.new("SpecialMesh", p18)
  1835. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1836. b16.TextureId = ""
  1837. b16.MeshType = Enum.MeshType.FileMesh
  1838. b16.Name = "Mesh"
  1839. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1840. p19 = Instance.new("Part", m)
  1841. p19.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1842. p19.FormFactor = Enum.FormFactor.Symmetric
  1843. p19.Size = Vector3.new(1, 1, 1)
  1844. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  1845. p19.CanCollide = false
  1846. p19.Locked = true
  1847. b17 = Instance.new("SpecialMesh", p19)
  1848. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1849. b17.TextureId = ""
  1850. b17.MeshType = Enum.MeshType.FileMesh
  1851. b17.Name = "Mesh"
  1852. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1853. p20 = Instance.new("Part", m)
  1854. p20.BrickColor = BrickColor.new("Really black")
  1855. p20.FormFactor = Enum.FormFactor.Custom
  1856. p20.Size = Vector3.new(3, 1, 2.4000001)
  1857. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  1858. p20.CanCollide = false
  1859. p20.Locked = true
  1860. p20.BottomSurface = Enum.SurfaceType.Smooth
  1861. p20.TopSurface = Enum.SurfaceType.Smooth
  1862. b18 = Instance.new("BlockMesh", p20)
  1863. b18.Name = "Mesh"
  1864. p21 = Instance.new("Part", m)
  1865. p21.BrickColor = BrickColor.new("Really black")
  1866. p21.FormFactor = Enum.FormFactor.Custom
  1867. p21.Size = Vector3.new(3, 1, 1.19999993)
  1868. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  1869. p21.CanCollide = false
  1870. p21.Locked = true
  1871. p21.BottomSurface = Enum.SurfaceType.Smooth
  1872. p21.TopSurface = Enum.SurfaceType.Smooth
  1873. b19 = Instance.new("BlockMesh", p21)
  1874. b19.Name = "Mesh"
  1875. p22 = Instance.new("WedgePart", m)
  1876. p22.BrickColor = BrickColor.new("Really black")
  1877. p22.Name = "Wedge"
  1878. p22.FormFactor = Enum.FormFactor.Custom
  1879. p22.Size = Vector3.new(3, 1, 0.5)
  1880. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  1881. p22.CanCollide = false
  1882. p22.Locked = true
  1883. p22.BottomSurface = Enum.SurfaceType.Smooth
  1884. p22.TopSurface = Enum.SurfaceType.Smooth
  1885. p23 = Instance.new("Part", m)
  1886. p23.BrickColor = BrickColor.new("Really black")
  1887. p23.FormFactor = Enum.FormFactor.Custom
  1888. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1889. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  1890. p23.CanCollide = false
  1891. p23.Locked = true
  1892. p23.BottomSurface = Enum.SurfaceType.Smooth
  1893. p23.TopSurface = Enum.SurfaceType.Smooth
  1894. b20 = Instance.new("BlockMesh", p23)
  1895. b20.Name = "Mesh"
  1896. p24 = Instance.new("WedgePart", m)
  1897. p24.BrickColor = BrickColor.new("Really black")
  1898. p24.Name = "Wedge"
  1899. p24.FormFactor = Enum.FormFactor.Custom
  1900. p24.Size = Vector3.new(3, 1, 0.5)
  1901. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  1902. p24.CanCollide = false
  1903. p24.Locked = true
  1904. p24.BottomSurface = Enum.SurfaceType.Smooth
  1905. p24.TopSurface = Enum.SurfaceType.Smooth
  1906. p25 = Instance.new("Part", m)
  1907. p25.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1908. p25.FormFactor = Enum.FormFactor.Symmetric
  1909. p25.Size = Vector3.new(1, 1, 1)
  1910. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  1911. p25.CanCollide = false
  1912. p25.Locked = true
  1913. p25.BottomSurface = Enum.SurfaceType.Smooth
  1914. p25.TopSurface = Enum.SurfaceType.Smooth
  1915. b21 = Instance.new("SpecialMesh", p25)
  1916. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1917. b21.TextureId = ""
  1918. b21.MeshType = Enum.MeshType.FileMesh
  1919. b21.Name = "Mesh"
  1920. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1921. p26 = Instance.new("Part", m)
  1922. p26.BrickColor = BrickColor.new("Really black")
  1923. p26.FormFactor = Enum.FormFactor.Symmetric
  1924. p26.Size = Vector3.new(1, 1, 1)
  1925. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  1926. p26.CanCollide = false
  1927. p26.Locked = true
  1928. p26.BottomSurface = Enum.SurfaceType.Smooth
  1929. p26.TopSurface = Enum.SurfaceType.Smooth
  1930. b22 = Instance.new("SpecialMesh", p26)
  1931. b22.MeshType = Enum.MeshType.Brick
  1932. b22.Name = "Mesh"
  1933. w1 = Instance.new("Weld", p1)
  1934. w1.Name = "Wedge_Weld"
  1935. w1.Part0 = p1
  1936. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  1937. w1.Part1 = p2
  1938. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  1939. w2 = Instance.new("Weld", p2)
  1940. w2.Name = "Part_Weld"
  1941. w2.Part0 = p2
  1942. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  1943. w2.Part1 = p3
  1944. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  1945. w3 = Instance.new("Weld", p3)
  1946. w3.Name = "Wedge_Weld"
  1947. w3.Part0 = p3
  1948. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  1949. w3.Part1 = p4
  1950. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  1951. w4 = Instance.new("Weld", p4)
  1952. w4.Name = "Part_Weld"
  1953. w4.Part0 = p4
  1954. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  1955. w4.Part1 = p5
  1956. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  1957. w5 = Instance.new("Weld", p5)
  1958. w5.Name = "Part_Weld"
  1959. w5.Part0 = p5
  1960. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  1961. w5.Part1 = p6
  1962. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  1963. w6 = Instance.new("Weld", p6)
  1964. w6.Name = "Part_Weld"
  1965. w6.Part0 = p6
  1966. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  1967. w6.Part1 = p7
  1968. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  1969. w7 = Instance.new("Weld", p7)
  1970. w7.Name = "Part_Weld"
  1971. w7.Part0 = p7
  1972. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  1973. w7.Part1 = p8
  1974. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  1975. w8 = Instance.new("Weld", p8)
  1976. w8.Name = "Part_Weld"
  1977. w8.Part0 = p8
  1978. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  1979. w8.Part1 = p9
  1980. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  1981. w9 = Instance.new("Weld", p9)
  1982. w9.Name = "Part_Weld"
  1983. w9.Part0 = p9
  1984. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  1985. w9.Part1 = p10
  1986. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  1987. w10 = Instance.new("Weld", p10)
  1988. w10.Name = "Part_Weld"
  1989. w10.Part0 = p10
  1990. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  1991. w10.Part1 = p11
  1992. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  1993. w11 = Instance.new("Weld", p11)
  1994. w11.Name = "Part_Weld"
  1995. w11.Part0 = p11
  1996. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  1997. w11.Part1 = p12
  1998. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  1999. w12 = Instance.new("Weld", p12)
  2000. w12.Name = "Part_Weld"
  2001. w12.Part0 = p12
  2002. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  2003. w12.Part1 = p13
  2004. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  2005. w13 = Instance.new("Weld", p13)
  2006. w13.Name = "Part_Weld"
  2007. w13.Part0 = p13
  2008. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  2009. w13.Part1 = p14
  2010. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  2011. w14 = Instance.new("Weld", p14)
  2012. w14.Name = "ArmPart_Weld"
  2013. w14.Part0 = p14
  2014. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  2015. w14.Part1 = p15
  2016. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  2017. w15 = Instance.new("Weld", p15)
  2018. w15.Name = "Part_Weld"
  2019. w15.Part0 = p15
  2020. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  2021. w15.Part1 = p16
  2022. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  2023. w16 = Instance.new("Weld", p16)
  2024. w16.Name = "Part_Weld"
  2025. w16.Part0 = p16
  2026. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  2027. w16.Part1 = p17
  2028. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  2029. w17 = Instance.new("Weld", p17)
  2030. w17.Name = "Part_Weld"
  2031. w17.Part0 = p17
  2032. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  2033. w17.Part1 = p18
  2034. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  2035. w18 = Instance.new("Weld", p18)
  2036. w18.Name = "Part_Weld"
  2037. w18.Part0 = p18
  2038. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  2039. w18.Part1 = p19
  2040. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  2041. w19 = Instance.new("Weld", p19)
  2042. w19.Name = "Part_Weld"
  2043. w19.Part0 = p19
  2044. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  2045. w19.Part1 = p20
  2046. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  2047. w20 = Instance.new("Weld", p20)
  2048. w20.Name = "Part_Weld"
  2049. w20.Part0 = p20
  2050. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  2051. w20.Part1 = p21
  2052. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  2053. w21 = Instance.new("Weld", p21)
  2054. w21.Name = "Wedge_Weld"
  2055. w21.Part0 = p21
  2056. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  2057. w21.Part1 = p22
  2058. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  2059. w22 = Instance.new("Weld", p22)
  2060. w22.Name = "Part_Weld"
  2061. w22.Part0 = p22
  2062. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  2063. w22.Part1 = p23
  2064. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  2065. w23 = Instance.new("Weld", p23)
  2066. w23.Name = "Wedge_Weld"
  2067. w23.Part0 = p23
  2068. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  2069. w23.Part1 = p24
  2070. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  2071. w24 = Instance.new("Weld", p24)
  2072. w24.Name = "Part_Weld"
  2073. w24.Part0 = p24
  2074. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  2075. w24.Part1 = p25
  2076. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  2077. w25 = Instance.new("Weld", p25)
  2078. w25.Name = "Part_Weld"
  2079. w25.Part0 = p25
  2080. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  2081. w25.Part1 = p26
  2082. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  2083. m.Parent = char
  2084. m:MakeJoints()
  2085. ----------------------------------------------------
  2086. local cor2 = Instance.new("Part", char.Claw)
  2087. cor2.Name = "Thingy"
  2088. cor2.Locked = true
  2089. cor2.BottomSurface = 0
  2090. cor2.CanCollide = false
  2091. cor2.Size = Vector3.new(2, 1, 1)
  2092. cor2.Transparency = 1
  2093. cor2.TopSurface = 0
  2094. corw2 = Instance.new("Weld", cor2)
  2095. corw2.Part0 = larm
  2096. corw2.Part1 = cor2
  2097. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  2098. corw2.C1 = CFrame.new(0, 0, 0)
  2099. weld2 = Instance.new("Weld", char.Claw)
  2100. weld2.Part0 = cor2
  2101. weld2.Part1 = char.Claw.ArmPart
  2102. weld2.C0 = CFrame.new(0, 0, 0)
  2103. ----------------------------------------------------
  2104. for i,v in pairs (char.Claw:GetChildren()) do
  2105. if v:IsA("Part") then
  2106. v.Transparency=1
  2107. end
  2108. end
  2109. for i,v in pairs (char.Claw:GetChildren()) do
  2110. if v:IsA("WedgePart") then
  2111. v.Transparency=1
  2112. end
  2113. end
  2114.  
  2115. ----------------------------------------------------
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123. --[[local m = Instance.new("Model")
  2124. m.Name = "Absolution"
  2125. p1 = Instance.new("Part", m)
  2126. p1.BrickColor = BrickColor.new("Bright blue")
  2127. p1.Material = "Neon"
  2128. p1.FormFactor = Enum.FormFactor.Custom
  2129. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  2130. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  2131. p1.CanCollide = false
  2132. p1.Locked = true
  2133. p1.Elasticity = 0
  2134. p1.BottomSurface = Enum.SurfaceType.Smooth
  2135. p1.TopSurface = Enum.SurfaceType.Smooth
  2136. b1 = Instance.new("SpecialMesh", p1)
  2137. b1.MeshType = Enum.MeshType.Wedge
  2138. b1.Name = "Mesh"
  2139. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  2140. p2 = Instance.new("Part", m)
  2141. p2.BrickColor = BrickColor.new("Really black")
  2142. p2.FormFactor = Enum.FormFactor.Custom
  2143. p2.Size = Vector3.new(1, 2.9000001, 1)
  2144. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  2145. p2.CanCollide = false
  2146. p2.Locked = true
  2147. p2.Elasticity = 0
  2148. p2.BottomSurface = Enum.SurfaceType.Smooth
  2149. p2.TopSurface = Enum.SurfaceType.Smooth
  2150. b2 = Instance.new("BlockMesh", p2)
  2151. b2.Name = "Mesh"
  2152. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2153. p3 = Instance.new("Part", m)
  2154. p3.BrickColor = BrickColor.new("Bright blue")
  2155. p3.Material = "Neon"
  2156. p3.FormFactor = Enum.FormFactor.Custom
  2157. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  2158. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  2159. p3.CanCollide = false
  2160. p3.Locked = true
  2161. p3.Elasticity = 0
  2162. p3.BottomSurface = Enum.SurfaceType.Smooth
  2163. p3.TopSurface = Enum.SurfaceType.Smooth
  2164. b3 = Instance.new("SpecialMesh", p3)
  2165. b3.MeshType = Enum.MeshType.Wedge
  2166. b3.Name = "Mesh"
  2167. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  2168. p4 = Instance.new("Part", m)
  2169. p4.BrickColor = BrickColor.new("Bright blue")
  2170. p4.Material = "Neon"
  2171. p4.FormFactor = Enum.FormFactor.Custom
  2172. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  2173. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  2174. p4.CanCollide = false
  2175. p4.Locked = true
  2176. p4.Elasticity = 0
  2177. p4.BottomSurface = Enum.SurfaceType.Smooth
  2178. p4.TopSurface = Enum.SurfaceType.Smooth
  2179. b4 = Instance.new("SpecialMesh", p4)
  2180. b4.MeshType = Enum.MeshType.Wedge
  2181. b4.Name = "Mesh"
  2182. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  2183. p5 = Instance.new("Part", m)
  2184. p5.BrickColor = BrickColor.new("Bright blue")
  2185. p5.Material = "Neon"
  2186. p5.FormFactor = Enum.FormFactor.Custom
  2187. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  2188. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  2189. p5.CanCollide = false
  2190. p5.Locked = true
  2191. p5.Elasticity = 0
  2192. p5.BottomSurface = Enum.SurfaceType.Smooth
  2193. p5.TopSurface = Enum.SurfaceType.Smooth
  2194. b5 = Instance.new("SpecialMesh", p5)
  2195. b5.MeshType = Enum.MeshType.Wedge
  2196. b5.Name = "Mesh"
  2197. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  2198. p6 = Instance.new("Part", m)
  2199. p6.Name = "Handle"
  2200. p6.BrickColor = BrickColor.new("Really black")
  2201. p6.FormFactor = Enum.FormFactor.Custom
  2202. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  2203. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  2204. p6.CanCollide = false
  2205. p6.Locked = true
  2206. p6.Elasticity = 0
  2207. p6.BottomSurface = Enum.SurfaceType.Smooth
  2208. p6.TopSurface = Enum.SurfaceType.Smooth
  2209. b6 = Instance.new("BlockMesh", p6)
  2210. b6.Name = "Mesh"
  2211. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2212. p7 = Instance.new("Part", m)
  2213. p7.BrickColor = BrickColor.new("Bright blue")
  2214. p7.Material = "Neon"
  2215. p7.FormFactor = Enum.FormFactor.Custom
  2216. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  2217. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  2218. p7.CanCollide = false
  2219. p7.Locked = true
  2220. p7.Elasticity = 0
  2221. p7.BottomSurface = Enum.SurfaceType.Smooth
  2222. p7.TopSurface = Enum.SurfaceType.Smooth
  2223. b7 = Instance.new("SpecialMesh", p7)
  2224. b7.MeshType = Enum.MeshType.Wedge
  2225. b7.Name = "Mesh"
  2226. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  2227. p8 = Instance.new("Part", m)
  2228. p8.BrickColor = BrickColor.new("Bright blue")
  2229. p8.Material = "Neon"
  2230. p8.FormFactor = Enum.FormFactor.Custom
  2231. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  2232. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  2233. p8.CanCollide = false
  2234. p8.Locked = true
  2235. p8.Elasticity = 0
  2236. p8.BottomSurface = Enum.SurfaceType.Smooth
  2237. p8.TopSurface = Enum.SurfaceType.Smooth
  2238. b8 = Instance.new("SpecialMesh", p8)
  2239. b8.MeshType = Enum.MeshType.Wedge
  2240. b8.Name = "Mesh"
  2241. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  2242. p9 = Instance.new("Part", m)
  2243. p9.BrickColor = BrickColor.new("Really black")
  2244. p9.FormFactor = Enum.FormFactor.Custom
  2245. p9.Size = Vector3.new(1, 1.07999957, 1)
  2246. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  2247. p9.CanCollide = false
  2248. p9.Locked = true
  2249. p9.Elasticity = 0
  2250. p9.BottomSurface = Enum.SurfaceType.Smooth
  2251. p9.TopSurface = Enum.SurfaceType.Smooth
  2252. b9 = Instance.new("BlockMesh", p9)
  2253. b9.Name = "Mesh"
  2254. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  2255. p10 = Instance.new("Part", m)
  2256. p10.BrickColor = BrickColor.new("Really black")
  2257. p10.FormFactor = Enum.FormFactor.Custom
  2258. p10.Size = Vector3.new(1, 1.41999948, 1)
  2259. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  2260. p10.CanCollide = false
  2261. p10.Locked = true
  2262. p10.Elasticity = 0
  2263. p10.BottomSurface = Enum.SurfaceType.Smooth
  2264. p10.TopSurface = Enum.SurfaceType.Smooth
  2265. b10 = Instance.new("BlockMesh", p10)
  2266. b10.Name = "Mesh"
  2267. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2268. p11 = Instance.new("Part", m)
  2269. p11.BrickColor = BrickColor.new("Really black")
  2270. p11.FormFactor = Enum.FormFactor.Custom
  2271. p11.Size = Vector3.new(1, 1.50999951, 1)
  2272. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  2273. p11.CanCollide = false
  2274. p11.Locked = true
  2275. p11.Elasticity = 0
  2276. p11.BottomSurface = Enum.SurfaceType.Smooth
  2277. p11.TopSurface = Enum.SurfaceType.Smooth
  2278. b11 = Instance.new("BlockMesh", p11)
  2279. b11.Name = "Mesh"
  2280. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  2281. p12 = Instance.new("Part", m)
  2282. p12.Name = "BladeCenter"
  2283. p12.BrickColor = BrickColor.new("Dark stone grey")
  2284. p12.Material = Enum.Material.Concrete
  2285. p12.FormFactor = Enum.FormFactor.Symmetric
  2286. p12.Size = Vector3.new(1, 2, 2)
  2287. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  2288. p12.CanCollide = false
  2289. p12.Locked = true
  2290. p12.BottomSurface = Enum.SurfaceType.Smooth
  2291. p12.TopSurface = Enum.SurfaceType.Smooth
  2292. b12 = Instance.new("SpecialMesh", p12)
  2293. b12.MeshType = Enum.MeshType.Brick
  2294. b12.Name = "Mesh"
  2295. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  2296. p13 = Instance.new("Part", m)
  2297. p13.BrickColor = BrickColor.new("Really black")
  2298. p13.FormFactor = Enum.FormFactor.Custom
  2299. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  2300. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  2301. p13.CanCollide = false
  2302. p13.Locked = true
  2303. p13.Elasticity = 0
  2304. p13.BottomSurface = Enum.SurfaceType.Smooth
  2305. p13.TopSurface = Enum.SurfaceType.Smooth
  2306. b13 = Instance.new("BlockMesh", p13)
  2307. b13.Name = "Mesh"
  2308. b13.Scale = Vector3.new(1, 1, 0.400000006)
  2309. p14 = Instance.new("Part", m)
  2310. p14.BrickColor = BrickColor.new("Really black")
  2311. p14.FormFactor = Enum.FormFactor.Custom
  2312. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  2313. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  2314. p14.CanCollide = false
  2315. p14.Locked = true
  2316. p14.Elasticity = 0
  2317. p14.BottomSurface = Enum.SurfaceType.Smooth
  2318. p14.TopSurface = Enum.SurfaceType.Smooth
  2319. b14 = Instance.new("BlockMesh", p14)
  2320. b14.Name = "Mesh"
  2321. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2322. p15 = Instance.new("Part", m)
  2323. p15.BrickColor = BrickColor.new("Really black")
  2324. p15.FormFactor = Enum.FormFactor.Custom
  2325. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  2326. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  2327. p15.CanCollide = false
  2328. p15.Locked = true
  2329. p15.Elasticity = 0
  2330. p15.BottomSurface = Enum.SurfaceType.Smooth
  2331. p15.TopSurface = Enum.SurfaceType.Smooth
  2332. b15 = Instance.new("BlockMesh", p15)
  2333. b15.Name = "Mesh"
  2334. b15.Scale = Vector3.new(1, 1, 0.400000006)
  2335. p16 = Instance.new("Part", m)
  2336. p16.BrickColor = BrickColor.new("Really black")
  2337. p16.FormFactor = Enum.FormFactor.Custom
  2338. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  2339. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  2340. p16.CanCollide = false
  2341. p16.Locked = true
  2342. p16.Elasticity = 0
  2343. p16.BottomSurface = Enum.SurfaceType.Smooth
  2344. p16.TopSurface = Enum.SurfaceType.Smooth
  2345. b16 = Instance.new("BlockMesh", p16)
  2346. b16.Name = "Mesh"
  2347. b16.Scale = Vector3.new(1, 1, 0.400000006)
  2348. p17 = Instance.new("Part", m)
  2349. p17.BrickColor = BrickColor.new("Really black")
  2350. p17.FormFactor = Enum.FormFactor.Custom
  2351. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  2352. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  2353. p17.CanCollide = false
  2354. p17.Locked = true
  2355. p17.Elasticity = 0
  2356. p17.BottomSurface = Enum.SurfaceType.Smooth
  2357. p17.TopSurface = Enum.SurfaceType.Smooth
  2358. b17 = Instance.new("BlockMesh", p17)
  2359. b17.Name = "Mesh"
  2360. b17.Scale = Vector3.new(1, 1, 0.400000006)
  2361. p18 = Instance.new("WedgePart", m)
  2362. p18.BrickColor = BrickColor.new("Dark stone grey")
  2363. p18.Name = "BladePart1"
  2364. p18.Material = Enum.Material.Concrete
  2365. p18.Name = "Wedge"
  2366. p18.FormFactor = Enum.FormFactor.Symmetric
  2367. p18.Size = Vector3.new(1, 4, 2)
  2368. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  2369. p18.CanCollide = false
  2370. p18.Locked = true
  2371. p18.BottomSurface = Enum.SurfaceType.Smooth
  2372. p18.TopSurface = Enum.SurfaceType.Smooth
  2373. b18 = Instance.new("SpecialMesh", p18)
  2374. b18.MeshType = Enum.MeshType.Wedge
  2375. b18.Name = "Mesh"
  2376. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  2377. p19 = Instance.new("WedgePart", m)
  2378. p19.BrickColor = BrickColor.new("Dark stone grey")
  2379. p19.Name = "BladePart2"
  2380. p19.Material = Enum.Material.Concrete
  2381. p19.Name = "Wedge"
  2382. p19.FormFactor = Enum.FormFactor.Symmetric
  2383. p19.Size = Vector3.new(1, 4, 2)
  2384. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  2385. p19.CanCollide = false
  2386. p19.Locked = true
  2387. p19.BottomSurface = Enum.SurfaceType.Smooth
  2388. p19.TopSurface = Enum.SurfaceType.Smooth
  2389. b19 = Instance.new("SpecialMesh", p19)
  2390. b19.MeshType = Enum.MeshType.Wedge
  2391. b19.Name = "Mesh"
  2392. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  2393. p20 = Instance.new("Part", m)
  2394. p20.BrickColor = BrickColor.new("Really black")
  2395. p20.FormFactor = Enum.FormFactor.Custom
  2396. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  2397. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  2398. p20.CanCollide = false
  2399. p20.Locked = true
  2400. p20.Elasticity = 0
  2401. p20.BottomSurface = Enum.SurfaceType.Smooth
  2402. p20.TopSurface = Enum.SurfaceType.Smooth
  2403. b20 = Instance.new("BlockMesh", p20)
  2404. b20.Name = "Mesh"
  2405. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2406. p21 = Instance.new("Part", m)
  2407. p21.BrickColor = BrickColor.new("Bright blue")
  2408. p21.Material = "Neon"
  2409. p21.FormFactor = Enum.FormFactor.Custom
  2410. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  2411. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  2412. p21.CanCollide = false
  2413. p21.Locked = true
  2414. p21.Elasticity = 0
  2415. p21.BottomSurface = Enum.SurfaceType.Smooth
  2416. p21.TopSurface = Enum.SurfaceType.Smooth
  2417. b21 = Instance.new("SpecialMesh", p21)
  2418. b21.MeshType = Enum.MeshType.Wedge
  2419. b21.Name = "Mesh"
  2420. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  2421. w1 = Instance.new("Weld", p1)
  2422. w1.Name = "Part_Weld"
  2423. w1.Part0 = p1
  2424. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  2425. w1.Part1 = p2
  2426. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  2427. w2 = Instance.new("Weld", p2)
  2428. w2.Name = "Part_Weld"
  2429. w2.Part0 = p2
  2430. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  2431. w2.Part1 = p3
  2432. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  2433. w3 = Instance.new("Weld", p3)
  2434. w3.Name = "Part_Weld"
  2435. w3.Part0 = p3
  2436. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  2437. w3.Part1 = p4
  2438. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  2439. w4 = Instance.new("Weld", p4)
  2440. w4.Name = "Part_Weld"
  2441. w4.Part0 = p4
  2442. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  2443. w4.Part1 = p5
  2444. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  2445. w5 = Instance.new("Weld", p5)
  2446. w5.Name = "Part_Weld"
  2447. w5.Part0 = p5
  2448. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  2449. w5.Part1 = p6
  2450. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  2451. w6 = Instance.new("Weld", p6)
  2452. w6.Name = "Part_Weld"
  2453. w6.Part0 = p6
  2454. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  2455. w6.Part1 = p7
  2456. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  2457. w7 = Instance.new("Weld", p7)
  2458. w7.Name = "Part_Weld"
  2459. w7.Part0 = p7
  2460. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  2461. w7.Part1 = p8
  2462. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  2463. w8 = Instance.new("Weld", p8)
  2464. w8.Name = "Part_Weld"
  2465. w8.Part0 = p8
  2466. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  2467. w8.Part1 = p9
  2468. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  2469. w9 = Instance.new("Weld", p9)
  2470. w9.Name = "Part_Weld"
  2471. w9.Part0 = p9
  2472. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  2473. w9.Part1 = p10
  2474. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  2475. w10 = Instance.new("Weld", p10)
  2476. w10.Name = "Part_Weld"
  2477. w10.Part0 = p10
  2478. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  2479. w10.Part1 = p11
  2480. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  2481. w11 = Instance.new("Weld", p11)
  2482. w11.Name = "Part_Weld"
  2483. w11.Part0 = p11
  2484. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  2485. w11.Part1 = p12
  2486. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  2487. w12 = Instance.new("Weld", p12)
  2488. w12.Name = "Part_Weld"
  2489. w12.Part0 = p12
  2490. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  2491. w12.Part1 = p13
  2492. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  2493. w13 = Instance.new("Weld", p13)
  2494. w13.Name = "Part_Weld"
  2495. w13.Part0 = p13
  2496. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  2497. w13.Part1 = p14
  2498. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  2499. w14 = Instance.new("Weld", p14)
  2500. w14.Name = "Part_Weld"
  2501. w14.Part0 = p14
  2502. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  2503. w14.Part1 = p15
  2504. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  2505. w15 = Instance.new("Weld", p15)
  2506. w15.Name = "Part_Weld"
  2507. w15.Part0 = p15
  2508. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  2509. w15.Part1 = p16
  2510. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  2511. w16 = Instance.new("Weld", p16)
  2512. w16.Name = "Part_Weld"
  2513. w16.Part0 = p16
  2514. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  2515. w16.Part1 = p17
  2516. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  2517. w17 = Instance.new("Weld", p17)
  2518. w17.Name = "Wedge_Weld"
  2519. w17.Part0 = p17
  2520. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  2521. w17.Part1 = p18
  2522. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  2523. w18 = Instance.new("Weld", p18)
  2524. w18.Name = "Wedge_Weld"
  2525. w18.Part0 = p18
  2526. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  2527. w18.Part1 = p19
  2528. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  2529. w19 = Instance.new("Weld", p19)
  2530. w19.Name = "Part_Weld"
  2531. w19.Part0 = p19
  2532. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  2533. w19.Part1 = p20
  2534. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  2535. w20 = Instance.new("Weld", p20)
  2536. w20.Name = "Part_Weld"
  2537. w20.Part0 = p20
  2538. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  2539. w20.Part1 = p21
  2540. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  2541. m.Parent = char
  2542. m:MakeJoints()
  2543. ----------------------------------------------------
  2544.  
  2545. w14 = Instance.new("Weld", p14)
  2546. w14.Name = "ArmPart_Weld"
  2547. w14.Part0 = p14
  2548. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  2549. w14.Part1 = p15
  2550. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  2551.  
  2552. p15 = Instance.new("Part", m)
  2553. p15.BrickColor = BrickColor.new("Medium stone grey")
  2554. p15.Transparency = 1
  2555. p15.Name = "ArmPart"
  2556. p15.FormFactor = Enum.FormFactor.Custom
  2557. p15.Size = Vector3.new(2, 1, 1)
  2558. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  2559. p15.CanCollide = false
  2560. p15.Locked = true
  2561. p15.BottomSurface = Enum.SurfaceType.Smooth
  2562. p15.TopSurface = Enum.SurfaceType.Smooth
  2563.  
  2564.  
  2565. for i,v in pairs (char.Absolution:GetChildren()) do
  2566. if v:IsA("Part") then
  2567. v.Anchored=false
  2568. v.CanCollide=false
  2569. v.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  2570. end
  2571. end]]
  2572.  
  2573.  
  2574.  
  2575. ----------------------------------------------------
  2576. local m = Instance.new("Model")
  2577. m.Name = "LeftArm"
  2578. p1 = Instance.new("WedgePart", m)
  2579. p1.BrickColor = BrickColor.new("Royal purple")
  2580. p1.Material = Enum.Material.Neon
  2581. p1.Name = "Wedge"
  2582. p1.FormFactor = Enum.FormFactor.Custom
  2583. p1.Size = Vector3.new(1, 1.19999981, 4)
  2584. p1.CFrame = CFrame.new(60.830101, 8.39941978, -13.7674818, 1.52359269e-006, -0.707334042, 0.707343757, -2.62521735e-006, 0.707093, 0.707071185, -1.00027835, 3.43534703e-006, 4.43342998e-007)
  2585. p1.CanCollide = false
  2586. p1.Locked = true
  2587. p1.TopSurface = Enum.SurfaceType.Smooth
  2588. b1 = Instance.new("SpecialMesh", p1)
  2589. b1.MeshType = Enum.MeshType.Wedge
  2590. b1.Name = "Mesh"
  2591. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2592. p2 = Instance.new("WedgePart", m)
  2593. p2.BrickColor = BrickColor.new("Royal purple")
  2594. p2.Material = Enum.Material.Neon
  2595. p2.Name = "Wedge"
  2596. p2.FormFactor = Enum.FormFactor.Custom
  2597. p2.Size = Vector3.new(1, 1.19999981, 4)
  2598. p2.CFrame = CFrame.new(60.8306694, 8.39941502, -12.5672398, 1.56085741e-006, -0.707337618, 0.707340181, -2.7146209e-006, 0.707089424, 0.707074761, -1.00027835, 3.34575839e-006, 4.06471969e-007)
  2599. p2.CanCollide = false
  2600. p2.Locked = true
  2601. p2.TopSurface = Enum.SurfaceType.Smooth
  2602. b2 = Instance.new("SpecialMesh", p2)
  2603. b2.MeshType = Enum.MeshType.Wedge
  2604. b2.Name = "Mesh"
  2605. b2.Scale = Vector3.new(0.200000003, 1, 1)
  2606. p3 = Instance.new("WedgePart", m)
  2607. p3.BrickColor = BrickColor.new("Royal purple")
  2608. p3.Material = Enum.Material.Neon
  2609. p3.Name = "Wedge"
  2610. p3.FormFactor = Enum.FormFactor.Custom
  2611. p3.Size = Vector3.new(1, 1.19999981, 4)
  2612. p3.CFrame = CFrame.new(60.8312187, 8.39939976, -13.1675138, 1.66519976e-006, -0.707341254, 0.707336545, -2.72952207e-006, 0.707085788, 0.707078397, -1.00027835, 3.26143936e-006, 4.69727013e-007)
  2613. p3.CanCollide = false
  2614. p3.Locked = true
  2615. p3.TopSurface = Enum.SurfaceType.Smooth
  2616. b3 = Instance.new("SpecialMesh", p3)
  2617. b3.MeshType = Enum.MeshType.Wedge
  2618. b3.Name = "Mesh"
  2619. b3.Scale = Vector3.new(0.200000003, 1, 1)
  2620. p4 = Instance.new("WedgePart", m)
  2621. p4.BrickColor = BrickColor.new("Royal purple")
  2622. p4.Material = Enum.Material.Neon
  2623. p4.Name = "Wedge"
  2624. p4.FormFactor = Enum.FormFactor.Custom
  2625. p4.Size = Vector3.new(1, 1.19999981, 4)
  2626. p4.CFrame = CFrame.new(60.8317757, 8.39937305, -13.1676111, 1.74718321e-006, -0.70734489, 0.707332909, -2.7742235e-006, 0.707082152, 0.707082033, -1.00027835, 3.17185027e-006, 4.96093037e-007)
  2627. p4.CanCollide = false
  2628. p4.Locked = true
  2629. p4.TopSurface = Enum.SurfaceType.Smooth
  2630. b4 = Instance.new("SpecialMesh", p4)
  2631. b4.MeshType = Enum.MeshType.Wedge
  2632. b4.Name = "Mesh"
  2633. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2634. p5 = Instance.new("WedgePart", m)
  2635. p5.BrickColor = BrickColor.new("Royal purple")
  2636. p5.Material = Enum.Material.Neon
  2637. p5.Name = "Wedge"
  2638. p5.FormFactor = Enum.FormFactor.Custom
  2639. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2640. p5.CFrame = CFrame.new(60.4623528, 9.0813055, -13.1677084, -1.74365277e-006, 0.422768414, 0.90661031, 3.01146247e-006, -0.90627563, 0.422602654, 1.00028574, -3.16541991e-006, -6.48408104e-007)
  2641. p5.CanCollide = false
  2642. p5.Locked = true
  2643. p5.TopSurface = Enum.SurfaceType.Smooth
  2644. b5 = Instance.new("SpecialMesh", p5)
  2645. b5.MeshType = Enum.MeshType.Wedge
  2646. b5.Name = "Mesh"
  2647. b5.Scale = Vector3.new(0.200000003, 1, 1)
  2648. p6 = Instance.new("WedgePart", m)
  2649. p6.BrickColor = BrickColor.new("Royal purple")
  2650. p6.Material = Enum.Material.Neon
  2651. p6.Name = "Wedge"
  2652. p6.FormFactor = Enum.FormFactor.Custom
  2653. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2654. p6.CFrame = CFrame.new(60.4629173, 9.08128643, -13.7679863, -1.75857326e-006, 0.422772557, 0.906618714, 3.13068858e-006, -0.906274974, 0.422602147, 1.00029314, -3.27979569e-006, -6.11540997e-007)
  2655. p6.CanCollide = false
  2656. p6.Locked = true
  2657. p6.TopSurface = Enum.SurfaceType.Smooth
  2658. b6 = Instance.new("SpecialMesh", p6)
  2659. b6.MeshType = Enum.MeshType.Wedge
  2660. b6.Name = "Mesh"
  2661. b6.Scale = Vector3.new(0.200000003, 1, 1)
  2662. p7 = Instance.new("WedgePart", m)
  2663. p7.BrickColor = BrickColor.new("Royal purple")
  2664. p7.Material = Enum.Material.Neon
  2665. p7.Name = "Wedge"
  2666. p7.FormFactor = Enum.FormFactor.Custom
  2667. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2668. p7.CFrame = CFrame.new(60.4634781, 9.0812645, -12.5677195, -1.77349398e-006, 0.422776699, 0.906627119, 3.24991538e-006, -0.906274319, 0.42260164, 1.00030053, -3.39417238e-006, -5.74673834e-007)
  2669. p7.CanCollide = false
  2670. p7.Locked = true
  2671. p7.TopSurface = Enum.SurfaceType.Smooth
  2672. b7 = Instance.new("SpecialMesh", p7)
  2673. b7.MeshType = Enum.MeshType.Wedge
  2674. b7.Name = "Mesh"
  2675. b7.Scale = Vector3.new(0.200000003, 1, 1)
  2676. p8 = Instance.new("Part", m)
  2677. p8.BrickColor = BrickColor.new("Really black")
  2678. p8.Material = Enum.Material.Neon
  2679. p8.FormFactor = Enum.FormFactor.Custom
  2680. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2681. p8.CFrame = CFrame.new(62.1344833, 9.89923668, -14.2683573, 1.0003655, -9.00030136e-006, -1.6914961e-006, -8.34465027e-007, 0.999961495, 3.15914986e-006, -2.15653972e-006, 3.05826416e-006, 1.00030792)
  2682. p8.CanCollide = false
  2683. p8.Locked = true
  2684. p8.BottomSurface = Enum.SurfaceType.Smooth
  2685. p8.TopSurface = Enum.SurfaceType.Smooth
  2686. b8 = Instance.new("SpecialMesh", p8)
  2687. b8.MeshType = Enum.MeshType.Sphere
  2688. b8.Name = "Mesh"
  2689. p9 = Instance.new("Part", m)
  2690. p9.BrickColor = BrickColor.new("Really black")
  2691. p9.Material = Enum.Material.Neon
  2692. p9.FormFactor = Enum.FormFactor.Custom
  2693. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2694. p9.CFrame = CFrame.new(62.1350441, 7.19933271, -14.2684784, 1.00037432, -9.11423649e-006, -1.78677055e-006, -8.82557742e-007, 0.999960482, 3.17407398e-006, -2.19382355e-006, 3.14769591e-006, 1.00031543)
  2695. p9.CanCollide = false
  2696. p9.Locked = true
  2697. p9.BottomSurface = Enum.SurfaceType.Smooth
  2698. p9.TopSurface = Enum.SurfaceType.Smooth
  2699. b9 = Instance.new("SpecialMesh", p9)
  2700. b9.MeshType = Enum.MeshType.Sphere
  2701. b9.Name = "Mesh"
  2702. p10 = Instance.new("Part", m)
  2703. p10.BrickColor = BrickColor.new("Royal purple")
  2704. p10.Material = Enum.Material.Neon
  2705. p10.FormFactor = Enum.FormFactor.Custom
  2706. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  2707. p10.CFrame = CFrame.new(62.4732666, 7.92819929, -14.2685785, -0.906659067, -0.422771662, -1.80169195e-006, 0.422602057, -0.906270981, 3.2933026e-006, 3.38190716e-006, -1.99476835e-006, 1.00032294)
  2708. p10.CanCollide = false
  2709. p10.Locked = true
  2710. p10.BottomSurface = Enum.SurfaceType.Smooth
  2711. p10.TopSurface = Enum.SurfaceType.Smooth
  2712. p11 = Instance.new("Part", m)
  2713. p11.BrickColor = BrickColor.new("Royal purple")
  2714. p11.Material = Enum.Material.Neon
  2715. p11.FormFactor = Enum.FormFactor.Custom
  2716. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2717. p11.CFrame = CFrame.new(62.4794731, 9.45469475, -14.2686787, -0.819467902, 0.573809147, -1.81661335e-006, -0.573551893, -0.819118977, 3.41253167e-006, -9.27350783e-008, -4.03244348e-006, 1.00033033)
  2718. p11.CanCollide = false
  2719. p11.Locked = true
  2720. p11.BottomSurface = Enum.SurfaceType.Smooth
  2721. p11.TopSurface = Enum.SurfaceType.Smooth
  2722. p12 = Instance.new("Part", m)
  2723. p12.BrickColor = BrickColor.new("Really black")
  2724. p12.Material = Enum.Material.Neon
  2725. p12.FormFactor = Enum.FormFactor.Custom
  2726. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2727. p12.CFrame = CFrame.new(62.7369499, 6.29933262, -14.2688055, 1.00040102, -9.53674316e-006, -1.84644205e-006, -1.25169754e-006, 0.999957919, 3.50196092e-006, -2.25187659e-006, 3.46763295e-006, 1.00033784)
  2728. p12.CanCollide = false
  2729. p12.Locked = true
  2730. p12.BottomSurface = Enum.SurfaceType.Smooth
  2731. p12.TopSurface = Enum.SurfaceType.Smooth
  2732. b10 = Instance.new("SpecialMesh", p12)
  2733. b10.MeshType = Enum.MeshType.Sphere
  2734. b10.Name = "Mesh"
  2735. p13 = Instance.new("Part", m)
  2736. p13.BrickColor = BrickColor.new("Royal purple")
  2737. p13.Material = Enum.Material.Neon
  2738. p13.FormFactor = Enum.FormFactor.Custom
  2739. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  2740. p13.CFrame = CFrame.new(62.8003883, 10.1991549, -13.2136488, 1.00040984, -9.59636054e-006, -1.88372474e-006, -1.43051466e-006, 0.999956846, 3.58340549e-006, -2.3487878e-006, 3.4825357e-006, 1.00034535)
  2741. p13.CanCollide = false
  2742. p13.Locked = true
  2743. p13.BottomSurface = Enum.SurfaceType.Smooth
  2744. p13.TopSurface = Enum.SurfaceType.Smooth
  2745. b11 = Instance.new("SpecialMesh", p13)
  2746. b11.MeshType = Enum.MeshType.Sphere
  2747. b11.Name = "Mesh"
  2748. p14 = Instance.new("Part", m)
  2749. p14.BrickColor = BrickColor.new("Really black")
  2750. p14.Material = Enum.Material.Neon
  2751. p14.FormFactor = Enum.FormFactor.Custom
  2752. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2753. p14.CFrame = CFrame.new(62.7374802, 9.79915905, -14.2689018, 1.00041437, -9.80505502e-006, -1.96572228e-006, -1.37091877e-006, 0.999956131, 3.62812011e-006, -2.37115751e-006, 3.4527211e-006, 1.00034904)
  2754. p14.CanCollide = false
  2755. p14.Locked = true
  2756. p14.BottomSurface = Enum.SurfaceType.Smooth
  2757. p14.TopSurface = Enum.SurfaceType.Smooth
  2758. b12 = Instance.new("SpecialMesh", p14)
  2759. b12.MeshType = Enum.MeshType.Sphere
  2760. b12.Name = "Mesh"
  2761. p15 = Instance.new("Part", m)
  2762. p15.BrickColor = BrickColor.new("Really black")
  2763. p15.Transparency = 1
  2764. p15.Material = Enum.Material.Metal
  2765. p15.Name = "Main"
  2766. p15.FormFactor = Enum.FormFactor.Custom
  2767. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2768. p15.CFrame = CFrame.new(62.838131, 8.1992178, -13.1686192, 1.00041902, -9.80505047e-006, -1.96572933e-006, -1.54973122e-006, 0.999955654, 3.62813353e-006, -2.38607572e-006, 3.57197018e-006, 1.00035274)
  2769. p15.CanCollide = false
  2770. p15.Locked = true
  2771. p15.BottomSurface = Enum.SurfaceType.Smooth
  2772. p15.TopSurface = Enum.SurfaceType.Smooth
  2773. p16 = Instance.new("Part", m)
  2774. p16.BrickColor = BrickColor.new("Really black")
  2775. p16.Material = Enum.Material.Neon
  2776. p16.FormFactor = Enum.FormFactor.Custom
  2777. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2778. p16.CFrame = CFrame.new(62.9387741, 8.79918098, -14.2691231, 1.0004282, -9.95411301e-006, -2.00301338e-006, -1.66894927e-006, 0.999954581, 3.71756369e-006, -2.46808372e-006, 3.61668594e-006, 1.00036013)
  2779. p16.CanCollide = false
  2780. p16.Locked = true
  2781. p16.BottomSurface = Enum.SurfaceType.Smooth
  2782. p16.TopSurface = Enum.SurfaceType.Smooth
  2783. b13 = Instance.new("SpecialMesh", p16)
  2784. b13.MeshType = Enum.MeshType.Sphere
  2785. b13.Name = "Mesh"
  2786. p17 = Instance.new("Part", m)
  2787. p17.BrickColor = BrickColor.new("Royal purple")
  2788. p17.Material = Enum.Material.Neon
  2789. p17.FormFactor = Enum.FormFactor.Custom
  2790. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2791. p17.CFrame = CFrame.new(63.0825539, 6.854743, -14.2692442, -0.866409063, -0.50020963, -2.099928e-006, 0.499978155, -0.86598444, 3.73249213e-006, 4.01878242e-006, -1.94999211e-006, 1.00036764)
  2792. p17.CanCollide = false
  2793. p17.Locked = true
  2794. p17.BottomSurface = Enum.SurfaceType.Smooth
  2795. p17.TopSurface = Enum.SurfaceType.Smooth
  2796. p18 = Instance.new("Part", m)
  2797. p18.BrickColor = BrickColor.new("Royal purple")
  2798. p18.Material = Enum.Material.Neon
  2799. p18.FormFactor = Enum.FormFactor.Custom
  2800. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2801. p18.CFrame = CFrame.new(63.1831665, 8.15466595, -14.2693415, -0.906707585, 0.422816038, -2.11485258e-006, -0.422596663, -0.906265914, 3.8437388e-006, 6.9698217e-007, -4.50413063e-006, 1.00037515)
  2802. p18.CanCollide = false
  2803. p18.Locked = true
  2804. p18.BottomSurface = Enum.SurfaceType.Smooth
  2805. p18.TopSurface = Enum.SurfaceType.Smooth
  2806. p19 = Instance.new("Part", m)
  2807. p19.BrickColor = BrickColor.new("Royal purple")
  2808. p19.Material = Enum.Material.Neon
  2809. p19.FormFactor = Enum.FormFactor.Custom
  2810. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2811. p19.CFrame = CFrame.new(63.2069473, 8.53140068, -14.2694473, -0.707418501, 0.707425714, -2.09994369e-006, -0.707068563, -0.707078457, 3.72453474e-006, -9.59315798e-007, -4.56575162e-006, 1.00037515)
  2812. p19.CanCollide = false
  2813. p19.Locked = true
  2814. p19.BottomSurface = Enum.SurfaceType.Smooth
  2815. p19.TopSurface = Enum.SurfaceType.Smooth
  2816. p20 = Instance.new("Part", m)
  2817. p20.BrickColor = BrickColor.new("Royal purple")
  2818. p20.Material = Enum.Material.Neon
  2819. p20.FormFactor = Enum.FormFactor.Custom
  2820. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  2821. p20.CFrame = CFrame.new(63.2280884, 9.68191624, -14.2694416, -0.342169315, 0.940117717, -2.11486008e-006, -0.93964541, -0.342010528, 3.84375198e-006, -2.7989995e-006, -3.73256239e-006, 1.00037885)
  2822. p20.CanCollide = false
  2823. p20.Locked = true
  2824. p20.BottomSurface = Enum.SurfaceType.Smooth
  2825. p20.TopSurface = Enum.SurfaceType.Smooth
  2826. p21 = Instance.new("Part", m)
  2827. p21.BrickColor = BrickColor.new("Royal purple")
  2828. p21.Material = Enum.Material.Neon
  2829. p21.FormFactor = Enum.FormFactor.Custom
  2830. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2831. p21.CFrame = CFrame.new(63.3539009, 9.07959557, -14.2694454, 0.707428038, 0.707422554, -2.12876989e-006, -0.707079053, 0.707067132, 3.83015185e-006, -4.56554562e-006, 9.7875602e-007, 1.00037885)
  2832. p21.CanCollide = false
  2833. p21.Locked = true
  2834. p21.BottomSurface = Enum.SurfaceType.Smooth
  2835. p21.TopSurface = Enum.SurfaceType.Smooth
  2836. p22 = Instance.new("Part", m)
  2837. p22.BrickColor = BrickColor.new("Really black")
  2838. p22.Material = Enum.Material.Neon
  2839. p22.FormFactor = Enum.FormFactor.Custom
  2840. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2841. p22.CFrame = CFrame.new(63.4412346, 7.49916172, -14.269558, 1.0004549, -5.30481339e-006, -2.11486781e-006, -7.24196434e-006, 0.999951959, 3.84376608e-006, -2.5650661e-006, 4.02606338e-006, 1.00038254)
  2842. p22.CanCollide = false
  2843. p22.Locked = true
  2844. p22.BottomSurface = Enum.SurfaceType.Smooth
  2845. p22.TopSurface = Enum.SurfaceType.Smooth
  2846. b14 = Instance.new("SpecialMesh", p22)
  2847. b14.MeshType = Enum.MeshType.Sphere
  2848. b14.Name = "Mesh"
  2849. p23 = Instance.new("Part", m)
  2850. p23.BrickColor = BrickColor.new("Really black")
  2851. p23.Material = Enum.Material.Neon
  2852. p23.FormFactor = Enum.FormFactor.Custom
  2853. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2854. p23.CFrame = CFrame.new(63.5412827, 8.29912186, -14.2695541, 1.00045943, -5.54520193e-006, -2.12978443e-006, -7.22709638e-006, 0.999951601, 3.96298356e-006, -2.56507747e-006, 4.02606247e-006, 1.00038624)
  2855. p23.CanCollide = false
  2856. p23.Locked = true
  2857. p23.BottomSurface = Enum.SurfaceType.Smooth
  2858. p23.TopSurface = Enum.SurfaceType.Smooth
  2859. b15 = Instance.new("SpecialMesh", p23)
  2860. b15.MeshType = Enum.MeshType.Sphere
  2861. b15.Name = "Mesh"
  2862. p24 = Instance.new("Part", m)
  2863. p24.BrickColor = BrickColor.new("Really black")
  2864. p24.Material = Enum.Material.Neon
  2865. p24.FormFactor = Enum.FormFactor.Custom
  2866. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2867. p24.CFrame = CFrame.new(63.7413521, 9.49905682, -14.2695513, 1.00045943, -5.51538596e-006, -2.12978443e-006, -7.25689733e-006, 0.999951601, 3.96298356e-006, -2.56507769e-006, 4.02606247e-006, 1.00038624)
  2868. p24.CanCollide = false
  2869. p24.Locked = true
  2870. p24.BottomSurface = Enum.SurfaceType.Smooth
  2871. p24.TopSurface = Enum.SurfaceType.Smooth
  2872. b16 = Instance.new("SpecialMesh", p24)
  2873. b16.MeshType = Enum.MeshType.Sphere
  2874. b16.Name = "Mesh"
  2875. w1 = Instance.new("Weld", p1)
  2876. w1.Name = "Wedge_Weld"
  2877. w1.Part0 = p1
  2878. w1.C0 = CFrame.new(-13.7623367, 38.4686089, -47.5196228, 1.82382877e-007, -1.21785519e-007, -1.0000037, -0.707109988, 0.707106709, -1.20249211e-007, 0.707110047, 0.707106352, 1.16605563e-007)
  2879. w1.Part1 = p2
  2880. w1.C1 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2881. w2 = Instance.new("Weld", p2)
  2882. w2.Name = "Wedge_Weld"
  2883. w2.Part0 = p2
  2884. w2.C0 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2885. w2.Part1 = p3
  2886. w2.C1 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2887. w3 = Instance.new("Weld", p3)
  2888. w3.Name = "Wedge_Weld"
  2889. w3.Part0 = p3
  2890. w3.C0 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  2891. w3.Part1 = p4
  2892. w3.C1 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  2893. w4 = Instance.new("Weld", p4)
  2894. w4.Name = "Wedge_Weld"
  2895. w4.Part0 = p4
  2896. w4.C0 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  2897. w4.Part1 = p5
  2898. w4.C1 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  2899. w5 = Instance.new("Weld", p5)
  2900. w5.Name = "Wedge_Weld"
  2901. w5.Part0 = p5
  2902. w5.C0 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  2903. w5.Part1 = p6
  2904. w5.C1 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  2905. w6 = Instance.new("Weld", p6)
  2906. w6.Name = "Wedge_Weld"
  2907. w6.Part0 = p6
  2908. w6.C0 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  2909. w6.Part1 = p7
  2910. w6.C1 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  2911. w7 = Instance.new("Weld", p7)
  2912. w7.Name = "Part_Weld"
  2913. w7.Part0 = p7
  2914. w7.C0 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  2915. w7.Part1 = p8
  2916. w7.C1 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2917. w8 = Instance.new("Weld", p8)
  2918. w8.Name = "Part_Weld"
  2919. w8.Part0 = p8
  2920. w8.C0 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2921. w8.Part1 = p9
  2922. w8.C1 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2923. w9 = Instance.new("Weld", p9)
  2924. w9.Name = "Part_Weld"
  2925. w9.Part0 = p9
  2926. w9.C0 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2927. w9.Part1 = p10
  2928. w9.C1 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2929. w10 = Instance.new("Weld", p10)
  2930. w10.Name = "Part_Weld"
  2931. w10.Part0 = p10
  2932. w10.C0 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2933. w10.Part1 = p11
  2934. w10.C1 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2935. w11 = Instance.new("Weld", p11)
  2936. w11.Name = "Part_Weld"
  2937. w11.Part0 = p11
  2938. w11.C0 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2939. w11.Part1 = p12
  2940. w11.C1 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2941. w12 = Instance.new("Weld", p12)
  2942. w12.Name = "Part_Weld"
  2943. w12.Part0 = p12
  2944. w12.C0 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2945. w12.Part1 = p13
  2946. w12.C1 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2947. w13 = Instance.new("Weld", p13)
  2948. w13.Name = "Part_Weld"
  2949. w13.Part0 = p13
  2950. w13.C0 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2951. w13.Part1 = p14
  2952. w13.C1 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2953. w14 = Instance.new("Weld", p14)
  2954. w14.Name = "Part_Weld"
  2955. w14.Part0 = p14
  2956. w14.C0 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2957. w14.Part1 = p15
  2958. w14.C1 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2959. w15 = Instance.new("Weld", p15)
  2960. w15.Name = "Part_Weld"
  2961. w15.Part0 = p15
  2962. w15.C0 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2963. w15.Part1 = p16
  2964. w15.C1 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2965. w16 = Instance.new("Weld", p16)
  2966. w16.Name = "Part_Weld"
  2967. w16.Part0 = p16
  2968. w16.C0 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2969. w16.Part1 = p17
  2970. w16.C1 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2971. w17 = Instance.new("Weld", p17)
  2972. w17.Name = "Part_Weld"
  2973. w17.Part0 = p17
  2974. w17.C0 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2975. w17.Part1 = p18
  2976. w17.C1 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2977. w18 = Instance.new("Weld", p18)
  2978. w18.Name = "Part_Weld"
  2979. w18.Part0 = p18
  2980. w18.C0 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2981. w18.Part1 = p19
  2982. w18.C1 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2983. w19 = Instance.new("Weld", p19)
  2984. w19.Name = "Part_Weld"
  2985. w19.Part0 = p19
  2986. w19.C0 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  2987. w19.Part1 = p20
  2988. w19.C1 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2989. w20 = Instance.new("Weld", p20)
  2990. w20.Name = "Part_Weld"
  2991. w20.Part0 = p20
  2992. w20.C0 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  2993. w20.Part1 = p21
  2994. w20.C1 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  2995. w21 = Instance.new("Weld", p21)
  2996. w21.Name = "Part_Weld"
  2997. w21.Part0 = p21
  2998. w21.C0 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  2999. w21.Part1 = p22
  3000. w21.C1 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  3001. w22 = Instance.new("Weld", p22)
  3002. w22.Name = "Part_Weld"
  3003. w22.Part0 = p22
  3004. w22.C0 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  3005. w22.Part1 = p23
  3006. w22.C1 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  3007. w23 = Instance.new("Weld", p23)
  3008. w23.Name = "Part_Weld"
  3009. w23.Part0 = p23
  3010. w23.C0 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  3011. w23.Part1 = p24
  3012. w23.C1 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  3013. w24 = Instance.new("Weld", p24)
  3014. w24.Name = "Part_Weld"
  3015. w24.Part0 = p24
  3016. w24.C0 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  3017. m.Parent = larm
  3018. m:MakeJoints()
  3019. ----------------------------------------------------
  3020. local cor3 = Instance.new("Part", larm.LeftArm)
  3021. cor3.Name = "Thingy"
  3022. cor3.Locked = true
  3023. cor3.BottomSurface = 0
  3024. cor3.CanCollide = false
  3025. cor3.Size = Vector3.new(2, 1, 1)
  3026. cor3.Transparency = 1
  3027. cor3.TopSurface = 0
  3028. corw2 = Instance.new("Weld", cor3)
  3029. corw2.Part0 = larm
  3030. corw2.Part1 = cor3
  3031. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3032. corw2.C1 = CFrame.new(0, 0, 0)
  3033. weld2 = Instance.new("Weld", larm.LeftArm)
  3034. weld2.Part0 = cor3
  3035. weld2.Part1 = p15
  3036. weld2.C0 = CFrame.new(0, 0, .6)
  3037. ----------------------------------------------------
  3038. ----------------------------------------------------
  3039. local m = Instance.new("Model")
  3040. m.Name = "RightArm"
  3041. p1 = Instance.new("WedgePart", m)
  3042. p1.BrickColor = BrickColor.new("Royal purple")
  3043. p1.Material = Enum.Material.Neon
  3044. p1.Name = "Wedge"
  3045. p1.FormFactor = Enum.FormFactor.Custom
  3046. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  3047. p1.CFrame = CFrame.new(71.7528229, 9.08148766, -13.7657108, 2.20961255e-007, -0.422704399, -0.906498253, -1.70178805e-006, -0.906287491, 0.422612786, -1.00018191, -1.16194826e-006, 2.39246219e-006)
  3048. p1.CanCollide = false
  3049. p1.Locked = true
  3050. p1.TopSurface = Enum.SurfaceType.Smooth
  3051. b1 = Instance.new("SpecialMesh", p1)
  3052. b1.MeshType = Enum.MeshType.Wedge
  3053. b1.Name = "Mesh"
  3054. b1.Scale = Vector3.new(0.200000003, 1, 1)
  3055. p2 = Instance.new("WedgePart", m)
  3056. p2.BrickColor = BrickColor.new("Royal purple")
  3057. p2.Material = Enum.Material.Neon
  3058. p2.Name = "Wedge"
  3059. p2.FormFactor = Enum.FormFactor.Custom
  3060. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  3061. p2.CFrame = CFrame.new(71.7534714, 9.08147335, -12.5655851, 3.25293399e-007, -0.422708124, -0.906506479, -1.7167032e-006, -0.906286299, 0.422612339, -1.0001893, -1.13135729e-006, 2.49332743e-006)
  3062. p2.CanCollide = false
  3063. p2.Locked = true
  3064. p2.TopSurface = Enum.SurfaceType.Smooth
  3065. b2 = Instance.new("SpecialMesh", p2)
  3066. b2.MeshType = Enum.MeshType.Wedge
  3067. b2.Name = "Mesh"
  3068. b2.Scale = Vector3.new(0.200000003, 1, 1)
  3069. p3 = Instance.new("WedgePart", m)
  3070. p3.BrickColor = BrickColor.new("Royal purple")
  3071. p3.Material = Enum.Material.Neon
  3072. p3.Name = "Wedge"
  3073. p3.FormFactor = Enum.FormFactor.Custom
  3074. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  3075. p3.CFrame = CFrame.new(71.7541199, 9.08145237, -13.1658068, 4.29627249e-007, -0.422711849, -0.906514704, -1.73161834e-006, -0.906285107, 0.422611892, -1.0001967, -1.10076587e-006, 2.59419403e-006)
  3076. p3.CanCollide = false
  3077. p3.Locked = true
  3078. p3.TopSurface = Enum.SurfaceType.Smooth
  3079. b3 = Instance.new("SpecialMesh", p3)
  3080. b3.MeshType = Enum.MeshType.Wedge
  3081. b3.Name = "Mesh"
  3082. b3.Scale = Vector3.new(0.200000003, 1, 1)
  3083. p4 = Instance.new("WedgePart", m)
  3084. p4.BrickColor = BrickColor.new("Royal purple")
  3085. p4.Material = Enum.Material.Neon
  3086. p4.Name = "Wedge"
  3087. p4.FormFactor = Enum.FormFactor.Custom
  3088. p4.Size = Vector3.new(1, 1.19999981, 4)
  3089. p4.CFrame = CFrame.new(71.4245453, 8.39948177, -13.7660398, -5.32960883e-007, 0.70726943, -0.707265258, 1.90324067e-006, 0.707083881, 0.707096815, 1.0001967, 9.87842554e-008, 2.61978244e-006)
  3090. p4.CanCollide = false
  3091. p4.Locked = true
  3092. p4.TopSurface = Enum.SurfaceType.Smooth
  3093. b4 = Instance.new("SpecialMesh", p4)
  3094. b4.MeshType = Enum.MeshType.Wedge
  3095. b4.Name = "Mesh"
  3096. b4.Scale = Vector3.new(0.200000003, 1, 1)
  3097. p5 = Instance.new("WedgePart", m)
  3098. p5.BrickColor = BrickColor.new("Royal purple")
  3099. p5.Material = Enum.Material.Neon
  3100. p5.Name = "Wedge"
  3101. p5.FormFactor = Enum.FormFactor.Custom
  3102. p5.Size = Vector3.new(1, 1.19999981, 4)
  3103. p5.CFrame = CFrame.new(71.4251862, 8.39946651, -13.1660223, -6.3729243e-007, 0.707273066, -0.707261622, 1.91814229e-006, 0.707080245, 0.707100451, 1.0001967, 1.62003985e-007, 2.53547341e-006)
  3104. p5.CanCollide = false
  3105. p5.Locked = true
  3106. p5.TopSurface = Enum.SurfaceType.Smooth
  3107. b5 = Instance.new("SpecialMesh", p5)
  3108. b5.MeshType = Enum.MeshType.Wedge
  3109. b5.Name = "Mesh"
  3110. b5.Scale = Vector3.new(0.200000003, 1, 1)
  3111. p6 = Instance.new("WedgePart", m)
  3112. p6.BrickColor = BrickColor.new("Royal purple")
  3113. p6.Material = Enum.Material.Neon
  3114. p6.Name = "Wedge"
  3115. p6.FormFactor = Enum.FormFactor.Custom
  3116. p6.Size = Vector3.new(1, 1.19999981, 4)
  3117. p6.CFrame = CFrame.new(71.4258194, 8.39945126, -12.5660009, -7.41623865e-007, 0.707276702, -0.707257986, 1.93304436e-006, 0.707076609, 0.707104087, 1.0001967, 2.25224142e-007, 2.45116462e-006)
  3118. p6.CanCollide = false
  3119. p6.Locked = true
  3120. p6.TopSurface = Enum.SurfaceType.Smooth
  3121. b6 = Instance.new("SpecialMesh", p6)
  3122. b6.MeshType = Enum.MeshType.Wedge
  3123. b6.Name = "Mesh"
  3124. b6.Scale = Vector3.new(0.200000003, 1, 1)
  3125. p7 = Instance.new("Part", m)
  3126. p7.BrickColor = BrickColor.new("Really black")
  3127. p7.Material = Enum.Material.Neon
  3128. p7.FormFactor = Enum.FormFactor.Custom
  3129. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3130. p7.CFrame = CFrame.new(70.3255081, 6.6994977, -14.2663507, 1.00023162, 1.31726265e-005, -7.92685455e-007, -1.94311142e-005, 0.999976158, 1.97985287e-006, -1.62725564e-006, 1.86058458e-006, 1.00020039)
  3131. p7.CanCollide = false
  3132. p7.Locked = true
  3133. p7.BottomSurface = Enum.SurfaceType.Smooth
  3134. p7.TopSurface = Enum.SurfaceType.Smooth
  3135. b7 = Instance.new("SpecialMesh", p7)
  3136. b7.MeshType = Enum.MeshType.Sphere
  3137. b7.Name = "Mesh"
  3138. p8 = Instance.new("Part", m)
  3139. p8.BrickColor = BrickColor.new("Royal purple")
  3140. p8.Material = Enum.Material.Neon
  3141. p8.FormFactor = Enum.FormFactor.Custom
  3142. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  3143. p8.CFrame = CFrame.new(70.0060196, 9.16293144, -14.2664633, 0.881308079, -0.429463804, -0.198316693, 0.401435703, 0.900625467, -0.166355878, 0.250050306, 0.0670034215, 0.966122985)
  3144. p8.CanCollide = false
  3145. p8.Locked = true
  3146. p8.BottomSurface = Enum.SurfaceType.Smooth
  3147. p8.TopSurface = Enum.SurfaceType.Smooth
  3148. p9 = Instance.new("Part", m)
  3149. p9.BrickColor = BrickColor.new("Really black")
  3150. p9.Material = Enum.Material.Neon
  3151. p9.FormFactor = Enum.FormFactor.Custom
  3152. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3153. p9.CFrame = CFrame.new(70.2268219, 8.59942532, -14.2665701, 1.00024557, 1.30422413e-005, -8.7916851e-007, -1.95577741e-005, 0.999974489, 1.9967556e-006, -1.75833702e-006, 2.01165676e-006, 1.00021148)
  3154. p9.CanCollide = false
  3155. p9.Locked = true
  3156. p9.BottomSurface = Enum.SurfaceType.Smooth
  3157. p9.TopSurface = Enum.SurfaceType.Smooth
  3158. b8 = Instance.new("SpecialMesh", p9)
  3159. b8.MeshType = Enum.MeshType.Sphere
  3160. b8.Name = "Mesh"
  3161. p10 = Instance.new("Part", m)
  3162. p10.BrickColor = BrickColor.new("Really black")
  3163. p10.Material = Enum.Material.Neon
  3164. p10.FormFactor = Enum.FormFactor.Custom
  3165. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3166. p10.CFrame = CFrame.new(69.8274002, 9.5993948, -14.266675, 1.00025487, 1.30049675e-005, -9.23888138e-007, -1.9595207e-005, 0.999973536, 2.11597762e-006, -1.80306665e-006, 2.13088947e-006, 1.00021887)
  3167. p10.CanCollide = false
  3168. p10.Locked = true
  3169. p10.BottomSurface = Enum.SurfaceType.Smooth
  3170. p10.TopSurface = Enum.SurfaceType.Smooth
  3171. b9 = Instance.new("SpecialMesh", p10)
  3172. b9.MeshType = Enum.MeshType.Sphere
  3173. b9.Name = "Mesh"
  3174. p11 = Instance.new("Part", m)
  3175. p11.BrickColor = BrickColor.new("Royal purple")
  3176. p11.Material = Enum.Material.Neon
  3177. p11.FormFactor = Enum.FormFactor.Custom
  3178. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  3179. p11.CFrame = CFrame.new(69.693718, 7.37976837, -14.2265854, 0.690841019, -0.711695194, -0.129447505, 0.678571701, 0.699464202, -0.224133074, 0.250056893, 0.0670053288, 0.966144204)
  3180. p11.CanCollide = false
  3181. p11.Locked = true
  3182. p11.BottomSurface = Enum.SurfaceType.Smooth
  3183. p11.TopSurface = Enum.SurfaceType.Smooth
  3184. p12 = Instance.new("Part", m)
  3185. p12.BrickColor = BrickColor.new("Royal purple")
  3186. p12.Material = Enum.Material.Neon
  3187. p12.FormFactor = Enum.FormFactor.Custom
  3188. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  3189. p12.CFrame = CFrame.new(69.47966, 8.73308277, -14.2467909, 0.176576898, -0.984305978, 0.022559464, 0.951990068, 0.164877579, -0.257825077, 0.25006038, 0.0670051575, 0.966151059)
  3190. p12.CanCollide = false
  3191. p12.Locked = true
  3192. p12.BottomSurface = Enum.SurfaceType.Smooth
  3193. p12.TopSurface = Enum.SurfaceType.Smooth
  3194. p13 = Instance.new("Part", m)
  3195. p13.BrickColor = BrickColor.new("Royal purple")
  3196. p13.Material = Enum.Material.Neon
  3197. p13.FormFactor = Enum.FormFactor.Custom
  3198. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  3199. p13.CFrame = CFrame.new(69.3920746, 10.1993351, -13.2118578, 1.00028241, 1.27716921e-005, -1.06170774e-006, -1.99186616e-005, 0.999970496, 2.39908695e-006, -1.93528831e-006, 2.38418579e-006, 1.00024128)
  3200. p13.CanCollide = false
  3201. p13.Locked = true
  3202. p13.BottomSurface = Enum.SurfaceType.Smooth
  3203. p13.TopSurface = Enum.SurfaceType.Smooth
  3204. b10 = Instance.new("SpecialMesh", p13)
  3205. b10.MeshType = Enum.MeshType.Sphere
  3206. b10.Name = "Mesh"
  3207. p14 = Instance.new("Part", m)
  3208. p14.BrickColor = BrickColor.new("Really black")
  3209. p14.Material = Enum.Material.Metal
  3210. p14.Name = "Main"
  3211. p14.Transparency = 1
  3212. p14.FormFactor = Enum.FormFactor.Custom
  3213. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3214. p14.CFrame = CFrame.new(69.4298401, 8.19937706, -13.1668339, 1.00029147, 1.25630004e-005, -1.16605349e-006, -2.0008245e-005, 0.999969125, 2.41400744e-006, -2.03963987e-006, 2.39908786e-006, 1.00024867)
  3215. p14.CanCollide = false
  3216. p14.Locked = true
  3217. p14.BottomSurface = Enum.SurfaceType.Smooth
  3218. p14.TopSurface = Enum.SurfaceType.Smooth
  3219. p15 = Instance.new("Part", m)
  3220. p15.BrickColor = BrickColor.new("Really black")
  3221. p15.Material = Enum.Material.Neon
  3222. p15.FormFactor = Enum.FormFactor.Custom
  3223. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3224. p15.CFrame = CFrame.new(69.1303406, 7.89936399, -14.2672224, 1.00030053, 1.24437429e-005, -1.24804228e-006, -2.02170359e-005, 0.999968052, 2.45872889e-006, -2.07692119e-006, 2.48851507e-006, 1.00025606)
  3225. p15.CanCollide = false
  3226. p15.Locked = true
  3227. p15.BottomSurface = Enum.SurfaceType.Smooth
  3228. p15.TopSurface = Enum.SurfaceType.Smooth
  3229. b11 = Instance.new("SpecialMesh", p15)
  3230. b11.MeshType = Enum.MeshType.Sphere
  3231. b11.Name = "Mesh"
  3232. p16 = Instance.new("Part", m)
  3233. p16.BrickColor = BrickColor.new("Royal purple")
  3234. p16.Material = Enum.Material.Neon
  3235. p16.FormFactor = Enum.FormFactor.Custom
  3236. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  3237. p16.CFrame = CFrame.new(68.9101486, 8.4345789, -14.2572756, 0.881372392, -0.429496199, -0.198331535, 0.401431859, 0.900618315, -0.166353673, 0.250065029, 0.0670081601, 0.966180325)
  3238. p16.CanCollide = false
  3239. p16.Locked = true
  3240. p16.BottomSurface = Enum.SurfaceType.Smooth
  3241. p16.TopSurface = Enum.SurfaceType.Smooth
  3242. p17 = Instance.new("Part", m)
  3243. p17.BrickColor = BrickColor.new("Royal purple")
  3244. p17.Material = Enum.Material.Neon
  3245. p17.FormFactor = Enum.FormFactor.Custom
  3246. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  3247. p17.CFrame = CFrame.new(68.8972092, 7.71862125, -14.2674294, -0.70732069, -0.707330942, -1.25169754e-006, 0.707094371, -0.707072854, 2.48849392e-006, 3.42912972e-006, -4.32133675e-007, 1.00026357)
  3248. p17.CanCollide = false
  3249. p17.Locked = true
  3250. p17.BottomSurface = Enum.SurfaceType.Smooth
  3251. p17.TopSurface = Enum.SurfaceType.Smooth
  3252. p18 = Instance.new("Part", m)
  3253. p18.BrickColor = BrickColor.new("Really black")
  3254. p18.Material = Enum.Material.Neon
  3255. p18.FormFactor = Enum.FormFactor.Custom
  3256. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3257. p18.CFrame = CFrame.new(68.6320877, 8.89929676, -14.2675419, 1.000319, 7.09295273e-006, -1.29642399e-006, -1.53779984e-005, 0.999966145, 2.53321537e-006, -2.20864695e-006, 2.76013293e-006, 1.00027096)
  3258. p18.CanCollide = false
  3259. p18.Locked = true
  3260. p18.BottomSurface = Enum.SurfaceType.Smooth
  3261. p18.TopSurface = Enum.SurfaceType.Smooth
  3262. b12 = Instance.new("SpecialMesh", p18)
  3263. b12.MeshType = Enum.MeshType.Sphere
  3264. b12.Name = "Mesh"
  3265. p19 = Instance.new("Part", m)
  3266. p19.BrickColor = BrickColor.new("Really black")
  3267. p19.Material = Enum.Material.Neon
  3268. p19.FormFactor = Enum.FormFactor.Custom
  3269. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3270. p19.CFrame = CFrame.new(68.6320801, 7.49934578, -14.2675457, 1.00032365, 7.02587113e-006, -1.41567671e-006, -1.53780693e-005, 0.999965429, 2.48852461e-006, -2.20865695e-006, 2.76013111e-006, 1.00027466)
  3271. p19.CanCollide = false
  3272. p19.Locked = true
  3273. p19.BottomSurface = Enum.SurfaceType.Smooth
  3274. p19.TopSurface = Enum.SurfaceType.Smooth
  3275. b13 = Instance.new("SpecialMesh", p19)
  3276. b13.MeshType = Enum.MeshType.Sphere
  3277. b13.Name = "Mesh"
  3278. w1 = Instance.new("Weld", p1)
  3279. w1.Name = "Wedge_Weld"
  3280. w1.Part0 = p1
  3281. w1.C0 = CFrame.new(-13.7623348, 36.7341995, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.9372038e-008)
  3282. w1.Part1 = p2
  3283. w1.C1 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  3284. w2 = Instance.new("Weld", p2)
  3285. w2.Name = "Wedge_Weld"
  3286. w2.Part0 = p2
  3287. w2.C0 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  3288. w2.Part1 = p3
  3289. w2.C1 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  3290. w3 = Instance.new("Weld", p3)
  3291. w3.Name = "Wedge_Weld"
  3292. w3.Part0 = p3
  3293. w3.C0 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  3294. w3.Part1 = p4
  3295. w3.C1 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  3296. w4 = Instance.new("Weld", p4)
  3297. w4.Name = "Wedge_Weld"
  3298. w4.Part0 = p4
  3299. w4.C0 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  3300. w4.Part1 = p5
  3301. w4.C1 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  3302. w5 = Instance.new("Weld", p5)
  3303. w5.Name = "Wedge_Weld"
  3304. w5.Part0 = p5
  3305. w5.C0 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  3306. w5.Part1 = p6
  3307. w5.C1 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  3308. w6 = Instance.new("Weld", p6)
  3309. w6.Name = "Part_Weld"
  3310. w6.Part0 = p6
  3311. w6.C0 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  3312. w6.Part1 = p7
  3313. w6.C1 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  3314. w7 = Instance.new("Weld", p7)
  3315. w7.Name = "Part_Weld"
  3316. w7.Part0 = p7
  3317. w7.C0 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  3318. w7.Part1 = p8
  3319. w7.C1 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  3320. w8 = Instance.new("Weld", p8)
  3321. w8.Name = "Part_Weld"
  3322. w8.Part0 = p8
  3323. w8.C0 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  3324. w8.Part1 = p9
  3325. w8.C1 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  3326. w9 = Instance.new("Weld", p9)
  3327. w9.Name = "Part_Weld"
  3328. w9.Part0 = p9
  3329. w9.C0 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  3330. w9.Part1 = p10
  3331. w9.C1 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  3332. w10 = Instance.new("Weld", p10)
  3333. w10.Name = "Part_Weld"
  3334. w10.Part0 = p10
  3335. w10.C0 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  3336. w10.Part1 = p11
  3337. w10.C1 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  3338. w11 = Instance.new("Weld", p11)
  3339. w11.Name = "Part_Weld"
  3340. w11.Part0 = p11
  3341. w11.C0 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  3342. w11.Part1 = p12
  3343. w11.C1 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  3344. w12 = Instance.new("Weld", p12)
  3345. w12.Name = "Part_Weld"
  3346. w12.Part0 = p12
  3347. w12.C0 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  3348. w12.Part1 = p13
  3349. w12.C1 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3350. w13 = Instance.new("Weld", p13)
  3351. w13.Name = "Part_Weld"
  3352. w13.Part0 = p13
  3353. w13.C0 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3354. w13.Part1 = p14
  3355. w13.C1 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3356. w14 = Instance.new("Weld", p14)
  3357. w14.Name = "Part_Weld"
  3358. w14.Part0 = p14
  3359. w14.C0 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  3360. w14.Part1 = p15
  3361. w14.C1 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  3362. w15 = Instance.new("Weld", p15)
  3363. w15.Name = "Part_Weld"
  3364. w15.Part0 = p15
  3365. w15.C0 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  3366. w15.Part1 = p16
  3367. w15.C1 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  3368. w16 = Instance.new("Weld", p16)
  3369. w16.Name = "Part_Weld"
  3370. w16.Part0 = p16
  3371. w16.C0 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  3372. w16.Part1 = p17
  3373. w16.C1 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  3374. w17 = Instance.new("Weld", p17)
  3375. w17.Name = "Part_Weld"
  3376. w17.Part0 = p17
  3377. w17.C0 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  3378. w17.Part1 = p18
  3379. w17.C1 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  3380. w18 = Instance.new("Weld", p18)
  3381. w18.Name = "Part_Weld"
  3382. w18.Part0 = p18
  3383. w18.C0 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  3384. w18.Part1 = p19
  3385. w18.C1 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  3386. w19 = Instance.new("Weld", p19)
  3387. w19.Name = "Wedge_Weld"
  3388. w19.Part0 = p19
  3389. w19.C0 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  3390. m.Parent = rarm
  3391. m:MakeJoints()
  3392. ----------------------------------------------------
  3393. local cor4 = Instance.new("Part", rarm.RightArm)
  3394. cor4.Name = "Thingy"
  3395. cor4.Locked = true
  3396. cor4.BottomSurface = 0
  3397. cor4.CanCollide = false
  3398. cor4.Size = Vector3.new(2, 1, 1)
  3399. cor4.Transparency = 1
  3400. cor4.TopSurface = 0
  3401. corw2 = Instance.new("Weld", cor4)
  3402. corw2.Part0 = rarm
  3403. corw2.Part1 = cor4
  3404. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3405. corw2.C1 = CFrame.new(0, 0, 0)
  3406. weld2 = Instance.new("Weld", rarm.RightArm)
  3407. weld2.Part0 = cor4
  3408. weld2.Part1 = p14
  3409. weld2.C0 = CFrame.new(0, 0, .6)
  3410. ----------------------------------------------------
  3411. local m = Instance.new("Model")
  3412. m.Name = "RightLeg"
  3413. p1 = Instance.new("Part", m)
  3414. p1.BrickColor = BrickColor.new("Really black")
  3415. p1.Material = Enum.Material.Neon
  3416. p1.FormFactor = Enum.FormFactor.Custom
  3417. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3418. p1.CFrame = CFrame.new(67.2429962, 5.49923229, -14.269578, 1.00045943, -5.51538596e-006, -2.14306033e-006, -7.25689733e-006, 0.999951601, 3.93318305e-006, -2.55180248e-006, 4.05587616e-006, 1.00038624)
  3419. p1.CanCollide = false
  3420. p1.Locked = true
  3421. p1.BottomSurface = Enum.SurfaceType.Smooth
  3422. p1.TopSurface = Enum.SurfaceType.Smooth
  3423. b1 = Instance.new("SpecialMesh", p1)
  3424. b1.MeshType = Enum.MeshType.Sphere
  3425. b1.Name = "Mesh"
  3426. p2 = Instance.new("Part", m)
  3427. p2.BrickColor = BrickColor.new("Really black")
  3428. p2.Material = Enum.Material.Neon
  3429. p2.FormFactor = Enum.FormFactor.Custom
  3430. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3431. p2.CFrame = CFrame.new(67.6437836, 4.79925013, -14.2696915, 1.00046372, -5.51538369e-006, -2.14306829e-006, -7.37613163e-006, 0.999951243, 3.93319806e-006, -2.57999613e-006, 4.14531632e-006, 1.00039005)
  3432. p2.CanCollide = false
  3433. p2.Locked = true
  3434. p2.BottomSurface = Enum.SurfaceType.Smooth
  3435. p2.TopSurface = Enum.SurfaceType.Smooth
  3436. b2 = Instance.new("SpecialMesh", p2)
  3437. b2.MeshType = Enum.MeshType.Sphere
  3438. b2.Name = "Mesh"
  3439. p3 = Instance.new("Part", m)
  3440. p3.BrickColor = BrickColor.new("Royal purple")
  3441. p3.Material = Enum.Material.Neon
  3442. p3.FormFactor = Enum.FormFactor.Custom
  3443. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  3444. p3.CFrame = CFrame.new(66.8881302, 5.17327356, -14.2696877, -0.707441688, -0.707433701, -2.14858301e-006, 0.707077265, -0.707066894, 4.0476084e-006, 4.7538756e-006, -1.07312485e-006, 1.00039387)
  3445. p3.CanCollide = false
  3446. p3.Locked = true
  3447. p3.BottomSurface = Enum.SurfaceType.Smooth
  3448. p3.TopSurface = Enum.SurfaceType.Smooth
  3449. p4 = Instance.new("Part", m)
  3450. p4.BrickColor = BrickColor.new("Really black")
  3451. p4.Material = Enum.Material.Neon
  3452. p4.FormFactor = Enum.FormFactor.Custom
  3453. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3454. p4.CFrame = CFrame.new(66.5432739, 4.7992568, -14.2696896, 1.00046802, -5.54323196e-006, -2.17126149e-006, -7.42077827e-006, 0.999950886, 4.02261594e-006, -2.58000705e-006, 4.14531496e-006, 1.00039387)
  3455. p4.CanCollide = false
  3456. p4.Locked = true
  3457. p4.BottomSurface = Enum.SurfaceType.Smooth
  3458. p4.TopSurface = Enum.SurfaceType.Smooth
  3459. b3 = Instance.new("SpecialMesh", p4)
  3460. b3.MeshType = Enum.MeshType.Sphere
  3461. b3.Name = "Mesh"
  3462. p5 = Instance.new("Part", m)
  3463. p5.BrickColor = BrickColor.new("Royal purple")
  3464. p5.Material = Enum.Material.Neon
  3465. p5.FormFactor = Enum.FormFactor.Custom
  3466. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  3467. p5.CFrame = CFrame.new(67.8495178, 4.41932487, -14.269804, -0.906733274, 0.422823101, -2.17126944e-006, -0.422590762, -0.906265974, 4.0226314e-006, 5.74146384e-007, -4.94026517e-006, 1.00039768)
  3468. p5.CanCollide = false
  3469. p5.Locked = true
  3470. p5.BottomSurface = Enum.SurfaceType.Smooth
  3471. p5.TopSurface = Enum.SurfaceType.Smooth
  3472. p6 = Instance.new("Part", m)
  3473. p6.BrickColor = BrickColor.new("Royal purple")
  3474. p6.Material = Enum.Material.Neon
  3475. p6.FormFactor = Enum.FormFactor.Custom
  3476. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  3477. p6.CFrame = CFrame.new(66.5438004, 4.21363878, -14.2698011, 1.00047636, -7.68899918e-006, -2.17678416e-006, -5.51342964e-006, 0.999950111, 4.13704174e-006, -2.63088032e-006, 4.20975539e-006, 1.0004015)
  3478. p6.CanCollide = false
  3479. p6.Locked = true
  3480. p6.BottomSurface = Enum.SurfaceType.Smooth
  3481. p6.TopSurface = Enum.SurfaceType.Smooth
  3482. p7 = Instance.new("Part", m)
  3483. p7.BrickColor = BrickColor.new("Really black")
  3484. p7.Material = Enum.Material.Metal
  3485. p7.Name = "Main"
  3486. p7.Transparency = 1
  3487. p7.FormFactor = Enum.FormFactor.Custom
  3488. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3489. p7.CFrame = CFrame.new(67.2447891, 3.99926972, -13.1694622, 1.00048089, -5.69129634e-006, -2.186149e-006, -7.65911773e-006, 0.999949753, 4.1418657e-006, -2.63640663e-006, 4.32419529e-006, 1.00040531)
  3490. p7.CanCollide = false
  3491. p7.Locked = true
  3492. p7.BottomSurface = Enum.SurfaceType.Smooth
  3493. p7.TopSurface = Enum.SurfaceType.Smooth
  3494. p8 = Instance.new("Part", m)
  3495. p8.BrickColor = BrickColor.new("Royal purple")
  3496. p8.Material = Enum.Material.Neon
  3497. p8.FormFactor = Enum.FormFactor.Custom
  3498. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  3499. p8.CFrame = CFrame.new(67.1560593, 4.19274044, -14.2700233, -0.766423643, -0.643097878, -2.21435107e-006, 0.642760634, -0.766000509, 4.23129995e-006, 4.88720252e-006, -1.69966381e-006, 1.00041294)
  3500. p8.CanCollide = false
  3501. p8.Locked = true
  3502. p8.BottomSurface = Enum.SurfaceType.Smooth
  3503. p8.TopSurface = Enum.SurfaceType.Smooth
  3504. p9 = Instance.new("WedgePart", m)
  3505. p9.BrickColor = BrickColor.new("Royal purple")
  3506. p9.Material = Enum.Material.Neon
  3507. p9.Name = "Wedge"
  3508. p9.FormFactor = Enum.FormFactor.Custom
  3509. p9.Size = Vector3.new(1, 1.19999981, 4)
  3510. p9.CFrame = CFrame.new(67.3460693, 3.49928832, -10.7686377, -1.00049889, -4.27957411e-006, 4.5400966e-006, 8.07642937e-006, 0.906259179, -0.422600418, 2.61850914e-006, -0.422791958, -0.906690836)
  3511. p9.CanCollide = false
  3512. p9.Locked = true
  3513. p9.TopSurface = Enum.SurfaceType.Smooth
  3514. b4 = Instance.new("SpecialMesh", p9)
  3515. b4.MeshType = Enum.MeshType.Wedge
  3516. b4.Name = "Mesh"
  3517. b4.Scale = Vector3.new(0.600000024, 1, 1)
  3518. p10 = Instance.new("Part", m)
  3519. p10.BrickColor = BrickColor.new("Really black")
  3520. p10.Material = Enum.Material.Neon
  3521. p10.FormFactor = Enum.FormFactor.Custom
  3522. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3523. p10.CFrame = CFrame.new(68.0469971, 3.99923301, -14.2702446, 1.00050783, -6.09550762e-006, -2.27330474e-006, -8.07715332e-006, 0.999947786, 4.38094139e-006, -2.69438578e-006, 4.64916229e-006, 1.0004282)
  3524. p10.CanCollide = false
  3525. p10.Locked = true
  3526. p10.BottomSurface = Enum.SurfaceType.Smooth
  3527. p10.TopSurface = Enum.SurfaceType.Smooth
  3528. b5 = Instance.new("SpecialMesh", p10)
  3529. b5.MeshType = Enum.MeshType.Sphere
  3530. b5.Name = "Mesh"
  3531. p11 = Instance.new("Part", m)
  3532. p11.BrickColor = BrickColor.new("Really black")
  3533. p11.Material = Enum.Material.Neon
  3534. p11.FormFactor = Enum.FormFactor.Custom
  3535. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3536. p11.CFrame = CFrame.new(66.5467682, 3.59925723, -14.2703533, 1.00051641, -6.21477238e-006, -2.30150818e-006, -8.22622587e-006, 0.999947011, 4.47037792e-006, -2.72259308e-006, 4.73860473e-006, 1.00043583)
  3537. p11.CanCollide = false
  3538. p11.Locked = true
  3539. p11.BottomSurface = Enum.SurfaceType.Smooth
  3540. p11.TopSurface = Enum.SurfaceType.Smooth
  3541. b6 = Instance.new("SpecialMesh", p11)
  3542. b6.MeshType = Enum.MeshType.Sphere
  3543. b6.Name = "Mesh"
  3544. p12 = Instance.new("Part", m)
  3545. p12.BrickColor = BrickColor.new("Royal purple")
  3546. p12.Material = Enum.Material.Neon
  3547. p12.FormFactor = Enum.FormFactor.Custom
  3548. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  3549. p12.CFrame = CFrame.new(67.558609, 3.39274073, -14.2704687, -0.766450763, -0.643119991, -2.33134415e-006, 0.642759323, -0.765998006, 4.5598149e-006, 5.20550884e-006, -1.92419975e-006, 1.00044346)
  3550. p12.CanCollide = false
  3551. p12.Locked = true
  3552. p12.BottomSurface = Enum.SurfaceType.Smooth
  3553. p12.TopSurface = Enum.SurfaceType.Smooth
  3554. p13 = Instance.new("Part", m)
  3555. p13.BrickColor = BrickColor.new("Really black")
  3556. p13.Material = Enum.Material.Neon
  3557. p13.FormFactor = Enum.FormFactor.Custom
  3558. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3559. p13.CFrame = CFrame.new(67.0482101, 2.79927826, -14.2705812, 1.00053358, -6.43730164e-006, -2.36118058e-006, -8.5234642e-006, 0.999945402, 4.64126742e-006, -2.78064022e-006, 4.90151251e-006, 1.00045109)
  3560. p13.CanCollide = false
  3561. p13.Locked = true
  3562. p13.BottomSurface = Enum.SurfaceType.Smooth
  3563. p13.TopSurface = Enum.SurfaceType.Smooth
  3564. b7 = Instance.new("SpecialMesh", p13)
  3565. b7.MeshType = Enum.MeshType.Sphere
  3566. b7.Name = "Mesh"
  3567. p14 = Instance.new("WedgePart", m)
  3568. p14.BrickColor = BrickColor.new("Royal purple")
  3569. p14.Material = Enum.Material.Neon
  3570. p14.Name = "Wedge"
  3571. p14.FormFactor = Enum.FormFactor.Custom
  3572. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3573. p14.CFrame = CFrame.new(66.8462448, 2.3492887, -14.7586241, 1.00054216, -6.55656913e-006, -2.38459074e-006, -8.61293847e-006, 0.999944568, 4.66311894e-006, -2.81690609e-006, 5.04259924e-006, 1.00045872)
  3574. p14.CanCollide = false
  3575. p14.Locked = true
  3576. p14.TopSurface = Enum.SurfaceType.Smooth
  3577. b8 = Instance.new("SpecialMesh", p14)
  3578. b8.MeshType = Enum.MeshType.Wedge
  3579. b8.Name = "Mesh"
  3580. b8.Scale = Vector3.new(0.200000003, 1, 1)
  3581. p15 = Instance.new("WedgePart", m)
  3582. p15.BrickColor = BrickColor.new("Royal purple")
  3583. p15.Material = Enum.Material.Neon
  3584. p15.Name = "Wedge"
  3585. p15.FormFactor = Enum.FormFactor.Custom
  3586. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3587. p15.CFrame = CFrame.new(68.0474777, 2.34926867, -14.7587423, 1.00055075, -6.67583618e-006, -2.41442808e-006, -8.73221416e-006, 0.999943614, 4.74457238e-006, -2.84674707e-006, 5.12405404e-006, 1.00046635)
  3588. p15.CanCollide = false
  3589. p15.Locked = true
  3590. p15.TopSurface = Enum.SurfaceType.Smooth
  3591. b9 = Instance.new("SpecialMesh", p15)
  3592. b9.MeshType = Enum.MeshType.Wedge
  3593. b9.Name = "Mesh"
  3594. b9.Scale = Vector3.new(0.200000003, 1, 1)
  3595. p16 = Instance.new("WedgePart", m)
  3596. p16.BrickColor = BrickColor.new("Royal purple")
  3597. p16.Material = Enum.Material.Neon
  3598. p16.Name = "Wedge"
  3599. p16.FormFactor = Enum.FormFactor.Custom
  3600. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3601. p16.CFrame = CFrame.new(67.4477234, 2.34926438, -14.7588549, 1.00055933, -6.79510413e-006, -2.44426587e-006, -8.85149075e-006, 0.99994266, 4.82602672e-006, -2.8765885e-006, 5.20550975e-006, 1.00047398)
  3602. p16.CanCollide = false
  3603. p16.Locked = true
  3604. p16.TopSurface = Enum.SurfaceType.Smooth
  3605. b10 = Instance.new("SpecialMesh", p16)
  3606. b10.MeshType = Enum.MeshType.Wedge
  3607. b10.Name = "Mesh"
  3608. b10.Scale = Vector3.new(0.200000003, 1, 1)
  3609. w1 = Instance.new("Weld", p1)
  3610. w1.Name = "Part_Weld"
  3611. w1.Part0 = p1
  3612. w1.C0 = CFrame.new(-67.2025909, -3.50003719, 14.2622871, 1, -8.94065977e-008, 5.79734944e-008, 8.94065977e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  3613. w1.Part1 = p2
  3614. w1.C1 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3615. w2 = Instance.new("Weld", p2)
  3616. w2.Name = "Part_Weld"
  3617. w2.Part0 = p2
  3618. w2.C0 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3619. w2.Part1 = p3
  3620. w2.C1 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  3621. w3 = Instance.new("Weld", p3)
  3622. w3.Name = "Part_Weld"
  3623. w3.Part0 = p3
  3624. w3.C0 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  3625. w3.Part1 = p4
  3626. w3.C1 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  3627. w4 = Instance.new("Weld", p4)
  3628. w4.Name = "Part_Weld"
  3629. w4.Part0 = p4
  3630. w4.C0 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  3631. w4.Part1 = p5
  3632. w4.C1 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3633. w5 = Instance.new("Weld", p5)
  3634. w5.Name = "Part_Weld"
  3635. w5.Part0 = p5
  3636. w5.C0 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3637. w5.Part1 = p6
  3638. w5.C1 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  3639. w6 = Instance.new("Weld", p6)
  3640. w6.Name = "Part_Weld"
  3641. w6.Part0 = p6
  3642. w6.C0 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  3643. w6.Part1 = p7
  3644. w6.C1 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3645. w7 = Instance.new("Weld", p7)
  3646. w7.Name = "Part_Weld"
  3647. w7.Part0 = p7
  3648. w7.C0 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3649. w7.Part1 = p8
  3650. w7.C1 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3651. w8 = Instance.new("Weld", p8)
  3652. w8.Name = "Wedge_Weld"
  3653. w8.Part0 = p8
  3654. w8.C0 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3655. w8.Part1 = p9
  3656. w8.C1 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  3657. w9 = Instance.new("Weld", p9)
  3658. w9.Name = "Part_Weld"
  3659. w9.Part0 = p9
  3660. w9.C0 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  3661. w9.Part1 = p10
  3662. w9.C1 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3663. w10 = Instance.new("Weld", p10)
  3664. w10.Name = "Part_Weld"
  3665. w10.Part0 = p10
  3666. w10.C0 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3667. w10.Part1 = p11
  3668. w10.C1 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3669. w11 = Instance.new("Weld", p11)
  3670. w11.Name = "Part_Weld"
  3671. w11.Part0 = p11
  3672. w11.C0 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3673. w11.Part1 = p12
  3674. w11.C1 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3675. w12 = Instance.new("Weld", p12)
  3676. w12.Name = "Part_Weld"
  3677. w12.Part0 = p12
  3678. w12.C0 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3679. w12.Part1 = p13
  3680. w12.C1 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3681. w13 = Instance.new("Weld", p13)
  3682. w13.Name = "Wedge_Weld"
  3683. w13.Part0 = p13
  3684. w13.C0 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3685. w13.Part1 = p14
  3686. w13.C1 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3687. w14 = Instance.new("Weld", p14)
  3688. w14.Name = "Wedge_Weld"
  3689. w14.Part0 = p14
  3690. w14.C0 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3691. w14.Part1 = p15
  3692. w14.C1 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3693. w15 = Instance.new("Weld", p15)
  3694. w15.Name = "Wedge_Weld"
  3695. w15.Part0 = p15
  3696. w15.C0 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3697. w15.Part1 = p16
  3698. w15.C1 = CFrame.new(-67.4004517, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3699. m.Parent = rleg
  3700. m:MakeJoints()
  3701. ----------------------------------------------------
  3702. local cor6 = Instance.new("Part", rleg.RightLeg)
  3703. cor6.Name = "Thingy"
  3704. cor6.Locked = true
  3705. cor6.BottomSurface = 0
  3706. cor6.CanCollide = false
  3707. cor6.Size = Vector3.new(2, 1, 1)
  3708. cor6.Transparency = 1
  3709. cor6.TopSurface = 0
  3710. corw2 = Instance.new("Weld", cor6)
  3711. corw2.Part0 = rleg
  3712. corw2.Part1 = cor6
  3713. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3714. corw2.C1 = CFrame.new(0, 0, 0)
  3715. weld2 = Instance.new("Weld", rleg.RightLeg)
  3716. weld2.Part0 = cor6
  3717. weld2.Part1 = p7
  3718. weld2.C0 = CFrame.new(0, 0, .6)
  3719. ----------------------------------------------------
  3720. local m = Instance.new("Model")
  3721. m.Name = "LeftLeg"
  3722. p1 = Instance.new("WedgePart", m)
  3723. p1.BrickColor = BrickColor.new("Royal purple")
  3724. p1.Material = Enum.Material.Neon
  3725. p1.Name = "Wedge"
  3726. p1.FormFactor = Enum.FormFactor.Custom
  3727. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3728. p1.CFrame = CFrame.new(64.3107605, 2.34980536, -14.7520046, 1.00008786, -7.1526415e-007, 2.00803143e-007, -2.2649931e-006, 0.999990404, 5.36453001e-007, -1.27237047e-006, 7.81809263e-007, 1.00007522)
  3729. p1.CanCollide = false
  3730. p1.Locked = true
  3731. p1.TopSurface = Enum.SurfaceType.Smooth
  3732. b1 = Instance.new("SpecialMesh", p1)
  3733. b1.MeshType = Enum.MeshType.Wedge
  3734. b1.Name = "Mesh"
  3735. b1.Scale = Vector3.new(0.200000003, 1, 1)
  3736. p2 = Instance.new("WedgePart", m)
  3737. p2.BrickColor = BrickColor.new("Royal purple")
  3738. p2.Material = Enum.Material.Neon
  3739. p2.Name = "Wedge"
  3740. p2.FormFactor = Enum.FormFactor.Custom
  3741. p2.Size = Vector3.new(1, 1.19999981, 4)
  3742. p2.CFrame = CFrame.new(64.9138336, 3.49979234, -10.7640553, -1.00009644, -6.38643314e-007, 1.81689501e-007, 2.53323037e-006, 0.906298041, -0.422614515, 1.23479219e-006, -0.422652602, -0.906383216)
  3743. p2.CanCollide = false
  3744. p2.Locked = true
  3745. p2.TopSurface = Enum.SurfaceType.Smooth
  3746. b2 = Instance.new("SpecialMesh", p2)
  3747. b2.MeshType = Enum.MeshType.Wedge
  3748. b2.Name = "Mesh"
  3749. b2.Scale = Vector3.new(0.600000024, 1, 1)
  3750. p3 = Instance.new("Part", m)
  3751. p3.BrickColor = BrickColor.new("Really black")
  3752. p3.Material = Enum.Material.Metal
  3753. p3.Name = "Main"
  3754. p3.Transparency = 1
  3755. p3.FormFactor = Enum.FormFactor.Custom
  3756. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3757. p3.CFrame = CFrame.new(65.0144501, 3.99976897, -13.1643734, 1.00010526, -9.43461771e-007, 1.5135204e-007, -2.48442234e-006, 0.999988973, 7.74860382e-007, -1.32394814e-006, 8.94069672e-007, 1.00009048)
  3758. p3.CanCollide = false
  3759. p3.Locked = true
  3760. p3.BottomSurface = Enum.SurfaceType.Smooth
  3761. p3.TopSurface = Enum.SurfaceType.Smooth
  3762. p4 = Instance.new("Part", m)
  3763. p4.BrickColor = BrickColor.new("Really black")
  3764. p4.Material = Enum.Material.Neon
  3765. p4.FormFactor = Enum.FormFactor.Custom
  3766. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3767. p4.CFrame = CFrame.new(64.8149185, 4.09976244, -14.2645903, 1.00011396, -1.07351866e-006, 1.23178822e-007, -2.62327239e-006, 0.999988258, 8.64272579e-007, -1.33881622e-006, 1.01328953e-006, 1.00009811)
  3768. p4.CanCollide = false
  3769. p4.Locked = true
  3770. p4.BottomSurface = Enum.SurfaceType.Smooth
  3771. p4.TopSurface = Enum.SurfaceType.Smooth
  3772. b3 = Instance.new("SpecialMesh", p4)
  3773. b3.MeshType = Enum.MeshType.Sphere
  3774. b3.Name = "Mesh"
  3775. p5 = Instance.new("WedgePart", m)
  3776. p5.BrickColor = BrickColor.new("Royal purple")
  3777. p5.Material = Enum.Material.Neon
  3778. p5.Name = "Wedge"
  3779. p5.FormFactor = Enum.FormFactor.Custom
  3780. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3781. p5.CFrame = CFrame.new(64.9130707, 2.34976578, -14.7524614, 1.00012243, -1.19274011e-006, 9.97973828e-008, -2.74250215e-006, 0.999987364, 8.94081438e-007, -1.37342522e-006, 1.15432931e-006, 1.00010574)
  3782. p5.CanCollide = false
  3783. p5.Locked = true
  3784. p5.TopSurface = Enum.SurfaceType.Smooth
  3785. b4 = Instance.new("SpecialMesh", p5)
  3786. b4.MeshType = Enum.MeshType.Wedge
  3787. b4.Name = "Mesh"
  3788. b4.Scale = Vector3.new(0.200000003, 1, 1)
  3789. p6 = Instance.new("Part", m)
  3790. p6.BrickColor = BrickColor.new("Royal purple")
  3791. p6.Material = Enum.Material.Neon
  3792. p6.FormFactor = Enum.FormFactor.Custom
  3793. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  3794. p6.CFrame = CFrame.new(65.1539307, 3.56787443, -14.2648125, -0.81925869, 0.573652625, 6.3568308e-008, -0.573566198, -0.819142461, 1.03511331e-006, 4.69596898e-007, -1.7646264e-006, 1.00011337)
  3795. p6.CanCollide = false
  3796. p6.Locked = true
  3797. p6.BottomSurface = Enum.SurfaceType.Smooth
  3798. p6.TopSurface = Enum.SurfaceType.Smooth
  3799. p7 = Instance.new("Part", m)
  3800. p7.BrickColor = BrickColor.new("Royal purple")
  3801. p7.Material = Enum.Material.Neon
  3802. p7.FormFactor = Enum.FormFactor.Custom
  3803. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  3804. p7.CFrame = CFrame.new(64.9899063, 4.4266243, -14.2649202, 0.86614728, 0.500068843, 4.87115699e-008, -0.499995351, 0.866011381, 1.14634361e-006, -1.86828663e-006, 3.82691809e-007, 1.000121)
  3805. p7.CanCollide = false
  3806. p7.Locked = true
  3807. p7.BottomSurface = Enum.SurfaceType.Smooth
  3808. p7.TopSurface = Enum.SurfaceType.Smooth
  3809. p8 = Instance.new("Part", m)
  3810. p8.BrickColor = BrickColor.new("Really black")
  3811. p8.Material = Enum.Material.Neon
  3812. p8.FormFactor = Enum.FormFactor.Custom
  3813. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3814. p8.CFrame = CFrame.new(65.2172623, 4.89969873, -14.2650318, 1.00014877, -1.43051147e-006, 2.05365609e-008, -3.09944153e-006, 0.99998486, 1.2357583e-006, -1.44150738e-006, 1.38478742e-006, 1.00012863)
  3815. p8.CanCollide = false
  3816. p8.Locked = true
  3817. p8.BottomSurface = Enum.SurfaceType.Smooth
  3818. p8.TopSurface = Enum.SurfaceType.Smooth
  3819. b5 = Instance.new("SpecialMesh", p8)
  3820. b5.MeshType = Enum.MeshType.Sphere
  3821. b5.Name = "Mesh"
  3822. p9 = Instance.new("Part", m)
  3823. p9.BrickColor = BrickColor.new("Really black")
  3824. p9.Material = Enum.Material.Neon
  3825. p9.FormFactor = Enum.FormFactor.Custom
  3826. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3827. p9.CFrame = CFrame.new(65.517868, 2.99971151, -14.2651463, 1.00015736, -1.5520751e-006, -9.27031252e-009, -3.21633729e-006, 0.999984026, 1.32517368e-006, -1.46969478e-006, 1.46621869e-006, 1.00013626)
  3828. p9.CanCollide = false
  3829. p9.Locked = true
  3830. p9.BottomSurface = Enum.SurfaceType.Smooth
  3831. p9.TopSurface = Enum.SurfaceType.Smooth
  3832. b6 = Instance.new("SpecialMesh", p9)
  3833. b6.MeshType = Enum.MeshType.Sphere
  3834. b6.Name = "Mesh"
  3835. p10 = Instance.new("Part", m)
  3836. p10.BrickColor = BrickColor.new("Royal purple")
  3837. p10.Material = Enum.Material.Neon
  3838. p10.FormFactor = Enum.FormFactor.Custom
  3839. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  3840. p10.CFrame = CFrame.new(64.79879, 5.1497221, -14.2652512, -0.642893076, 0.766172707, -3.7446263e-008, -0.766029418, -0.64277941, 1.40660427e-006, -2.27817864e-007, -2.14863894e-006, 1.00014389)
  3841. p10.CanCollide = false
  3842. p10.Locked = true
  3843. p10.BottomSurface = Enum.SurfaceType.Smooth
  3844. p10.TopSurface = Enum.SurfaceType.Smooth
  3845. p11 = Instance.new("Part", m)
  3846. p11.BrickColor = BrickColor.new("Royal purple")
  3847. p11.Material = Enum.Material.Neon
  3848. p11.FormFactor = Enum.FormFactor.Custom
  3849. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  3850. p11.CFrame = CFrame.new(65.2189484, 5.30325174, -14.2653618, 1.00017476, -1.78813934e-006, -6.56227002e-008, -3.4570694e-006, 0.999982595, 1.49602079e-006, -1.52770292e-006, 1.64505627e-006, 1.00015152)
  3851. p11.CanCollide = false
  3852. p11.Locked = true
  3853. p11.BottomSurface = Enum.SurfaceType.Smooth
  3854. p11.TopSurface = Enum.SurfaceType.Smooth
  3855. p12 = Instance.new("WedgePart", m)
  3856. p12.BrickColor = BrickColor.new("Royal purple")
  3857. p12.Material = Enum.Material.Neon
  3858. p12.Name = "Wedge"
  3859. p12.FormFactor = Enum.FormFactor.Custom
  3860. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3861. p12.CFrame = CFrame.new(65.5171509, 2.34969687, -14.7532635, 1.00018334, -1.89246384e-006, -8.90070169e-008, -3.54650388e-006, 0.999981821, 1.52583425e-006, -1.56231545e-006, 1.78610321e-006, 1.00015914)
  3862. p12.CanCollide = false
  3863. p12.Locked = true
  3864. p12.TopSurface = Enum.SurfaceType.Smooth
  3865. b7 = Instance.new("SpecialMesh", p12)
  3866. b7.MeshType = Enum.MeshType.Wedge
  3867. b7.Name = "Mesh"
  3868. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3869. p13 = Instance.new("Part", m)
  3870. p13.BrickColor = BrickColor.new("Really black")
  3871. p13.Material = Enum.Material.Neon
  3872. p13.FormFactor = Enum.FormFactor.Custom
  3873. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3874. p13.CFrame = CFrame.new(64.3198929, 5.59963703, -14.2655821, 1.00019193, -1.97098893e-006, -1.23608402e-007, -3.67657594e-006, 0.999981046, 1.66687016e-006, -1.58571254e-006, 1.81590929e-006, 1.00016677)
  3875. p13.CanCollide = false
  3876. p13.Locked = true
  3877. p13.BottomSurface = Enum.SurfaceType.Smooth
  3878. p13.TopSurface = Enum.SurfaceType.Smooth
  3879. b8 = Instance.new("SpecialMesh", p13)
  3880. b8.MeshType = Enum.MeshType.Sphere
  3881. b8.Name = "Mesh"
  3882. p14 = Instance.new("Part", m)
  3883. p14.BrickColor = BrickColor.new("Really black")
  3884. p14.Material = Enum.Material.Neon
  3885. p14.FormFactor = Enum.FormFactor.Custom
  3886. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3887. p14.CFrame = CFrame.new(65.2206192, 5.79961872, -14.2656937, 1.00020039, -2.10105645e-006, -1.51786239e-007, -3.75511786e-006, 0.99998033, 1.7562885e-006, -1.6139021e-006, 1.90533035e-006, 1.0001744)
  3888. p14.CanCollide = false
  3889. p14.Locked = true
  3890. p14.BottomSurface = Enum.SurfaceType.Smooth
  3891. p14.TopSurface = Enum.SurfaceType.Smooth
  3892. b9 = Instance.new("SpecialMesh", p14)
  3893. b9.MeshType = Enum.MeshType.Sphere
  3894. b9.Name = "Mesh"
  3895. w1 = Instance.new("Weld", p1)
  3896. w1.Name = "Wedge_Weld"
  3897. w1.Part0 = p1
  3898. w1.C0 = CFrame.new(-64.3004303, -0.350028396, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3899. w1.Part1 = p2
  3900. w1.C1 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3901. w2 = Instance.new("Weld", p2)
  3902. w2.Name = "Part_Weld"
  3903. w2.Part0 = p2
  3904. w2.C0 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3905. w2.Part1 = p3
  3906. w2.C1 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3907. w3 = Instance.new("Weld", p3)
  3908. w3.Name = "Part_Weld"
  3909. w3.Part0 = p3
  3910. w3.C0 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3911. w3.Part1 = p4
  3912. w3.C1 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3913. w4 = Instance.new("Weld", p4)
  3914. w4.Name = "Wedge_Weld"
  3915. w4.Part0 = p4
  3916. w4.C0 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3917. w4.Part1 = p5
  3918. w4.C1 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3919. w5 = Instance.new("Weld", p5)
  3920. w5.Name = "Part_Weld"
  3921. w5.Part0 = p5
  3922. w5.C0 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3923. w5.Part1 = p6
  3924. w5.C1 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3925. w6 = Instance.new("Weld", p6)
  3926. w6.Name = "Part_Weld"
  3927. w6.Part0 = p6
  3928. w6.C0 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3929. w6.Part1 = p7
  3930. w6.C1 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3931. w7 = Instance.new("Weld", p7)
  3932. w7.Name = "Part_Weld"
  3933. w7.Part0 = p7
  3934. w7.C0 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3935. w7.Part1 = p8
  3936. w7.C1 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3937. w8 = Instance.new("Weld", p8)
  3938. w8.Name = "Part_Weld"
  3939. w8.Part0 = p8
  3940. w8.C0 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3941. w8.Part1 = p9
  3942. w8.C1 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3943. w9 = Instance.new("Weld", p9)
  3944. w9.Name = "Part_Weld"
  3945. w9.Part0 = p9
  3946. w9.C0 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3947. w9.Part1 = p10
  3948. w9.C1 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3949. w10 = Instance.new("Weld", p10)
  3950. w10.Name = "Part_Weld"
  3951. w10.Part0 = p10
  3952. w10.C0 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3953. w10.Part1 = p11
  3954. w10.C1 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3955. w11 = Instance.new("Weld", p11)
  3956. w11.Name = "Wedge_Weld"
  3957. w11.Part0 = p11
  3958. w11.C0 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3959. w11.Part1 = p12
  3960. w11.C1 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3961. w12 = Instance.new("Weld", p12)
  3962. w12.Name = "Part_Weld"
  3963. w12.Part0 = p12
  3964. w12.C0 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3965. w12.Part1 = p13
  3966. w12.C1 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3967. w13 = Instance.new("Weld", p13)
  3968. w13.Name = "Part_Weld"
  3969. w13.Part0 = p13
  3970. w13.C0 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3971. w13.Part1 = p14
  3972. w13.C1 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3973. w14 = Instance.new("Weld", p14)
  3974. w14.Name = "Wedge_Weld"
  3975. w14.Part0 = p14
  3976. w14.C0 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3977. m.Parent = lleg
  3978. m:MakeJoints()
  3979. ----------------------------------------------------
  3980. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3981. cor7.Name = "Thingy"
  3982. cor7.Locked = true
  3983. cor7.BottomSurface = 0
  3984. cor7.CanCollide = false
  3985. cor7.Size = Vector3.new(2, 1, 1)
  3986. cor7.Transparency = 1
  3987. cor7.TopSurface = 0
  3988. corw2 = Instance.new("Weld", cor7)
  3989. corw2.Part0 = lleg
  3990. corw2.Part1 = cor7
  3991. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3992. corw2.C1 = CFrame.new(0, 0, 0)
  3993. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3994. weld2.Part0 = cor7
  3995. weld2.Part1 = p3
  3996. weld2.C0 = CFrame.new(0, 0, .6)
  3997. ----------------------------------------------------
  3998. Blast = function()
  3999. local Colors = {"Royal purple", "Really black"}
  4000. local wave = Instance.new("Part", torso)
  4001. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4002. wave.Anchored = true
  4003. wave.CanCollide = false
  4004. wave.Locked = true
  4005. wave.Size = Vector3.new(1, 1, 1)
  4006. wave.TopSurface = "Smooth"
  4007. wave.BottomSurface = "Smooth"
  4008. wave.Transparency = 0.35
  4009. wave.CFrame = rarm.CFrame
  4010. wm = Instance.new("SpecialMesh", wave)
  4011. wm.MeshType = "Sphere"
  4012. wm.Scale = Vector3.new(1,1,1)
  4013. z = Instance.new("Sound",wave)
  4014. z.SoundId = "rbxassetid://237035051"
  4015. z.Volume = 1
  4016. z.Pitch = .9
  4017. z:Play()
  4018. coroutine.wrap(function()
  4019. for i = 1, 30, 1 do
  4020. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  4021. --wave.Size = wm.Scale
  4022. wave.CFrame = rarm.CFrame
  4023. wave.Transparency = (1/14)
  4024. rs:wait()
  4025. end
  4026. rs:wait()
  4027. wave:Destroy()
  4028. z:Destroy()
  4029. end)()
  4030. end
  4031. ----------------------------------------------------
  4032. rarm.Touched:connect(function(ht)
  4033. hit = ht.Parent
  4034. if ht and hit:IsA("Model") then
  4035. if hit:FindFirstChild("Humanoid") then
  4036. if hit.Name ~= p.Name then
  4037. if Debounces.RPunch == true and Debounces.RPunched == false then
  4038. Debounces.RPunched = true
  4039. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  4040. if Debounces.ks==true then
  4041. z = Instance.new("Sound",hed)
  4042. z.SoundId = "rbxassetid://169380525"
  4043. z.Pitch = ptz[math.random(1,#ptz)]
  4044. z.Volume = 1
  4045. z:Play()
  4046. end
  4047. wait(.2)
  4048. Debounces.RPunched = false
  4049. end
  4050. end
  4051. end
  4052. elseif ht and hit:IsA("Hat") then
  4053. if hit.Parent.Name ~= p.Name then
  4054. if hit.Parent:FindFirstChild("Humanoid") then
  4055. if Debounces.RPunch == true and Debounces.RPunched == false then
  4056. Debounces.RPunched = true
  4057. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  4058. if Debounces.ks==true then
  4059. z = Instance.new("Sound",hed)
  4060. z.SoundId = "rbxassetid://169380525"
  4061. z.Pitch = ptz[math.random(1,#ptz)]
  4062. z.Volume = 1
  4063. z:Play()
  4064. end
  4065. wait(.2)
  4066. Debounces.RPunched = false
  4067. end
  4068. end
  4069. end
  4070. end
  4071. end)
  4072. larm.Touched:connect(function(ht)
  4073. hit = ht.Parent
  4074. if ht and hit:IsA("Model") then
  4075. if hit:FindFirstChild("Humanoid") then
  4076. if hit.Name ~= p.Name then
  4077. if Debounces.LPunch == true and Debounces.LPunched == false then
  4078. Debounces.LPunched = true
  4079. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  4080. if Debounces.ks2==true then
  4081. z = Instance.new("Sound",hed)
  4082. z.SoundId = "rbxassetid://169380525"
  4083. z.Pitch = ptz[math.random(1,#ptz)]
  4084. z.Volume = 1
  4085. z:Play()
  4086. end
  4087. wait(.2)
  4088. Debounces.LPunched = false
  4089. end
  4090. end
  4091. end
  4092. elseif ht and hit:IsA("Hat") then
  4093. if hit.Parent.Name ~= p.Name then
  4094. if hit.Parent:FindFirstChild("Humanoid") then
  4095. if Debounces.LPunch == true and Debounces.LPunched == false then
  4096. Debounces.LPunched = true
  4097. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  4098. if Debounces.ks2==true then
  4099. z = Instance.new("Sound",hed)
  4100. z.SoundId = "rbxassetid://169380525"
  4101. z.Pitch = ptz[math.random(1,#ptz)]
  4102. z.Volume = 1
  4103. z:Play()
  4104. end
  4105. wait(.2)
  4106. Debounces.LPunched = false
  4107. end
  4108. end
  4109. end
  4110. end
  4111. end)
  4112. ----------------------------------------------------
  4113. mod4 = Instance.new("Model",char)
  4114.  
  4115. ptez = {0.7, 0.8, 0.9, 1}
  4116.  
  4117. function FindNearestTorso(Position,Distance,SinglePlayer)
  4118. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4119. local List = {}
  4120. for i,v in pairs(workspace:GetChildren())do
  4121. if v:IsA("Model")then
  4122. if v:findFirstChild("Torso")then
  4123. if v ~= char then
  4124. if(v.Torso.Position -Position).magnitude <= Distance then
  4125. table.insert(List,v)
  4126. end
  4127. end
  4128. end
  4129. end
  4130. end
  4131. return List
  4132. end
  4133.  
  4134. function Punch()
  4135. part=Instance.new('Part',mod4)
  4136. part.Anchored=true
  4137. part.CanCollide=false
  4138. part.FormFactor='Custom'
  4139. part.Size=Vector3.new(.2,.2,.2)
  4140. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  4141. part.Transparency=.7
  4142. part.BrickColor=BrickColor.new('Really black')
  4143. mesh=Instance.new('SpecialMesh',part)
  4144. mesh.MeshId='http://www.roblox.com/asset/?id=9982590'
  4145. mesh.Scale=Vector3.new(3,3,3)
  4146. part2=Instance.new('Part',mod4)
  4147. part2.Anchored=true
  4148. part2.CanCollide=false
  4149. part2.FormFactor='Custom'
  4150. part2.Size=Vector3.new(.2,.2,.2)
  4151. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  4152. part2.Transparency=.7
  4153. part2.BrickColor=BrickColor.new('Royal purple')
  4154. mesh2=Instance.new('SpecialMesh',part2)
  4155. mesh2.MeshId='http://www.roblox.com/asset/?id=9982590'
  4156. mesh2.Scale=Vector3.new(3,1.5,3)
  4157. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  4158. if v:FindFirstChild('Humanoid') then
  4159. v.Humanoid:TakeDamage(math.random(2,6))
  4160. end
  4161. end
  4162. coroutine.resume(coroutine.create(function()
  4163. for i=0,0.62,0.4 do
  4164. wait()
  4165. part.CFrame=part.CFrame
  4166. part.Transparency=i
  4167. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  4168. part2.CFrame=part2.CFrame
  4169. part2.Transparency=i
  4170. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  4171. end
  4172. part.Parent=nil
  4173. part2.Parent=nil
  4174. end))
  4175. end
  4176. ----------------------------------------------------
  4177. rarm.Touched:connect(function(ht)
  4178. hit = ht.Parent
  4179. if ht and hit:IsA("Model") then
  4180. if hit:FindFirstChild("Humanoid") then
  4181. if hit.Name ~= p.Name then
  4182. if Debounces.RPunch == true and Debounces.RPunched == false then
  4183. Debounces.RPunched = true
  4184. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  4185. if Debounces.ks==true then
  4186. z = Instance.new("Sound",hed)
  4187. z.SoundId = "rbxassetid://169380525"
  4188. z.Pitch = ptz[math.random(1,#ptz)]
  4189. z.Volume = 1
  4190. z:Play()
  4191. end
  4192. wait(.2)
  4193. Debounces.RPunched = false
  4194. end
  4195. end
  4196. end
  4197. elseif ht and hit:IsA("Hat") then
  4198. if hit.Parent.Name ~= p.Name then
  4199. if hit.Parent:FindFirstChild("Humanoid") then
  4200. if Debounces.RPunch == true and Debounces.RPunched == false then
  4201. Debounces.RPunched = true
  4202. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  4203. if Debounces.ks==true then
  4204. z = Instance.new("Sound",hed)
  4205. z.SoundId = "rbxassetid://169380525"
  4206. z.Pitch = ptz[math.random(1,#ptz)]
  4207. z.Volume = 1
  4208. z:Play()
  4209. end
  4210. wait(.2)
  4211. Debounces.RPunched = false
  4212. end
  4213. end
  4214. end
  4215. end
  4216. end)
  4217. larm.Touched:connect(function(ht)
  4218. hit = ht.Parent
  4219. if ht and hit:IsA("Model") then
  4220. if hit:FindFirstChild("Humanoid") then
  4221. if hit.Name ~= p.Name then
  4222. if Debounces.LPunch == true and Debounces.LPunched == false then
  4223. Debounces.LPunched = true
  4224. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  4225. if Debounces.ks2==true then
  4226. z = Instance.new("Sound",hed)
  4227. z.SoundId = "rbxassetid://169380525"
  4228. z.Pitch = ptz[math.random(1,#ptz)]
  4229. z.Volume = 1
  4230. z:Play()
  4231. end
  4232. wait(.2)
  4233. Debounces.LPunched = false
  4234. end
  4235. end
  4236. end
  4237. elseif ht and hit:IsA("Hat") then
  4238. if hit.Parent.Name ~= p.Name then
  4239. if hit.Parent:FindFirstChild("Humanoid") then
  4240. if Debounces.LPunch == true and Debounces.LPunched == false then
  4241. Debounces.LPunched = true
  4242. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  4243. if Debounces.ks2==true then
  4244. z = Instance.new("Sound",hed)
  4245. z.SoundId = "rbxassetid://169380525"
  4246. z.Pitch = ptz[math.random(1,#ptz)]
  4247. z.Volume = 1
  4248. z:Play()
  4249. end
  4250. wait(.2)
  4251. Debounces.LPunched = false
  4252. end
  4253. end
  4254. end
  4255. end
  4256. end)
  4257. ----------------------------------------------------
  4258. local player = game.Players.LocalPlayer
  4259. local pchar = player.Character
  4260. local mouse = player:GetMouse()
  4261. local cam = workspace.CurrentCamera
  4262.  
  4263. local rad = math.rad
  4264.  
  4265. local keysDown = {}
  4266. local flySpeed = 0
  4267. local MAX_FLY_SPEED = 150
  4268.  
  4269. local canFly = false
  4270. local flyToggled = false
  4271.  
  4272. local forward, side = 0, 0
  4273. local lastForward, lastSide = 0, 0
  4274.  
  4275. local floatBP = Instance.new("BodyPosition")
  4276. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  4277. local flyBV = Instance.new("BodyVelocity")
  4278. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4279. local turnBG = Instance.new("BodyGyro")
  4280. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  4281.  
  4282. mouse.KeyDown:connect(function(key)
  4283. keysDown[key] = true
  4284.  
  4285. if key == "f" then
  4286. flyToggled = not flyToggled
  4287.  
  4288. if not flyToggled then
  4289. stanceToggle = "Normal"
  4290. floatBP.Parent = nil
  4291. flyBV.Parent = nil
  4292. turnBG.Parent = nil
  4293. root.Velocity = Vector3.new()
  4294. pchar.Humanoid.PlatformStand = false
  4295. end
  4296. end
  4297.  
  4298. end)
  4299. mouse.KeyUp:connect(function(key)
  4300. keysDown[key] = nil
  4301. end)
  4302.  
  4303. local function updateFly()
  4304.  
  4305. if not flyToggled then return end
  4306.  
  4307. lastForward = forward
  4308. lastSide = side
  4309.  
  4310. forward = 0
  4311. side = 0
  4312.  
  4313. if keysDown.w then
  4314. forward = forward + 1
  4315. end
  4316. if keysDown.s then
  4317. forward = forward - 1
  4318. end
  4319. if keysDown.a then
  4320. side = side - 1
  4321. end
  4322. if keysDown.d then
  4323. side = side + 1
  4324. end
  4325.  
  4326. canFly = (forward ~= 0 or side ~= 0)
  4327.  
  4328. if canFly then
  4329. stanceToggle = "Floating"
  4330. turnBG.Parent = root
  4331. floatBP.Parent = nil
  4332. flyBV.Parent = root
  4333.  
  4334. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  4335. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  4336. else
  4337. floatBP.position = root.Position
  4338. floatBP.Parent = root
  4339.  
  4340. flySpeed = flySpeed - 1
  4341. if flySpeed < 0 then flySpeed = 0 end
  4342. end
  4343.  
  4344. local camCF = cam.CoordinateFrame
  4345. local in_forward = canFly and forward or lastForward
  4346. local in_side = canFly and side or lastSide
  4347.  
  4348. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  4349. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  4350.  
  4351. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  4352. 0)
  4353. end
  4354.  
  4355. game:service'RunService'.RenderStepped:connect(function()
  4356. if flyToggled then
  4357. pchar.Humanoid.PlatformStand = true
  4358. end
  4359. updateFly()
  4360. end)
  4361. -------------------------------
  4362. mouse.KeyDown:connect(function(key)
  4363. if key == "q" then
  4364. if Debounces.CanAttack == true then
  4365. Debounces.CanAttack = false
  4366. Debounces.NoIdl = true
  4367. Debounces.on = true
  4368. function FindNearestTorso(Position,Distance,SinglePlayer)
  4369. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4370. local List = {}
  4371. for i,v in pairs(workspace:GetChildren())do
  4372. if v:IsA("Model")then
  4373. if v:findFirstChild("Torso")then
  4374. if v ~= char then
  4375. if(v.Torso.Position -Position).magnitude <= Distance then
  4376. table.insert(List,v)
  4377. end
  4378. end
  4379. end
  4380. end
  4381. end
  4382. return List
  4383. end
  4384. z = Instance.new("Sound",hed)
  4385. z.SoundId = "rbxassetid://232213955"
  4386. z.Pitch = 1
  4387. z.Volume = 1
  4388. wait(0.2)
  4389. z:Play()
  4390. sp = Instance.new("Part",rarm)
  4391. sp.Anchored = true
  4392. sp.CanCollide = false
  4393. sp.Locked = true
  4394. sp.Transparency = 0
  4395. sp.Material = "Neon"
  4396. sp.Size = Vector3.new(1,1,1)
  4397. sp.TopSurface = "SmoothNoOutlines"
  4398. sp.BottomSurface = "SmoothNoOutlines"
  4399. sp.BrickColor = BrickColor.new("Royal purple")
  4400. spm = Instance.new("SpecialMesh",sp)
  4401. spm.MeshType = "Sphere"
  4402. spm.Scale = Vector3.new(21,21,21)
  4403. sp2 = Instance.new("Part", rarm)
  4404. sp2.Name = "Energy"
  4405. sp2.BrickColor = BrickColor.new("Royal purple")
  4406. sp2.Size = Vector3.new(1, 1, 1)
  4407. sp2.Shape = "Ball"
  4408. sp2.CanCollide = false
  4409. sp2.Anchored = true
  4410. sp2.Locked = true
  4411. sp2.TopSurface = 0
  4412. sp2.BottomSurface = 0
  4413. sp2.Transparency = 1
  4414. spm2 = Instance.new("SpecialMesh",sp2)
  4415. spm2.MeshId = "rbxassetid://9982590"
  4416. spm2.Scale = Vector3.new(2,2,2)
  4417. for i = 1, 20 do
  4418. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  4419. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  4420. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4)
  4421. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
  4422. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4423. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4424. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4425. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4426. if Debounces.on == false then break end
  4427. rs:wait()
  4428. end
  4429. for i = 1, 100, 20 do rs:wait()
  4430. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  4431. end
  4432. for i = 1, 20 do
  4433. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  4434. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  4435. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.4)
  4436. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  4437. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  4438. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4439. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4440. if Debounces.on == false then break end
  4441. rs:wait()
  4442. end
  4443. sp.Transparency = 1
  4444. for i = 1, 20 do
  4445. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  4446. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.62,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)
  4447. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  4448. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  4449. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4450. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4451. if Debounces.on == false then break end
  4452. rs:wait()
  4453. end
  4454. wait(1)
  4455. sp.Transparency = 0
  4456. sp2.Transparency = 0.84
  4457. for i = 1, 20 do
  4458. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  4459. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  4460. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  4461. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(110),math.rad(-6),math.rad(140)), 0.4)
  4462. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(80),math.rad(6),math.rad(-40)), 0.2)
  4463. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  4464. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
  4465. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  4466. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  4467. if Debounces.on == false then break end
  4468. rs:wait()
  4469. end
  4470. for i = 1, 2880, 50 do
  4471. rs:wait()
  4472. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  4473. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  4474. rs:wait()
  4475. end
  4476. sp:Destroy()
  4477. sp2:Destroy()
  4478. local X = Instance.new("Part",char)
  4479. local O = Instance.new("ObjectValue",X)
  4480. O.Name = "creator"
  4481. X.Locked = true
  4482. X.Name = "Shell"
  4483. X.Anchored = false
  4484. X.CanCollide = false
  4485. X.Transparency = 0
  4486. X.Reflectance = 0
  4487. X.BottomSurface = 0
  4488. X.TopSurface = 0
  4489. X.Shape = 0
  4490. local V = Instance.new("ObjectValue",X)
  4491. V.Value = char
  4492. V.Name = "creator"
  4493. X.BrickColor = BrickColor.new("Royal purple")
  4494. X.Size = Vector3.new(2,2,2)
  4495. X.Material = "Neon"
  4496. local Z = Instance.new("SpecialMesh",X)
  4497. Z.MeshType = "Sphere"
  4498. Z.Scale = Vector3.new(0.5,0.5,1)
  4499. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  4500. local bv = Instance.new("BodyVelocity",X)
  4501. bv.maxForce = Vector3.new(99999,99999,99999)
  4502. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  4503. bv.velocity = X.CFrame.lookVector*65
  4504.  
  4505. Explode = X.Touched:connect(function(hit)
  4506. if hit ~= char and hit.Name ~= "Shell" then
  4507. local cf = X.CFrame
  4508. bv:Destroy()
  4509. X.Anchored = true
  4510. Z:Remove()
  4511. Explode:disconnect()
  4512. X.Size = Vector3.new(3,3,3)
  4513. X.Touched:connect(function(hit) end)
  4514. X.CanCollide = false
  4515. local part3 = Instance.new("Part", rarm)
  4516. part3.Anchored=true
  4517. part3.CanCollide=false
  4518. part3.Locked = true
  4519. part3.TopSurface = "SmoothNoOutlines"
  4520. part3.BottomSurface = "SmoothNoOutlines"
  4521. part3.FormFactor='Custom'
  4522. part3.Size=Vector3.new(1,1, 1)
  4523. part3.CFrame=X.CFrame
  4524. part3.Transparency=0
  4525. part3.BrickColor=BrickColor.new("Royal purple")
  4526. local mesh3 = Instance.new("SpecialMesh",part3)
  4527. mesh3.MeshType = "Sphere"
  4528. mesh3.Scale = Vector3.new(1,1,1)
  4529. --debris:AddItem(X,8)
  4530. local part4 = Instance.new("Part", rarm)
  4531. part4.Material = "Neon"
  4532. part4.Anchored=true
  4533. part4.CanCollide=false
  4534. part4.Locked = true
  4535. part4.TopSurface = "SmoothNoOutlines"
  4536. part4.BottomSurface = "SmoothNoOutlines"
  4537. part4.FormFactor='Custom'
  4538. part4.Size=Vector3.new(1,1, 1)
  4539. part4.CFrame=X.CFrame
  4540. part4.Transparency=0
  4541. part4.BrickColor=BrickColor.new("Hot pink")
  4542. local mesh4 = Instance.new("SpecialMesh",part4)
  4543. mesh4.MeshType = "Sphere"
  4544. mesh4.Scale = Vector3.new(.5,.5,.5)
  4545. local part7 = Instance.new("Part", rarm)
  4546. part7.Material = "Neon"
  4547. part7.Anchored=true
  4548. part7.CanCollide=false
  4549. part7.Locked = true
  4550. part7.TopSurface = "SmoothNoOutlines"
  4551. part7.BottomSurface = "SmoothNoOutlines"
  4552. part7.FormFactor='Custom'
  4553. part7.Size=Vector3.new(1,1, 1)
  4554. part7.CFrame=X.CFrame
  4555. part7.Transparency=0
  4556. part7.BrickColor=BrickColor.new("Really black")
  4557. local mesh7 = Instance.new("SpecialMesh",part7)
  4558. mesh7.MeshType = "Sphere"
  4559. mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
  4560. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  4561. if v:FindFirstChild('Humanoid') then
  4562. v.Humanoid:TakeDamage(math.random(60,90))
  4563. v.Humanoid.PlatformStand = true
  4564. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4565. end
  4566. end
  4567.  
  4568. local acos = math.acos
  4569. local sqrt = math.sqrt
  4570. local Vec3 = Vector3.new
  4571. local fromAxisAngle = CFrame.fromAxisAngle
  4572.  
  4573. local function toAxisAngle(CFr)
  4574. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  4575. local Angle = math.acos((R00+R11+R22-1)/2)
  4576. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4577. A = A == 0 and 0.00001 or A
  4578. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4579. B = B == 0 and 0.00001 or B
  4580. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4581. C = C == 0 and 0.00001 or C
  4582. local x = (R21-R12)/sqrt(A)
  4583. local y = (R02-R20)/sqrt(B)
  4584. local z = (R10-R01)/sqrt(C)
  4585. return Vec3(x,y,z),Angle
  4586. end
  4587.  
  4588. function ApplyTrig(Num,Func)
  4589. local Min,Max = Func(0),Func(1)
  4590. local i = Func(Num)
  4591. return (i-Min)/(Max-Min)
  4592. end
  4593.  
  4594. function LerpCFrame(CFrame1,CFrame2,Num)
  4595. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  4596. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  4597. end
  4598.  
  4599. function Crater(Torso,Radius)
  4600. Spawn(function()
  4601. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  4602. local Ignore = {}
  4603. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4604. if v.Character ~= nil then
  4605. Ignore[#Ignore+1] = v.Character
  4606. end
  4607. end
  4608. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  4609. if Hit == nil then return end
  4610. local Parts = {}
  4611. for i = 1,360,10 do
  4612. local P = Instance.new("Part",Torso.Parent)
  4613. P.Anchored = true
  4614. P.FormFactor = "Custom"
  4615. P.BrickColor = Hit.BrickColor
  4616. P.Material = Hit.Material
  4617. P.TopSurface = "Smooth"
  4618. P.BottomSurface = "Smooth"
  4619. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  4620. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  4621. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  4622. if math.random(0,5) == 0 then -- rubble
  4623. local P = Instance.new("Part",Torso.Parent)
  4624. P.Anchored = true
  4625. P.FormFactor = "Custom"
  4626. P.BrickColor = Hit.BrickColor
  4627. P.Material = Hit.Material
  4628. P.TopSurface = "Smooth"
  4629. P.BottomSurface = "Smooth"
  4630. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  4631. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  4632. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  4633. end
  4634. end
  4635. for i = 0,1,0.05 do
  4636. for i2,v in pairs(Parts) do
  4637. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  4638. end
  4639. wait(0.02)
  4640. end
  4641. for i,v in pairs(Parts) do
  4642. if v[1].Size.X > 2.1 then
  4643. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  4644. end
  4645. v[1].Anchored = false
  4646. end
  4647. for i = 0,1,0.05 do
  4648. for i2,v in pairs(Parts) do
  4649. v[1].Transparency = i
  4650. if i == 1 then
  4651. v[1]:Destroy()
  4652. elseif i >= 0.25 then
  4653. v[1].CanCollide = false
  4654. end
  4655. end
  4656. wait(0.02)
  4657. end
  4658. Parts = nil
  4659. end)
  4660. end
  4661.  
  4662. ROW = function(out, trans, s, wt, t, ang, plus)
  4663. for i = 1, 360, 360/t do
  4664. local c = Instance.new("Part", game.Workspace)
  4665. c.FormFactor = 3
  4666. c.TopSurface = 0
  4667. c.BottomSurface = 0
  4668. c.Size = s
  4669. c.Anchored = true
  4670. c.CanCollide = wt
  4671. c.Material=workspace.Base.Material
  4672. c.Transparency = trans
  4673. c.BrickColor = workspace.Base.BrickColor
  4674. c.CFrame = CFrame.new(X.CFrame.x,0,X.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  4675. c.Locked=true
  4676. game.Debris:AddItem(c,15)
  4677. end
  4678. end
  4679.  
  4680. Part = function(x,y,z,color,tr,cc,an,parent)
  4681. local p = Instance.new('Part',parent or Weapon)
  4682. p.formFactor = 'Custom'
  4683. p.Size = Vector3.new(x,y,z)
  4684. p.BrickColor = BrickColor.new(color)
  4685. p.CanCollide = cc
  4686. p.Transparency = tr
  4687. p.Anchored = an
  4688. p.TopSurface,p.BottomSurface = 0,0
  4689. p.Locked=true
  4690. p:BreakJoints()
  4691. return p end
  4692.  
  4693. Mesh = function(par,num,x,y,z)
  4694. local msh = _
  4695. if num == 1 then msh = Instance.new("CylinderMesh",par)
  4696. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  4697. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  4698. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  4699. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  4700. end msh.Scale = Vector3.new(x,y,z)
  4701. return msh end
  4702.  
  4703. function explosion(col1,col2,cfr,sz,rng,dmg)
  4704. local a= Part(1,1,1,col1,.5,false,true,workspace)
  4705. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  4706. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  4707. v1,v2,v3=sz.x,sz.y,sz.z
  4708. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  4709. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  4710. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  4711. a.CFrame=cfr
  4712. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  4713. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  4714.  
  4715. Spawn(function()
  4716. while wait() do
  4717. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  4718. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  4719. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  4720. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  4721. a.Transparency=a.Transparency+0.05
  4722. a2.Transparency=a2.Transparency+0.05
  4723. a3.Transparency=a3.Transparency+0.05
  4724. end
  4725. end)
  4726. end
  4727.  
  4728. Crater(X,20)
  4729. ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad (math.random(-30,30))), 0)
  4730. z = Instance.new("Sound",X)
  4731. z.SoundId = "rbxassetid://231917744"
  4732. z.Pitch = .5
  4733. z.Volume = 10
  4734. z1 = Instance.new("Sound",X)
  4735. z1.SoundId = "rbxassetid://231917744"
  4736. z1.Pitch = .5
  4737. z1.Volume = 10
  4738. z2 = Instance.new("Sound",X)
  4739. z2.SoundId = "rbxassetid://231917744"
  4740. z2.Pitch = .5
  4741. z2.Volume = 10
  4742. z3 = Instance.new("Sound",X)
  4743. z3.SoundId = "rbxassetid://245537790"
  4744. z3.Pitch = .7
  4745. z3.Volume = 1
  4746. z4 = Instance.new("Sound",X)
  4747. z4.SoundId = "rbxassetid://245537790"
  4748. z4.Pitch = .7
  4749. z4.Volume = 1
  4750. wait(0.1)
  4751. z:Play()
  4752. z1:Play()
  4753. z2:Play()
  4754. z3:Play()
  4755. z4:Play()
  4756.  
  4757. local part=Instance.new('Part',rarm)
  4758. part.Anchored=true
  4759. part.CanCollide=false
  4760. part.Locked = true
  4761. part.FormFactor='Custom'
  4762. part.Size=Vector3.new(1,1,1)
  4763. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  4764. part.Transparency=0
  4765. part.BrickColor=BrickColor.new('Really black')
  4766. local mesh=Instance.new('SpecialMesh',part)
  4767. mesh.MeshId='http://www.roblox.com/asset/?id=9982590'
  4768. mesh.Scale=Vector3.new(2,2,2)
  4769. local part2=part:clone()
  4770. part2.Parent = rarm
  4771. part2.BrickColor=BrickColor.new("Royal purple")
  4772. local part5=part:clone()
  4773. part5.Parent = rarm
  4774. part5.BrickColor=BrickColor.new("Magenta")
  4775. local part6=part:clone()
  4776. part6.Parent = rarm
  4777. part6.BrickColor=BrickColor.new("Black")
  4778. local mesh2=mesh:clone()
  4779. mesh2.Parent=part2
  4780. mesh2.Scale=Vector3.new(3, 3, 3)
  4781. local mesh5=mesh:clone()
  4782. mesh5.Parent=part5
  4783. mesh5.Scale=Vector3.new(3, 3, 3)
  4784. local mesh6=mesh:clone()
  4785. mesh6.Parent=part6
  4786. mesh6.Scale=Vector3.new(3, 3, 3)
  4787. local blast = Instance.new("Part", rarm)
  4788. blast.BrickColor = BrickColor.new("Really black")
  4789. blast.Anchored = true
  4790. blast.CanCollide = false
  4791. blast.Locked = true
  4792. blast.Size = Vector3.new(1, 1, 1)
  4793. blast.TopSurface = "Smooth"
  4794. blast.BottomSurface = "Smooth"
  4795. blast.Transparency = 0
  4796. blast.CFrame = HandCF
  4797. local bm = Instance.new("SpecialMesh", blast)
  4798. bm.Scale = Vector3.new(5,1,5)
  4799. bm.MeshId = "rbxassetid://9982590"
  4800. local blast2 = Instance.new("Part", rarm)
  4801. blast2.BrickColor = BrickColor.new("Really black")
  4802. blast2.Anchored = true
  4803. blast2.CanCollide = false
  4804. blast2.Locked = true
  4805. blast2.Size = Vector3.new(1, 1, 1)
  4806. blast2.TopSurface = "Smooth"
  4807. blast2.BottomSurface = "Smooth"
  4808. blast2.Transparency = 0
  4809. blast2.CFrame = HandCF
  4810. local bm2 = Instance.new("SpecialMesh", blast2)
  4811. bm2.Scale = Vector3.new(3,1,3)
  4812. bm2.MeshId = "rbxassetid://9982590"
  4813. local blast3 = Instance.new("Part", rarm)
  4814. blast3.BrickColor = BrickColor.new("Really black")
  4815. blast3.Anchored = true
  4816. blast3.CanCollide = false
  4817. blast3.Locked = true
  4818. blast3.Size = Vector3.new(1, 1, 1)
  4819. blast3.TopSurface = "Smooth"
  4820. blast3.BottomSurface = "Smooth"
  4821. blast3.Transparency = 0
  4822. blast3.CFrame = HandCF
  4823. local bm3 = Instance.new("SpecialMesh", blast3)
  4824. bm3.Scale = Vector3.new(3,1,3)
  4825. bm3.MeshId = "rbxassetid://9982590"
  4826. for i = 1,120 do rs:wait()
  4827. X.Transparency = X.Transparency + (1/120)
  4828. part.Transparency = part.Transparency + (1/120)
  4829. part2.Transparency = part2.Transparency + (1/120)
  4830. part3.Transparency = part3.Transparency + (1/120)
  4831. part4.Transparency = part4.Transparency + (1/120)
  4832. part5.Transparency = part5.Transparency + (1/120)
  4833. part6.Transparency = part6.Transparency + (1/120)
  4834. part7.Transparency = part7.Transparency + (1/120)
  4835. blast.Transparency = blast.Transparency + (1/120)
  4836. blast2.Transparency = blast2.Transparency + (1/120)
  4837. blast3.Transparency = blast3.Transparency + (1/120)
  4838. X.Size = X.Size + Vector3.new(.8,.8,.8)
  4839. --part3.Size = part3.Size + Vector3.new(3,3,3)
  4840. mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
  4841. mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
  4842. mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
  4843. mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
  4844. mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
  4845. mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
  4846. mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
  4847. bm.Scale = bm.Scale + Vector3.new(6,6,.2)
  4848. bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
  4849. bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
  4850. X.CFrame = cf
  4851. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  4852. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  4853. part3.CFrame=X.CFrame
  4854. part4.CFrame=X.CFrame
  4855. part7.CFrame=X.CFrame
  4856. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  4857. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  4858. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4859. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  4860. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  4861. rs:wait()
  4862. end
  4863. X:Destroy()
  4864. part:Destroy()
  4865. part2:Destroy()
  4866. part3:Destroy()
  4867. part4:Destroy()
  4868. part5:Destroy()
  4869. part6:Destroy()
  4870. blast:Destroy()
  4871. blast2:Destroy()
  4872. blast3:Destroy()
  4873. z:Destroy()
  4874. z1:Destroy()
  4875. z2:Destroy()
  4876. z3:Destroy()
  4877. z4:Destroy()
  4878. end
  4879. end)
  4880. for i = 1, 20 do
  4881. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(-6),math.rad(-20)), 0.2)
  4882. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.2)
  4883. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  4884. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
  4885. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  4886. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  4887. if Debounces.on == false then break end
  4888. rs:wait()
  4889. end
  4890. if Debounces.CanAttack == false then
  4891. Debounces.CanAttack = true
  4892. Debounces.NoIdl = false
  4893. Debounces.on = false
  4894. end
  4895. end
  4896. end
  4897. end)
  4898. ----------------------------------------------------
  4899. mouse.KeyDown:connect(function(key)
  4900. if key == "v" then
  4901. if Debounces.CanAttack == true then
  4902. Debounces.CanAttack = false
  4903. Debounces.on = true
  4904. Debounces.NoIdl = true
  4905. for i = 1, 15 do
  4906. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  4907. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  4908. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4909. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  4910. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4911. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4912. if Debounces.on == false then break end
  4913. rs:wait(2.7)
  4914. end
  4915. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  4916. x = Instance.new("Sound",char.Head)
  4917. x.SoundId = "rbxassetid://183763515"
  4918. x.Pitch = 0.7
  4919. x.Volume = .8
  4920. x3 = Instance.new("Sound",char.Head)
  4921. x3.SoundId = "rbxassetid://183763487"
  4922. x3.Pitch = 1
  4923. x3.Volume = .8
  4924. wait(.1)
  4925. x:Play()
  4926. x3:Play()
  4927.  
  4928. if holy == true then
  4929. so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
  4930. so("http://roblox.com/asset/?id=2233091183",hed,1,1)
  4931. else
  4932. end
  4933.  
  4934. Debounces.on = false
  4935. Debounces.Here = false
  4936. shot = shot + 1
  4937. local rng = Instance.new("Part", larm)
  4938. rng.Anchored = true
  4939.  
  4940. if holy ~= true then
  4941. rng.BrickColor = BrickColor.new("Really black")
  4942. else
  4943. rng.BrickColor = BrickColor.new("Cyan")
  4944. end
  4945.  
  4946. rng.Material = "Neon"
  4947. rng.CanCollide = false
  4948. rng.FormFactor = 3
  4949. rng.Name = "Ring"
  4950. rng.Size = Vector3.new(1, 1, 1)
  4951. rng.Transparency = 0.35
  4952. rng.TopSurface = 0
  4953. rng.BottomSurface = 0
  4954. rng2 = rng:clone()
  4955. rng3 = rng2:clone()
  4956. rng4 = rng2:clone()
  4957. local rngm = Instance.new("SpecialMesh", rng)
  4958. rngm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  4959. rngm.Scale = Vector3.new(10, 10, 1)
  4960. rngm2 = rngm:clone()
  4961. rngm2.Scale = Vector3.new(5, 5, 3)
  4962. rngm3=rngm2:clone()
  4963. rngm3.Parent = rng3
  4964. rngm3.Scale = Vector3.new(8, 8, 1)
  4965. rngm4 = rngm2:clone()
  4966. rngm4.Parent = rng4
  4967. rngm4.Scale = Vector3.new(6, 6, 1)
  4968. local bem = Instance.new("Part", larm)
  4969. bem.Anchored = true
  4970.  
  4971. if holy == false then
  4972. bem.BrickColor = BrickColor.new("Really black")
  4973. else
  4974. bem.BrickColor = BrickColor.new("Cyan")
  4975. end
  4976.  
  4977. bem.CanCollide = false
  4978. bem.Material = "Neon"
  4979. bem.FormFactor = 3
  4980. bem.Name = "Beam" .. shot
  4981. bem.Size = Vector3.new(1, 1, 1)
  4982. bem.Transparency = 0.35
  4983. bem.TopSurface = 0
  4984. bem.BottomSurface = 0
  4985. local bemm = Instance.new("SpecialMesh", bem)
  4986. bemm.MeshType = 4
  4987. bemm.Scale = Vector3.new(1, 4, 4)
  4988. local out = Instance.new("Part", larm)
  4989. out.Anchored = true
  4990. out.Material = "Neon"
  4991.  
  4992. if holy == false then
  4993. out.BrickColor = BrickColor.new("Really black")
  4994. else
  4995. out.BrickColor = BrickColor.new("Cyan")
  4996. end
  4997.  
  4998. out.CanCollide = false
  4999. out.FormFactor = 3
  5000. out.Name = "Out"
  5001. out.Size = Vector3.new(4, 4, 4)
  5002. out.Transparency = 0.35
  5003. out.TopSurface = 0
  5004. out.BottomSurface = 0
  5005. local outm = Instance.new("SpecialMesh", out)
  5006. outm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  5007. outm.Scale = Vector3.new(6, 4, 6)
  5008. local bnd = Instance.new("Part", larm)
  5009. bnd.Anchored = true
  5010. bnd.BrickColor = BrickColor.new("Royal purple")
  5011. bnd.CanCollide = false
  5012. bnd.FormFactor = 3
  5013. bnd.Name = "Bend"
  5014. bnd.Size = Vector3.new(1, 1, 1)
  5015. bnd.Transparency = 1
  5016. bnd.TopSurface = 0
  5017. bnd.BottomSurface = 0
  5018. local bndm = Instance.new("SpecialMesh", bnd)
  5019. bndm.MeshType = 3
  5020. bndm.Scale = Vector3.new(8, 8, 8)
  5021. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5022. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  5023. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  5024. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  5025. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  5026. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  5027. Debounces.Shewt = true
  5028. coroutine.wrap(function()
  5029. for i = 1, 20, 0.2 do
  5030. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5031. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  5032. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  5033. rng.Transparency = i/20
  5034. rng3.Transparency = 1/24
  5035. rng4.Transparency = i/26
  5036. wait()
  5037. end
  5038. wait()
  5039. rng:Destroy()
  5040. end)()
  5041. if Debounces.Shewt == true then
  5042. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  5043. hit = ht.Parent
  5044. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  5045. if HasntTouched(hit.Name) == true and deb == false then
  5046. deb = true
  5047. coroutine.wrap(function()
  5048. hit:FindFirstChild("Humanoid").PlatformStand = true
  5049. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5050. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  5051. end)()
  5052. table.insert(Touche, hit.Name)
  5053. deb = false
  5054. end
  5055. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  5056. if HasntTouched(hit.Parent.Name) == true and deb == false then
  5057. deb = true
  5058. coroutine.wrap(function()
  5059. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  5060. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5061. wait(1)
  5062. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5063. end)()
  5064. table.insert(Touche, hit.Parent.Name)
  5065. deb = false
  5066. for i, v in pairs(Touche) do
  5067. print(v)
  5068. end
  5069. end
  5070. end
  5071. end)
  5072. end
  5073. for i = 0, 260, 8 do
  5074. bem.Size = Vector3.new(i, 3, 3)
  5075. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5076. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  5077. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  5078. bnd.Size = Vector3.new(1,1,1)
  5079. bndm.Scale = Vector3.new(8,8,8)
  5080. if i % 10 == 0 then
  5081. local newRng = rng2:Clone()
  5082. newRng.Parent = larm
  5083. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  5084. local newRngm = rngm2:clone()
  5085. newRngm.Parent=newRng
  5086. coroutine.wrap(function()
  5087. for i = 1, 10, 0.2 do
  5088. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  5089. newRng.Transparency = i/10
  5090. wait()
  5091. end
  5092. wait()
  5093. newRng:Destroy()
  5094. end)()
  5095. end
  5096. wait()
  5097. end
  5098. wait()
  5099. Debounces.Shewt = false
  5100. bem:Destroy()
  5101. out:Destroy()
  5102. bnd:Destroy()
  5103. Debounces.Ready = false
  5104. for i, v in pairs(Touche) do
  5105. table.remove(Touche, i)
  5106. end
  5107. wait()
  5108. table.insert(Touche, char.Name)
  5109. Debounces.NoIdl = false
  5110. if Debounces.CanAttack == false then
  5111. Debounces.CanAttack = true
  5112. end
  5113. end
  5114. end
  5115. end)
  5116. local orbt={}
  5117. local stlt={}
  5118. local chot={}
  5119. local cfxt={}
  5120. local pfxt={}
  5121. local cns=0
  5122. local cnOrb=nil
  5123. mouse.KeyDown:connect(function(key)
  5124. if key == "u" then
  5125. if Debounces.CanAttack == true then
  5126. Debounces.CanAttack = false
  5127. Debounces.NoIdl = true
  5128. Debounces.on = true
  5129. orbt={}
  5130. stlt={}
  5131. chot={}
  5132. cfxt={}
  5133. for i,v in pairs (char.Claw:GetChildren()) do
  5134. if v:IsA("Part") then
  5135. v.Transparency=0
  5136. end
  5137. end
  5138. for i,v in pairs (char.Claw:GetChildren()) do
  5139. if v:IsA("WedgePart") then
  5140. v.Transparency=0
  5141. end
  5142. end
  5143.  
  5144. for i = 1, 20 do
  5145.  
  5146. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
  5147.  
  5148. if Debounces.on == false then end
  5149. rs:wait()
  5150. end
  5151. z = Instance.new("Sound",char)
  5152. z.SoundId = "rbxassetid://170053944"
  5153. z.Pitch = 1.07
  5154. z.Volume = 1
  5155. wait(0.1)
  5156. z:Play()
  5157. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  5158. debris:AddItem(cnOrb,50)
  5159. cnOrb.Mesh.MeshType=3
  5160. table.insert(orbt,cnOrb)
  5161. table.insert(stlt,cnOrb)
  5162. local nt=0
  5163. for i=0,5,0.02 do
  5164. nt=nt+1
  5165. cns=i
  5166. if nt>=2 then
  5167. nt=0
  5168. local cho=nwPrt(mod3,Vector3.new(2,2,2),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Really black")
  5169. debris:AddItem(cho,1)
  5170. cho.Mesh.MeshType=3
  5171. table.insert(chot,cho)
  5172. end
  5173. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  5174. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  5175. wait()
  5176. end
  5177. for i = 1, 14 do
  5178. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  5179. if Debounces.on == false then end
  5180. rs:wait()
  5181. end
  5182. coroutine.wrap(function()
  5183. for i = 1, 20 do
  5184.  
  5185. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
  5186.  
  5187. if Debounces.on == false then end
  5188. rs:wait()
  5189. end
  5190. end)()
  5191. wait(0.1)
  5192. stlt={}
  5193. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  5194. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  5195. local nt=0
  5196. for i=0,160,3 do
  5197. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5198. nt=nt+1
  5199. if nt>=6 then
  5200. nt=0
  5201. local cfx=nwPrt(mod3,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
  5202. cfx.Mesh.MeshId="rbxassetid://9982590"
  5203. cfx.Transparency=0.4
  5204. table.insert(cfxt,cfx)
  5205. debris:AddItem(cfx,1)
  5206. end
  5207. if (cnOrb.Position-ps).magnitude<6 then
  5208. break
  5209. end
  5210. wait()
  5211. end
  5212. orbt={}
  5213.  
  5214. for i=0,1,0.1 do
  5215. local cs=cnOrb.Mesh.Scale
  5216. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  5217. wait()
  5218. end
  5219. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5220. ofx.Transparency=0.5
  5221. ofx.Mesh.MeshType=3
  5222. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5223. for _,v in pairs(game:service"Players":GetChildren()) do
  5224. pcall(function()
  5225. for _,c in pairs(v.Character:GetChildren()) do
  5226. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>15 then
  5227. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5228. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5229. end
  5230. end
  5231. end)
  5232. end
  5233. for i=0,1,0.05 do
  5234. local cs=cnOrb.Mesh.Scale
  5235. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5236. local ofs=ofx.Mesh.Scale
  5237. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5238. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5239. wait()
  5240. end
  5241. ofx:Destroy()
  5242. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5243. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5244. cnfx.Mesh.MeshType=3
  5245. cnOrb.Transparency=0.05
  5246. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5247. cnr.Mesh.MeshType=3
  5248. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  5249. rn1.Transparency=1
  5250. rn1.Mesh.MeshId="rbxassetid://9982590"
  5251. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5252. rn2.Transparency=1
  5253. rn2.Mesh.MeshId="rbxassetid://9982590"
  5254. local nt=0
  5255. local cs=nil
  5256. for i=0,1,0.05 do
  5257. cs=cnOrb.Mesh.Scale
  5258. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5259. local fs=cnfx.Mesh.Scale
  5260. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5261. cnfx.Transparency=cnfx.Transparency+0.05
  5262. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5263. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5264. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5265. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5266. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5267. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5268. local rs=cnr.Mesh.Scale
  5269. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5270. nt=nt+1
  5271. if nt>=6 then
  5272. local pls={}
  5273. for _,v in pairs(game.Players:GetChildren()) do
  5274. table.insert(pls,v)
  5275. end
  5276. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5277. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5278. pffx.Mesh.MeshId="rbxassetid://9982590"
  5279. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5280. debris:AddItem(pffx,2)
  5281. table.insert(pfxt,pffx)
  5282. nt=0
  5283. end
  5284. wait()
  5285. end
  5286. local int=0
  5287. coroutine.wrap(function()
  5288. for i=1,500 do
  5289. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5290. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5291. nt=nt+1
  5292. int=int+1
  5293. local htd={p}
  5294. for _,v in pairs(game:service"Players":GetChildren()) do
  5295. pcall(function()
  5296. for _,c in pairs(v.Character:GetChildren()) do
  5297. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5298. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5299. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5300. table.insert(htd,v)
  5301. end
  5302. end
  5303. end)
  5304. end
  5305. htd={p}
  5306. if int>=6 then
  5307. for _,v in pairs(game:service"Players":GetChildren()) do
  5308. pcall(function()
  5309. for _,c in pairs(v.Character:GetChildren()) do
  5310. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5311. table.insert(htd,v)
  5312. local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"Really black")
  5313. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5314. hfx.Mesh.MeshType=3
  5315. debris:AddItem(hfx,2)
  5316. coroutine.wrap(function()
  5317. pcall(function()
  5318. for i=0,1,0.05 do
  5319. pcall(function()
  5320. local hs=hfx.Mesh.Scale
  5321. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5322. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5323. end)
  5324. wait()
  5325. end
  5326. hfx:Destroy()
  5327. end)
  5328. end)()
  5329. end
  5330. end
  5331. end)
  5332. end
  5333. int=0
  5334. end
  5335. if nt>=4 then
  5336. local pls={}
  5337. for _,v in pairs(game.Players:GetChildren()) do
  5338. table.insert(pls,v)
  5339. end
  5340. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5341. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5342. pffx.Transparency=0.4
  5343. pffx.Mesh.MeshId="rbxassetid://9982590"
  5344. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5345. debris:AddItem(pffx,2)
  5346. table.insert(pfxt,pffx)
  5347. nt=0
  5348. end
  5349. wait()
  5350. end
  5351. cnOrb:Destroy()
  5352. cnfx:Destroy()
  5353. for i,v in pairs (char.Claw:GetChildren()) do
  5354. if v:IsA("Part") then
  5355. v.Transparency=1
  5356. end
  5357. end
  5358. for i,v in pairs (char.Claw:GetChildren()) do
  5359. if v:IsA("WedgePart") then
  5360. v.Transparency=1
  5361. end
  5362. end
  5363. for _,v in pairs(mod3:GetChildren()) do
  5364. v:Destroy()
  5365. end
  5366. orbt={}
  5367. stlt={}
  5368. chot={}
  5369. cfxt={}
  5370. pfxt={}
  5371. end)()
  5372. if Debounces.CanAttack == false then
  5373. Debounces.CanAttack = true
  5374. Debounces.NoIdl = false
  5375. Debounces.on = false
  5376. end
  5377. end
  5378. end
  5379. end)
  5380. ----------------------------------------------------
  5381. mouse.KeyDown:connect(function(key)
  5382. if key == "e" then
  5383. if Debounces.CanAttack == true then
  5384. Debounces.CanAttack = false
  5385. Debounces.on = true
  5386. Debounces.NoIdl = true
  5387. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  5388. z = Instance.new("Sound", rarm)
  5389. z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  5390. z.Volume = .6
  5391. z.Pitch = pt[math.random(1,#pt)]
  5392. z.Looped = false
  5393. z:Play()
  5394. Debounces.RPunch = true
  5395. Debounces.LPunch = true
  5396. Debounces.ks = true
  5397. Debounces.ks2 = true
  5398. for i = 1, 3 do
  5399. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  5400. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  5401. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5402. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5403. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  5404. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  5405. if Debounces.on == false then break end
  5406. wait()
  5407. end
  5408. z2 = Instance.new("Sound", larm)
  5409. z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5410. z2.Volume = .6
  5411. z2.Pitch = pt[math.random(1,#pt)]
  5412. z2.Looped = false
  5413. z2:Play()
  5414. for i = 1, 3 do
  5415. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5416. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  5417. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5418. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5419. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5420. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5421. if Debounces.on == false then break end
  5422. wait()
  5423. end
  5424. z3 = Instance.new("Sound", rarm)
  5425. z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5426. z3.Volume = 0.6
  5427. z3.Pitch = pt[math.random(1,#pt)]
  5428. z3.Looped = false
  5429. z3:Play()
  5430. for i = 1, 3 do
  5431. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  5432. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  5433. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5434. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5435. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  5436. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  5437. if Debounces.on == false then break end
  5438. wait()
  5439. end
  5440. z4 = Instance.new("Sound", larm)
  5441. z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5442. z4.Volume = .6
  5443. z4.Pitch = pt[math.random(1,#pt)]
  5444. z4.Looped = false
  5445. z4:Play()
  5446. for i = 1, 3 do
  5447. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5448. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  5449. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5450. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5451. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5452. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5453. if Debounces.on == false then break end
  5454. wait()
  5455. end
  5456. z5 = Instance.new("Sound", rarm)
  5457. z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5458. z5.Volume = .6
  5459. z5.Pitch = pt[math.random(1,#pt)]
  5460. z5.Looped = false
  5461. z5:Play()
  5462. for i = 1, 3 do
  5463. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  5464. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  5465. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  5466. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  5467. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  5468. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  5469. if Debounces.on == false then break end
  5470. wait()
  5471. end
  5472. z6 = Instance.new("Sound", larm)
  5473. z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5474. z6.Volume = .6
  5475. z6.Pitch = pt[math.random(1,#pt)]
  5476. z6.Looped = false
  5477. z6:Play()
  5478. for i = 1, 3 do
  5479. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5480. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  5481. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5482. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5483. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5484. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5485. if Debounces.on == false then break end
  5486. wait()
  5487. end
  5488. z7 = Instance.new("Sound", rarm)
  5489. z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  5490. z7.Volume = .6
  5491. z7.Pitch = pt[math.random(1,#pt)]
  5492. z7.Looped = false
  5493. z7:Play()
  5494. for i = 1, 3 do
  5495. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  5496. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  5497. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5498. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5499. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  5500. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  5501. if Debounces.on == false then break end
  5502. wait()
  5503. end
  5504. z8 = Instance.new("Sound", larm)
  5505. z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5506. z8.Volume = .6
  5507. z8.Pitch = pt[math.random(1,#pt)]
  5508. z8.Looped = false
  5509. z8:Play()
  5510. for i = 1, 3 do
  5511. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5512. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  5513. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5514. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5515. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5516. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5517. if Debounces.on == false then break end
  5518. wait()
  5519. end
  5520. z9 = Instance.new("Sound", rarm)
  5521. z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5522. z9.Volume = 0.6
  5523. z9.Pitch = pt[math.random(1,#pt)]
  5524. z9.Looped = false
  5525. z9:Play()
  5526. for i = 1, 3 do
  5527. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  5528. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  5529. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5530. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5531. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  5532. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  5533. if Debounces.on == false then break end
  5534. wait()
  5535. end
  5536. z10 = Instance.new("Sound", larm)
  5537. z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5538. z10.Volume = .6
  5539. z10.Pitch = pt[math.random(1,#pt)]
  5540. z10.Looped = false
  5541. z10:Play()
  5542. for i = 1, 3 do
  5543. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5544. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  5545. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5546. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5547. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5548. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5549. if Debounces.on == false then break end
  5550. wait()
  5551. end
  5552. z11 = Instance.new("Sound", rarm)
  5553. z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5554. z11.Volume = .6
  5555. z11.Pitch = pt[math.random(1,#pt)]
  5556. z11.Looped = false
  5557. z11:Play()
  5558. for i = 1, 3 do
  5559. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  5560. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  5561. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  5562. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  5563. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  5564. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  5565. if Debounces.on == false then break end
  5566. wait()
  5567. end
  5568. z12 = Instance.new("Sound", larm)
  5569. z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5570. z12.Volume = .6
  5571. z12.Pitch = pt[math.random(1,#pt)]
  5572. z12.Looped = false
  5573. z12:Play()
  5574. for i = 1, 3 do
  5575. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5576. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  5577. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5578. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5579. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5580. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5581. if Debounces.on == false then break end
  5582. wait()
  5583. end
  5584. z13 = Instance.new("Sound", rarm)
  5585. z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5586. z13.Volume = 0.6
  5587. z13.Pitch = pt[math.random(1,#pt)]
  5588. z13.Looped = false
  5589. z13:Play()
  5590. for i = 1, 3 do
  5591. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  5592. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  5593. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5594. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5595. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  5596. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  5597. if Debounces.on == false then break end
  5598. wait()
  5599. end
  5600. z14 = Instance.new("Sound", larm)
  5601. z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5602. z14.Volume = .6
  5603. z14.Pitch = pt[math.random(1,#pt)]
  5604. z14.Looped = false
  5605. z14:Play()
  5606. for i = 1, 3 do
  5607. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5608. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  5609. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5610. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5611. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5612. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5613. if Debounces.on == false then break end
  5614. wait()
  5615. end
  5616. z15 = Instance.new("Sound", rarm)
  5617. z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5618. z15.Volume = .6
  5619. z15.Pitch = pt[math.random(1,#pt)]
  5620. z15.Looped = false
  5621. z15:Play()
  5622. for i = 1, 3 do
  5623. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  5624. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  5625. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  5626. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  5627. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  5628. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  5629. if Debounces.on == false then break end
  5630. wait()
  5631. end
  5632. z16 = Instance.new("Sound", larm)
  5633. z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5634. z16.Volume = .6
  5635. z16.Pitch = pt[math.random(1,#pt)]
  5636. z16.Looped = false
  5637. z16:Play()
  5638. for i = 1, 3 do
  5639. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5640. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  5641. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5642. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5643. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5644. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5645. if Debounces.on == false then break end
  5646. wait()
  5647. end
  5648. z17 = Instance.new("Sound", rarm)
  5649. z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  5650. z17.Volume = .6
  5651. z17.Pitch = pt[math.random(1,#pt)]
  5652. z17.Looped = false
  5653. z17:Play()
  5654. for i = 1, 3 do
  5655. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  5656. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  5657. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5658. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5659. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  5660. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  5661. if Debounces.on == false then break end
  5662. wait()
  5663. end
  5664. z18 = Instance.new("Sound", larm)
  5665. z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5666. z18.Volume = .6
  5667. z18.Pitch = pt[math.random(1,#pt)]
  5668. z18.Looped = false
  5669. z18:Play()
  5670. for i = 1, 3 do
  5671. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5672. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  5673. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5674. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5675. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5676. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5677. if Debounces.on == false then break end
  5678. wait()
  5679. end
  5680. z19 = Instance.new("Sound", rarm)
  5681. z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5682. z19.Volume = 0.6
  5683. z19.Pitch = pt[math.random(1,#pt)]
  5684. z19.Looped = false
  5685. z19:Play()
  5686. for i = 1, 3 do
  5687. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  5688. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  5689. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5690. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5691. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  5692. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  5693. if Debounces.on == false then break end
  5694. wait()
  5695. end
  5696. z20 = Instance.new("Sound", larm)
  5697. z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5698. z20.Volume = .6
  5699. z20.Pitch = pt[math.random(1,#pt)]
  5700. z20.Looped = false
  5701. z20:Play()
  5702. for i = 1, 3 do
  5703. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  5704. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  5705. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5706. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5707. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  5708. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  5709. if Debounces.on == false then break end
  5710. wait()
  5711. end
  5712. z:Destroy()
  5713. z2:Destroy()
  5714. z3:Destroy()
  5715. z4:Destroy()
  5716. z5:Destroy()
  5717. z6:Destroy()
  5718. z7:Destroy()
  5719. z8:Destroy()
  5720. z9:Destroy()
  5721. z10:Destroy()
  5722. z11:Destroy()
  5723. z12:Destroy()
  5724. z13:Destroy()
  5725. z14:Destroy()
  5726. z15:Destroy()
  5727. z16:Destroy()
  5728. z17:Destroy()
  5729. z18:Destroy()
  5730. z19:Destroy()
  5731. z20:Destroy()
  5732. Debounces.LPunch = false
  5733. Debounces.RPunch = false
  5734. Debounces.ks = false
  5735. Debounces.ks2 = false
  5736. if Debounces.CanAttack == false then
  5737. Debounces.CanAttack = true
  5738. Debounces.on = false
  5739. Debounces.NoIdl = false
  5740. end
  5741. end
  5742. end
  5743. end)
  5744. ----------------------------------------------------Cero
  5745. mouse.KeyDown:connect(function(key)
  5746. if key == "c" then
  5747. if Debounces.CanAttack == true then
  5748. Debounces.CanAttack = false
  5749. Debounces.NoIdl = true
  5750. Debounces.on = true
  5751. char.Humanoid.WalkSpeed = .01
  5752. Debounces.on = true
  5753.  
  5754. xx = Instance.new("Sound")
  5755. xx.SoundId = "http://www.roblox.com/asset/?id=199145659"
  5756. xx.Parent = char.Head
  5757. xx.Looped = false
  5758. xx.Pitch = .88
  5759. xx.Volume = 1
  5760. wait(.1)
  5761. xx:Play()
  5762.  
  5763. if holy == true then
  5764. so("http://roblox.com/asset/?id=231917788",hed,1,1)
  5765. else
  5766. end
  5767.  
  5768.  
  5769. if holy ~= true then
  5770. for i = 1, 20 do
  5771. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-18), 0, math.rad(-20)), 0.3)
  5772. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(65), 0, math.rad(-40)), 0.3)
  5773. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  5774. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  5775. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  5776. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  5777. if Debounces.on==false then break end
  5778. wait()
  5779. end
  5780. wait(1)
  5781. else
  5782. for i = 1, 5 do
  5783. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-18), 0, math.rad(-20)), 0.3)
  5784. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(65), 0, math.rad(-40)), 0.3)
  5785. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  5786. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  5787. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  5788. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  5789. if Debounces.on==false then break end
  5790. wait()
  5791. end
  5792. wait(1)
  5793. end
  5794.  
  5795. x = Instance.new("Sound")
  5796. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  5797. x2 = Instance.new("Sound")
  5798. x2.SoundId = "http://www.roblox.com/asset/?id=183763506"
  5799. x.Parent = char.Head
  5800. x2.Parent = char.Head
  5801. x.Looped = false
  5802. x2.Looped = false
  5803. x.Pitch = .88
  5804. x.Volume = 1
  5805. x2.Pitch = .88
  5806. x2.Volume = 1
  5807. wait(.1)
  5808. x:Play()
  5809. x2:Play()
  5810. Debounces.on = false
  5811. Debounces.Here = false
  5812.  
  5813. for i = 1, 6 do
  5814. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-12)), 0.4)
  5815. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(90), 0, math.rad(101)), 0.4)
  5816. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.4)
  5817. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.4)
  5818. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.4)
  5819. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.4)
  5820. wait()
  5821. end
  5822. local rng = Instance.new("Part", char)
  5823. rng.Anchored = true
  5824.  
  5825. if holy ~= true then
  5826. rng.BrickColor = BrickColor.new("Really red")
  5827. else
  5828. rng.BrickColor = BrickColor.new("Blue")
  5829. end
  5830.  
  5831. rng.CanCollide = false
  5832. rng.FormFactor = 3
  5833. rng.Name = "Ring"
  5834. rng.Size = Vector3.new(1, 1, 1)
  5835. rng.Transparency = 0.35
  5836. rng.TopSurface = 0
  5837. rng.BottomSurface = 0
  5838. rng.Material = "Neon"
  5839. local rngm = Instance.new("SpecialMesh", rng)
  5840. rngm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  5841. rngm.Scale = Vector3.new(10, 10, 1)
  5842. local bem = Instance.new("Part", char)
  5843. bem.Anchored = true
  5844.  
  5845. if holy ~= true then
  5846. bem.BrickColor = BrickColor.new("Really red")
  5847. else
  5848. bem.BrickColor = BrickColor.new("Blue")
  5849. end
  5850.  
  5851. bem.Material = "Neon"
  5852. bem.CanCollide = false
  5853. bem.FormFactor = 3
  5854. bem.Name = "Beam" .. shot
  5855. bem.Size = Vector3.new(1, 1, 1)
  5856. bem.Transparency = 0.35
  5857. bem.TopSurface = 0
  5858. bem.BottomSurface = 0
  5859. local bemm = Instance.new("SpecialMesh", bem)
  5860. bemm.MeshType = 4
  5861. bemm.Scale = Vector3.new(1, 4, 4)
  5862. local out = Instance.new("Part", char)
  5863. out.Anchored = true
  5864.  
  5865. if holy ~= true then
  5866. out.BrickColor = BrickColor.new("Really red")
  5867. else
  5868. out.BrickColor = BrickColor.new("Blue")
  5869. end
  5870.  
  5871. out.Material = "Neon"
  5872. out.CanCollide = false
  5873. out.FormFactor = 3
  5874. out.Name = "Out"
  5875. out.Size = Vector3.new(1, 1, 1)
  5876. out.Transparency = 0.35
  5877. out.TopSurface = 0
  5878. out.BottomSurface = 0
  5879. local outm = Instance.new("SpecialMesh", out)
  5880. outm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  5881. outm.Scale = Vector3.new(2, 2, 2)
  5882. local bnd = Instance.new("Part", char)
  5883. bnd.Anchored = true
  5884.  
  5885. if holy ~= true then
  5886. bnd.BrickColor = BrickColor.new("Really red")
  5887. else
  5888. bnd.BrickColor = BrickColor.new("Blue")
  5889. end
  5890.  
  5891. bnd.Material = "Neon"
  5892. bnd.CanCollide = false
  5893. bnd.FormFactor = 3
  5894. bnd.Name = "BEnd"
  5895. bnd.Size = Vector3.new(1, 1, 1)
  5896. bnd.Transparency = 0.35
  5897. bnd.TopSurface = 0
  5898. bnd.BottomSurface = 0
  5899. local bndm = Instance.new("SpecialMesh", bnd)
  5900. bndm.MeshType = 3
  5901. bndm.Scale = Vector3.new(4, 4, 4)
  5902. out.CFrame = rarm.CFrame * CFrame.new(0, -1.75, 0)
  5903. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  5904. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  5905. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  5906. Debounces.Shewt = true
  5907. coroutine.wrap(function()
  5908. for i = 1, 20, 0.2 do
  5909. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5910. rng.Transparency = i/20
  5911. wait()
  5912. end
  5913. wait()
  5914. rng:Destroy()
  5915. end)()
  5916. if Debounces.Shewt == true then
  5917. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht) --Here
  5918. print("Hit")
  5919. hit = ht.Parent
  5920. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  5921. print("Yes")
  5922. if HasntTouched(hit.Name) == true and deb == false then
  5923. deb = true
  5924. coroutine.wrap(function()
  5925. hit:FindFirstChild("Humanoid").PlatformStand = true
  5926. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  5927. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(18,63))
  5928. wait(1)
  5929. hit:FindFirstChild("Humanoid").PlatformStand = false
  5930. end)()
  5931. table.insert(Touche, hit.Name)
  5932. deb = false
  5933. end
  5934. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  5935. print("Yes")
  5936. if HasntTouched(hit.Parent.Name) == true and deb == false then
  5937. deb = true
  5938. coroutine.wrap(function()
  5939. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  5940. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  5941. wait(1)
  5942. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5943. end)()
  5944. table.insert(Touche, hit.Parent.Name)
  5945. deb = false
  5946. for i, v in pairs(Touche) do
  5947. print(v)
  5948. end
  5949. end
  5950. end
  5951. end)
  5952. end
  5953. for i = 0, 200, 7 do
  5954. bem.Size = Vector3.new(i, 1, 1)
  5955. bem.CFrame = rarm.CFrame * CFrame.new(0, -2.5 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  5956. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 0)
  5957. wait()
  5958. end
  5959. wait()
  5960. Debounces.Shewt = false
  5961. bem:Destroy()
  5962. out:Destroy()
  5963. bnd:Destroy()
  5964. char.Humanoid.WalkSpeed = 10
  5965. Debounces.Ready = false
  5966. for i, v in pairs(Touche) do
  5967. table.remove(Touche, i)
  5968. end
  5969. wait()
  5970. table.insert(Touche, char.Name)
  5971. Debounces.NoIdl = false
  5972. if Debounces.CanAttack == false then
  5973. Debounces.CanAttack = true
  5974. Debounces.on = false
  5975. end
  5976. end
  5977. end
  5978. end)
  5979. -------------------------------
  5980. mouse.KeyDown:connect(function(key)
  5981. if key == "t" then
  5982. if Debounces.CanAttack == true then
  5983. Debounces.CanAttack = false
  5984. Debounces.NoIdl = true
  5985. Debounces.on = true
  5986. Debounces.ks = true
  5987. kik = rleg.Touched:connect(function(ht)
  5988. hit = ht.Parent
  5989. if ht and hit:IsA("Model") then
  5990. if hit:FindFirstChild("Humanoid") then
  5991. if hit.Name ~= p.Name then
  5992. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  5993. Debounces.Slashed = true]]--
  5994. if Debounces.ks==true then
  5995. z = Instance.new("Sound",hed)
  5996. z.SoundId = "rbxassetid://169380525"
  5997. z.Volume = 1
  5998. z:Play()
  5999. Debounces.ks=false
  6000. end
  6001. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  6002. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  6003. --Debounces.Slashed = false
  6004. --end
  6005. end
  6006. end
  6007. elseif ht and hit:IsA("Hat") then
  6008. if hit.Parent.Name ~= p.Name then
  6009. if hit.Parent:FindFirstChild("Humanoid") then
  6010. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  6011. Debounces.Slashed = true]]--
  6012. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  6013. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  6014. --Debounces.Slashed = false
  6015. --end
  6016. end
  6017. end
  6018. end
  6019. end)
  6020. for i = 1,20 do
  6021. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  6022. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.4)
  6023. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6024. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  6025. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  6026. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  6027. if Debounces.on == false then break end
  6028. rs:wait()
  6029. end
  6030. kik:disconnect()
  6031. if Debounces.CanAttack == false then
  6032. Debounces.CanAttack = true
  6033. Debounces.NoIdl = false
  6034. Debounces.on = false
  6035. end
  6036. end
  6037. end
  6038. end)
  6039. ----------------------------------------------------
  6040. Charging = false
  6041. chargewait = false
  6042. mouse.KeyDown:connect(function(key)
  6043. if key == "h" then
  6044. if Charging == false and chargewait == false then
  6045. Charging = true
  6046. chargewait = true
  6047. if Debounces.CanAttack == true then
  6048. Debounces.CanAttack = false
  6049. Debounces.NoIdl = true
  6050. Debounces.on = true
  6051.  
  6052.  
  6053. if holy ~= true then
  6054. holy = true
  6055. else holy = false
  6056. end
  6057.  
  6058.  
  6059. for i = 1,20 do
  6060. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.2)
  6061. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.2)
  6062. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  6063. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  6064. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  6065. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  6066. if Debounces.on == false then break end
  6067. rs:wait()
  6068. end
  6069. pt=Instance.new('Part',torso)
  6070. pt.Anchored=true
  6071. pt.CanCollide=false
  6072. pt.Locked = true
  6073. pt.Material = "Neon"
  6074. pt.FormFactor='Custom'
  6075. pt.Size=Vector3.new(1,1,1)
  6076. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  6077. pt.Transparency=.6
  6078.  
  6079. if holy == true then
  6080. pt.BrickColor=BrickColor.new('Black')
  6081. else
  6082. pt.BrickColor = BrickColor.new("Really red")
  6083. end
  6084.  
  6085. msh=Instance.new('SpecialMesh',pt)
  6086. msh.MeshId='http://www.roblox.com/asset/?id=9982590'
  6087. msh.Scale=Vector3.new(8,4,8)
  6088. pt2=pt:clone()
  6089. pt2.Parent = torso
  6090. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  6091.  
  6092. if holy == true then
  6093.  
  6094.  
  6095. for i,v in pairs (char.Wings:GetChildren()) do
  6096. if v:IsA("Part") then
  6097. v.BrickColor=BrickColor.new('Black')
  6098. end
  6099. end
  6100. for i,v in pairs (char.Claw:GetChildren()) do
  6101. if v:IsA("WedgePart") then
  6102. v.BrickColor=BrickColor.new('Black')
  6103. end
  6104. end
  6105.  
  6106. for i,v in pairs (char.Hair:GetChildren()) do
  6107. if v:IsA("Part") then
  6108. v.BrickColor=BrickColor.new('Black')
  6109. end
  6110. end
  6111. for i,v in pairs (char.Claw:GetChildren()) do
  6112. if v:IsA("WedgePart") then
  6113. v.BrickColor=BrickColor.new('Black')
  6114. end
  6115. end
  6116.  
  6117. for i,v in pairs (char.Claw:GetChildren()) do
  6118. if v:IsA("Part") then
  6119. v.BrickColor=BrickColor.new('Black')
  6120. end
  6121. end
  6122.  
  6123.  
  6124.  
  6125.  
  6126.  
  6127. for i,v in pairs (larm.LeftArm:GetChildren()) do
  6128. if v:IsA("WedgePart") then
  6129. v.BrickColor = BrickColor.new("Black")
  6130. end
  6131. end
  6132.  
  6133. for i,v in pairs (larm.LeftArm:GetChildren()) do
  6134. if v:IsA("Part") then
  6135. v.BrickColor=BrickColor.new('Black')
  6136. end
  6137. end
  6138.  
  6139.  
  6140.  
  6141.  
  6142.  
  6143. for i,v in pairs (rarm.RightArm:GetChildren()) do
  6144. if v:IsA("WedgePart") then
  6145. v.BrickColor = BrickColor.new("Black")
  6146. end
  6147. end
  6148.  
  6149. for i,v in pairs (rarm.RightArm:GetChildren()) do
  6150. if v:IsA("Part") then
  6151. v.BrickColor=BrickColor.new('Black')
  6152. end
  6153. end
  6154.  
  6155.  
  6156.  
  6157.  
  6158.  
  6159. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  6160. if v:IsA("WedgePart") then
  6161. v.BrickColor = BrickColor.new("Black")
  6162. end
  6163. end
  6164.  
  6165. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  6166. if v:IsA("Part") then
  6167. v.BrickColor=BrickColor.new('Black')
  6168. end
  6169. end
  6170.  
  6171.  
  6172.  
  6173.  
  6174.  
  6175. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  6176. if v:IsA("WedgePart") then
  6177. v.BrickColor = BrickColor.new("Black")
  6178. end
  6179. end
  6180.  
  6181. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  6182. if v:IsA("Part") then
  6183. v.BrickColor=BrickColor.new('Black')
  6184. end
  6185. end
  6186.  
  6187.  
  6188.  
  6189.  
  6190.  
  6191. while holy == true do -- Emit the Lightning effects randomly
  6192. wait()
  6193. local Body1 = BodyParts[math.random(#BodyParts)]
  6194. local Body2 = BodyParts[math.random(#BodyParts)]
  6195. local Pos1 = Vector3.new(
  6196. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  6197. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  6198. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  6199. )
  6200. local Pos2 = Vector3.new(
  6201. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  6202. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  6203. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  6204. )
  6205. local SPos1 = Body1.Position + Pos1
  6206. local SPos2 = Body2.Position + Pos2
  6207. Lightning(SPos1, SPos2, 4, 3, "Blue", .3, .56)
  6208. end
  6209.  
  6210.  
  6211. pt2.BrickColor=BrickColor.new('Blue')
  6212. else
  6213.  
  6214.  
  6215.  
  6216. for i,v in pairs (char.Wings:GetChildren()) do
  6217. unholy = true
  6218. if v:IsA("Part") then
  6219. v.BrickColor = BrickColor.new("Really red")
  6220. end
  6221. end
  6222. for i,v in pairs (char.Claw:GetChildren()) do
  6223. if v:IsA("WedgePart") then
  6224. v.BrickColor = BrickColor.new("Really red")
  6225. end
  6226. end
  6227.  
  6228. for i,v in pairs (larm.LeftArm:GetChildren()) do
  6229. if v:IsA("WedgePart") then
  6230. v.BrickColor = BrickColor.new("Really red")
  6231. end
  6232. end
  6233.  
  6234. for i,v in pairs (larm.LeftArm:GetChildren()) do
  6235. if v:IsA("Part") then
  6236. v.BrickColor=BrickColor.new("Really red")
  6237. end
  6238. end
  6239.  
  6240.  
  6241.  
  6242.  
  6243.  
  6244. for i,v in pairs (rarm.RightArm:GetChildren()) do
  6245. if v:IsA("WedgePart") then
  6246. v.BrickColor = BrickColor.new("Really red")
  6247. end
  6248. end
  6249.  
  6250. for i,v in pairs (rarm.RightArm:GetChildren()) do
  6251. if v:IsA("Part") then
  6252. v.BrickColor=BrickColor.new("Really red")
  6253. end
  6254. end
  6255.  
  6256.  
  6257.  
  6258.  
  6259.  
  6260. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  6261. if v:IsA("WedgePart") then
  6262. v.BrickColor = BrickColor.new("Really red")
  6263. end
  6264. end
  6265.  
  6266. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  6267. if v:IsA("Part") then
  6268. v.BrickColor=BrickColor.new("Really red")
  6269. end
  6270. end
  6271.  
  6272.  
  6273.  
  6274.  
  6275.  
  6276. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  6277. if v:IsA("WedgePart") then
  6278. v.BrickColor = BrickColor.new("Really red")
  6279. end
  6280. end
  6281.  
  6282. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  6283. if v:IsA("Part") then
  6284. v.BrickColor=BrickColor.new("Really red")
  6285. end
  6286. end
  6287.  
  6288. for i,v in pairs (char.Hair:GetChildren()) do
  6289. if v:IsA("Part") then
  6290. v.BrickColor = BrickColor.new("Really red")
  6291. end
  6292. end
  6293. for i,v in pairs (char.Claw:GetChildren()) do
  6294. if v:IsA("WedgePart") then
  6295. v.BrickColor = BrickColor.new("Really red")
  6296. end
  6297. end
  6298.  
  6299. for i,v in pairs (char.Claw:GetChildren()) do
  6300. if v:IsA("Part") then
  6301. v.BrickColor = BrickColor.new("Really red")
  6302. end
  6303. end
  6304.  
  6305.  
  6306. while holy ~= true do-- Emit the Lightning effects randomly
  6307. wait()
  6308. local Body1 = BodyParts[math.random(#BodyParts)]
  6309. local Body2 = BodyParts[math.random(#BodyParts)]
  6310. local Pos1 = Vector3.new(
  6311. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  6312. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  6313. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  6314. )
  6315. local Pos2 = Vector3.new(
  6316. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  6317. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  6318. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  6319. )
  6320. local SPos1 = Body1.Position + Pos1
  6321. local SPos2 = Body2.Position + Pos2
  6322. Lightning(SPos1, SPos2, 4, 3, "Really red", .3, .56)
  6323. end
  6324. unholy = false
  6325. pt2.BrickColor = BrickColor.new("Really red")
  6326. end
  6327.  
  6328.  
  6329.  
  6330.  
  6331.  
  6332. msh2=msh:clone()
  6333. msh2.Parent=pt2
  6334. msh2.Scale=Vector3.new(10,5,10)
  6335.  
  6336. custommath={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  6337.  
  6338. bl = Instance.new("Part", char)
  6339. bl.Locked = true
  6340. bl.Name = "Shell"
  6341.  
  6342. if holy == true then
  6343. bl.BrickColor = BrickColor.new("Really red")
  6344. else
  6345. bl.BrickColor = BrickColor.new("Really red")
  6346. end
  6347.  
  6348. bl.Anchored = true
  6349. bl.Material = "Neon"
  6350. bl.CanCollide = false
  6351. bl.Transparency = 0
  6352. bl.Reflectance = 0
  6353. bl.BottomSurface = 0
  6354. bl.TopSurface = 0
  6355. bl.Shape = 0
  6356. blm = Instance.new("SpecialMesh",bl)
  6357. blm.MeshType = "Sphere"
  6358. blm.Scale = Vector3.new(1,1,1)
  6359.  
  6360. so("http://www.roblox.com/asset/?id=340722848",hed,2,1.2)
  6361. so("http://www.roblox.com/asset/?id=340722848",torso,0.5,0.8)
  6362. so("http://roblox.com/asset/?id=168586621",torso,1,0.5)
  6363.  
  6364.  
  6365.  
  6366.  
  6367. coroutine.resume(coroutine.create(function()
  6368. for i=1, math.huge, 4 do
  6369. if Charging == true then
  6370. rs:wait()
  6371. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  6372. blm.Scale = blm.Scale + Vector3.new(0.5, 0.5, 0.5)
  6373. bl.Transparency = bl.Transparency + 0.05
  6374. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  6375. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  6376. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  6377. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  6378. elseif Charging == false then break
  6379. end
  6380. end
  6381. end))
  6382.  
  6383.  
  6384. repeat
  6385. local p = Instance.new('Part',torso)
  6386. p.formFactor = 'Custom'
  6387. p.Size = Vector3.new(1,1,1)
  6388.  
  6389. if holy == true then
  6390. p.BrickColor = BrickColor.new("Really red")
  6391. else
  6392. p.BrickColor = BrickColor.new("Really red")
  6393. end
  6394.  
  6395. p.CanCollide = false
  6396. p.Transparency = 0
  6397. p.Anchored = true
  6398. p.Locked=true
  6399. p.Material = "Neon"
  6400. s = math.random(1,40)/10
  6401. local m = Instance.new("BlockMesh",p)
  6402. m.Scale = Vector3.new(s,s,s)
  6403. p.CFrame = torso.CFrame*CFrame.new(custommath[math.random(1,#custommath)]/10,-math.random(5,7),custommath[math.random(1,#custommath)]/10)*CFrame.Angles(math.random(),math.random(),math.random())
  6404. Spawn(function()
  6405. while rs:wait() do
  6406. if Charging == true then
  6407. rarm.Weld.C0 = CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(-30,-20)),math.rad(math.random(30,50)))
  6408. larm.Weld.C0 = CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(20,30)),math.rad(math.random(-50,-30)))
  6409. hed.Weld.C0 = CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(math.random(26,34)),math.rad(math.random(-5,5)),math.rad(0))
  6410. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  6411. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(10,20)), math.rad(math.random(-20,-10)))
  6412. rleg.Weld.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(-20,-10)), math.rad(math.random(10,20)))
  6413. elseif Charging == false then break
  6414. end
  6415. end
  6416. end)
  6417. Spawn(function()
  6418. while rs:wait() do
  6419. if p.Transparency >= 1 then p:Destroy() break end
  6420. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  6421. p.Transparency = p.Transparency+0.01
  6422. end
  6423. end)
  6424. wait(.3)
  6425.  
  6426.  
  6427. until Charging == false
  6428. end
  6429. end
  6430. end
  6431. end)
  6432.  
  6433. ----------------------------------------------------
  6434. mouse.KeyUp:connect(function(key)
  6435. if key == "h" then
  6436. if Charging == true and chargewait == true then
  6437. chargewait = false
  6438. wait(1)
  6439. Charging = false
  6440.  
  6441. --[[for i,v in pairs (torso:GetChildren()) do
  6442. if v:IsA("Sound") then
  6443. v:Destroy()
  6444. end
  6445. end]]
  6446.  
  6447.  
  6448. --so("http://roblox.com/asset/?id=160867463",torso,1,0.7)
  6449.  
  6450. pt:Destroy()
  6451. pt2:Destroy()
  6452. if Debounces.CanAttack == false then
  6453. Debounces.CanAttack = true
  6454. Debounces.NoIdl = false
  6455. Debounces.on = false
  6456. Debounces.grab = false
  6457.  
  6458. end
  6459. end
  6460. end
  6461. end)
  6462. --[[mouse.KeyDown:connect(function(key)
  6463. if key == "y" then
  6464. if Debounces.CanAttack == true then
  6465. Debounces.CanAttack = false
  6466. Debounces.NoIdl = true
  6467. Debounces.on = true
  6468. local shell = Instance.new("Part",torso)
  6469. shell.BrickColor = BrickColor.new("Royal purple")
  6470. shell.Anchored = false
  6471. shell.CanCollide = false
  6472. shell.Locked = true
  6473. shell.TopSurface = "SmoothNoOutlines"
  6474. shell.BottomSurface = "SmoothNoOutlines"
  6475. shell.Size = Vector3.new(1.2,1.2,1.2)
  6476. shell.FormFactor = 3
  6477. local shellm = Instance.new("SpecialMesh",shell)
  6478. shellm.MeshType = "Sphere"
  6479. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  6480. Omega = function()
  6481. local X = Instance.new("Part",char)
  6482. local O = Instance.new("ObjectValue",X)
  6483. O.Name = "creator"
  6484. X.Locked = true
  6485. X.Name = "Shell"
  6486. X.Anchored = false
  6487. X.CanCollide = false
  6488. X.Transparency = 0.5
  6489. X.Reflectance = 0
  6490. X.BottomSurface = 0
  6491. X.TopSurface = 0
  6492. X.Shape = 0
  6493. local V = Instance.new("ObjectValue",X)
  6494. V.Value = char
  6495. V.Name = "creator"
  6496. X.BrickColor = BrickColor.new("Royal purple")
  6497. X.Size = Vector3.new(40,40,40)
  6498. --X.Material = "Neon"
  6499. local Z = Instance.new("SpecialMesh",X)
  6500. Z.MeshType = "Sphere"
  6501. Z.Scale = Vector3.new(0.2,0.2,0.2)
  6502. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  6503. local bv = Instance.new("BodyVelocity",X)
  6504. bv.maxForce = Vector3.new(99999,99999,99999)
  6505. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  6506. bv.velocity = root.CFrame.lookVector*10
  6507. Explode = X.Touched:connect(function(hit)
  6508. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart}") then
  6509. local cf = X.CFrame
  6510. bv:Destroy()
  6511. X.Anchored = true
  6512. Z:Remove()
  6513. Explode:disconnect()
  6514. X.Size = Vector3.new(3,3,3)
  6515. X.Touched:connect(function(hit) end)
  6516. X.CanCollide = false
  6517. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  6518. if v:FindFirstChild('Humanoid') then
  6519. v.Humanoid:TakeDamage(math.random(80,120))
  6520. end
  6521. end
  6522. for i = 1, (40) do rs:wait()
  6523. X.Transparency = X.Transparency + (1/40)
  6524. X.Size = X.Size + Vector3.new(1,1,1)
  6525. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  6526. end
  6527. X:Destroy()
  6528. end
  6529. end)
  6530. end
  6531. for i = 1,200 do
  6532. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6533. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.03)
  6534. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  6535. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6536. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6537. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6538. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6539. if Debounces.on == false then break end
  6540. rs:wait()
  6541. end
  6542. for i = 1,30 do
  6543. shell.CFrame = torso.CFrame * CFrame.new(0,8,0)
  6544. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.4)
  6545. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-170)), 0.4)
  6546. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6547. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6548. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6549. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6550. if Debounces.on == false then break end
  6551. rs:wait()
  6552. end
  6553. for i = 1,40 do
  6554. shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  6555. shell.Size = shell.Size + Vector3.new(1,1,1)
  6556. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(100)), 0.4)
  6557. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-100)), 0.4)
  6558. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6559. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6560. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6561. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6562. if Debounces.on == false then break end
  6563. rs:wait()
  6564. end
  6565. for i = 1,40 do
  6566. shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  6567. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(20)), 0.4)
  6568. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.4)
  6569. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6570. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6571. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6572. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6573. if Debounces.on == false then break end
  6574. rs:wait()
  6575. end
  6576. for i = 1,60 do
  6577. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  6578. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.4)
  6579. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.4)
  6580. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6581. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6582. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6583. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6584. if Debounces.on == false then break end
  6585. rs:wait()
  6586. end
  6587. for i = 1,60 do
  6588. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  6589. shell.Size = shell.Size + Vector3.new(1,1,1)
  6590. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(120)), 0.4)
  6591. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(-120)), 0.4)
  6592. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6593. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6594. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6595. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6596. if Debounces.on == false then break end
  6597. rs:wait()
  6598. end
  6599. if Debounces.CanAttack == false then
  6600. Debounces.CanAttack = true
  6601. Debounces.NoIdl = false
  6602. Debounces.on = false
  6603. end
  6604. end
  6605. end
  6606. end)]]--
  6607. ----------------------------------------------------
  6608. Charging = false
  6609. mouse.KeyDown:connect(function(key)
  6610. if key == "r" then
  6611. if Charging == false then
  6612. Charging = true
  6613. if Debounces.CanAttack == true then
  6614. Debounces.CanAttack = false
  6615. Debounces.NoIdl = true
  6616. Debounces.on = true
  6617. for i = 1,20 do
  6618. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.2)
  6619. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.2)
  6620. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  6621. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  6622. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  6623. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  6624. if Debounces.on == false then break end
  6625. rs:wait()
  6626. end
  6627. --[[for i = 1,20 do
  6628. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(-20),math.rad(50)), 0.4)
  6629. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(20),math.rad(-50)), 0.4)
  6630. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  6631. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)), 0.4)
  6632. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  6633. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  6634. if Debounces.on == false then break end
  6635. rs:wait()
  6636. end]]--
  6637. pt=Instance.new('Part',torso)
  6638. pt.Anchored=true
  6639. pt.CanCollide=false
  6640. pt.Locked = true
  6641. pt.FormFactor='Custom'
  6642. pt.Size=Vector3.new(1,1,1)
  6643. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  6644. pt.Transparency=.6
  6645. pt.BrickColor=BrickColor.new('Really black')
  6646. msh=Instance.new('SpecialMesh',pt)
  6647. msh.MeshId='http://www.roblox.com/asset/?id=9982590'
  6648. msh.Scale=Vector3.new(8,4,8)
  6649. pt2=pt:clone()
  6650. pt2.Parent = torso
  6651. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  6652. pt2.BrickColor=BrickColor.new("Royal purple")
  6653. msh2=msh:clone()
  6654. msh2.Parent=pt2
  6655. msh2.Scale=Vector3.new(10,5,10)
  6656.  
  6657. custommath={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  6658.  
  6659. bl = Instance.new("Part", char)
  6660. bl.Locked = true
  6661. bl.Name = "Shell"
  6662. bl.BrickColor = BrickColor.new("Really black")
  6663. bl.Anchored = true
  6664. bl.CanCollide = false
  6665. bl.Transparency = 0
  6666. bl.Reflectance = 0
  6667. bl.BottomSurface = 0
  6668. bl.TopSurface = 0
  6669. bl.Shape = 0
  6670. blm = Instance.new("SpecialMesh",bl)
  6671. blm.MeshType = "Sphere"
  6672. blm.Scale = Vector3.new(1,1,1)
  6673. blm.MeshId = "rbxassetid://9982590"
  6674.  
  6675. coroutine.resume(coroutine.create(function()
  6676. for i=1, math.huge, 4 do
  6677. if Charging == true then
  6678. rs:wait()
  6679. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  6680. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  6681. bl.Transparency = bl.Transparency + 0.005
  6682. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  6683. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  6684. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  6685. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  6686. elseif Charging == false then break
  6687. end
  6688. end
  6689. end))
  6690.  
  6691. repeat
  6692. local p = Instance.new('Part',torso)
  6693. p.formFactor = 'Custom'
  6694. p.Size = Vector3.new(1,1,1)
  6695. p.BrickColor = workspace.Base.BrickColor
  6696. p.CanCollide = false
  6697. p.Transparency = 0
  6698. p.Anchored = true
  6699. p.Locked=true
  6700. p.Material = workspace.Base.Material
  6701. s = math.random(1,40)/10
  6702. local m = Instance.new("BlockMesh",p)
  6703. m.Scale = Vector3.new(s,s,s)
  6704. p.CFrame = torso.CFrame*CFrame.new(custommath[math.random(1,#custommath)]/10,-math.random(5,7),custommath[math.random(1,#custommath)]/10)*CFrame.Angles(math.random(),math.random(),math.random())
  6705. --[[coroutine.wrap(function()
  6706. wait(2)
  6707. while Charging == true do
  6708. wait(2)
  6709. GroundWave1()
  6710. wait(2)
  6711. end
  6712. end)()]]--
  6713. Spawn(function()
  6714. while rs:wait() do
  6715. if Charging == true then
  6716. rarm.Weld.C0 = CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(-30,-20)),math.rad(math.random(30,50)))
  6717. larm.Weld.C0 = CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(20,30)),math.rad(math.random(-50,-30)))
  6718. hed.Weld.C0 = CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(math.random(26,34)),math.rad(math.random(-5,5)),math.rad(0))
  6719. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  6720. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(10,20)), math.rad(math.random(-20,-10)))
  6721. rleg.Weld.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(-20,-10)), math.rad(math.random(10,20)))
  6722. elseif Charging == false then break
  6723. end
  6724. end
  6725. end)
  6726. Spawn(function()
  6727. while rs:wait() do
  6728. if p.Transparency >= 1 then p:Destroy() break end
  6729. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  6730. p.Transparency = p.Transparency+0.01
  6731. end
  6732. end)
  6733. wait(.3)
  6734. until Charging == false
  6735. end
  6736. end
  6737. end
  6738. end)
  6739. ----------------------------------------------------
  6740. mouse.KeyUp:connect(function(key)
  6741. if key == "r" then
  6742. if Charging == true then
  6743. Charging = false
  6744. pt:Destroy()
  6745. pt2:Destroy()
  6746. bl:Destroy()
  6747. if Debounces.CanAttack == false then
  6748. Debounces.CanAttack = true
  6749. Debounces.NoIdl = false
  6750. Debounces.on = false
  6751. end
  6752. end
  6753. end
  6754. end)
  6755. ----------------------------------------------------
  6756. mouse.KeyDown:connect(function(key)
  6757. if key == "g" then
  6758. if Debounces.CanAttack == true then
  6759. Debounces.CanAttack = false
  6760. Debounces.NoIdl = true
  6761. Debounces.on = true
  6762. local shell = Instance.new("Part",torso)
  6763. shell.BrickColor = BrickColor.new("Royal purple")
  6764. shell.Anchored = true
  6765. shell.CanCollide = false
  6766. shell.Locked = true
  6767. shell.TopSurface = "SmoothNoOutlines"
  6768. shell.BottomSurface = "SmoothNoOutlines"
  6769. shell.Size = Vector3.new(1,1,1)
  6770. shellm = Instance.new("SpecialMesh",shell)
  6771. shellm.MeshType = "Sphere"
  6772. shellm.Scale = Vector3.new(1,1,1)
  6773. local shell2 = Instance.new("Part",torso)
  6774. shell2.BrickColor = BrickColor.new("Royal purple")
  6775. shell2.Anchored = true
  6776. shell2.CanCollide = false
  6777. shell2.Locked = true
  6778. shell2.TopSurface = "SmoothNoOutlines"
  6779. shell2.BottomSurface = "SmoothNoOutlines"
  6780. shell2.Size = Vector3.new(1,1,1)
  6781. shellm2 = Instance.new("SpecialMesh",shell2)
  6782. shellm2.MeshType = "Sphere"
  6783. shellm2.Scale = Vector3.new(1,1,1)
  6784.  
  6785. function FindNearestTorso(Position,Distance,SinglePlayer)
  6786. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  6787. local List = {}
  6788. for i,v in pairs(workspace:GetChildren())do
  6789. if v:IsA("Model")then
  6790. if v:findFirstChild("Torso")then
  6791. if v ~= char then
  6792. if(v.Torso.Position -Position).magnitude <= Distance then
  6793. table.insert(List,v)
  6794. end
  6795. end
  6796. end
  6797. end
  6798. end
  6799. return List
  6800. end
  6801.  
  6802. Shell = function()
  6803. local X = Instance.new("Part",char)
  6804. local O = Instance.new("ObjectValue",X)
  6805. O.Name = "creator"
  6806. X.Locked = true
  6807. X.Name = "Shell"
  6808. X.Anchored = false
  6809. X.CanCollide = false
  6810. X.Transparency = 0
  6811. X.Reflectance = 0
  6812. X.BottomSurface = 0
  6813. X.TopSurface = 0
  6814. X.Shape = 0
  6815. local V = Instance.new("ObjectValue",X)
  6816. V.Value = char
  6817. V.Name = "creator"
  6818. X.BrickColor = BrickColor.new("Royal purple")
  6819. X.Size = Vector3.new(1,1,1)
  6820. --X.Material = "Neon"
  6821. local Z = Instance.new("SpecialMesh",X)
  6822. Z.MeshType = "Sphere"
  6823. Z.Scale = Vector3.new(1,1,1)
  6824. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  6825. local bv = Instance.new("BodyVelocity",X)
  6826. bv.maxForce = Vector3.new(99999,99999,99999)
  6827. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  6828. bv.velocity = root.CFrame.lookVector*65
  6829. Explode = X.Touched:connect(function(hit)
  6830. if hit ~= char and hit.Name ~= "Shell" and hit:IsA("Part") or hit:IsA("BasePart}") then
  6831. local cf = X.CFrame
  6832. bv:Destroy()
  6833. X.Anchored = true
  6834. Z:Remove()
  6835. Explode:disconnect()
  6836. X.Size = Vector3.new(3,3,3)
  6837. X.Touched:connect(function(hit) end)
  6838. X.CanCollide = false
  6839. for i,v in pairs(FindNearestTorso(X.CFrame.p,40))do
  6840. if v:FindFirstChild('Humanoid') then
  6841. v.Humanoid:TakeDamage(math.random(6,12))
  6842. end
  6843. end
  6844. for i = 1, (40) do rs:wait()
  6845. X.Transparency = X.Transparency + (1/40)
  6846. X.Size = X.Size + Vector3.new(1,1,1)
  6847. X.CFrame = cf
  6848. end
  6849. X:Destroy()
  6850. end
  6851. end)
  6852. end
  6853. Shell()
  6854. for i = 1, 10 do
  6855. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6856. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6857. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  6858. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  6859. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.7)
  6860. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.7)
  6861. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.7)
  6862. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.7)
  6863. if Debounces.on == false then break end
  6864. rs:wait()
  6865. end
  6866. Shell()
  6867. shell.Transparency = 1
  6868. for i = 1, 10 do
  6869. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6870. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6871. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  6872. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  6873. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6874. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6875. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  6876. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  6877. if Debounces.on == false then break end
  6878. rs:wait()
  6879. end
  6880. Shell()
  6881. shell.Transparency = 0
  6882. shell2.Transparency = 1
  6883. for i = 1, 10 do
  6884. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6885. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6886. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  6887. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  6888. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6889. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6890. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  6891. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  6892. if Debounces.on == false then break end
  6893. rs:wait()
  6894. end
  6895. Shell()
  6896. shell2.Transparency = 0
  6897. shell.Transparency = 1
  6898. for i = 1, 10 do
  6899. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6900. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6901. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  6902. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  6903. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6904. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6905. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  6906. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  6907. if Debounces.on == false then break end
  6908. rs:wait()
  6909. end
  6910. Shell()
  6911. shell.Transparency = 0
  6912. shell2.Transparency = 1
  6913. for i = 1, 10 do
  6914. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6915. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6916. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  6917. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  6918. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6919. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6920. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  6921. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  6922. if Debounces.on == false then break end
  6923. rs:wait()
  6924. end
  6925. Shell()
  6926. shell2.Transparency = 0
  6927. shell.Transparency = 1
  6928. for i = 1, 10 do
  6929. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6930. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6931. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  6932. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  6933. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6934. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6935. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  6936. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  6937. if Debounces.on == false then break end
  6938. rs:wait()
  6939. end
  6940. Shell()
  6941. shell.Transparency = 0
  6942. shell2.Transparency = 1
  6943. for i = 1, 10 do
  6944. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6945. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6946. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  6947. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.5)
  6948. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  6949. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6950. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  6951. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  6952. if Debounces.on == false then break end
  6953. rs:wait()
  6954. end
  6955. Shell()
  6956. shell2.Transparency = 0
  6957. shell.Transparency = 1
  6958. for i = 1, 10 do
  6959. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6960. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6961. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  6962. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  6963. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6964. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6965. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  6966. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  6967. if Debounces.on == false then break end
  6968. rs:wait()
  6969. end
  6970. Shell()
  6971. shell.Transparency = 0
  6972. shell2.Transparency = 1
  6973. for i = 1, 10 do
  6974. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6975. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6976. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  6977. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  6978. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6979. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6980. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  6981. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  6982. if Debounces.on == false then break end
  6983. rs:wait()
  6984. end
  6985. Shell()
  6986. shell2.Transparency = 0
  6987. shell.Transparency = 1
  6988. for i = 1, 10 do
  6989. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6990. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6991. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  6992. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  6993. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6994. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6995. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  6996. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  6997. if Debounces.on == false then break end
  6998. rs:wait()
  6999. end
  7000. Shell()
  7001. shell.Transparency = 0
  7002. shell2.Transparency = 1
  7003. for i = 1, 10 do
  7004. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  7005. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  7006. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  7007. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  7008. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  7009. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  7010. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  7011. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  7012. if Debounces.on == false then break end
  7013. rs:wait()
  7014. end
  7015. Shell()
  7016. shell2.Transparency = 0
  7017. shell.Transparency = 1
  7018. for i = 1, 10 do
  7019. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  7020. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  7021. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  7022. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  7023. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  7024. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  7025. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  7026. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  7027. if Debounces.on == false then break end
  7028. rs:wait()
  7029. end
  7030. Shell()
  7031. shell.Transparency = 0
  7032. shell2.Transparency = 1
  7033. for i = 1, 10 do
  7034. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  7035. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  7036. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  7037. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  7038. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  7039. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  7040. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  7041. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  7042. if Debounces.on == false then break end
  7043. rs:wait()
  7044. end
  7045. shell.Transparency = 1
  7046. if Debounces.CanAttack == false then
  7047. Debounces.CanAttack = true
  7048. Debounces.NoIdl = false
  7049. Debounces.on = false
  7050. end
  7051. end
  7052. end
  7053. end)
  7054. ----------------------------------------------------
  7055. Search = false
  7056. mouse.KeyDown:connect(function(key)
  7057. if key == "n" then
  7058. if Search == false then
  7059. Search = true
  7060. for i,v in pairs(game.Players:getPlayers()) do
  7061. if v.Name~=char.Name then
  7062. for j,k in pairs(v.Character:GetChildren()) do
  7063. if k:IsA("BasePart") and k.Transparency >= 1 then
  7064. bawx=Instance.new("SelectionBox",cam)
  7065. bawx.Color = BrickColor.new("Bright red")
  7066. bawx.Transparency = .5
  7067. bawx.Adornee = k
  7068. end
  7069. end
  7070. end
  7071. end
  7072. elseif Search == true then
  7073. Search = false
  7074. for i, v in pairs(cam:GetChildren()) do
  7075. if v:IsA("SelectionBox") then
  7076. v:Destroy()
  7077. end
  7078. end
  7079. end
  7080. end
  7081. end)
  7082. ----------------------------------------------------
  7083. Grab = false
  7084. mouse.KeyDown:connect(function(key)
  7085. if key == "z" then
  7086. Debounces.on = true
  7087. Debounces.NoIdl = true
  7088. Debounces.ks = true
  7089. if Grab == false then
  7090. gp = nil
  7091. for i = 1, 20 do
  7092. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.2)
  7093. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.2)
  7094. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  7095. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  7096. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
  7097. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
  7098. if Debounces.on == false then break end
  7099. rs:wait()
  7100. end
  7101. con1=larm.Touched:connect(function(hit) -- this is grab
  7102. ht = hit.Parent
  7103. hum1=ht:FindFirstChild('Humanoid')
  7104. if hum1 ~= nil then
  7105. if Debounces.ks==true then
  7106. z = Instance.new("Sound",hed)
  7107. z.SoundId = "rbxassetid://169380525"
  7108. z.Volume = 1
  7109. z:Play()
  7110. Debounces.ks=false
  7111. end
  7112. hum1.PlatformStand=true
  7113. gp = ht
  7114. Grab = true
  7115. asd=weld5(root,ht:FindFirstChild("Torso"),CFrame.new(0,0,-2.4),CFrame.new(0,0,0))
  7116. asd.Parent = larm
  7117. asd.Name = "asd"
  7118. asd.C0=asd.C0*CFrame.Angles(math.rad(0),math.rad(180),0)
  7119. --[[elseif hum1 == nil then
  7120. con1:disconnect()
  7121. wait() return]]--
  7122. end
  7123. end)
  7124. for i = 1, 20 do
  7125. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
  7126. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
  7127. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  7128. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  7129. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  7130. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
  7131. if Debounces.on == false then break end
  7132. rs:wait()
  7133. end
  7134. if hum1 == nil then
  7135. Debounces.on = false
  7136. Debounces.NoIdl = false
  7137. end
  7138. con1:disconnect()
  7139. elseif Grab == true then
  7140. Grab = false
  7141. Punch()
  7142. z = Instance.new("Sound",hed)
  7143. z.SoundId = "rbxassetid://169380525"
  7144. z.Pitch = ptz[math.random(1,#ptz)]
  7145. z.Volume = 1
  7146. z:Play()
  7147. for i = 1, 10 do
  7148. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  7149. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  7150. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7151. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7152. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7153. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7154. if Debounces.on == false then break end
  7155. rs:wait()
  7156. end
  7157. Punch()
  7158. z = Instance.new("Sound",hed)
  7159. z.SoundId = "rbxassetid://169380525"
  7160. z.Pitch = ptz[math.random(1,#ptz)]
  7161. z.Volume = 1
  7162. z:Play()
  7163. for i = 1, 10 do
  7164. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  7165. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  7166. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7167. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7168. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7169. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7170. if Debounces.on == false then break end
  7171. rs:wait()
  7172. end
  7173. Punch()
  7174. z = Instance.new("Sound",hed)
  7175. z.SoundId = "rbxassetid://169380525"
  7176. z.Pitch = ptz[math.random(1,#ptz)]
  7177. z.Volume = 1
  7178. z:Play()
  7179. for i = 1, 10 do
  7180. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  7181. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  7182. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7183. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7184. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7185. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7186. if Debounces.on == false then break end
  7187. rs:wait()
  7188. end
  7189. Punch()
  7190. z = Instance.new("Sound",hed)
  7191. z.SoundId = "rbxassetid://169380525"
  7192. z.Pitch = ptz[math.random(1,#ptz)]
  7193. z.Volume = 1
  7194. z:Play()
  7195. for i = 1, 10 do
  7196. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  7197. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  7198. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7199. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7200. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7201. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7202. if Debounces.on == false then break end
  7203. rs:wait()
  7204. end
  7205. Punch()
  7206. z = Instance.new("Sound",hed)
  7207. z.SoundId = "rbxassetid://169380525"
  7208. z.Pitch = ptz[math.random(1,#ptz)]
  7209. z.Volume = 1
  7210. z:Play()
  7211. for i = 1, 10 do
  7212. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  7213. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  7214. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7215. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7216. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7217. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7218. if Debounces.on == false then break end
  7219. rs:wait()
  7220. end
  7221. Punch()
  7222. z = Instance.new("Sound",hed)
  7223. z.SoundId = "rbxassetid://169380525"
  7224. z.Pitch = ptz[math.random(1,#ptz)]
  7225. z.Volume = 1
  7226. z:Play()
  7227. for i = 1, 10 do
  7228. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  7229. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  7230. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7231. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7232. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7233. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7234. if Debounces.on == false then break end
  7235. rs:wait()
  7236. end
  7237. Punch()
  7238. z = Instance.new("Sound",hed)
  7239. z.SoundId = "rbxassetid://169380525"
  7240. z.Pitch = ptz[math.random(1,#ptz)]
  7241. z.Volume = 1
  7242. z:Play()
  7243. for i = 1, 10 do
  7244. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  7245. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  7246. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7247. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7248. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7249. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7250. if Debounces.on == false then break end
  7251. rs:wait()
  7252. end
  7253. Punch()
  7254. z = Instance.new("Sound",hed)
  7255. z.SoundId = "rbxassetid://169380525"
  7256. z.Pitch = ptz[math.random(1,#ptz)]
  7257. z.Volume = 1
  7258. z:Play()
  7259. for i = 1, 10 do
  7260. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  7261. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  7262. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7263. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7264. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7265. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7266. if Debounces.on == false then break end
  7267. rs:wait()
  7268. end
  7269. Punch()
  7270. z = Instance.new("Sound",hed)
  7271. z.SoundId = "rbxassetid://169380525"
  7272. z.Pitch = ptz[math.random(1,#ptz)]
  7273. z.Volume = 1
  7274. z:Play()
  7275. for i = 1, 10 do
  7276. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  7277. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  7278. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7279. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7280. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7281. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7282. if Debounces.on == false then break end
  7283. rs:wait()
  7284. end
  7285. Punch()
  7286. z = Instance.new("Sound",hed)
  7287. z.SoundId = "rbxassetid://169380525"
  7288. z.Pitch = ptz[math.random(1,#ptz)]
  7289. z.Volume = 1
  7290. z:Play()
  7291. for i = 1, 10 do
  7292. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  7293. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  7294. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7295. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7296. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7297. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7298. if Debounces.on == false then break end
  7299. rs:wait()
  7300. end
  7301. Punch()
  7302. z = Instance.new("Sound",hed)
  7303. z.SoundId = "rbxassetid://169380525"
  7304. z.Pitch = ptz[math.random(1,#ptz)]
  7305. z.Volume = 1
  7306. z:Play()
  7307. for i = 1, 10 do
  7308. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  7309. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  7310. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7311. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7312. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7313. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7314. if Debounces.on == false then break end
  7315. rs:wait()
  7316. end
  7317. Punch()
  7318. z = Instance.new("Sound",hed)
  7319. z.SoundId = "rbxassetid://169380525"
  7320. z.Pitch = ptz[math.random(1,#ptz)]
  7321. z.Volume = 1
  7322. z:Play()
  7323. for i = 1, 10 do
  7324. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  7325. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  7326. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7327. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7328. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  7329. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  7330. if Debounces.on == false then break end
  7331. rs:wait()
  7332. end
  7333. con1:disconnect()
  7334. Debounces.on = false
  7335. Debounces.NoIdl = false
  7336. if gp ~= nil then
  7337. gp:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 140
  7338. for i,v in pairs(larm:GetChildren()) do
  7339. if v.Name == "asd" and v:IsA("Weld") then
  7340. v:Remove()
  7341. end
  7342. end
  7343. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  7344. bv.maxForce = Vector3.new(400000, 400000, 400000)
  7345. bv.P = 125000
  7346. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  7347. hum1=nil
  7348. ht=nil
  7349. Debounces.on = false
  7350. Debounces.NoIdl = false
  7351. elseif ht == nil then wait()
  7352. Grab = false
  7353. Debounces.on = false
  7354. Debounces.NoIdl = false
  7355. end
  7356. end
  7357. end
  7358. end)
  7359. ----------------------------------------------------
  7360. mouse.KeyDown:connect(function(key)
  7361. if string.byte(key) == 52 then
  7362. char.Humanoid.WalkSpeed = 60
  7363. end
  7364. end)
  7365. mouse.KeyUp:connect(function(key)
  7366. if string.byte(key) == 52 then
  7367. char.Humanoid.WalkSpeed = 16
  7368. end
  7369. end)
  7370. -------------------------------
  7371. local animpose = "Idle"
  7372. local lastanimpose = "Idle"
  7373. local sine = 0
  7374. local change = 1
  7375. local val = 0
  7376. local ffing = false
  7377. -------------------------------
  7378. game:GetService("RunService").RenderStepped:connect(function()
  7379. --[[if char.Humanoid.Jump == true then
  7380. jump = true
  7381. else
  7382. jump = false
  7383. end]]
  7384. char.Humanoid.FreeFalling:connect(function(f)
  7385. if f then
  7386. ffing = true
  7387. else
  7388. ffing = false
  7389. end
  7390. end)
  7391. sine = sine + change
  7392. if jumpn == true then
  7393. animpose = "Jumping"
  7394. elseif ffing == true then
  7395. animpose = "Freefalling"
  7396. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  7397. animpose = "Idle"
  7398. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  7399. animpose = "Walking"
  7400. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  7401. animpose = "Running"
  7402. end
  7403. if animpose ~= lastanimpose then
  7404. sine = 0
  7405. if Debounces.NoIdl == false then
  7406. if animpose == "Idle" then
  7407. for i = 1, 2 do
  7408. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  7409. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
  7410. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  7411. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  7412. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  7413. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  7414. end
  7415. elseif animpose == "Walking" then
  7416. for i = 1, 2 do
  7417. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  7418. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  7419. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  7420. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  7421. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  7422. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  7423. --[[rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  7424. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  7425. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  7426. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  7427. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  7428. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4) ]]
  7429. end
  7430. elseif animpose == "Running" then
  7431. for i = 1, 2 do
  7432. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(-14),math.rad(8+2*math.cos(sine/14))), 0.2)
  7433. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(14),math.rad(-8-2*math.cos(sine/14))), 0.2)
  7434. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  7435. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  7436. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  7437. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  7438. wait()
  7439. end
  7440. end
  7441. else
  7442. end
  7443. end
  7444. --[[local HP1 = Instance.new("Part",larm)
  7445. HP1.Size = Vector3.new(-0.25,0.5,0.25)
  7446. HP1.BrickColor = BrickColor.new("Royal purple")
  7447. local HP1W = Instance.new("Weld", HP1)
  7448. HP1W.Part0 = larm
  7449. HP1W.Part1 = HP1
  7450. HP1W.C0 = CFrame.new(-1, .45, 0) ]]
  7451. lastanimpose = animpose
  7452. if Debounces.NoIdl == false then
  7453. if animpose == "Idle" then
  7454. change = 0.5
  7455. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  7456. --rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.45,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(180),math.rad(20)), 0.2)
  7457. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.45+0.05*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  7458. --larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8-2*math.cos(sine/14))), 0.4)
  7459. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  7460. --torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  7461. --hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  7462. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(-40), math.rad(0)), 0.05)
  7463. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  7464. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  7465. elseif animpose == "Walking" then
  7466. change = 1
  7467. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  7468. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  7469. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  7470. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  7471. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  7472. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  7473. elseif animpose == "Running" then
  7474. change = 1
  7475. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.35,.3)*CFrame.Angles(math.rad(-30),math.rad(-14),math.rad(-30+2*math.cos(sine/18))), 0.2)
  7476. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.35,.2)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(30+2*math.cos(sine/18))), 0.2)
  7477. --larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.35,.2)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(30+2*math.cos(sine/18))), 0.2)
  7478.  
  7479. --larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2)
  7480. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.53, -.1) * CFrame.Angles(math.rad(-5),0,0), 0.4)
  7481. --hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  7482. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/24), 0) * CFrame.Angles(math.rad(-10),math.rad(-0), math.rad(0)), 0.2)
  7483.  
  7484. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(-1)), 0.4)
  7485. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(1)), 0.4)
  7486.  
  7487. --[[lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.8, 0.1) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)
  7488. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, 0.1) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4) ]]
  7489. --rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4)
  7490.  
  7491. --[[rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.35,.4)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(-30+2*math.cos(sine/14))), 0.2)
  7492. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2)
  7493. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  7494. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2)
  7495. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4)
  7496. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4) ]]
  7497. end
  7498. end
  7499. end)
  7500.  
  7501. hum.MaxHealth = 9001
  7502. wait(3)
  7503. hum.Health = 9001
  7504. ------------------------------------------------
  7505. local player = game.Players.localPlayer
  7506. local char = player.Character
  7507. for u,c in pairs(player.Character:GetChildren()) do
  7508. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  7509. c.Handle.BrickColor = BrickColor.new("Really red")
  7510. c.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=0"
  7511. end
  7512. end
  7513. local setupPart = function(part)
  7514.  
  7515. part.Anchored = true
  7516. part.FormFactor = "Custom"
  7517. part.CanCollide = false
  7518. part.BrickColor = BrickColor.new("Gold")
  7519. part.Material = "Neon"
  7520. part.TopSurface = "SmoothNoOutlines"
  7521. part.BottomSurface = "SmoothNoOutlines"
  7522. part.FrontSurface = "SmoothNoOutlines"
  7523. part.BackSurface = "SmoothNoOutlines"
  7524. part.LeftSurface = "SmoothNoOutlines"
  7525. part.RightSurface = "SmoothNoOutlines"
  7526. end
  7527.  
  7528. local player = game.Players.LocalPlayer
  7529. repeat
  7530. wait()
  7531. until player.Character
  7532. local rs = game:GetService("RunService").RenderStepped
  7533. local char = player.Character
  7534. local HRP = char.HumanoidRootPart
  7535. local Head = char.Head
  7536. local tents = {}
  7537. getValue = function(p, x)
  7538.  
  7539. return p[2] + 0.5 * x * (p[3] - p[1] + x * (2 * p[1] - 5 * p[2] + 4 * p[3] - p[4] + x * (3 * (p[2] - p[3]) + p[4] - p[1])))
  7540. end
  7541.  
  7542. getV3Cubic = function(tabl, perc)
  7543.  
  7544. local x, y, z = {}, {}, {}
  7545. if perc >= 2 then
  7546. perc = perc % 1
  7547. for i = 3, 6 do
  7548. table.insert(x, tabl[i].x)
  7549. table.insert(y, tabl[i].y)
  7550. table.insert(z, tabl[i].z)
  7551. end
  7552. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  7553. return Vector3.new(X, Y, Z)
  7554. else
  7555. do
  7556. if perc >= 1 then
  7557. perc = perc % 1
  7558. for i = 2, 5 do
  7559. table.insert(x, tabl[i].x)
  7560. table.insert(y, tabl[i].y)
  7561. table.insert(z, tabl[i].z)
  7562. end
  7563. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  7564. return Vector3.new(X, Y, Z)
  7565. else
  7566. do
  7567. for i = 1, 4 do
  7568. table.insert(x, tabl[i].x)
  7569. table.insert(y, tabl[i].y)
  7570. table.insert(z, tabl[i].z)
  7571. end
  7572. do
  7573. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  7574. return Vector3.new(X, Y, Z)
  7575. end
  7576. end
  7577. end
  7578. end
  7579. end
  7580. end
  7581.  
  7582. local rainbow = {"Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red"}
  7583. local rainbowCount = 1
  7584. local isRainbow = true
  7585. for i = 0, 4 do
  7586. local m = Instance.new("Model", char)
  7587. m.Name = "Tentac00l"
  7588. local parts = {}
  7589. local lastpart = Head
  7590. local defC0 = nil
  7591. rainbowCount = 1
  7592. for j = 0, 8 do
  7593. local sizex = 0.25 - 0.2 * (j / 8)
  7594. local sizey = 1.875 - 1.125 * (j / 8)
  7595. local p = Instance.new("Part")
  7596. p.Size = Vector3.new(0.2, 0.2, 0.2)
  7597. p.BrickColor = BrickColor.new("Really red")
  7598. p.TopSurface = 0
  7599. p.BottomSurface = 0
  7600. p.CanCollide = false
  7601. p.Material = "SmoothPlastic"
  7602. p.TopSurface = 0
  7603. p.BottomSurface = 0
  7604. local mesh = Instance.new("CylinderMesh", p)
  7605. mesh.Name = "CyMesh"
  7606. mesh.Scale = Vector3.new(sizex, sizey, sizex) * 5
  7607. p.Parent = m
  7608. local p2 = p:Clone()
  7609. p2.Parent = m
  7610. p2.CyMesh.Scale = p2.CyMesh.Scale + Vector3.new(0.075, 0.001, 0.075) * 5
  7611. p2.Material = "Neon"
  7612. if isRainbow then
  7613. p2.BrickColor = BrickColor.new(tostring(rainbow[rainbowCount]))
  7614. else
  7615. p2.BrickColor = BrickColor.new(j % 2 == 1 and "Toothpaste" or "Electric blue")
  7616. end
  7617. rainbowCount = rainbowCount + 1
  7618. p2.Transparency = 0.35
  7619. local w2 = Instance.new("Weld", p)
  7620. w2.Parent = p2
  7621. w2.Part0 = p
  7622. w2.Part1 = p2
  7623. local w = Instance.new("Weld", p)
  7624. w.Parent = p
  7625. w.Part0 = lastpart
  7626. w.Part1 = p
  7627. if i % 2 ~= 0 or not 96 then
  7628. do
  7629. w.C0 = CFrame.Angles(0, math.rad(-10 + 200 * i / 4), math.rad(-30 + (j or 70))) * CFrame.new(0, 0.6, 0)
  7630. w.C1 = CFrame.new(0, -0.125, 0)
  7631. defC0 = w.C0
  7632. w.C0 = CFrame.new(0, mesh.Scale.y / 10, 0)
  7633. w.C1 = CFrame.new(0, -sizey / 2, 0)
  7634. table.insert(parts, {p, w, p2})
  7635. lastpart = p
  7636. rs:wait()
  7637. -- DECOMPILER ERROR at PC262: LeaveBlock: unexpected jumping out IF_THEN_STMT
  7638.  
  7639. -- DECOMPILER ERROR at PC262: LeaveBlock: unexpected jumping out IF_STMT
  7640.  
  7641. end
  7642. end
  7643. end
  7644. local randoms = {Vector3.new(0, 0, 0), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100)}
  7645. table.insert(tents, {0, randoms, parts, defC0})
  7646. end
  7647. player.Chatted:connect(function(msg)
  7648.  
  7649. if string.sub(msg:lower(), 1, 4) == "col/" then
  7650. for i,v in pairs(tents) do
  7651. for j,o in pairs(v[3]) do
  7652. o[3].BrickColor = BrickColor.new(string.sub(msg, 5))
  7653. end
  7654. end
  7655. else
  7656. do
  7657. if string.sub(msg:lower(), 1, 7) == "/e col/" then
  7658. for i,v in pairs(tents) do
  7659. for j,o in pairs(v[3]) do
  7660. o[3].BrickColor = BrickColor.new(string.sub(msg, 8))
  7661. end
  7662. end
  7663. end
  7664. end
  7665. end
  7666. end
  7667. )
  7668. rs:connect(function()
  7669.  
  7670. for i,v in pairs(tents) do
  7671. v[1] = v[1] % 200 + 1
  7672. if v[1] == 1 then
  7673. v[2][1] = v[2][2]
  7674. v[2][2] = v[2][3]
  7675. v[2][3] = v[2][4]
  7676. v[2][4] = v[2][5]
  7677. v[2][5] = v[2][6]
  7678. v[2][6] = Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100)
  7679. end
  7680. local p0 = v[2][1]
  7681. local p1 = v[2][2]
  7682. local p2 = v[2][3]
  7683. local p3 = v[2][4]
  7684. local p4 = v[2][5]
  7685. local p5 = v[2][6]
  7686. local arr = {p0, p1, p2, p3, p4, p5}
  7687. local dir = i % 2 == 0 and 1 or -1
  7688. for j,V in pairs(v[3]) do
  7689. local val = math.sin(math.pi / 2 * 2 * ((v[1] + 100 * j / #v[3] * dir) % 100 / 100))
  7690. local off = getV3Cubic(arr, (v[1] + 340 * (j / #v[3])) / 200)
  7691. V[3].Transparency = 0.12 + val * 0.65
  7692. if j == 1 then
  7693. V[2].C0 = v[4] * CFrame.Angles(off.x * 2, off.y * 2, off.z * 2)
  7694. else
  7695. V[2].C0 = CFrame.new(0, V[2].C0.y, 0) * CFrame.Angles(off.x * 2 * (1 + 0.75 * (j / #v[3])), off.y * 2 * (1 + 0.75 * (j / #v[3])), off.z * 2 * (1 + 0.75 * (j / #v[3])))
  7696. end
  7697. end
  7698. end
  7699. end
  7700. )
  7701. ----------------------------------------
  7702. local player = game.Players.localPlayer
  7703. local char = player.Character
  7704. for u,c in pairs(player.Character:GetChildren()) do
  7705. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  7706. c.Handle.BrickColor = BrickColor.new("Really red")
  7707. c.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=0"
  7708. end
  7709. end
  7710. local setupPart = function(part)
  7711.  
  7712. part.Anchored = true
  7713. part.FormFactor = "Custom"
  7714. part.CanCollide = false
  7715. part.BrickColor = BrickColor.new("Gold")
  7716. part.Material = "Neon"
  7717. part.TopSurface = "SmoothNoOutlines"
  7718. part.BottomSurface = "SmoothNoOutlines"
  7719. part.FrontSurface = "SmoothNoOutlines"
  7720. part.BackSurface = "SmoothNoOutlines"
  7721. part.LeftSurface = "SmoothNoOutlines"
  7722. part.RightSurface = "SmoothNoOutlines"
  7723. end
  7724.  
  7725. local player = game.Players.LocalPlayer
  7726. repeat
  7727. wait()
  7728. until player.Character
  7729. local rs = game:GetService("RunService").RenderStepped
  7730. local char = player.Character
  7731. local HRP = char.HumanoidRootPart
  7732. local Head = char.Head
  7733. local tents = {}
  7734. getValue = function(p, x)
  7735.  
  7736. return p[2] + 0.5 * x * (p[3] - p[1] + x * (2 * p[1] - 5 * p[2] + 4 * p[3] - p[4] + x * (3 * (p[2] - p[3]) + p[4] - p[1])))
  7737. end
  7738.  
  7739. getV3Cubic = function(tabl, perc)
  7740.  
  7741. local x, y, z = {}, {}, {}
  7742. if perc >= 2 then
  7743. perc = perc % 1
  7744. for i = 3, 6 do
  7745. table.insert(x, tabl[i].x)
  7746. table.insert(y, tabl[i].y)
  7747. table.insert(z, tabl[i].z)
  7748. end
  7749. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  7750. return Vector3.new(X, Y, Z)
  7751. else
  7752. do
  7753. if perc >= 1 then
  7754. perc = perc % 1
  7755. for i = 2, 5 do
  7756. table.insert(x, tabl[i].x)
  7757. table.insert(y, tabl[i].y)
  7758. table.insert(z, tabl[i].z)
  7759. end
  7760. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  7761. return Vector3.new(X, Y, Z)
  7762. else
  7763. do
  7764. for i = 1, 4 do
  7765. table.insert(x, tabl[i].x)
  7766. table.insert(y, tabl[i].y)
  7767. table.insert(z, tabl[i].z)
  7768. end
  7769. do
  7770. local X, Y, Z = getValue(x, perc), getValue(y, perc), getValue(z, perc)
  7771. return Vector3.new(X, Y, Z)
  7772. end
  7773. end
  7774. end
  7775. end
  7776. end
  7777. end
  7778.  
  7779. local rainbow = {"Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red", "Really red"}
  7780. local rainbowCount = 1
  7781. local isRainbow = true
  7782. for i = 0, 4 do
  7783. local m = Instance.new("Model", char)
  7784. m.Name = "Tentac00l"
  7785. local parts = {}
  7786. local lastpart = Head
  7787. local defC0 = nil
  7788. rainbowCount = 1
  7789. for j = 0, 8 do
  7790. local sizex = 0.25 - 0.2 * (j / 8)
  7791. local sizey = 1.875 - 1.125 * (j / 8)
  7792. local p = Instance.new("Part")
  7793. p.Size = Vector3.new(0.2, 0.2, 0.2)
  7794. p.BrickColor = BrickColor.new("Gold")
  7795. p.TopSurface = 0
  7796. p.BottomSurface = 0
  7797. p.CanCollide = false
  7798. p.Material = "SmoothPlastic"
  7799. p.TopSurface = 0
  7800. p.BottomSurface = 0
  7801. local mesh = Instance.new("CylinderMesh", p)
  7802. mesh.Name = "CyMesh"
  7803. mesh.Scale = Vector3.new(sizex, sizey, sizex) * 5
  7804. p.Parent = m
  7805. local p2 = p:Clone()
  7806. p2.Parent = m
  7807. p2.CyMesh.Scale = p2.CyMesh.Scale + Vector3.new(0.075, 0.001, 0.075) * 5
  7808. p2.Material = "Neon"
  7809. if isRainbow then
  7810. p2.BrickColor = BrickColor.new(tostring(rainbow[rainbowCount]))
  7811. else
  7812. p2.BrickColor = BrickColor.new(j % 2 == 1 and "Toothpaste" or "Electric blue")
  7813. end
  7814. rainbowCount = rainbowCount + 1
  7815. p2.Transparency = 0.35
  7816. local w2 = Instance.new("Weld", p)
  7817. w2.Parent = p2
  7818. w2.Part0 = p
  7819. w2.Part1 = p2
  7820. local w = Instance.new("Weld", p)
  7821. w.Parent = p
  7822. w.Part0 = lastpart
  7823. w.Part1 = p
  7824. if i % 2 ~= 0 or not 96 then
  7825. do
  7826. w.C0 = CFrame.Angles(0, math.rad(-10 + 200 * i / 4), math.rad(-30 + (j or 70))) * CFrame.new(0, 0.6, 0)
  7827. w.C1 = CFrame.new(0, -0.125, 0)
  7828. defC0 = w.C0
  7829. w.C0 = CFrame.new(0, mesh.Scale.y / 10, 0)
  7830. w.C1 = CFrame.new(0, -sizey / 2, 0)
  7831. table.insert(parts, {p, w, p2})
  7832. lastpart = p
  7833. rs:wait()
  7834. -- DECOMPILER ERROR at PC262: LeaveBlock: unexpected jumping out IF_THEN_STMT
  7835.  
  7836. -- DECOMPILER ERROR at PC262: LeaveBlock: unexpected jumping out IF_STMT
  7837.  
  7838. end
  7839. end
  7840. end
  7841. local randoms = {Vector3.new(0, 0, 0), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100), Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100)}
  7842. table.insert(tents, {0, randoms, parts, defC0})
  7843. end
  7844. player.Chatted:connect(function(msg)
  7845.  
  7846. if string.sub(msg:lower(), 1, 4) == "col/" then
  7847. for i,v in pairs(tents) do
  7848. for j,o in pairs(v[3]) do
  7849. o[3].BrickColor = BrickColor.new(string.sub(msg, 5))
  7850. end
  7851. end
  7852. else
  7853. do
  7854. if string.sub(msg:lower(), 1, 7) == "/e col/" then
  7855. for i,v in pairs(tents) do
  7856. for j,o in pairs(v[3]) do
  7857. o[3].BrickColor = BrickColor.new(string.sub(msg, 8))
  7858. end
  7859. end
  7860. end
  7861. end
  7862. end
  7863. end
  7864. )
  7865. rs:connect(function()
  7866.  
  7867. for i,v in pairs(tents) do
  7868. v[1] = v[1] % 200 + 1
  7869. if v[1] == 1 then
  7870. v[2][1] = v[2][2]
  7871. v[2][2] = v[2][3]
  7872. v[2][3] = v[2][4]
  7873. v[2][4] = v[2][5]
  7874. v[2][5] = v[2][6]
  7875. v[2][6] = Vector3.new(math.random(-28, 28) / 100, math.random(-42, 42) / 100, math.random(-28, 28) / 100)
  7876. end
  7877. local p0 = v[2][1]
  7878. local p1 = v[2][2]
  7879. local p2 = v[2][3]
  7880. local p3 = v[2][4]
  7881. local p4 = v[2][5]
  7882. local p5 = v[2][6]
  7883. local arr = {p0, p1, p2, p3, p4, p5}
  7884. local dir = i % 2 == 0 and 1 or -1
  7885. for j,V in pairs(v[3]) do
  7886. local val = math.sin(math.pi / 2 * 2 * ((v[1] + 100 * j / #v[3] * dir) % 100 / 100))
  7887. local off = getV3Cubic(arr, (v[1] + 340 * (j / #v[3])) / 200)
  7888. V[3].Transparency = 0.12 + val * 0.65
  7889. if j == 1 then
  7890. V[2].C0 = v[4] * CFrame.Angles(off.x * 2, off.y * 2, off.z * 2)
  7891. else
  7892. V[2].C0 = CFrame.new(0, V[2].C0.y, 0) * CFrame.Angles(off.x * 2 * (1 + 0.75 * (j / #v[3])), off.y * 2 * (1 + 0.75 * (j / #v[3])), off.z * 2 * (1 + 0.75 * (j / #v[3])))
  7893. end
  7894. end
  7895. end
  7896. end
  7897. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement