00fjg

Untitled

Jul 6th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 370.76 KB | None | 0 0
  1. -- Gaster <3
  2. -- [Your Cancer Has Evolved Into... AIDS]
  3.  
  4. -- Gaster <3
  5. -- STAWP IT, THIS IS CANCERRR.
  6. holy = false
  7. print("DSSJ4 Loading..")
  8. local p = game.Players.LocalPlayer
  9. local char = p.Character
  10. local Character = char
  11. local mouse = p:GetMouse()
  12. local larm = char["Left Arm"]
  13. local rarm = char["Right Arm"]
  14. local lleg = char["Left Leg"]
  15. local rleg = char["Right Leg"]
  16. local hed = char.Head
  17. local torso = char.Torso
  18. local hum = char.Humanoid
  19. local cam = game.Workspace.CurrentCamera
  20. local root = char.HumanoidRootPart
  21. local deb = false
  22. local shot = 0
  23. local debris=game:service"Debris"
  24. local l = game:GetService("Lighting")
  25. local rs = game:GetService("RunService").RenderStepped
  26. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  27. local RbxUtility = LoadLibrary("RbxUtility")
  28. local Create = RbxUtility.Create
  29. local m = Create("Model"){
  30. Parent = Character,
  31. Name = "WeaponModel",
  32. }
  33. math.randomseed(os.time())
  34. for i,v in pairs(char:children()) do
  35. if v:IsA("Hat") then
  36. v:Destroy()
  37. end
  38. end
  39. for i,v in pairs (hed:GetChildren()) do
  40. if v:IsA("Sound") then
  41. v:Destroy()
  42. end
  43. end
  44. ----------------------------------------------------
  45. Debounces = {
  46. CanAttack = true;
  47. NoIdl = false;
  48. Slashing = false;
  49. Slashed = false;
  50. RPunch = false;
  51. RPunched = false;
  52. LPunch = false;
  53. LPunched = false;
  54. }
  55. local Touche = {char.Name, }
  56. ----------------------------------------------------
  57. hed.face.Texture = "rbxassetid://34668268"
  58. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  59. char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  60. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  61. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  62. ----------------------------------------------------
  63. ypcall(function()
  64. char.Shirt:Destroy()
  65. char.Pants:Destroy()
  66. shirt = Instance.new("Shirt", char)
  67. shirt.Name = "Shirt"
  68. pants = Instance.new("Pants", char)
  69. pants.Name = "Pants"
  70. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  71. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  72. end)
  73. ----------------------------------------------------
  74. ----------------------------------------------------
  75. function nwSnd(prnt,pch,vol,id)
  76. local s=Instance.new("Sound",prnt)
  77. s.Pitch=pch
  78. s.Volume=vol
  79. s.SoundId="rbxassetid://"..id
  80. s.PlayOnRemove=true
  81. return s
  82. end
  83. ----------------------------------------------------
  84. function newRay(start,face,range,wat)
  85. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  86. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  87. return rey,hit,pos
  88. end
  89. ----------------------------------------------------
  90. ----------------------------------------------------
  91. function Tween(a,b,c)
  92. return a+(b-a)*c
  93. end
  94. ----------------------------------------------------
  95. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans)
  96. local magz = (Part0 - Part1).magnitude
  97. local curpos = Part0
  98. local trz = {-Offset,Offset}
  99. for i=1,Times do
  100. local li = Instance.new("Part", char)
  101. li.Name = "Lightning"
  102. li.TopSurface =0
  103. li.Material = "Neon"
  104. li.BottomSurface = 0
  105. li.Anchored = true
  106. li.Locked = true
  107. li.Transparency = Trans or 0.4
  108. li.BrickColor = BrickColor.new(Color)
  109. li.formFactor = "Custom"
  110. li.CanCollide = false
  111. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  112. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  113. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  114. if Times == i then
  115. local magz2 = (curpos - Part1).magnitude
  116. li.Size = Vector3.new(Thickness,Thickness,magz2)
  117. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  118. else
  119. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  120. end
  121. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  122. game.Debris:AddItem(li,.1)
  123. end
  124. end
  125.  
  126. BodyParts = {} -- Parts to emit lightning effects from
  127. for _, v in pairs(char:GetChildren()) do
  128. if v:IsA("Part") then
  129. table.insert(BodyParts, v)
  130. end
  131. end
  132.  
  133. Bounding = {} -- Calculate the bounding boxes
  134. for _, v in pairs(BodyParts) do
  135. local temp = {X=nil, Y=nil, Z=nil}
  136. temp.X = v.Size.X/2 * 10
  137. temp.Y = v.Size.Y/2 * 10
  138. temp.Z = v.Size.Z/2 * 10
  139. Bounding[v.Name] = temp
  140. --table.insert(Bounding, v.Name, temp)
  141. end
  142.  
  143. ----------------------------------------------------
  144. function nwPrt(prnt,siz,cf,col)
  145. local prt=Instance.new("Part")
  146. prt.Parent=prnt
  147. prt.FormFactor=3
  148. prt.Name="Part"
  149. prt.Size=siz
  150. prt.CanCollide=false
  151. prt.Anchored=true
  152. prt.Locked=true
  153. prt.TopSurface=10
  154. prt.BottomSurface=10
  155. prt.FrontSurface=10
  156. prt.BackSurface=10
  157. prt.LeftSurface=10
  158. prt.RightSurface=10
  159. prt:BreakJoints()
  160. prt.CFrame=cf or CFrame.new(30,10,30)
  161. prt.Material="Neon"
  162. prt.BrickColor=BrickColor.new(col)
  163. m=Instance.new("SpecialMesh",prt)
  164. m.MeshType=6
  165. return prt
  166. end
  167. ---------------------------------------------------
  168. function lerp(a, b, t) -- Linear interpolation
  169. return a + (b - a)*t
  170. end
  171.  
  172. function slerp(a, b, t) --Spherical interpolation
  173. dot = a:Dot(b)
  174. if dot > 0.99999 or dot < -0.99999 then
  175. return t <= 0.5 and a or b
  176. else
  177. r = math.acos(dot)
  178. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  179. end
  180. end
  181.  
  182. function matrixInterpolate(a, b, t)
  183. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  184. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  185. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  186. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  187. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  188. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  189. local t = v1:Dot(v2)
  190. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  191. return CFrame.new()
  192. end
  193. return CFrame.new(
  194. v0.x, v0.y, v0.z,
  195. v1.x, v1.y, v1.z,
  196. v2.x, v2.y, v2.z,
  197. v3.x, v3.y, v3.z)
  198. end
  199. ----------------------------------------------------
  200. function genWeld(a,b)
  201. local w = Instance.new("Weld",a)
  202. w.Part0 = a
  203. w.Part1 = b
  204. return w
  205. end
  206. function weld(a, b)
  207. local weld = Instance.new("Weld")
  208. weld.Name = "W"
  209. weld.Part0 = a
  210. weld.Part1 = b
  211. weld.C0 = a.CFrame:inverse() * b.CFrame
  212. weld.Parent = a
  213. return weld;
  214. end
  215. ----------------------------------------------------
  216. function Lerp(c1,c2,al)
  217. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  218. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  219. for i,v in pairs(com1) do
  220. com1[i] = v+(com2[i]-v)*al
  221. end
  222. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  223. end
  224. ----------------------------------------------------
  225. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  226. local wld = Instance.new("Weld", wp1)
  227. wld.Part0 = wp0
  228. wld.Part1 = wp1
  229. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  230. end
  231. ----------------------------------------------------
  232. function weld5(part0, part1, c0, c1)
  233. weeld=Instance.new("Weld", part0)
  234. weeld.Part0=part0
  235. weeld.Part1=part1
  236. weeld.C0=c0
  237. weeld.C1=c1
  238. return weeld
  239. end
  240. ----------------------------------------------------
  241. function HasntTouched(plrname)
  242. local ret = true
  243. for _, v in pairs(Touche) do
  244. if v == plrname then
  245. ret = false
  246. end
  247. end
  248. return ret
  249. end
  250. ----------------------------------------------------
  251. newWeld(torso, larm, -1.5, 0.5, 0)
  252. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  253. newWeld(torso, rarm, 1.5, 0.5, 0)
  254. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  255. newWeld(torso, hed, 0, 1.5, 0)
  256. newWeld(torso, lleg, -0.5, -1, 0)
  257. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  258. newWeld(torso, rleg, 0.5, -1, 0)
  259. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  260. newWeld(root, torso, 0, -1, 0)
  261. torso.Weld.C1 = CFrame.new(0, -1, 0)
  262. ----------------------------------------------------
  263. z = Instance.new("Sound", char)
  264. 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
  265. z.Looped = true
  266. z.Pitch = 1
  267. z.Volume = 1
  268. wait(.1)
  269. z:Play()
  270. ----------------------------------------------------
  271. function NoOutline(Part)
  272. Part.TopSurface, Part.BottomSurface, Part.LeftSurface, Part.RightSurface, Part.FrontSurface, Part.BackSurface = 10, 10, 10, 10, 10, 10
  273. end
  274. function swait(num)
  275. if num == 0 or num == nil then
  276. game:service'RunService'.Heartbeat:wait(0)
  277. else
  278. for i = 0, num do
  279. game:service'RunService'.Heartbeat:wait(0)
  280. end
  281. end
  282. end
  283.  
  284. function nooutline(part)
  285. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  286. end
  287.  
  288. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  289. local fp = Create("Part"){
  290. formFactor = formfactor,
  291. Parent = parent,
  292. Reflectance = reflectance,
  293. Transparency = transparency,
  294. CanCollide = false,
  295. Locked = true,
  296. BrickColor = BrickColor.new(tostring(brickcolor)),
  297. Name = name,
  298. Size = size,
  299. Position = Character.Torso.Position,
  300. Material = material,
  301. }
  302. nooutline(fp)
  303. return fp
  304. end
  305.  
  306. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  307. local Msh = Create(Mesh){
  308. Parent = part,
  309. Offset = offset,
  310. Scale = scale,
  311. }
  312. if Mesh == "SpecialMesh" then
  313. Msh.MeshType = meshtype
  314. Msh.MeshId = meshid
  315. end
  316. return Msh
  317. end
  318.  
  319.  
  320. function so(id, par, vol, pit)
  321. coroutine.resume(coroutine.create(function()
  322. local sou = Instance.new("Sound", par or workspace)
  323. sou.Volume = vol
  324. sou.Pitch = pit or 1
  325. sou.SoundId = Sounds[id].Id or id
  326. swait()
  327. sou:play()
  328. swait(6)
  329. sou:Remove()
  330. end))
  331. end
  332.  
  333. function weld(parent, part0, part1, c0, c1)
  334. local Weld = Create("Weld"){
  335. Parent = parent,
  336. Part0 = part0,
  337. Part1 = part1,
  338. C0 = c0,
  339. C1 = c1,
  340. }
  341. return Weld
  342. end
  343. ----------------------------------------------------
  344. local m = Instance.new("Model")
  345. m.Name = "Wings"
  346. p1 = Instance.new("Part", m)
  347. p1.Name = "Part1"
  348. p1.BrickColor = BrickColor.new("Really black")
  349. p1.Material = "Fabric"
  350. p1.CFrame = CFrame.new(2.23064709, 5.42307234, -12.1674881, -0.707106709, 0.707106888, -
  351. 2.23517389e-007, -0.499999762, -0.499999851, -0.707106233, -0.499999374, -0.499999732,
  352. 0.707105637)
  353. p1.CanCollide = false
  354. p1.FormFactor = Enum.FormFactor.Symmetric
  355. p1.Elasticity = 0
  356. p1.Size = Vector3.new(1, 4, 1)
  357. p1.BottomSurface = Enum.SurfaceType.Smooth
  358. p1.TopSurface = Enum.SurfaceType.Smooth
  359. b1 = Instance.new("BlockMesh", p1)
  360. b1.Name = "Mesh"
  361. b1.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  362. p2 = Instance.new("Part", m)
  363. p2.Name = "Part2"
  364. p2.BrickColor = BrickColor.new("Really black")
  365. p2.Material = "Fabric"
  366. p2.CFrame = CFrame.new(3.99841213, 4.17309284, -13.4174824, 0.707106709, 2.23517418e-007, -
  367. 0.707106829, 0.49999994, 0.707106292, 0.499999851, 0.499999553, -0.707105696, 0.499999791)
  368. p2.CanCollide = false
  369. p2.FormFactor = Enum.FormFactor.Symmetric
  370. p2.Elasticity = 0
  371. p2.Size = Vector3.new(1, 1, 1)
  372. p2.BottomSurface = Enum.SurfaceType.Smooth
  373. p2.TopSurface = Enum.SurfaceType.Smooth
  374. b2 = Instance.new("SpecialMesh", p2)
  375. b2.MeshType = Enum.MeshType.Wedge
  376. b2.Name = "Mesh"
  377. b2.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  378. p3 = Instance.new("Part", m)
  379. p3.Name = "Part3"
  380. p3.BrickColor = BrickColor.new("Really black")
  381. p3.Material = "Fabric"
  382. p3.CFrame = CFrame.new(2.20711732, 3.78849339, -12.3740644, 0.959171534, 0.28168276,
  383. 0.0253876615, -0.282448769, 0.958654881, 0.0346818939, -0.0145691708, -0.0404358432,
  384. 0.999074996)
  385. p3.CanCollide = false
  386. p3.FormFactor = Enum.FormFactor.Symmetric
  387. p3.Elasticity = 0
  388. p3.Size = Vector3.new(1, 3, 1)
  389. p3.BottomSurface = Enum.SurfaceType.Smooth
  390. p3.TopSurface = Enum.SurfaceType.Smooth
  391. b3 = Instance.new("BlockMesh", p3)
  392. b3.Name = "Mesh"
  393. b3.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  394. p4 = Instance.new("Part", m)
  395. p4.Name = "Part4"
  396. p4.BrickColor = BrickColor.new("Royal purple")
  397. p4.Material = "Fabric"
  398. p4.CFrame = CFrame.new(1.26502275, 5.19090509, -11.4009991, 0.988936007, -0.146727905,
  399. 0.0218264833, 0.14821738, 0.983390749, -0.104755871, -0.00609340565, 0.106832691, 0.994257689)
  400. p4.CanCollide = false
  401. p4.FormFactor = Enum.FormFactor.Symmetric
  402. p4.Elasticity = 0
  403. p4.Size = Vector3.new(1, 2, 1)
  404. p4.BottomSurface = Enum.SurfaceType.Smooth
  405. p4.TopSurface = Enum.SurfaceType.Smooth
  406. b4 = Instance.new("BlockMesh", p4)
  407. b4.Name = "Mesh"
  408. b4.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  409. p5 = Instance.new("Part", m)
  410. p5.Name = "Part5"
  411. p5.BrickColor = BrickColor.new("Really black")
  412. p5.Material = "Fabric"
  413. p5.CFrame = CFrame.new(-4.44179106, 5.13394976, -11.382658, 0.9583143, 0.284877658,
  414. 0.0218711179, -0.281183124, 0.953924894, -0.104703665, -0.0506914668, 0.0941898227,
  415. 0.994262278)
  416. p5.CanCollide = false
  417. p5.FormFactor = Enum.FormFactor.Symmetric
  418. p5.Elasticity = 0
  419. p5.Size = Vector3.new(1, 3, 1)
  420. p5.BottomSurface = Enum.SurfaceType.Smooth
  421. p5.TopSurface = Enum.SurfaceType.Smooth
  422. b5 = Instance.new("BlockMesh", p5)
  423. b5.Name = "Mesh"
  424. b5.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  425. p6 = Instance.new("Part", m)
  426. p6.Name = "Part6"
  427. p6.BrickColor = BrickColor.new("Royal purple")
  428. p6.Material = "Fabric"
  429. p6.CFrame = CFrame.new(-3.25746775, 4.10252142, -11.1188278, 0.990586162, 0.136166841,
  430. 0.0140535301, -0.122137889, 0.925523639, -0.358451784, -0.0618163571, 0.353361398,
  431. 0.933441639)
  432. p6.CanCollide = false
  433. p6.FormFactor = Enum.FormFactor.Symmetric
  434. p6.Elasticity = 0
  435. p6.Size = Vector3.new(1, 3, 1)
  436. p6.BottomSurface = Enum.SurfaceType.Smooth
  437. p6.TopSurface = Enum.SurfaceType.Smooth
  438. b6 = Instance.new("BlockMesh", p6)
  439. b6.Name = "Mesh"
  440. b6.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  441. p7 = Instance.new("Part", m)
  442. p7.Name = "Part7"
  443. p7.BrickColor = BrickColor.new("Royal purple")
  444. p7.Material = "Fabric"
  445. p7.CFrame = CFrame.new(-5.3205142, 5.61000919, -11.9814529, -0.656058729, -0.754709721, -
  446. 5.77419996e-008, 0.533660352, -0.463903487, -0.707106411, 0.533660412, -0.463903487,
  447. 0.707106233)
  448. p7.CanCollide = false
  449. p7.FormFactor = Enum.FormFactor.Symmetric
  450. p7.Elasticity = 0
  451. p7.Size = Vector3.new(1, 4, 1)
  452. p7.BottomSurface = Enum.SurfaceType.Smooth
  453. p7.TopSurface = Enum.SurfaceType.Smooth
  454. b7 = Instance.new("BlockMesh", p7)
  455. b7.Name = "Mesh"
  456. b7.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  457. p8 = Instance.new("Part", m)
  458. p8.Name = "Part8"
  459. p8.BrickColor = BrickColor.new("Royal purple")
  460. p8.Material = "Fabric"
  461. p8.CFrame = CFrame.new(-0.130102158, 4.73467064, -10.7141094, 0.874170661, 0.484677076,
  462. 0.0302294046, -0.475244969, 0.841039479, 0.258445919, 0.0998384058, -0.240292028, 0.96555239)
  463. p8.CanCollide = false
  464. p8.FormFactor = Enum.FormFactor.Symmetric
  465. p8.Elasticity = 0
  466. p8.Size = Vector3.new(1, 4, 1)
  467. p8.BottomSurface = Enum.SurfaceType.Smooth
  468. p8.TopSurface = Enum.SurfaceType.Smooth
  469. b8 = Instance.new("BlockMesh", p8)
  470. b8.Name = "Mesh"
  471. b8.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  472. p9 = Instance.new("Part", m)
  473. p9.Name = "Part9"
  474. p9.BrickColor = BrickColor.new("Really black")
  475. p9.Material = "Fabric"
  476. p9.CFrame = CFrame.new(-2.9284029, 4.80385351, -10.6452761, 0.890645742, -0.453692019,
  477. 0.0302294642, 0.431499481, 0.864299536, 0.258445889, -0.143382162, -0.217139587, 0.965552568)
  478. p9.CanCollide = false
  479. p9.FormFactor = Enum.FormFactor.Symmetric
  480. p9.Elasticity = 0
  481. p9.Size = Vector3.new(1, 4, 1)
  482. p9.BottomSurface = Enum.SurfaceType.Smooth
  483. p9.TopSurface = Enum.SurfaceType.Smooth
  484. b9 = Instance.new("BlockMesh", p9)
  485. b9.Name = "Mesh"
  486. b9.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  487. p10 = Instance.new("Part", m)
  488. p10.Name = "Part10"
  489. p10.BrickColor = BrickColor.new("Really black")
  490. p10.Material = "Fabric"
  491. p10.CFrame = CFrame.new(0.461318254, 4.42153645, -10.9603891, 0.993439734, -0.112256877,
  492. 0.0218180809, 0.113935865, 0.987964332, -0.104616776, -0.00981165841, 0.106416553,
  493. 0.994273067)
  494. p10.CanCollide = false
  495. p10.FormFactor = Enum.FormFactor.Symmetric
  496. p10.Elasticity = 0
  497. p10.Size = Vector3.new(1, 2, 1)
  498. p10.BottomSurface = Enum.SurfaceType.Smooth
  499. p10.TopSurface = Enum.SurfaceType.Smooth
  500. b10 = Instance.new("BlockMesh", p10)
  501. b10.Name = "Mesh"
  502. b10.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  503. p11 = Instance.new("Part", m)
  504. p11.Name = "Part11"
  505. p11.BrickColor = BrickColor.new("Really black")
  506. p11.Material = "Fabric"
  507. p11.CFrame = CFrame.new(-5.58509636, 4.39552546, -12.2391958, 0.973001778, -0.230067,
  508. 0.0183526818, 0.229346812, 0.972725153, 0.034717977, -0.0258396715, -0.0295712873,
  509. 0.999228418)
  510. p11.CanCollide = false
  511. p11.FormFactor = Enum.FormFactor.Symmetric
  512. p11.Elasticity = 0
  513. p11.Size = Vector3.new(1, 2, 1)
  514. p11.BottomSurface = Enum.SurfaceType.Smooth
  515. p11.TopSurface = Enum.SurfaceType.Smooth
  516. b11 = Instance.new("BlockMesh", p11)
  517. b11.Name = "Mesh"
  518. b11.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  519. p12 = Instance.new("Part", m)
  520. p12.Name = "Part12"
  521. p12.BrickColor = BrickColor.new("Really black")
  522. p12.Material = "Fabric"
  523. p12.CFrame = CFrame.new(-7.20725632, 4.45023441, -13.1411486, 0.656056762, 3.7997961e-007,
  524. 0.75470835, -0.53365773, 0.707103908, 0.463900089, -0.533659458, -0.707104445, 0.463902116)
  525. p12.CanCollide = false
  526. p12.FormFactor = Enum.FormFactor.Symmetric
  527. p12.Elasticity = 0
  528. p12.Size = Vector3.new(1, 1, 1)
  529. p12.BottomSurface = Enum.SurfaceType.Smooth
  530. p12.TopSurface = Enum.SurfaceType.Smooth
  531. b12 = Instance.new("SpecialMesh", p12)
  532. b12.MeshType = Enum.MeshType.Wedge
  533. b12.Name = "Mesh"
  534. b12.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  535. p13 = Instance.new("Part", m)
  536. p13.Name = "Part13"
  537. p13.BrickColor = BrickColor.new("Really black")
  538. p13.Material = "Fabric"
  539. p13.CFrame = CFrame.new(-1.16246319, 3.02499151, -10.4305, 0.685088575, 0.728258491,
  540. 0.0168257058, -0.696930826, 0.661988258, -0.27575165, -0.211958379, 0.177188307, 0.961075842)
  541. p13.CanCollide = false
  542. p13.FormFactor = Enum.FormFactor.Symmetric
  543. p13.Elasticity = 0
  544. p13.Size = Vector3.new(1, 1, 1)
  545. p13.BottomSurface = Enum.SurfaceType.Smooth
  546. p13.TopSurface = Enum.SurfaceType.Smooth
  547. b13 = Instance.new("BlockMesh", p13)
  548. b13.Name = "Mesh"
  549. b13.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  550. p14 = Instance.new("Part", m)
  551. p14.Name = "Part14"
  552. p14.BrickColor = BrickColor.new("Really black")
  553. p14.Material = "Fabric"
  554. p14.CFrame = CFrame.new(-1.06862891, 2.92015743, -10.4324627, 0.959295571, 0.281205207,
  555. 0.0257938076, -0.282206476, 0.95792222, 0.052197963, -0.0100304484, -0.0573545098,
  556. 0.998297691)
  557. p14.CanCollide = false
  558. p14.FormFactor = Enum.FormFactor.Symmetric
  559. p14.Elasticity = 0
  560. p14.Size = Vector3.new(1, 2, 1)
  561. p14.BottomSurface = Enum.SurfaceType.Smooth
  562. p14.TopSurface = Enum.SurfaceType.Smooth
  563. b14 = Instance.new("BlockMesh", p14)
  564. b14.Name = "Mesh"
  565. b14.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  566. p15 = Instance.new("Part", m)
  567. p15.Name = "Part15"
  568. p15.BrickColor = BrickColor.new("Really black")
  569. p15.Material = "Fabric"
  570. p15.CFrame = CFrame.new(-1.25248194, 3.46670246, -10.3202372, -0.768480301, 0.609402537,
  571. 0.195080221, -0.634339094, -0.765544653, -0.107403584, 0.0838928521, -0.206285655,
  572. 0.974882662)
  573. p15.CanCollide = false
  574. p15.FormFactor = Enum.FormFactor.Symmetric
  575. p15.Elasticity = 0
  576. p15.Size = Vector3.new(1, 1, 1)
  577. p15.BottomSurface = Enum.SurfaceType.Smooth
  578. p15.TopSurface = Enum.SurfaceType.Smooth
  579. b15 = Instance.new("BlockMesh", p15)
  580. b15.Name = "Mesh"
  581. b15.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  582. p16 = Instance.new("Part", m)
  583. p16.Name = "Part16"
  584. p16.BrickColor = BrickColor.new("Really black")
  585. p16.Material = "Fabric"
  586. p16.CFrame = CFrame.new(-1.96196043, 3.04476213, -10.4108219, 0.72825861, -0.685088336,
  587. 0.0168255717, 0.661988497, 0.696930647, -0.275751829, 0.177188098, 0.211958155, 0.961075366)
  588. p16.CanCollide = false
  589. p16.FormFactor = Enum.FormFactor.Symmetric
  590. p16.Elasticity = 0
  591. p16.Size = Vector3.new(1, 1, 1)
  592. p16.BottomSurface = Enum.SurfaceType.Smooth
  593. p16.TopSurface = Enum.SurfaceType.Smooth
  594. b16 = Instance.new("BlockMesh", p16)
  595. b16.Name = "Mesh"
  596. b16.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  597. p17 = Instance.new("Part", m)
  598. p17.Name = "Part17"
  599. p17.BrickColor = BrickColor.new("Really black")
  600. p17.Material = "Fabric"
  601. p17.CFrame = CFrame.new(-1.85207272, 3.48152924, -10.3054819, -0.739407778, -0.655866385, -
  602. 0.152003229, 0.671618342, -0.73426342, -0.0988226384, -0.0467970669, -0.175158352,
  603. 0.983420968)
  604. p17.CanCollide = false
  605. p17.FormFactor = Enum.FormFactor.Symmetric
  606. p17.Elasticity = 0
  607. p17.Size = Vector3.new(1, 1, 1)
  608. p17.BottomSurface = Enum.SurfaceType.Smooth
  609. p17.TopSurface = Enum.SurfaceType.Smooth
  610. b17 = Instance.new("BlockMesh", p17)
  611. b17.Name = "Mesh"
  612. b17.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  613. p18 = Instance.new("Part", m)
  614. p18.Name = "Part18"
  615. p18.BrickColor = BrickColor.new("Really black")
  616. p18.Material = "Fabric"
  617. p18.CFrame = CFrame.new(-2.06802177, 2.94484425, -10.4080706, 0.971376956, -0.236116573,
  618. 0.02579391, 0.234563246, 0.970688105, 0.0521978363, -0.0373639017, -0.0446553342, 0.998296857)
  619. p18.CanCollide = false
  620. p18.FormFactor = Enum.FormFactor.Symmetric
  621. p18.Elasticity = 0
  622. p18.Size = Vector3.new(1, 2, 1)
  623. p18.BottomSurface = Enum.SurfaceType.Smooth
  624. p18.TopSurface = Enum.SurfaceType.Smooth
  625. b18 = Instance.new("BlockMesh", p18)
  626. b18.Name = "Mesh"
  627. b18.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  628. p19 = Instance.new("Part", m)
  629. p19.Name = "Part19"
  630. p19.BrickColor = BrickColor.new("Really black")
  631. p19.Material = "Fabric"
  632. p19.CFrame = CFrame.new(3.49998665, 3.79997182, -12.6999207, 0.965920806, -0.258817494, -
  633. 2.4959445e-007, 0.249997482, 0.933003485, 0.258815616, -0.0669874251, -0.249999031,
  634. 0.965919077)
  635. p19.CanCollide = false
  636. p19.FormFactor = Enum.FormFactor.Symmetric
  637. p19.Elasticity = 0
  638. p19.Size = Vector3.new(1, 2, 1)
  639. p19.BottomSurface = Enum.SurfaceType.Smooth
  640. p19.TopSurface = Enum.SurfaceType.Smooth
  641. b19 = Instance.new("BlockMesh", p19)
  642. b19.Name = "Mesh"
  643. b19.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  644. p20 = Instance.new("Part", m)
  645. p20.Name = "Part20"
  646. p20.BrickColor = BrickColor.new("Really black")
  647. p20.Material = "Fabric"
  648. p20.CFrame = CFrame.new(-6.79995918, 3.78997159, -12.7999163, 0.965920687, 0.258817792, -
  649. 3.04258691e-007, -0.256297678, 0.95651561, -0.139172524, -0.036020536, 0.134429038,
  650. 0.990261436)
  651. p20.CanCollide = false
  652. p20.FormFactor = Enum.FormFactor.Symmetric
  653. p20.Elasticity = 0
  654. p20.Size = Vector3.new(1, 3, 1)
  655. p20.BottomSurface = Enum.SurfaceType.Smooth
  656. p20.TopSurface = Enum.SurfaceType.Smooth
  657. b20 = Instance.new("BlockMesh", p20)
  658. b20.Name = "Mesh"
  659. b20.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  660. w1 = Instance.new("Weld", p1)
  661. w1.Part0 = p1
  662. w1.C0 = CFrame.new(-1.79490757, -4.94951439, 12.4384165, -0.707106769, -0.499999911, -
  663. 0.49999994, 0.707106709, -0.49999997, -0.49999994, 0, -0.707106769, 0.707106709)
  664. w1.Part1 = p2
  665. w1.C1 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  666. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  667. w2 = Instance.new("Weld", p2)
  668. w2.Part0 = p2
  669. w2.C0 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  670. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  671. w2.Part1 = p3
  672. w2.C1 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  673. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  674. w3 = Instance.new("Weld", p3)
  675. w3.Part0 = p3
  676. w3.C0 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  677. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  678. w3.Part1 = p4
  679. w3.C1 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  680. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  681. w4 = Instance.new("Weld", p4)
  682. w4.Part0 = p4
  683. w4.C0 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  684. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  685. w4.Part1 = p5
  686. w4.C1 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  687. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  688. w5 = Instance.new("Weld", p5)
  689. w5.Part0 = p5
  690. w5.C0 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  691. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  692. w5.Part1 = p6
  693. w5.C1 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  694. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  695. w6 = Instance.new("Weld", p6)
  696. w6.Part0 = p6
  697. w6.C0 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  698. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  699. w6.Part1 = p7
  700. w6.C1 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  701. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  702. w7 = Instance.new("Weld", p7)
  703. w7.Part0 = p7
  704. w7.C0 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  705. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  706. w7.Part1 = p8
  707. w7.C1 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  708. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  709. w8 = Instance.new("Weld", p8)
  710. w8.Part0 = p8
  711. w8.C0 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  712. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  713. w8.Part1 = p9
  714. w8.C1 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  715. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  716. w9 = Instance.new("Weld", p9)
  717. w9.Part0 = p9
  718. w9.C0 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  719. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  720. w9.Part1 = p10
  721. w9.C1 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  722. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  723. 0.994273245)
  724. w10 = Instance.new("Weld", p10)
  725. w10.Part0 = p10
  726. w10.C0 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  727. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  728. 0.994273245)
  729. w10.Part1 = p11
  730. w10.C1 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  731. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  732. w11 = Instance.new("Weld", p11)
  733. w11.Part0 = p11
  734. w11.C0 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  735. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  736. w11.Part1 = p12
  737. w11.C1 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  738. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  739. w12 = Instance.new("Weld", p12)
  740. w12.Part0 = p12
  741. w12.C0 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  742. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  743. w12.Part1 = p13
  744. w12.C1 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  745. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  746. w13 = Instance.new("Weld", p13)
  747. w13.Part0 = p13
  748. w13.C0 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  749. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  750. w13.Part1 = p14
  751. w13.C1 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  752. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  753. 0.998303413)
  754. w14 = Instance.new("Weld", p14)
  755. w14.Part0 = p14
  756. w14.C0 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  757. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  758. 0.998303413)
  759. w14.Part1 = p15
  760. w14.C1 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  761. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  762. w15 = Instance.new("Weld", p15)
  763. w15.Part0 = p15
  764. w15.C0 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  765. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  766. w15.Part1 = p16
  767. w15.C1 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  768. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  769. w16 = Instance.new("Weld", p16)
  770. w16.Part0 = p16
  771. w16.C0 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  772. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  773. w16.Part1 = p17
  774. w16.C1 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  775. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  776. 0.983426988)
  777. w17 = Instance.new("Weld", p17)
  778. w17.Part0 = p17
  779. w17.C0 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  780. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  781. 0.983426988)
  782. w17.Part1 = p18
  783. w17.C1 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  784. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  785. 0.998303413)
  786. w18 = Instance.new("Weld", p18)
  787. w18.Part0 = p18
  788. w18.C0 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  789. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  790. 0.998303413)
  791. w18.Part1 = p19
  792. w18.C1 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  793. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  794. w19 = Instance.new("Weld", p19)
  795. w19.Part0 = p19
  796. w19.C0 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  797. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  798. w19.Part1 = p20
  799. w19.C1 = CFrame.new(7.07860947, -0.14454639, 13.2028942, 0.965925813, -0.256300241, -
  800. 0.0360206552, 0.258819044, 0.956525445, 0.1344309, 3.7252903e-009, -0.139173105, 0.990268052)
  801. m.Parent = char
  802. m:MakeJoints()
  803. ----------------------------------------------------
  804. local cor = Instance.new("Part", char.Wings)
  805. cor.Name = "Thingy"
  806. cor.BottomSurface = 0
  807. cor.CanCollide = false
  808. cor.Size = Vector3.new(1, 6, 1)
  809. cor.Transparency = 1
  810. cor.TopSurface = 0
  811. corw = Instance.new("Weld", cor)
  812. corw.Part0 = torso
  813. corw.Part1 = cor
  814. corw.C0 = CFrame.new(-1.55, 3.4, .6) * CFrame.Angles(math.rad(145), math.rad(0), math.rad(48))
  815. corw.C1 = CFrame.new(0, 0, 0)
  816. weld1 = Instance.new("Weld", char.Wings)
  817. weld1.Part0 = cor
  818. weld1.Part1 = p1
  819. weld1.C0 = CFrame.new(0, 3, -1)
  820. HandleA = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "HandleA", Vector3.new(1.01999998, 0.410000026, 1.01999998))
  821. 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))
  822. FConnectorA1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA1", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  823. 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))
  824. FConnectorA2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA2", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  825. 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))
  826. FConnectorA3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA3", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  827. 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))
  828. FConnectorA4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA4", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  829. 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))
  830. FConnectorA5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA5", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  831. 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))
  832. HitboxA = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Royal purple", "HitboxA", Vector3.new(1.22000003, 1.00999999, 1.01999998))
  833. 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))
  834. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  835. 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))
  836. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  837. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  838. 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))
  839. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  840. 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))
  841. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  842. 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))
  843. 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))
  844. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  845. 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))
  846. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  847. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.620000005, 0.200000003, 0.819999993))
  848. 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))
  849. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  850. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  851. 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))
  852. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  853. 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))
  854. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  855. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  856. 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))
  857. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  858. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  859. 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))
  860. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  861. 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))
  862. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  863. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  864. 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))
  865. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  866. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.620000005))
  867. 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))
  868. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  869. 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))
  870. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  871. 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))
  872. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  873. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  874. 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))
  875. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 1))
  876. 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))
  877. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  878. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  879. 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))
  880. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  881. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  882. 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))
  883. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.610000014, 1.01999998))
  884. 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))
  885. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  886. 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))
  887. 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))
  888. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 0.819999993))
  889. 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))
  890. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  891. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  892. 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))
  893. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  894. 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))
  895. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  896. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  897. 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))
  898. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  899. 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))
  900. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  901. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  902. 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))
  903. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  904. 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))
  905. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.99999994, 1.01999998))
  906. 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))
  907. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 1.01999998))
  908. 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))
  909. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  910. 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))
  911. 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))
  912. FHandleA1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA1", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  913. 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))
  914. FHandleA2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA2", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  915. 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))
  916. FHandleA3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA3", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  917. 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))
  918. FHandleA4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA4", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  919. 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))
  920. FHandleA5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA5", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  921. 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))
  922.  
  923. HandleB = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "HandleB", Vector3.new(1.01999998, 0.410000026, 1.01999998))
  924. 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))
  925. FConnectorB1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB1", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  926. 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))
  927. FConnectorB2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB2", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  928. 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))
  929. FConnectorB3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB3", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  930. 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))
  931. FConnectorB4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB4", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  932. 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))
  933. FConnectorB5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB5", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  934. 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))
  935. HitboxB = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Royal purple", "HitboxB", Vector3.new(1.22000003, 1.00999999, 1.01999998))
  936. 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))
  937. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  938. 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))
  939. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 1.01999998))
  940. 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))
  941. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.620000005))
  942. 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))
  943. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  944. 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))
  945. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  946. 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))
  947. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 0.819999993))
  948. 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))
  949. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  950. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.620000005, 0.200000003, 0.819999993))
  951. 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))
  952. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  953. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 1))
  954. 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))
  955. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  956. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  957. 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))
  958. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  959. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  960. 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))
  961. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  962. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  963. 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))
  964. 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))
  965. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  966. 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))
  967. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  968. 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))
  969. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  970. 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))
  971. 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))
  972. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  973. 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))
  974. 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))
  975. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  976. 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))
  977. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  978. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  979. 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))
  980. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  981. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  982. 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))
  983. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  984. 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))
  985. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  986. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  987. 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))
  988. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  989. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  990. 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))
  991. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  992. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  993. 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))
  994. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  995. 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))
  996. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  997. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  998. 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))
  999. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1000. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1001. 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))
  1002. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1003. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1004. 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))
  1005. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.99999994, 1.01999998))
  1006. 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))
  1007. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1008. 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))
  1009. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.610000014, 1.01999998))
  1010. 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))
  1011. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1012. 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))
  1013. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1014. 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))
  1015. FHandleB1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB1", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1016. 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))
  1017. FHandleB2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB2", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1018. 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))
  1019. FHandleB3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB3", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1020. 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))
  1021. FHandleB4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB4", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1022. 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))
  1023. FHandleB5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB5", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1024. 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))
  1025. ----------------------------------------------------
  1026. local m = Instance.new("Model")
  1027. m.Name = "Hair"
  1028. p1 = Instance.new("Part", m)
  1029. p1.BrickColor = BrickColor.new("Really black")
  1030. p1.FormFactor = Enum.FormFactor.Symmetric
  1031. p1.Size = Vector3.new(1, 1, 1)
  1032. 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)
  1033. p1.CanCollide = false
  1034. p1.Locked = true
  1035. p1.BottomSurface = Enum.SurfaceType.Smooth
  1036. p1.TopSurface = Enum.SurfaceType.Smooth
  1037. b1 = Instance.new("SpecialMesh", p1)
  1038. b1.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1039. b1.TextureId = ""
  1040. b1.MeshType = Enum.MeshType.FileMesh
  1041. b1.Name = "Mesh"
  1042. b1.VertexColor = Vector3.new(0, 0, 0)
  1043. b1.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1044. p2 = Instance.new("Part", m)
  1045. p2.BrickColor = BrickColor.new("Pastel brown")
  1046. p2.Transparency = 1
  1047. p2.Name = "Head"
  1048. p2.FormFactor = Enum.FormFactor.Symmetric
  1049. p2.Size = Vector3.new(2, 1, 1)
  1050. 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)
  1051. p2.CanCollide = false
  1052. p2.Locked = true
  1053. p2.TopSurface = Enum.SurfaceType.Smooth
  1054. b2 = Instance.new("SpecialMesh", p2)
  1055. b2.MeshType = Enum.MeshType.Head
  1056. b2.Name = "Mesh"
  1057. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  1058. p3 = Instance.new("Part", m)
  1059. p3.BrickColor = BrickColor.new("Really black")
  1060. p3.FormFactor = Enum.FormFactor.Symmetric
  1061. p3.Size = Vector3.new(2, 2, 2)
  1062. 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)
  1063. p3.CanCollide = false
  1064. p3.Locked = true
  1065. p3.BottomSurface = Enum.SurfaceType.Smooth
  1066. p3.TopSurface = Enum.SurfaceType.Smooth
  1067. b3 = Instance.new("SpecialMesh", p3)
  1068. b3.MeshId = "http://www.roblox.com/asset/?id=16627529"
  1069. b3.TextureId = ""
  1070. b3.MeshType = Enum.MeshType.FileMesh
  1071. b3.Name = "Mesh"
  1072. b3.VertexColor = Vector3.new(0, 0, 0)
  1073. b3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  1074. p4 = Instance.new("Part", m)
  1075. p4.BrickColor = BrickColor.new("Really black")
  1076. p4.FormFactor = Enum.FormFactor.Symmetric
  1077. p4.Size = Vector3.new(1, 1, 1)
  1078. 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)
  1079. p4.CanCollide = false
  1080. p4.Locked = true
  1081. p4.BottomSurface = Enum.SurfaceType.Smooth
  1082. p4.TopSurface = Enum.SurfaceType.Smooth
  1083. b4 = Instance.new("SpecialMesh", p4)
  1084. b4.MeshId = "http://www.roblox.com/asset/?id=19326912"
  1085. b4.TextureId = ""
  1086. b4.MeshType = Enum.MeshType.FileMesh
  1087. b4.Name = "Mesh"
  1088. b4.VertexColor = Vector3.new(0, 0, 0)
  1089. p5 = Instance.new("Part", m)
  1090. p5.BrickColor = BrickColor.new("Really black")
  1091. p5.FormFactor = Enum.FormFactor.Symmetric
  1092. p5.Size = Vector3.new(1, 1, 1)
  1093. 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)
  1094. p5.CanCollide = false
  1095. p5.Locked = true
  1096. p5.BottomSurface = Enum.SurfaceType.Smooth
  1097. p5.TopSurface = Enum.SurfaceType.Smooth
  1098. b5 = Instance.new("SpecialMesh", p5)
  1099. b5.MeshId = "http://www.roblox.com/asset/?id=45916884"
  1100. b5.TextureId = ""
  1101. b5.MeshType = Enum.MeshType.FileMesh
  1102. b5.Name = "Mesh"
  1103. b5.VertexColor = Vector3.new(0, 0, 0)
  1104. b5.Scale = Vector3.new(1, 0.899999976, 1)
  1105. p6 = Instance.new("Part", m)
  1106. p6.BrickColor = BrickColor.new("Really black")
  1107. p6.FormFactor = Enum.FormFactor.Symmetric
  1108. p6.Size = Vector3.new(1, 1, 1)
  1109. 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)
  1110. p6.CanCollide = false
  1111. p6.Locked = true
  1112. p6.BottomSurface = Enum.SurfaceType.Smooth
  1113. p6.TopSurface = Enum.SurfaceType.Smooth
  1114. b6 = Instance.new("SpecialMesh", p6)
  1115. b6.MeshId = "http://www.roblox.com/asset/?id=62246019"
  1116. b6.TextureId = ""
  1117. b6.MeshType = Enum.MeshType.FileMesh
  1118. b6.Name = "Mesh"
  1119. b6.VertexColor = Vector3.new(0, 0, 0)
  1120. p7 = Instance.new("Part", m)
  1121. p7.BrickColor = BrickColor.new("Really black")
  1122. p7.FormFactor = Enum.FormFactor.Symmetric
  1123. p7.Size = Vector3.new(1, 1, 1)
  1124. 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)
  1125. p7.CanCollide = false
  1126. p7.Locked = true
  1127. p7.BottomSurface = Enum.SurfaceType.Smooth
  1128. p7.TopSurface = Enum.SurfaceType.Smooth
  1129. b7 = Instance.new("SpecialMesh", p7)
  1130. b7.MeshId = "http://www.roblox.com/asset/?id=76056263"
  1131. b7.TextureId = ""
  1132. b7.MeshType = Enum.MeshType.FileMesh
  1133. b7.Name = "Mesh"
  1134. b7.VertexColor = Vector3.new(0, 0, 0)
  1135. p8 = Instance.new("Part", m)
  1136. p8.BrickColor = BrickColor.new("Really black")
  1137. p8.FormFactor = Enum.FormFactor.Symmetric
  1138. p8.Size = Vector3.new(1, 1, 1)
  1139. 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)
  1140. p8.CanCollide = false
  1141. p8.Locked = true
  1142. p8.BottomSurface = Enum.SurfaceType.Smooth
  1143. p8.TopSurface = Enum.SurfaceType.Smooth
  1144. b8 = Instance.new("SpecialMesh", p8)
  1145. b8.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1146. b8.TextureId = ""
  1147. b8.MeshType = Enum.MeshType.FileMesh
  1148. b8.Name = "Mesh"
  1149. b8.VertexColor = Vector3.new(0, 0, 0)
  1150. b8.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1151. p9 = Instance.new("Part", m)
  1152. p9.BrickColor = BrickColor.new("Really black")
  1153. p9.FormFactor = Enum.FormFactor.Symmetric
  1154. p9.Size = Vector3.new(2, 1, 2)
  1155. 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)
  1156. p9.CanCollide = false
  1157. p9.Locked = true
  1158. p9.BottomSurface = Enum.SurfaceType.Smooth
  1159. p9.TopSurface = Enum.SurfaceType.Smooth
  1160. b9 = Instance.new("SpecialMesh", p9)
  1161. b9.MeshId = "http://www.roblox.com/asset/?id=12259089"
  1162. b9.TextureId = ""
  1163. b9.MeshType = Enum.MeshType.FileMesh
  1164. b9.Name = "Mesh"
  1165. b9.VertexColor = Vector3.new(0, 0, 0)
  1166. b9.Scale = Vector3.new(1.01999998, 1.04999995, 1.04999995)
  1167. p10 = Instance.new("Part", m)
  1168. p10.BrickColor = BrickColor.new("Really black")
  1169. p10.FormFactor = Enum.FormFactor.Symmetric
  1170. p10.Size = Vector3.new(1, 1, 1)
  1171. 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)
  1172. p10.CanCollide = false
  1173. p10.Locked = true
  1174. p10.BottomSurface = Enum.SurfaceType.Smooth
  1175. p10.TopSurface = Enum.SurfaceType.Smooth
  1176. b10 = Instance.new("SpecialMesh", p10)
  1177. b10.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1178. b10.TextureId = ""
  1179. b10.MeshType = Enum.MeshType.FileMesh
  1180. b10.Name = "Mesh"
  1181. b10.VertexColor = Vector3.new(0, 0, 0)
  1182. b10.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1183. p11 = Instance.new("Part", m)
  1184. p11.BrickColor = BrickColor.new("Really black")
  1185. p11.FormFactor = Enum.FormFactor.Symmetric
  1186. p11.Size = Vector3.new(1, 1, 1)
  1187. 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)
  1188. p11.CanCollide = false
  1189. p11.Locked = true
  1190. p11.BottomSurface = Enum.SurfaceType.Smooth
  1191. p11.TopSurface = Enum.SurfaceType.Smooth
  1192. b11 = Instance.new("SpecialMesh", p11)
  1193. b11.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1194. b11.TextureId = ""
  1195. b11.MeshType = Enum.MeshType.FileMesh
  1196. b11.Name = "Mesh"
  1197. b11.VertexColor = Vector3.new(0, 0, 0)
  1198. b11.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  1199. p12 = Instance.new("Part", m)
  1200. p12.BrickColor = BrickColor.new("Really black")
  1201. p12.FormFactor = Enum.FormFactor.Custom
  1202. p12.Size = Vector3.new(1, 3.5, 1)
  1203. 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)
  1204. p12.CanCollide = false
  1205. p12.Locked = true
  1206. p12.BottomSurface = Enum.SurfaceType.Smooth
  1207. p12.TopSurface = Enum.SurfaceType.Smooth
  1208. b12 = Instance.new("SpecialMesh", p12)
  1209. b12.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1210. b12.TextureId = ""
  1211. b12.MeshType = Enum.MeshType.FileMesh
  1212. b12.Name = "Mesh"
  1213. b12.VertexColor = Vector3.new(0, 0, 0)
  1214. b12.Scale = Vector3.new(1, 3, 1.29999995)
  1215. p13 = Instance.new("Part", m)
  1216. p13.BrickColor = BrickColor.new("Really black")
  1217. p13.FormFactor = Enum.FormFactor.Custom
  1218. p13.Size = Vector3.new(1, 2, 1)
  1219. 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)
  1220. p13.CanCollide = false
  1221. p13.Locked = true
  1222. p13.BottomSurface = Enum.SurfaceType.Smooth
  1223. p13.TopSurface = Enum.SurfaceType.Smooth
  1224. b13 = Instance.new("SpecialMesh", p13)
  1225. b13.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1226. b13.TextureId = ""
  1227. b13.MeshType = Enum.MeshType.FileMesh
  1228. b13.Name = "Mesh"
  1229. b13.VertexColor = Vector3.new(0, 0, 0)
  1230. b13.Scale = Vector3.new(1, 3, 1.29999995)
  1231. p14 = Instance.new("Part", m)
  1232. p14.BrickColor = BrickColor.new("Really black")
  1233. p14.FormFactor = Enum.FormFactor.Custom
  1234. p14.Size = Vector3.new(1, 2, 1)
  1235. 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)
  1236. p14.CanCollide = false
  1237. p14.Locked = true
  1238. p14.BottomSurface = Enum.SurfaceType.Smooth
  1239. p14.TopSurface = Enum.SurfaceType.Smooth
  1240. b14 = Instance.new("SpecialMesh", p14)
  1241. b14.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1242. b14.TextureId = ""
  1243. b14.MeshType = Enum.MeshType.FileMesh
  1244. b14.Name = "Mesh"
  1245. b14.VertexColor = Vector3.new(0, 0, 0)
  1246. b14.Scale = Vector3.new(1, 3, 1.29999995)
  1247. p15 = Instance.new("Part", m)
  1248. p15.BrickColor = BrickColor.new("Really black")
  1249. p15.FormFactor = Enum.FormFactor.Custom
  1250. p15.Size = Vector3.new(1, 2.5, 1)
  1251. 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)
  1252. p15.CanCollide = false
  1253. p15.Locked = true
  1254. p15.BottomSurface = Enum.SurfaceType.Smooth
  1255. p15.TopSurface = Enum.SurfaceType.Smooth
  1256. b15 = Instance.new("SpecialMesh", p15)
  1257. b15.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1258. b15.TextureId = ""
  1259. b15.MeshType = Enum.MeshType.FileMesh
  1260. b15.Name = "Mesh"
  1261. b15.VertexColor = Vector3.new(0, 0, 0)
  1262. b15.Scale = Vector3.new(1, 3, 1.29999995)
  1263. p16 = Instance.new("Part", m)
  1264. p16.BrickColor = BrickColor.new("Really black")
  1265. p16.FormFactor = Enum.FormFactor.Custom
  1266. p16.Size = Vector3.new(1, 2.5, 1)
  1267. 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)
  1268. p16.CanCollide = false
  1269. p16.Locked = true
  1270. p16.BottomSurface = Enum.SurfaceType.Smooth
  1271. p16.TopSurface = Enum.SurfaceType.Smooth
  1272. b16 = Instance.new("SpecialMesh", p16)
  1273. b16.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1274. b16.TextureId = ""
  1275. b16.MeshType = Enum.MeshType.FileMesh
  1276. b16.Name = "Mesh"
  1277. b16.VertexColor = Vector3.new(0, 0, 0)
  1278. b16.Scale = Vector3.new(1, 3, 1.29999995)
  1279. p17 = Instance.new("Part", m)
  1280. p17.BrickColor = BrickColor.new("Really black")
  1281. p17.FormFactor = Enum.FormFactor.Custom
  1282. p17.Size = Vector3.new(1, 2.4000001, 1)
  1283. 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)
  1284. p17.CanCollide = false
  1285. p17.Locked = true
  1286. p17.BottomSurface = Enum.SurfaceType.Smooth
  1287. p17.TopSurface = Enum.SurfaceType.Smooth
  1288. b17 = Instance.new("SpecialMesh", p17)
  1289. b17.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1290. b17.TextureId = ""
  1291. b17.MeshType = Enum.MeshType.FileMesh
  1292. b17.Name = "Mesh"
  1293. b17.VertexColor = Vector3.new(0, 0, 0)
  1294. b17.Scale = Vector3.new(1, 3, 1.29999995)
  1295. p18 = Instance.new("Part", m)
  1296. p18.BrickColor = BrickColor.new("Really black")
  1297. p18.FormFactor = Enum.FormFactor.Custom
  1298. p18.Size = Vector3.new(2, 2, 2)
  1299. 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)
  1300. p18.CanCollide = false
  1301. p18.Locked = true
  1302. p18.BottomSurface = Enum.SurfaceType.Smooth
  1303. p18.TopSurface = Enum.SurfaceType.Smooth
  1304. b18 = Instance.new("SpecialMesh", p18)
  1305. b18.MeshId = "http://www.roblox.com/asset/?id=16627529"
  1306. b18.TextureId = ""
  1307. b18.MeshType = Enum.MeshType.FileMesh
  1308. b18.Name = "Mesh"
  1309. b18.VertexColor = Vector3.new(0, 0, 0)
  1310. b18.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  1311. w1 = Instance.new("Weld", p1)
  1312. w1.Name = "Head_Weld"
  1313. w1.Part0 = p1
  1314. 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)
  1315. w1.Part1 = p2
  1316. 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)
  1317. w2 = Instance.new("Weld", p2)
  1318. w2.Name = "Part_Weld"
  1319. w2.Part0 = p2
  1320. 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)
  1321. w2.Part1 = p3
  1322. 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)
  1323. w3 = Instance.new("Weld", p3)
  1324. w3.Name = "Part_Weld"
  1325. w3.Part0 = p3
  1326. 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)
  1327. w3.Part1 = p4
  1328. 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)
  1329. w4 = Instance.new("Weld", p4)
  1330. w4.Name = "Part_Weld"
  1331. w4.Part0 = p4
  1332. 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)
  1333. w4.Part1 = p5
  1334. 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)
  1335. w5 = Instance.new("Weld", p5)
  1336. w5.Name = "Part_Weld"
  1337. w5.Part0 = p5
  1338. 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)
  1339. w5.Part1 = p6
  1340. 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)
  1341. w6 = Instance.new("Weld", p6)
  1342. w6.Name = "Part_Weld"
  1343. w6.Part0 = p6
  1344. 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)
  1345. w6.Part1 = p7
  1346. 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)
  1347. w7 = Instance.new("Weld", p7)
  1348. w7.Name = "Part_Weld"
  1349. w7.Part0 = p7
  1350. 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)
  1351. w7.Part1 = p8
  1352. 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)
  1353. w8 = Instance.new("Weld", p8)
  1354. w8.Name = "Part_Weld"
  1355. w8.Part0 = p8
  1356. 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)
  1357. w8.Part1 = p9
  1358. 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)
  1359. w9 = Instance.new("Weld", p9)
  1360. w9.Name = "Part_Weld"
  1361. w9.Part0 = p9
  1362. 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)
  1363. w9.Part1 = p10
  1364. 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)
  1365. w10 = Instance.new("Weld", p10)
  1366. w10.Name = "Part_Weld"
  1367. w10.Part0 = p10
  1368. 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)
  1369. w10.Part1 = p11
  1370. 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)
  1371. w11 = Instance.new("Weld", p11)
  1372. w11.Name = "Part_Weld"
  1373. w11.Part0 = p11
  1374. 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)
  1375. w11.Part1 = p12
  1376. 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)
  1377. w12 = Instance.new("Weld", p12)
  1378. w12.Name = "Part_Weld"
  1379. w12.Part0 = p12
  1380. 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)
  1381. w12.Part1 = p13
  1382. 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)
  1383. w13 = Instance.new("Weld", p13)
  1384. w13.Name = "Part_Weld"
  1385. w13.Part0 = p13
  1386. 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)
  1387. w13.Part1 = p14
  1388. 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)
  1389. w14 = Instance.new("Weld", p14)
  1390. w14.Name = "Part_Weld"
  1391. w14.Part0 = p14
  1392. 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)
  1393. w14.Part1 = p15
  1394. 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)
  1395. w15 = Instance.new("Weld", p15)
  1396. w15.Name = "Part_Weld"
  1397. w15.Part0 = p15
  1398. 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)
  1399. w15.Part1 = p16
  1400. 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)
  1401. w16 = Instance.new("Weld", p16)
  1402. w16.Name = "Part_Weld"
  1403. w16.Part0 = p16
  1404. 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)
  1405. w16.Part1 = p17
  1406. 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)
  1407. w17 = Instance.new("Weld", p17)
  1408. w17.Name = "Part_Weld"
  1409. w17.Part0 = p17
  1410. 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)
  1411. w17.Part1 = p18
  1412. 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)
  1413. m.Parent = char
  1414. m:MakeJoints()
  1415. ----------------------------------------------------
  1416. local cor = Instance.new("Part", char.Hair)
  1417. cor.Name = "Link"
  1418. cor.Locked = true
  1419. cor.BottomSurface = 0
  1420. cor.CanCollide = false
  1421. cor.Size = Vector3.new(1, 9, 1)
  1422. cor.Transparency = 1
  1423. cor.TopSurface = 0
  1424. corw = Instance.new("Weld", cor)
  1425. corw.Part0 = hed
  1426. corw.Part1 = cor
  1427. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1428. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1429. weld1 = Instance.new("Weld", char.Hair)
  1430. weld1.Part0 = cor
  1431. weld1.Part1 = char.Hair.Head
  1432. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1433. print("Success")
  1434. --------------------------------------------------
  1435. local m = Instance.new("Model")
  1436. m.Name = "Claw"
  1437. p1 = Instance.new("Part", m)
  1438. p1.BrickColor = BrickColor.new("Really black")
  1439. p1.FormFactor = Enum.FormFactor.Custom
  1440. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  1441. 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)
  1442. p1.CanCollide = false
  1443. p1.Locked = true
  1444. p1.BottomSurface = Enum.SurfaceType.Smooth
  1445. p1.TopSurface = Enum.SurfaceType.Smooth
  1446. b1 = Instance.new("BlockMesh", p1)
  1447. b1.Name = "Mesh"
  1448. p2 = Instance.new("WedgePart", m)
  1449. p2.BrickColor = BrickColor.new("Really black")
  1450. p2.Name = "Wedge"
  1451. p2.FormFactor = Enum.FormFactor.Custom
  1452. p2.Size = Vector3.new(3, 1, 0.5)
  1453. 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)
  1454. p2.CanCollide = false
  1455. p2.Locked = true
  1456. p2.BottomSurface = Enum.SurfaceType.Smooth
  1457. p2.TopSurface = Enum.SurfaceType.Smooth
  1458. p3 = Instance.new("Part", m)
  1459. p3.BrickColor = BrickColor.new("Really black")
  1460. p3.FormFactor = Enum.FormFactor.Custom
  1461. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  1462. 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)
  1463. p3.CanCollide = false
  1464. p3.Locked = true
  1465. p3.BottomSurface = Enum.SurfaceType.Smooth
  1466. p3.TopSurface = Enum.SurfaceType.Smooth
  1467. b2 = Instance.new("BlockMesh", p3)
  1468. b2.Name = "Mesh"
  1469. p4 = Instance.new("WedgePart", m)
  1470. p4.BrickColor = BrickColor.new("Really black")
  1471. p4.Name = "Wedge"
  1472. p4.FormFactor = Enum.FormFactor.Custom
  1473. p4.Size = Vector3.new(3, 1, 0.5)
  1474. 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)
  1475. p4.CanCollide = false
  1476. p4.Locked = true
  1477. p4.BottomSurface = Enum.SurfaceType.Smooth
  1478. p4.TopSurface = Enum.SurfaceType.Smooth
  1479. p5 = Instance.new("Part", m)
  1480. p5.BrickColor = BrickColor.new("Really black")
  1481. p5.FormFactor = Enum.FormFactor.Custom
  1482. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  1483. 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)
  1484. p5.CanCollide = false
  1485. p5.Locked = true
  1486. p5.BottomSurface = Enum.SurfaceType.Smooth
  1487. p5.TopSurface = Enum.SurfaceType.Smooth
  1488. b3 = Instance.new("BlockMesh", p5)
  1489. b3.Name = "Mesh"
  1490. p6 = Instance.new("Part", m)
  1491. p6.BrickColor = BrickColor.new("Really black")
  1492. p6.FormFactor = Enum.FormFactor.Custom
  1493. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  1494. 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)
  1495. p6.CanCollide = false
  1496. p6.Locked = true
  1497. p6.BottomSurface = Enum.SurfaceType.Smooth
  1498. p6.TopSurface = Enum.SurfaceType.Smooth
  1499. b4 = Instance.new("BlockMesh", p6)
  1500. b4.Name = "Mesh"
  1501. p7 = Instance.new("Part", m)
  1502. p7.BrickColor = BrickColor.new("Really black")
  1503. p7.FormFactor = Enum.FormFactor.Custom
  1504. p7.Size = Vector3.new(3, 1, 1.20000005)
  1505. 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)
  1506. p7.CanCollide = false
  1507. p7.Locked = true
  1508. p7.BottomSurface = Enum.SurfaceType.Smooth
  1509. p7.TopSurface = Enum.SurfaceType.Smooth
  1510. b5 = Instance.new("BlockMesh", p7)
  1511. b5.Name = "Mesh"
  1512. p8 = Instance.new("Part", m)
  1513. p8.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1514. p8.FormFactor = Enum.FormFactor.Symmetric
  1515. p8.Size = Vector3.new(1, 1, 1)
  1516. 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)
  1517. p8.CanCollide = false
  1518. p8.Locked = true
  1519. b6 = Instance.new("SpecialMesh", p8)
  1520. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1521. b6.TextureId = ""
  1522. b6.MeshType = Enum.MeshType.FileMesh
  1523. b6.Name = "Mesh"
  1524. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1525. p9 = Instance.new("Part", m)
  1526. p9.BrickColor = BrickColor.new("Really black")
  1527. p9.FormFactor = Enum.FormFactor.Custom
  1528. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  1529. 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)
  1530. p9.CanCollide = false
  1531. p9.Locked = true
  1532. p9.BottomSurface = Enum.SurfaceType.Smooth
  1533. p9.TopSurface = Enum.SurfaceType.Smooth
  1534. b7 = Instance.new("BlockMesh", p9)
  1535. b7.Name = "Mesh"
  1536. p10 = Instance.new("Part", m)
  1537. p10.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1538. p10.FormFactor = Enum.FormFactor.Symmetric
  1539. p10.Size = Vector3.new(1, 1, 1)
  1540. 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)
  1541. p10.CanCollide = false
  1542. p10.Locked = true
  1543. b8 = Instance.new("SpecialMesh", p10)
  1544. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1545. b8.TextureId = ""
  1546. b8.MeshType = Enum.MeshType.FileMesh
  1547. b8.Name = "Mesh"
  1548. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1549. p11 = Instance.new("Part", m)
  1550. p11.BrickColor = BrickColor.new("Really black")
  1551. p11.FormFactor = Enum.FormFactor.Custom
  1552. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  1553. 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)
  1554. p11.CanCollide = false
  1555. p11.Locked = true
  1556. p11.BottomSurface = Enum.SurfaceType.Smooth
  1557. p11.TopSurface = Enum.SurfaceType.Smooth
  1558. b9 = Instance.new("BlockMesh", p11)
  1559. b9.Name = "Mesh"
  1560. p12 = Instance.new("Part", m)
  1561. p12.BrickColor = BrickColor.new("Really black")
  1562. p12.FormFactor = Enum.FormFactor.Custom
  1563. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  1564. 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)
  1565. p12.CanCollide = false
  1566. p12.Locked = true
  1567. p12.BottomSurface = Enum.SurfaceType.Smooth
  1568. p12.TopSurface = Enum.SurfaceType.Smooth
  1569. b10 = Instance.new("BlockMesh", p12)
  1570. b10.Name = "Mesh"
  1571. p13 = Instance.new("Part", m)
  1572. p13.BrickColor = BrickColor.new("Really black")
  1573. p13.FormFactor = Enum.FormFactor.Custom
  1574. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  1575. 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)
  1576. p13.CanCollide = false
  1577. p13.Locked = true
  1578. p13.BottomSurface = Enum.SurfaceType.Smooth
  1579. p13.TopSurface = Enum.SurfaceType.Smooth
  1580. b11 = Instance.new("BlockMesh", p13)
  1581. b11.Name = "Mesh"
  1582. p14 = Instance.new("Part", m)
  1583. p14.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1584. p14.FormFactor = Enum.FormFactor.Symmetric
  1585. p14.Size = Vector3.new(1, 1, 1)
  1586. 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)
  1587. p14.CanCollide = false
  1588. p14.Locked = true
  1589. b12 = Instance.new("SpecialMesh", p14)
  1590. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1591. b12.TextureId = ""
  1592. b12.MeshType = Enum.MeshType.FileMesh
  1593. b12.Name = "Mesh"
  1594. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1595. p15 = Instance.new("Part", m)
  1596. p15.BrickColor = BrickColor.new("Medium stone grey")
  1597. p15.Transparency = 1
  1598. p15.Name = "ArmPart"
  1599. p15.FormFactor = Enum.FormFactor.Custom
  1600. p15.Size = Vector3.new(2, 1, 1)
  1601. 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)
  1602. p15.CanCollide = false
  1603. p15.Locked = true
  1604. p15.BottomSurface = Enum.SurfaceType.Smooth
  1605. p15.TopSurface = Enum.SurfaceType.Smooth
  1606. b13 = Instance.new("BlockMesh", p15)
  1607. b13.Name = "Mesh"
  1608. p16 = Instance.new("Part", m)
  1609. p16.BrickColor = BrickColor.new("Really black")
  1610. p16.FormFactor = Enum.FormFactor.Custom
  1611. p16.Size = Vector3.new(3, 1, 2.4000001)
  1612. 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)
  1613. p16.CanCollide = false
  1614. p16.Locked = true
  1615. p16.BottomSurface = Enum.SurfaceType.Smooth
  1616. p16.TopSurface = Enum.SurfaceType.Smooth
  1617. b14 = Instance.new("BlockMesh", p16)
  1618. b14.Name = "Mesh"
  1619. p17 = Instance.new("Part", m)
  1620. p17.BrickColor = BrickColor.new("Really black")
  1621. p17.FormFactor = Enum.FormFactor.Custom
  1622. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1623. 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)
  1624. p17.CanCollide = false
  1625. p17.Locked = true
  1626. p17.BottomSurface = Enum.SurfaceType.Smooth
  1627. p17.TopSurface = Enum.SurfaceType.Smooth
  1628. b15 = Instance.new("BlockMesh", p17)
  1629. b15.Name = "Mesh"
  1630. p18 = Instance.new("Part", m)
  1631. p18.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1632. p18.FormFactor = Enum.FormFactor.Symmetric
  1633. p18.Size = Vector3.new(1, 1, 1)
  1634. 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)
  1635. p18.CanCollide = false
  1636. p18.Locked = true
  1637. b16 = Instance.new("SpecialMesh", p18)
  1638. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1639. b16.TextureId = ""
  1640. b16.MeshType = Enum.MeshType.FileMesh
  1641. b16.Name = "Mesh"
  1642. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1643. p19 = Instance.new("Part", m)
  1644. p19.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1645. p19.FormFactor = Enum.FormFactor.Symmetric
  1646. p19.Size = Vector3.new(1, 1, 1)
  1647. 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)
  1648. p19.CanCollide = false
  1649. p19.Locked = true
  1650. b17 = Instance.new("SpecialMesh", p19)
  1651. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1652. b17.TextureId = ""
  1653. b17.MeshType = Enum.MeshType.FileMesh
  1654. b17.Name = "Mesh"
  1655. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1656. p20 = Instance.new("Part", m)
  1657. p20.BrickColor = BrickColor.new("Really black")
  1658. p20.FormFactor = Enum.FormFactor.Custom
  1659. p20.Size = Vector3.new(3, 1, 2.4000001)
  1660. 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)
  1661. p20.CanCollide = false
  1662. p20.Locked = true
  1663. p20.BottomSurface = Enum.SurfaceType.Smooth
  1664. p20.TopSurface = Enum.SurfaceType.Smooth
  1665. b18 = Instance.new("BlockMesh", p20)
  1666. b18.Name = "Mesh"
  1667. p21 = Instance.new("Part", m)
  1668. p21.BrickColor = BrickColor.new("Really black")
  1669. p21.FormFactor = Enum.FormFactor.Custom
  1670. p21.Size = Vector3.new(3, 1, 1.19999993)
  1671. 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)
  1672. p21.CanCollide = false
  1673. p21.Locked = true
  1674. p21.BottomSurface = Enum.SurfaceType.Smooth
  1675. p21.TopSurface = Enum.SurfaceType.Smooth
  1676. b19 = Instance.new("BlockMesh", p21)
  1677. b19.Name = "Mesh"
  1678. p22 = Instance.new("WedgePart", m)
  1679. p22.BrickColor = BrickColor.new("Really black")
  1680. p22.Name = "Wedge"
  1681. p22.FormFactor = Enum.FormFactor.Custom
  1682. p22.Size = Vector3.new(3, 1, 0.5)
  1683. 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)
  1684. p22.CanCollide = false
  1685. p22.Locked = true
  1686. p22.BottomSurface = Enum.SurfaceType.Smooth
  1687. p22.TopSurface = Enum.SurfaceType.Smooth
  1688. p23 = Instance.new("Part", m)
  1689. p23.BrickColor = BrickColor.new("Really black")
  1690. p23.FormFactor = Enum.FormFactor.Custom
  1691. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1692. 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)
  1693. p23.CanCollide = false
  1694. p23.Locked = true
  1695. p23.BottomSurface = Enum.SurfaceType.Smooth
  1696. p23.TopSurface = Enum.SurfaceType.Smooth
  1697. b20 = Instance.new("BlockMesh", p23)
  1698. b20.Name = "Mesh"
  1699. p24 = Instance.new("WedgePart", m)
  1700. p24.BrickColor = BrickColor.new("Really black")
  1701. p24.Name = "Wedge"
  1702. p24.FormFactor = Enum.FormFactor.Custom
  1703. p24.Size = Vector3.new(3, 1, 0.5)
  1704. 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)
  1705. p24.CanCollide = false
  1706. p24.Locked = true
  1707. p24.BottomSurface = Enum.SurfaceType.Smooth
  1708. p24.TopSurface = Enum.SurfaceType.Smooth
  1709. p25 = Instance.new("Part", m)
  1710. p25.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  1711. p25.FormFactor = Enum.FormFactor.Symmetric
  1712. p25.Size = Vector3.new(1, 1, 1)
  1713. 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)
  1714. p25.CanCollide = false
  1715. p25.Locked = true
  1716. p25.BottomSurface = Enum.SurfaceType.Smooth
  1717. p25.TopSurface = Enum.SurfaceType.Smooth
  1718. b21 = Instance.new("SpecialMesh", p25)
  1719. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1720. b21.TextureId = ""
  1721. b21.MeshType = Enum.MeshType.FileMesh
  1722. b21.Name = "Mesh"
  1723. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1724. p26 = Instance.new("Part", m)
  1725. p26.BrickColor = BrickColor.new("Really black")
  1726. p26.FormFactor = Enum.FormFactor.Symmetric
  1727. p26.Size = Vector3.new(1, 1, 1)
  1728. 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)
  1729. p26.CanCollide = false
  1730. p26.Locked = true
  1731. p26.BottomSurface = Enum.SurfaceType.Smooth
  1732. p26.TopSurface = Enum.SurfaceType.Smooth
  1733. b22 = Instance.new("SpecialMesh", p26)
  1734. b22.MeshType = Enum.MeshType.Brick
  1735. b22.Name = "Mesh"
  1736. w1 = Instance.new("Weld", p1)
  1737. w1.Name = "Wedge_Weld"
  1738. w1.Part0 = p1
  1739. 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)
  1740. w1.Part1 = p2
  1741. 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)
  1742. w2 = Instance.new("Weld", p2)
  1743. w2.Name = "Part_Weld"
  1744. w2.Part0 = p2
  1745. 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)
  1746. w2.Part1 = p3
  1747. 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)
  1748. w3 = Instance.new("Weld", p3)
  1749. w3.Name = "Wedge_Weld"
  1750. w3.Part0 = p3
  1751. 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)
  1752. w3.Part1 = p4
  1753. 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)
  1754. w4 = Instance.new("Weld", p4)
  1755. w4.Name = "Part_Weld"
  1756. w4.Part0 = p4
  1757. 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)
  1758. w4.Part1 = p5
  1759. 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)
  1760. w5 = Instance.new("Weld", p5)
  1761. w5.Name = "Part_Weld"
  1762. w5.Part0 = p5
  1763. 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)
  1764. w5.Part1 = p6
  1765. 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)
  1766. w6 = Instance.new("Weld", p6)
  1767. w6.Name = "Part_Weld"
  1768. w6.Part0 = p6
  1769. 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)
  1770. w6.Part1 = p7
  1771. 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)
  1772. w7 = Instance.new("Weld", p7)
  1773. w7.Name = "Part_Weld"
  1774. w7.Part0 = p7
  1775. 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)
  1776. w7.Part1 = p8
  1777. 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)
  1778. w8 = Instance.new("Weld", p8)
  1779. w8.Name = "Part_Weld"
  1780. w8.Part0 = p8
  1781. 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)
  1782. w8.Part1 = p9
  1783. 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)
  1784. w9 = Instance.new("Weld", p9)
  1785. w9.Name = "Part_Weld"
  1786. w9.Part0 = p9
  1787. 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)
  1788. w9.Part1 = p10
  1789. 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)
  1790. w10 = Instance.new("Weld", p10)
  1791. w10.Name = "Part_Weld"
  1792. w10.Part0 = p10
  1793. 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)
  1794. w10.Part1 = p11
  1795. 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)
  1796. w11 = Instance.new("Weld", p11)
  1797. w11.Name = "Part_Weld"
  1798. w11.Part0 = p11
  1799. 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)
  1800. w11.Part1 = p12
  1801. 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)
  1802. w12 = Instance.new("Weld", p12)
  1803. w12.Name = "Part_Weld"
  1804. w12.Part0 = p12
  1805. 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)
  1806. w12.Part1 = p13
  1807. 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)
  1808. w13 = Instance.new("Weld", p13)
  1809. w13.Name = "Part_Weld"
  1810. w13.Part0 = p13
  1811. 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)
  1812. w13.Part1 = p14
  1813. 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)
  1814. w14 = Instance.new("Weld", p14)
  1815. w14.Name = "ArmPart_Weld"
  1816. w14.Part0 = p14
  1817. 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)
  1818. w14.Part1 = p15
  1819. 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)
  1820. w15 = Instance.new("Weld", p15)
  1821. w15.Name = "Part_Weld"
  1822. w15.Part0 = p15
  1823. 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)
  1824. w15.Part1 = p16
  1825. 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)
  1826. w16 = Instance.new("Weld", p16)
  1827. w16.Name = "Part_Weld"
  1828. w16.Part0 = p16
  1829. 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)
  1830. w16.Part1 = p17
  1831. 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)
  1832. w17 = Instance.new("Weld", p17)
  1833. w17.Name = "Part_Weld"
  1834. w17.Part0 = p17
  1835. 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)
  1836. w17.Part1 = p18
  1837. 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)
  1838. w18 = Instance.new("Weld", p18)
  1839. w18.Name = "Part_Weld"
  1840. w18.Part0 = p18
  1841. 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)
  1842. w18.Part1 = p19
  1843. 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)
  1844. w19 = Instance.new("Weld", p19)
  1845. w19.Name = "Part_Weld"
  1846. w19.Part0 = p19
  1847. 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)
  1848. w19.Part1 = p20
  1849. 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)
  1850. w20 = Instance.new("Weld", p20)
  1851. w20.Name = "Part_Weld"
  1852. w20.Part0 = p20
  1853. 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)
  1854. w20.Part1 = p21
  1855. 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)
  1856. w21 = Instance.new("Weld", p21)
  1857. w21.Name = "Wedge_Weld"
  1858. w21.Part0 = p21
  1859. 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)
  1860. w21.Part1 = p22
  1861. 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)
  1862. w22 = Instance.new("Weld", p22)
  1863. w22.Name = "Part_Weld"
  1864. w22.Part0 = p22
  1865. 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)
  1866. w22.Part1 = p23
  1867. 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)
  1868. w23 = Instance.new("Weld", p23)
  1869. w23.Name = "Wedge_Weld"
  1870. w23.Part0 = p23
  1871. 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)
  1872. w23.Part1 = p24
  1873. 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)
  1874. w24 = Instance.new("Weld", p24)
  1875. w24.Name = "Part_Weld"
  1876. w24.Part0 = p24
  1877. 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)
  1878. w24.Part1 = p25
  1879. 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)
  1880. w25 = Instance.new("Weld", p25)
  1881. w25.Name = "Part_Weld"
  1882. w25.Part0 = p25
  1883. 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)
  1884. w25.Part1 = p26
  1885. 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)
  1886. m.Parent = char
  1887. m:MakeJoints()
  1888. ----------------------------------------------------
  1889. local cor2 = Instance.new("Part", char.Claw)
  1890. cor2.Name = "Thingy"
  1891. cor2.Locked = true
  1892. cor2.BottomSurface = 0
  1893. cor2.CanCollide = false
  1894. cor2.Size = Vector3.new(2, 1, 1)
  1895. cor2.Transparency = 1
  1896. cor2.TopSurface = 0
  1897. corw2 = Instance.new("Weld", cor2)
  1898. corw2.Part0 = larm
  1899. corw2.Part1 = cor2
  1900. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1901. corw2.C1 = CFrame.new(0, 0, 0)
  1902. weld2 = Instance.new("Weld", char.Claw)
  1903. weld2.Part0 = cor2
  1904. weld2.Part1 = char.Claw.ArmPart
  1905. weld2.C0 = CFrame.new(0, 0, 0)
  1906. ----------------------------------------------------
  1907. for i,v in pairs (char.Claw:GetChildren()) do
  1908. if v:IsA("Part") then
  1909. v.Transparency=1
  1910. end
  1911. end
  1912. for i,v in pairs (char.Claw:GetChildren()) do
  1913. if v:IsA("WedgePart") then
  1914. v.Transparency=1
  1915. end
  1916. end
  1917.  
  1918. ----------------------------------------------------
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926. --[[local m = Instance.new("Model")
  1927. m.Name = "Absolution"
  1928. p1 = Instance.new("Part", m)
  1929. p1.BrickColor = BrickColor.new("Bright blue")
  1930. p1.Material = "Neon"
  1931. p1.FormFactor = Enum.FormFactor.Custom
  1932. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  1933. 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)
  1934. p1.CanCollide = false
  1935. p1.Locked = true
  1936. p1.Elasticity = 0
  1937. p1.BottomSurface = Enum.SurfaceType.Smooth
  1938. p1.TopSurface = Enum.SurfaceType.Smooth
  1939. b1 = Instance.new("SpecialMesh", p1)
  1940. b1.MeshType = Enum.MeshType.Wedge
  1941. b1.Name = "Mesh"
  1942. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1943. p2 = Instance.new("Part", m)
  1944. p2.BrickColor = BrickColor.new("Really black")
  1945. p2.FormFactor = Enum.FormFactor.Custom
  1946. p2.Size = Vector3.new(1, 2.9000001, 1)
  1947. 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)
  1948. p2.CanCollide = false
  1949. p2.Locked = true
  1950. p2.Elasticity = 0
  1951. p2.BottomSurface = Enum.SurfaceType.Smooth
  1952. p2.TopSurface = Enum.SurfaceType.Smooth
  1953. b2 = Instance.new("BlockMesh", p2)
  1954. b2.Name = "Mesh"
  1955. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1956. p3 = Instance.new("Part", m)
  1957. p3.BrickColor = BrickColor.new("Bright blue")
  1958. p3.Material = "Neon"
  1959. p3.FormFactor = Enum.FormFactor.Custom
  1960. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  1961. 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)
  1962. p3.CanCollide = false
  1963. p3.Locked = true
  1964. p3.Elasticity = 0
  1965. p3.BottomSurface = Enum.SurfaceType.Smooth
  1966. p3.TopSurface = Enum.SurfaceType.Smooth
  1967. b3 = Instance.new("SpecialMesh", p3)
  1968. b3.MeshType = Enum.MeshType.Wedge
  1969. b3.Name = "Mesh"
  1970. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1971. p4 = Instance.new("Part", m)
  1972. p4.BrickColor = BrickColor.new("Bright blue")
  1973. p4.Material = "Neon"
  1974. p4.FormFactor = Enum.FormFactor.Custom
  1975. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  1976. 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)
  1977. p4.CanCollide = false
  1978. p4.Locked = true
  1979. p4.Elasticity = 0
  1980. p4.BottomSurface = Enum.SurfaceType.Smooth
  1981. p4.TopSurface = Enum.SurfaceType.Smooth
  1982. b4 = Instance.new("SpecialMesh", p4)
  1983. b4.MeshType = Enum.MeshType.Wedge
  1984. b4.Name = "Mesh"
  1985. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1986. p5 = Instance.new("Part", m)
  1987. p5.BrickColor = BrickColor.new("Bright blue")
  1988. p5.Material = "Neon"
  1989. p5.FormFactor = Enum.FormFactor.Custom
  1990. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  1991. 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)
  1992. p5.CanCollide = false
  1993. p5.Locked = true
  1994. p5.Elasticity = 0
  1995. p5.BottomSurface = Enum.SurfaceType.Smooth
  1996. p5.TopSurface = Enum.SurfaceType.Smooth
  1997. b5 = Instance.new("SpecialMesh", p5)
  1998. b5.MeshType = Enum.MeshType.Wedge
  1999. b5.Name = "Mesh"
  2000. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  2001. p6 = Instance.new("Part", m)
  2002. p6.Name = "Handle"
  2003. p6.BrickColor = BrickColor.new("Really black")
  2004. p6.FormFactor = Enum.FormFactor.Custom
  2005. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  2006. 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)
  2007. p6.CanCollide = false
  2008. p6.Locked = true
  2009. p6.Elasticity = 0
  2010. p6.BottomSurface = Enum.SurfaceType.Smooth
  2011. p6.TopSurface = Enum.SurfaceType.Smooth
  2012. b6 = Instance.new("BlockMesh", p6)
  2013. b6.Name = "Mesh"
  2014. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2015. p7 = Instance.new("Part", m)
  2016. p7.BrickColor = BrickColor.new("Bright blue")
  2017. p7.Material = "Neon"
  2018. p7.FormFactor = Enum.FormFactor.Custom
  2019. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  2020. 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)
  2021. p7.CanCollide = false
  2022. p7.Locked = true
  2023. p7.Elasticity = 0
  2024. p7.BottomSurface = Enum.SurfaceType.Smooth
  2025. p7.TopSurface = Enum.SurfaceType.Smooth
  2026. b7 = Instance.new("SpecialMesh", p7)
  2027. b7.MeshType = Enum.MeshType.Wedge
  2028. b7.Name = "Mesh"
  2029. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  2030. p8 = Instance.new("Part", m)
  2031. p8.BrickColor = BrickColor.new("Bright blue")
  2032. p8.Material = "Neon"
  2033. p8.FormFactor = Enum.FormFactor.Custom
  2034. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  2035. 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)
  2036. p8.CanCollide = false
  2037. p8.Locked = true
  2038. p8.Elasticity = 0
  2039. p8.BottomSurface = Enum.SurfaceType.Smooth
  2040. p8.TopSurface = Enum.SurfaceType.Smooth
  2041. b8 = Instance.new("SpecialMesh", p8)
  2042. b8.MeshType = Enum.MeshType.Wedge
  2043. b8.Name = "Mesh"
  2044. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  2045. p9 = Instance.new("Part", m)
  2046. p9.BrickColor = BrickColor.new("Really black")
  2047. p9.FormFactor = Enum.FormFactor.Custom
  2048. p9.Size = Vector3.new(1, 1.07999957, 1)
  2049. 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)
  2050. p9.CanCollide = false
  2051. p9.Locked = true
  2052. p9.Elasticity = 0
  2053. p9.BottomSurface = Enum.SurfaceType.Smooth
  2054. p9.TopSurface = Enum.SurfaceType.Smooth
  2055. b9 = Instance.new("BlockMesh", p9)
  2056. b9.Name = "Mesh"
  2057. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  2058. p10 = Instance.new("Part", m)
  2059. p10.BrickColor = BrickColor.new("Really black")
  2060. p10.FormFactor = Enum.FormFactor.Custom
  2061. p10.Size = Vector3.new(1, 1.41999948, 1)
  2062. 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)
  2063. p10.CanCollide = false
  2064. p10.Locked = true
  2065. p10.Elasticity = 0
  2066. p10.BottomSurface = Enum.SurfaceType.Smooth
  2067. p10.TopSurface = Enum.SurfaceType.Smooth
  2068. b10 = Instance.new("BlockMesh", p10)
  2069. b10.Name = "Mesh"
  2070. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2071. p11 = Instance.new("Part", m)
  2072. p11.BrickColor = BrickColor.new("Really black")
  2073. p11.FormFactor = Enum.FormFactor.Custom
  2074. p11.Size = Vector3.new(1, 1.50999951, 1)
  2075. 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)
  2076. p11.CanCollide = false
  2077. p11.Locked = true
  2078. p11.Elasticity = 0
  2079. p11.BottomSurface = Enum.SurfaceType.Smooth
  2080. p11.TopSurface = Enum.SurfaceType.Smooth
  2081. b11 = Instance.new("BlockMesh", p11)
  2082. b11.Name = "Mesh"
  2083. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  2084. p12 = Instance.new("Part", m)
  2085. p12.Name = "BladeCenter"
  2086. p12.BrickColor = BrickColor.new("Dark stone grey")
  2087. p12.Material = Enum.Material.Concrete
  2088. p12.FormFactor = Enum.FormFactor.Symmetric
  2089. p12.Size = Vector3.new(1, 2, 2)
  2090. 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)
  2091. p12.CanCollide = false
  2092. p12.Locked = true
  2093. p12.BottomSurface = Enum.SurfaceType.Smooth
  2094. p12.TopSurface = Enum.SurfaceType.Smooth
  2095. b12 = Instance.new("SpecialMesh", p12)
  2096. b12.MeshType = Enum.MeshType.Brick
  2097. b12.Name = "Mesh"
  2098. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  2099. p13 = Instance.new("Part", m)
  2100. p13.BrickColor = BrickColor.new("Really black")
  2101. p13.FormFactor = Enum.FormFactor.Custom
  2102. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  2103. 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)
  2104. p13.CanCollide = false
  2105. p13.Locked = true
  2106. p13.Elasticity = 0
  2107. p13.BottomSurface = Enum.SurfaceType.Smooth
  2108. p13.TopSurface = Enum.SurfaceType.Smooth
  2109. b13 = Instance.new("BlockMesh", p13)
  2110. b13.Name = "Mesh"
  2111. b13.Scale = Vector3.new(1, 1, 0.400000006)
  2112. p14 = Instance.new("Part", m)
  2113. p14.BrickColor = BrickColor.new("Really black")
  2114. p14.FormFactor = Enum.FormFactor.Custom
  2115. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  2116. 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)
  2117. p14.CanCollide = false
  2118. p14.Locked = true
  2119. p14.Elasticity = 0
  2120. p14.BottomSurface = Enum.SurfaceType.Smooth
  2121. p14.TopSurface = Enum.SurfaceType.Smooth
  2122. b14 = Instance.new("BlockMesh", p14)
  2123. b14.Name = "Mesh"
  2124. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2125. p15 = Instance.new("Part", m)
  2126. p15.BrickColor = BrickColor.new("Really black")
  2127. p15.FormFactor = Enum.FormFactor.Custom
  2128. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  2129. 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)
  2130. p15.CanCollide = false
  2131. p15.Locked = true
  2132. p15.Elasticity = 0
  2133. p15.BottomSurface = Enum.SurfaceType.Smooth
  2134. p15.TopSurface = Enum.SurfaceType.Smooth
  2135. b15 = Instance.new("BlockMesh", p15)
  2136. b15.Name = "Mesh"
  2137. b15.Scale = Vector3.new(1, 1, 0.400000006)
  2138. p16 = Instance.new("Part", m)
  2139. p16.BrickColor = BrickColor.new("Really black")
  2140. p16.FormFactor = Enum.FormFactor.Custom
  2141. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  2142. 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)
  2143. p16.CanCollide = false
  2144. p16.Locked = true
  2145. p16.Elasticity = 0
  2146. p16.BottomSurface = Enum.SurfaceType.Smooth
  2147. p16.TopSurface = Enum.SurfaceType.Smooth
  2148. b16 = Instance.new("BlockMesh", p16)
  2149. b16.Name = "Mesh"
  2150. b16.Scale = Vector3.new(1, 1, 0.400000006)
  2151. p17 = Instance.new("Part", m)
  2152. p17.BrickColor = BrickColor.new("Really black")
  2153. p17.FormFactor = Enum.FormFactor.Custom
  2154. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  2155. 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)
  2156. p17.CanCollide = false
  2157. p17.Locked = true
  2158. p17.Elasticity = 0
  2159. p17.BottomSurface = Enum.SurfaceType.Smooth
  2160. p17.TopSurface = Enum.SurfaceType.Smooth
  2161. b17 = Instance.new("BlockMesh", p17)
  2162. b17.Name = "Mesh"
  2163. b17.Scale = Vector3.new(1, 1, 0.400000006)
  2164. p18 = Instance.new("WedgePart", m)
  2165. p18.BrickColor = BrickColor.new("Dark stone grey")
  2166. p18.Name = "BladePart1"
  2167. p18.Material = Enum.Material.Concrete
  2168. p18.Name = "Wedge"
  2169. p18.FormFactor = Enum.FormFactor.Symmetric
  2170. p18.Size = Vector3.new(1, 4, 2)
  2171. 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)
  2172. p18.CanCollide = false
  2173. p18.Locked = true
  2174. p18.BottomSurface = Enum.SurfaceType.Smooth
  2175. p18.TopSurface = Enum.SurfaceType.Smooth
  2176. b18 = Instance.new("SpecialMesh", p18)
  2177. b18.MeshType = Enum.MeshType.Wedge
  2178. b18.Name = "Mesh"
  2179. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  2180. p19 = Instance.new("WedgePart", m)
  2181. p19.BrickColor = BrickColor.new("Dark stone grey")
  2182. p19.Name = "BladePart2"
  2183. p19.Material = Enum.Material.Concrete
  2184. p19.Name = "Wedge"
  2185. p19.FormFactor = Enum.FormFactor.Symmetric
  2186. p19.Size = Vector3.new(1, 4, 2)
  2187. 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)
  2188. p19.CanCollide = false
  2189. p19.Locked = true
  2190. p19.BottomSurface = Enum.SurfaceType.Smooth
  2191. p19.TopSurface = Enum.SurfaceType.Smooth
  2192. b19 = Instance.new("SpecialMesh", p19)
  2193. b19.MeshType = Enum.MeshType.Wedge
  2194. b19.Name = "Mesh"
  2195. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  2196. p20 = Instance.new("Part", m)
  2197. p20.BrickColor = BrickColor.new("Really black")
  2198. p20.FormFactor = Enum.FormFactor.Custom
  2199. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  2200. 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)
  2201. p20.CanCollide = false
  2202. p20.Locked = true
  2203. p20.Elasticity = 0
  2204. p20.BottomSurface = Enum.SurfaceType.Smooth
  2205. p20.TopSurface = Enum.SurfaceType.Smooth
  2206. b20 = Instance.new("BlockMesh", p20)
  2207. b20.Name = "Mesh"
  2208. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  2209. p21 = Instance.new("Part", m)
  2210. p21.BrickColor = BrickColor.new("Bright blue")
  2211. p21.Material = "Neon"
  2212. p21.FormFactor = Enum.FormFactor.Custom
  2213. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  2214. 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)
  2215. p21.CanCollide = false
  2216. p21.Locked = true
  2217. p21.Elasticity = 0
  2218. p21.BottomSurface = Enum.SurfaceType.Smooth
  2219. p21.TopSurface = Enum.SurfaceType.Smooth
  2220. b21 = Instance.new("SpecialMesh", p21)
  2221. b21.MeshType = Enum.MeshType.Wedge
  2222. b21.Name = "Mesh"
  2223. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  2224. w1 = Instance.new("Weld", p1)
  2225. w1.Name = "Part_Weld"
  2226. w1.Part0 = p1
  2227. 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)
  2228. w1.Part1 = p2
  2229. 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)
  2230. w2 = Instance.new("Weld", p2)
  2231. w2.Name = "Part_Weld"
  2232. w2.Part0 = p2
  2233. 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)
  2234. w2.Part1 = p3
  2235. 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)
  2236. w3 = Instance.new("Weld", p3)
  2237. w3.Name = "Part_Weld"
  2238. w3.Part0 = p3
  2239. 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)
  2240. w3.Part1 = p4
  2241. 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)
  2242. w4 = Instance.new("Weld", p4)
  2243. w4.Name = "Part_Weld"
  2244. w4.Part0 = p4
  2245. 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)
  2246. w4.Part1 = p5
  2247. 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)
  2248. w5 = Instance.new("Weld", p5)
  2249. w5.Name = "Part_Weld"
  2250. w5.Part0 = p5
  2251. 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)
  2252. w5.Part1 = p6
  2253. 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)
  2254. w6 = Instance.new("Weld", p6)
  2255. w6.Name = "Part_Weld"
  2256. w6.Part0 = p6
  2257. 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)
  2258. w6.Part1 = p7
  2259. 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)
  2260. w7 = Instance.new("Weld", p7)
  2261. w7.Name = "Part_Weld"
  2262. w7.Part0 = p7
  2263. 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)
  2264. w7.Part1 = p8
  2265. 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)
  2266. w8 = Instance.new("Weld", p8)
  2267. w8.Name = "Part_Weld"
  2268. w8.Part0 = p8
  2269. 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)
  2270. w8.Part1 = p9
  2271. 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)
  2272. w9 = Instance.new("Weld", p9)
  2273. w9.Name = "Part_Weld"
  2274. w9.Part0 = p9
  2275. 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)
  2276. w9.Part1 = p10
  2277. 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)
  2278. w10 = Instance.new("Weld", p10)
  2279. w10.Name = "Part_Weld"
  2280. w10.Part0 = p10
  2281. 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)
  2282. w10.Part1 = p11
  2283. 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)
  2284. w11 = Instance.new("Weld", p11)
  2285. w11.Name = "Part_Weld"
  2286. w11.Part0 = p11
  2287. 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)
  2288. w11.Part1 = p12
  2289. 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)
  2290. w12 = Instance.new("Weld", p12)
  2291. w12.Name = "Part_Weld"
  2292. w12.Part0 = p12
  2293. 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)
  2294. w12.Part1 = p13
  2295. 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)
  2296. w13 = Instance.new("Weld", p13)
  2297. w13.Name = "Part_Weld"
  2298. w13.Part0 = p13
  2299. 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)
  2300. w13.Part1 = p14
  2301. 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)
  2302. w14 = Instance.new("Weld", p14)
  2303. w14.Name = "Part_Weld"
  2304. w14.Part0 = p14
  2305. 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)
  2306. w14.Part1 = p15
  2307. 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)
  2308. w15 = Instance.new("Weld", p15)
  2309. w15.Name = "Part_Weld"
  2310. w15.Part0 = p15
  2311. 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)
  2312. w15.Part1 = p16
  2313. 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)
  2314. w16 = Instance.new("Weld", p16)
  2315. w16.Name = "Part_Weld"
  2316. w16.Part0 = p16
  2317. 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)
  2318. w16.Part1 = p17
  2319. 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)
  2320. w17 = Instance.new("Weld", p17)
  2321. w17.Name = "Wedge_Weld"
  2322. w17.Part0 = p17
  2323. 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)
  2324. w17.Part1 = p18
  2325. 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)
  2326. w18 = Instance.new("Weld", p18)
  2327. w18.Name = "Wedge_Weld"
  2328. w18.Part0 = p18
  2329. 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)
  2330. w18.Part1 = p19
  2331. 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)
  2332. w19 = Instance.new("Weld", p19)
  2333. w19.Name = "Part_Weld"
  2334. w19.Part0 = p19
  2335. 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)
  2336. w19.Part1 = p20
  2337. 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)
  2338. w20 = Instance.new("Weld", p20)
  2339. w20.Name = "Part_Weld"
  2340. w20.Part0 = p20
  2341. 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)
  2342. w20.Part1 = p21
  2343. 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)
  2344. m.Parent = char
  2345. m:MakeJoints()
  2346. ----------------------------------------------------
  2347.  
  2348. w14 = Instance.new("Weld", p14)
  2349. w14.Name = "ArmPart_Weld"
  2350. w14.Part0 = p14
  2351. 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)
  2352. w14.Part1 = p15
  2353. 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)
  2354.  
  2355. p15 = Instance.new("Part", m)
  2356. p15.BrickColor = BrickColor.new("Medium stone grey")
  2357. p15.Transparency = 1
  2358. p15.Name = "ArmPart"
  2359. p15.FormFactor = Enum.FormFactor.Custom
  2360. p15.Size = Vector3.new(2, 1, 1)
  2361. 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)
  2362. p15.CanCollide = false
  2363. p15.Locked = true
  2364. p15.BottomSurface = Enum.SurfaceType.Smooth
  2365. p15.TopSurface = Enum.SurfaceType.Smooth
  2366.  
  2367.  
  2368. for i,v in pairs (char.Absolution:GetChildren()) do
  2369. if v:IsA("Part") then
  2370. v.Anchored=false
  2371. v.CanCollide=false
  2372. v.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  2373. end
  2374. end]]
  2375.  
  2376.  
  2377.  
  2378. ----------------------------------------------------
  2379. local m = Instance.new("Model")
  2380. m.Name = "LeftArm"
  2381. p1 = Instance.new("WedgePart", m)
  2382. p1.BrickColor = BrickColor.new("Royal purple")
  2383. p1.Material = Enum.Material.Neon
  2384. p1.Name = "Wedge"
  2385. p1.FormFactor = Enum.FormFactor.Custom
  2386. p1.Size = Vector3.new(1, 1.19999981, 4)
  2387. 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)
  2388. p1.CanCollide = false
  2389. p1.Locked = true
  2390. p1.TopSurface = Enum.SurfaceType.Smooth
  2391. b1 = Instance.new("SpecialMesh", p1)
  2392. b1.MeshType = Enum.MeshType.Wedge
  2393. b1.Name = "Mesh"
  2394. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2395. p2 = Instance.new("WedgePart", m)
  2396. p2.BrickColor = BrickColor.new("Royal purple")
  2397. p2.Material = Enum.Material.Neon
  2398. p2.Name = "Wedge"
  2399. p2.FormFactor = Enum.FormFactor.Custom
  2400. p2.Size = Vector3.new(1, 1.19999981, 4)
  2401. 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)
  2402. p2.CanCollide = false
  2403. p2.Locked = true
  2404. p2.TopSurface = Enum.SurfaceType.Smooth
  2405. b2 = Instance.new("SpecialMesh", p2)
  2406. b2.MeshType = Enum.MeshType.Wedge
  2407. b2.Name = "Mesh"
  2408. b2.Scale = Vector3.new(0.200000003, 1, 1)
  2409. p3 = Instance.new("WedgePart", m)
  2410. p3.BrickColor = BrickColor.new("Royal purple")
  2411. p3.Material = Enum.Material.Neon
  2412. p3.Name = "Wedge"
  2413. p3.FormFactor = Enum.FormFactor.Custom
  2414. p3.Size = Vector3.new(1, 1.19999981, 4)
  2415. 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)
  2416. p3.CanCollide = false
  2417. p3.Locked = true
  2418. p3.TopSurface = Enum.SurfaceType.Smooth
  2419. b3 = Instance.new("SpecialMesh", p3)
  2420. b3.MeshType = Enum.MeshType.Wedge
  2421. b3.Name = "Mesh"
  2422. b3.Scale = Vector3.new(0.200000003, 1, 1)
  2423. p4 = Instance.new("WedgePart", m)
  2424. p4.BrickColor = BrickColor.new("Royal purple")
  2425. p4.Material = Enum.Material.Neon
  2426. p4.Name = "Wedge"
  2427. p4.FormFactor = Enum.FormFactor.Custom
  2428. p4.Size = Vector3.new(1, 1.19999981, 4)
  2429. 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)
  2430. p4.CanCollide = false
  2431. p4.Locked = true
  2432. p4.TopSurface = Enum.SurfaceType.Smooth
  2433. b4 = Instance.new("SpecialMesh", p4)
  2434. b4.MeshType = Enum.MeshType.Wedge
  2435. b4.Name = "Mesh"
  2436. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2437. p5 = Instance.new("WedgePart", m)
  2438. p5.BrickColor = BrickColor.new("Royal purple")
  2439. p5.Material = Enum.Material.Neon
  2440. p5.Name = "Wedge"
  2441. p5.FormFactor = Enum.FormFactor.Custom
  2442. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2443. 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)
  2444. p5.CanCollide = false
  2445. p5.Locked = true
  2446. p5.TopSurface = Enum.SurfaceType.Smooth
  2447. b5 = Instance.new("SpecialMesh", p5)
  2448. b5.MeshType = Enum.MeshType.Wedge
  2449. b5.Name = "Mesh"
  2450. b5.Scale = Vector3.new(0.200000003, 1, 1)
  2451. p6 = Instance.new("WedgePart", m)
  2452. p6.BrickColor = BrickColor.new("Royal purple")
  2453. p6.Material = Enum.Material.Neon
  2454. p6.Name = "Wedge"
  2455. p6.FormFactor = Enum.FormFactor.Custom
  2456. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2457. 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)
  2458. p6.CanCollide = false
  2459. p6.Locked = true
  2460. p6.TopSurface = Enum.SurfaceType.Smooth
  2461. b6 = Instance.new("SpecialMesh", p6)
  2462. b6.MeshType = Enum.MeshType.Wedge
  2463. b6.Name = "Mesh"
  2464. b6.Scale = Vector3.new(0.200000003, 1, 1)
  2465. p7 = Instance.new("WedgePart", m)
  2466. p7.BrickColor = BrickColor.new("Royal purple")
  2467. p7.Material = Enum.Material.Neon
  2468. p7.Name = "Wedge"
  2469. p7.FormFactor = Enum.FormFactor.Custom
  2470. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2471. 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)
  2472. p7.CanCollide = false
  2473. p7.Locked = true
  2474. p7.TopSurface = Enum.SurfaceType.Smooth
  2475. b7 = Instance.new("SpecialMesh", p7)
  2476. b7.MeshType = Enum.MeshType.Wedge
  2477. b7.Name = "Mesh"
  2478. b7.Scale = Vector3.new(0.200000003, 1, 1)
  2479. p8 = Instance.new("Part", m)
  2480. p8.BrickColor = BrickColor.new("Really black")
  2481. p8.Material = Enum.Material.Neon
  2482. p8.FormFactor = Enum.FormFactor.Custom
  2483. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2484. 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)
  2485. p8.CanCollide = false
  2486. p8.Locked = true
  2487. p8.BottomSurface = Enum.SurfaceType.Smooth
  2488. p8.TopSurface = Enum.SurfaceType.Smooth
  2489. b8 = Instance.new("SpecialMesh", p8)
  2490. b8.MeshType = Enum.MeshType.Sphere
  2491. b8.Name = "Mesh"
  2492. p9 = Instance.new("Part", m)
  2493. p9.BrickColor = BrickColor.new("Really black")
  2494. p9.Material = Enum.Material.Neon
  2495. p9.FormFactor = Enum.FormFactor.Custom
  2496. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2497. 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)
  2498. p9.CanCollide = false
  2499. p9.Locked = true
  2500. p9.BottomSurface = Enum.SurfaceType.Smooth
  2501. p9.TopSurface = Enum.SurfaceType.Smooth
  2502. b9 = Instance.new("SpecialMesh", p9)
  2503. b9.MeshType = Enum.MeshType.Sphere
  2504. b9.Name = "Mesh"
  2505. p10 = Instance.new("Part", m)
  2506. p10.BrickColor = BrickColor.new("Royal purple")
  2507. p10.Material = Enum.Material.Neon
  2508. p10.FormFactor = Enum.FormFactor.Custom
  2509. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  2510. 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)
  2511. p10.CanCollide = false
  2512. p10.Locked = true
  2513. p10.BottomSurface = Enum.SurfaceType.Smooth
  2514. p10.TopSurface = Enum.SurfaceType.Smooth
  2515. p11 = Instance.new("Part", m)
  2516. p11.BrickColor = BrickColor.new("Royal purple")
  2517. p11.Material = Enum.Material.Neon
  2518. p11.FormFactor = Enum.FormFactor.Custom
  2519. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2520. 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)
  2521. p11.CanCollide = false
  2522. p11.Locked = true
  2523. p11.BottomSurface = Enum.SurfaceType.Smooth
  2524. p11.TopSurface = Enum.SurfaceType.Smooth
  2525. p12 = Instance.new("Part", m)
  2526. p12.BrickColor = BrickColor.new("Really black")
  2527. p12.Material = Enum.Material.Neon
  2528. p12.FormFactor = Enum.FormFactor.Custom
  2529. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2530. 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)
  2531. p12.CanCollide = false
  2532. p12.Locked = true
  2533. p12.BottomSurface = Enum.SurfaceType.Smooth
  2534. p12.TopSurface = Enum.SurfaceType.Smooth
  2535. b10 = Instance.new("SpecialMesh", p12)
  2536. b10.MeshType = Enum.MeshType.Sphere
  2537. b10.Name = "Mesh"
  2538. p13 = Instance.new("Part", m)
  2539. p13.BrickColor = BrickColor.new("Royal purple")
  2540. p13.Material = Enum.Material.Neon
  2541. p13.FormFactor = Enum.FormFactor.Custom
  2542. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  2543. 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)
  2544. p13.CanCollide = false
  2545. p13.Locked = true
  2546. p13.BottomSurface = Enum.SurfaceType.Smooth
  2547. p13.TopSurface = Enum.SurfaceType.Smooth
  2548. b11 = Instance.new("SpecialMesh", p13)
  2549. b11.MeshType = Enum.MeshType.Sphere
  2550. b11.Name = "Mesh"
  2551. p14 = Instance.new("Part", m)
  2552. p14.BrickColor = BrickColor.new("Really black")
  2553. p14.Material = Enum.Material.Neon
  2554. p14.FormFactor = Enum.FormFactor.Custom
  2555. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2556. 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)
  2557. p14.CanCollide = false
  2558. p14.Locked = true
  2559. p14.BottomSurface = Enum.SurfaceType.Smooth
  2560. p14.TopSurface = Enum.SurfaceType.Smooth
  2561. b12 = Instance.new("SpecialMesh", p14)
  2562. b12.MeshType = Enum.MeshType.Sphere
  2563. b12.Name = "Mesh"
  2564. p15 = Instance.new("Part", m)
  2565. p15.BrickColor = BrickColor.new("Really black")
  2566. p15.Transparency = 1
  2567. p15.Material = Enum.Material.Metal
  2568. p15.Name = "Main"
  2569. p15.FormFactor = Enum.FormFactor.Custom
  2570. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2571. 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)
  2572. p15.CanCollide = false
  2573. p15.Locked = true
  2574. p15.BottomSurface = Enum.SurfaceType.Smooth
  2575. p15.TopSurface = Enum.SurfaceType.Smooth
  2576. p16 = Instance.new("Part", m)
  2577. p16.BrickColor = BrickColor.new("Really black")
  2578. p16.Material = Enum.Material.Neon
  2579. p16.FormFactor = Enum.FormFactor.Custom
  2580. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2581. 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)
  2582. p16.CanCollide = false
  2583. p16.Locked = true
  2584. p16.BottomSurface = Enum.SurfaceType.Smooth
  2585. p16.TopSurface = Enum.SurfaceType.Smooth
  2586. b13 = Instance.new("SpecialMesh", p16)
  2587. b13.MeshType = Enum.MeshType.Sphere
  2588. b13.Name = "Mesh"
  2589. p17 = Instance.new("Part", m)
  2590. p17.BrickColor = BrickColor.new("Royal purple")
  2591. p17.Material = Enum.Material.Neon
  2592. p17.FormFactor = Enum.FormFactor.Custom
  2593. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2594. 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)
  2595. p17.CanCollide = false
  2596. p17.Locked = true
  2597. p17.BottomSurface = Enum.SurfaceType.Smooth
  2598. p17.TopSurface = Enum.SurfaceType.Smooth
  2599. p18 = Instance.new("Part", m)
  2600. p18.BrickColor = BrickColor.new("Royal purple")
  2601. p18.Material = Enum.Material.Neon
  2602. p18.FormFactor = Enum.FormFactor.Custom
  2603. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2604. 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)
  2605. p18.CanCollide = false
  2606. p18.Locked = true
  2607. p18.BottomSurface = Enum.SurfaceType.Smooth
  2608. p18.TopSurface = Enum.SurfaceType.Smooth
  2609. p19 = Instance.new("Part", m)
  2610. p19.BrickColor = BrickColor.new("Royal purple")
  2611. p19.Material = Enum.Material.Neon
  2612. p19.FormFactor = Enum.FormFactor.Custom
  2613. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2614. 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)
  2615. p19.CanCollide = false
  2616. p19.Locked = true
  2617. p19.BottomSurface = Enum.SurfaceType.Smooth
  2618. p19.TopSurface = Enum.SurfaceType.Smooth
  2619. p20 = Instance.new("Part", m)
  2620. p20.BrickColor = BrickColor.new("Royal purple")
  2621. p20.Material = Enum.Material.Neon
  2622. p20.FormFactor = Enum.FormFactor.Custom
  2623. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  2624. 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)
  2625. p20.CanCollide = false
  2626. p20.Locked = true
  2627. p20.BottomSurface = Enum.SurfaceType.Smooth
  2628. p20.TopSurface = Enum.SurfaceType.Smooth
  2629. p21 = Instance.new("Part", m)
  2630. p21.BrickColor = BrickColor.new("Royal purple")
  2631. p21.Material = Enum.Material.Neon
  2632. p21.FormFactor = Enum.FormFactor.Custom
  2633. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2634. 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)
  2635. p21.CanCollide = false
  2636. p21.Locked = true
  2637. p21.BottomSurface = Enum.SurfaceType.Smooth
  2638. p21.TopSurface = Enum.SurfaceType.Smooth
  2639. p22 = Instance.new("Part", m)
  2640. p22.BrickColor = BrickColor.new("Really black")
  2641. p22.Material = Enum.Material.Neon
  2642. p22.FormFactor = Enum.FormFactor.Custom
  2643. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2644. 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)
  2645. p22.CanCollide = false
  2646. p22.Locked = true
  2647. p22.BottomSurface = Enum.SurfaceType.Smooth
  2648. p22.TopSurface = Enum.SurfaceType.Smooth
  2649. b14 = Instance.new("SpecialMesh", p22)
  2650. b14.MeshType = Enum.MeshType.Sphere
  2651. b14.Name = "Mesh"
  2652. p23 = Instance.new("Part", m)
  2653. p23.BrickColor = BrickColor.new("Really black")
  2654. p23.Material = Enum.Material.Neon
  2655. p23.FormFactor = Enum.FormFactor.Custom
  2656. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2657. 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)
  2658. p23.CanCollide = false
  2659. p23.Locked = true
  2660. p23.BottomSurface = Enum.SurfaceType.Smooth
  2661. p23.TopSurface = Enum.SurfaceType.Smooth
  2662. b15 = Instance.new("SpecialMesh", p23)
  2663. b15.MeshType = Enum.MeshType.Sphere
  2664. b15.Name = "Mesh"
  2665. p24 = Instance.new("Part", m)
  2666. p24.BrickColor = BrickColor.new("Really black")
  2667. p24.Material = Enum.Material.Neon
  2668. p24.FormFactor = Enum.FormFactor.Custom
  2669. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2670. 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)
  2671. p24.CanCollide = false
  2672. p24.Locked = true
  2673. p24.BottomSurface = Enum.SurfaceType.Smooth
  2674. p24.TopSurface = Enum.SurfaceType.Smooth
  2675. b16 = Instance.new("SpecialMesh", p24)
  2676. b16.MeshType = Enum.MeshType.Sphere
  2677. b16.Name = "Mesh"
  2678. w1 = Instance.new("Weld", p1)
  2679. w1.Name = "Wedge_Weld"
  2680. w1.Part0 = p1
  2681. 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)
  2682. w1.Part1 = p2
  2683. 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)
  2684. w2 = Instance.new("Weld", p2)
  2685. w2.Name = "Wedge_Weld"
  2686. w2.Part0 = p2
  2687. 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)
  2688. w2.Part1 = p3
  2689. 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)
  2690. w3 = Instance.new("Weld", p3)
  2691. w3.Name = "Wedge_Weld"
  2692. w3.Part0 = p3
  2693. 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)
  2694. w3.Part1 = p4
  2695. 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)
  2696. w4 = Instance.new("Weld", p4)
  2697. w4.Name = "Wedge_Weld"
  2698. w4.Part0 = p4
  2699. 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)
  2700. w4.Part1 = p5
  2701. 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)
  2702. w5 = Instance.new("Weld", p5)
  2703. w5.Name = "Wedge_Weld"
  2704. w5.Part0 = p5
  2705. 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)
  2706. w5.Part1 = p6
  2707. 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)
  2708. w6 = Instance.new("Weld", p6)
  2709. w6.Name = "Wedge_Weld"
  2710. w6.Part0 = p6
  2711. 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)
  2712. w6.Part1 = p7
  2713. 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)
  2714. w7 = Instance.new("Weld", p7)
  2715. w7.Name = "Part_Weld"
  2716. w7.Part0 = p7
  2717. 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)
  2718. w7.Part1 = p8
  2719. 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)
  2720. w8 = Instance.new("Weld", p8)
  2721. w8.Name = "Part_Weld"
  2722. w8.Part0 = p8
  2723. 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)
  2724. w8.Part1 = p9
  2725. 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)
  2726. w9 = Instance.new("Weld", p9)
  2727. w9.Name = "Part_Weld"
  2728. w9.Part0 = p9
  2729. 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)
  2730. w9.Part1 = p10
  2731. 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)
  2732. w10 = Instance.new("Weld", p10)
  2733. w10.Name = "Part_Weld"
  2734. w10.Part0 = p10
  2735. 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)
  2736. w10.Part1 = p11
  2737. 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)
  2738. w11 = Instance.new("Weld", p11)
  2739. w11.Name = "Part_Weld"
  2740. w11.Part0 = p11
  2741. 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)
  2742. w11.Part1 = p12
  2743. 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)
  2744. w12 = Instance.new("Weld", p12)
  2745. w12.Name = "Part_Weld"
  2746. w12.Part0 = p12
  2747. 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)
  2748. w12.Part1 = p13
  2749. 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)
  2750. w13 = Instance.new("Weld", p13)
  2751. w13.Name = "Part_Weld"
  2752. w13.Part0 = p13
  2753. 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)
  2754. w13.Part1 = p14
  2755. 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)
  2756. w14 = Instance.new("Weld", p14)
  2757. w14.Name = "Part_Weld"
  2758. w14.Part0 = p14
  2759. 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)
  2760. w14.Part1 = p15
  2761. 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)
  2762. w15 = Instance.new("Weld", p15)
  2763. w15.Name = "Part_Weld"
  2764. w15.Part0 = p15
  2765. 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)
  2766. w15.Part1 = p16
  2767. 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)
  2768. w16 = Instance.new("Weld", p16)
  2769. w16.Name = "Part_Weld"
  2770. w16.Part0 = p16
  2771. 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)
  2772. w16.Part1 = p17
  2773. 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)
  2774. w17 = Instance.new("Weld", p17)
  2775. w17.Name = "Part_Weld"
  2776. w17.Part0 = p17
  2777. 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)
  2778. w17.Part1 = p18
  2779. 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)
  2780. w18 = Instance.new("Weld", p18)
  2781. w18.Name = "Part_Weld"
  2782. w18.Part0 = p18
  2783. 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)
  2784. w18.Part1 = p19
  2785. 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)
  2786. w19 = Instance.new("Weld", p19)
  2787. w19.Name = "Part_Weld"
  2788. w19.Part0 = p19
  2789. 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)
  2790. w19.Part1 = p20
  2791. 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)
  2792. w20 = Instance.new("Weld", p20)
  2793. w20.Name = "Part_Weld"
  2794. w20.Part0 = p20
  2795. 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)
  2796. w20.Part1 = p21
  2797. 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)
  2798. w21 = Instance.new("Weld", p21)
  2799. w21.Name = "Part_Weld"
  2800. w21.Part0 = p21
  2801. 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)
  2802. w21.Part1 = p22
  2803. 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)
  2804. w22 = Instance.new("Weld", p22)
  2805. w22.Name = "Part_Weld"
  2806. w22.Part0 = p22
  2807. 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)
  2808. w22.Part1 = p23
  2809. 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)
  2810. w23 = Instance.new("Weld", p23)
  2811. w23.Name = "Part_Weld"
  2812. w23.Part0 = p23
  2813. 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)
  2814. w23.Part1 = p24
  2815. 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)
  2816. w24 = Instance.new("Weld", p24)
  2817. w24.Name = "Part_Weld"
  2818. w24.Part0 = p24
  2819. 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)
  2820. m.Parent = larm
  2821. m:MakeJoints()
  2822. ----------------------------------------------------
  2823. local cor3 = Instance.new("Part", larm.LeftArm)
  2824. cor3.Name = "Thingy"
  2825. cor3.Locked = true
  2826. cor3.BottomSurface = 0
  2827. cor3.CanCollide = false
  2828. cor3.Size = Vector3.new(2, 1, 1)
  2829. cor3.Transparency = 1
  2830. cor3.TopSurface = 0
  2831. corw2 = Instance.new("Weld", cor3)
  2832. corw2.Part0 = larm
  2833. corw2.Part1 = cor3
  2834. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2835. corw2.C1 = CFrame.new(0, 0, 0)
  2836. weld2 = Instance.new("Weld", larm.LeftArm)
  2837. weld2.Part0 = cor3
  2838. weld2.Part1 = p15
  2839. weld2.C0 = CFrame.new(0, 0, .6)
  2840. ----------------------------------------------------
  2841. ----------------------------------------------------
  2842. local m = Instance.new("Model")
  2843. m.Name = "RightArm"
  2844. p1 = Instance.new("WedgePart", m)
  2845. p1.BrickColor = BrickColor.new("Royal purple")
  2846. p1.Material = Enum.Material.Neon
  2847. p1.Name = "Wedge"
  2848. p1.FormFactor = Enum.FormFactor.Custom
  2849. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2850. 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)
  2851. p1.CanCollide = false
  2852. p1.Locked = true
  2853. p1.TopSurface = Enum.SurfaceType.Smooth
  2854. b1 = Instance.new("SpecialMesh", p1)
  2855. b1.MeshType = Enum.MeshType.Wedge
  2856. b1.Name = "Mesh"
  2857. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2858. p2 = Instance.new("WedgePart", m)
  2859. p2.BrickColor = BrickColor.new("Royal purple")
  2860. p2.Material = Enum.Material.Neon
  2861. p2.Name = "Wedge"
  2862. p2.FormFactor = Enum.FormFactor.Custom
  2863. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2864. 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)
  2865. p2.CanCollide = false
  2866. p2.Locked = true
  2867. p2.TopSurface = Enum.SurfaceType.Smooth
  2868. b2 = Instance.new("SpecialMesh", p2)
  2869. b2.MeshType = Enum.MeshType.Wedge
  2870. b2.Name = "Mesh"
  2871. b2.Scale = Vector3.new(0.200000003, 1, 1)
  2872. p3 = Instance.new("WedgePart", m)
  2873. p3.BrickColor = BrickColor.new("Royal purple")
  2874. p3.Material = Enum.Material.Neon
  2875. p3.Name = "Wedge"
  2876. p3.FormFactor = Enum.FormFactor.Custom
  2877. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  2878. 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)
  2879. p3.CanCollide = false
  2880. p3.Locked = true
  2881. p3.TopSurface = Enum.SurfaceType.Smooth
  2882. b3 = Instance.new("SpecialMesh", p3)
  2883. b3.MeshType = Enum.MeshType.Wedge
  2884. b3.Name = "Mesh"
  2885. b3.Scale = Vector3.new(0.200000003, 1, 1)
  2886. p4 = Instance.new("WedgePart", m)
  2887. p4.BrickColor = BrickColor.new("Royal purple")
  2888. p4.Material = Enum.Material.Neon
  2889. p4.Name = "Wedge"
  2890. p4.FormFactor = Enum.FormFactor.Custom
  2891. p4.Size = Vector3.new(1, 1.19999981, 4)
  2892. 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)
  2893. p4.CanCollide = false
  2894. p4.Locked = true
  2895. p4.TopSurface = Enum.SurfaceType.Smooth
  2896. b4 = Instance.new("SpecialMesh", p4)
  2897. b4.MeshType = Enum.MeshType.Wedge
  2898. b4.Name = "Mesh"
  2899. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2900. p5 = Instance.new("WedgePart", m)
  2901. p5.BrickColor = BrickColor.new("Royal purple")
  2902. p5.Material = Enum.Material.Neon
  2903. p5.Name = "Wedge"
  2904. p5.FormFactor = Enum.FormFactor.Custom
  2905. p5.Size = Vector3.new(1, 1.19999981, 4)
  2906. 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)
  2907. p5.CanCollide = false
  2908. p5.Locked = true
  2909. p5.TopSurface = Enum.SurfaceType.Smooth
  2910. b5 = Instance.new("SpecialMesh", p5)
  2911. b5.MeshType = Enum.MeshType.Wedge
  2912. b5.Name = "Mesh"
  2913. b5.Scale = Vector3.new(0.200000003, 1, 1)
  2914. p6 = Instance.new("WedgePart", m)
  2915. p6.BrickColor = BrickColor.new("Royal purple")
  2916. p6.Material = Enum.Material.Neon
  2917. p6.Name = "Wedge"
  2918. p6.FormFactor = Enum.FormFactor.Custom
  2919. p6.Size = Vector3.new(1, 1.19999981, 4)
  2920. 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)
  2921. p6.CanCollide = false
  2922. p6.Locked = true
  2923. p6.TopSurface = Enum.SurfaceType.Smooth
  2924. b6 = Instance.new("SpecialMesh", p6)
  2925. b6.MeshType = Enum.MeshType.Wedge
  2926. b6.Name = "Mesh"
  2927. b6.Scale = Vector3.new(0.200000003, 1, 1)
  2928. p7 = Instance.new("Part", m)
  2929. p7.BrickColor = BrickColor.new("Really black")
  2930. p7.Material = Enum.Material.Neon
  2931. p7.FormFactor = Enum.FormFactor.Custom
  2932. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2933. 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)
  2934. p7.CanCollide = false
  2935. p7.Locked = true
  2936. p7.BottomSurface = Enum.SurfaceType.Smooth
  2937. p7.TopSurface = Enum.SurfaceType.Smooth
  2938. b7 = Instance.new("SpecialMesh", p7)
  2939. b7.MeshType = Enum.MeshType.Sphere
  2940. b7.Name = "Mesh"
  2941. p8 = Instance.new("Part", m)
  2942. p8.BrickColor = BrickColor.new("Royal purple")
  2943. p8.Material = Enum.Material.Neon
  2944. p8.FormFactor = Enum.FormFactor.Custom
  2945. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  2946. 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)
  2947. p8.CanCollide = false
  2948. p8.Locked = true
  2949. p8.BottomSurface = Enum.SurfaceType.Smooth
  2950. p8.TopSurface = Enum.SurfaceType.Smooth
  2951. p9 = Instance.new("Part", m)
  2952. p9.BrickColor = BrickColor.new("Really black")
  2953. p9.Material = Enum.Material.Neon
  2954. p9.FormFactor = Enum.FormFactor.Custom
  2955. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2956. 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)
  2957. p9.CanCollide = false
  2958. p9.Locked = true
  2959. p9.BottomSurface = Enum.SurfaceType.Smooth
  2960. p9.TopSurface = Enum.SurfaceType.Smooth
  2961. b8 = Instance.new("SpecialMesh", p9)
  2962. b8.MeshType = Enum.MeshType.Sphere
  2963. b8.Name = "Mesh"
  2964. p10 = Instance.new("Part", m)
  2965. p10.BrickColor = BrickColor.new("Really black")
  2966. p10.Material = Enum.Material.Neon
  2967. p10.FormFactor = Enum.FormFactor.Custom
  2968. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2969. 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)
  2970. p10.CanCollide = false
  2971. p10.Locked = true
  2972. p10.BottomSurface = Enum.SurfaceType.Smooth
  2973. p10.TopSurface = Enum.SurfaceType.Smooth
  2974. b9 = Instance.new("SpecialMesh", p10)
  2975. b9.MeshType = Enum.MeshType.Sphere
  2976. b9.Name = "Mesh"
  2977. p11 = Instance.new("Part", m)
  2978. p11.BrickColor = BrickColor.new("Royal purple")
  2979. p11.Material = Enum.Material.Neon
  2980. p11.FormFactor = Enum.FormFactor.Custom
  2981. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  2982. 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)
  2983. p11.CanCollide = false
  2984. p11.Locked = true
  2985. p11.BottomSurface = Enum.SurfaceType.Smooth
  2986. p11.TopSurface = Enum.SurfaceType.Smooth
  2987. p12 = Instance.new("Part", m)
  2988. p12.BrickColor = BrickColor.new("Royal purple")
  2989. p12.Material = Enum.Material.Neon
  2990. p12.FormFactor = Enum.FormFactor.Custom
  2991. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  2992. 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)
  2993. p12.CanCollide = false
  2994. p12.Locked = true
  2995. p12.BottomSurface = Enum.SurfaceType.Smooth
  2996. p12.TopSurface = Enum.SurfaceType.Smooth
  2997. p13 = Instance.new("Part", m)
  2998. p13.BrickColor = BrickColor.new("Royal purple")
  2999. p13.Material = Enum.Material.Neon
  3000. p13.FormFactor = Enum.FormFactor.Custom
  3001. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  3002. 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)
  3003. p13.CanCollide = false
  3004. p13.Locked = true
  3005. p13.BottomSurface = Enum.SurfaceType.Smooth
  3006. p13.TopSurface = Enum.SurfaceType.Smooth
  3007. b10 = Instance.new("SpecialMesh", p13)
  3008. b10.MeshType = Enum.MeshType.Sphere
  3009. b10.Name = "Mesh"
  3010. p14 = Instance.new("Part", m)
  3011. p14.BrickColor = BrickColor.new("Really black")
  3012. p14.Material = Enum.Material.Metal
  3013. p14.Name = "Main"
  3014. p14.Transparency = 1
  3015. p14.FormFactor = Enum.FormFactor.Custom
  3016. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3017. 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)
  3018. p14.CanCollide = false
  3019. p14.Locked = true
  3020. p14.BottomSurface = Enum.SurfaceType.Smooth
  3021. p14.TopSurface = Enum.SurfaceType.Smooth
  3022. p15 = Instance.new("Part", m)
  3023. p15.BrickColor = BrickColor.new("Really black")
  3024. p15.Material = Enum.Material.Neon
  3025. p15.FormFactor = Enum.FormFactor.Custom
  3026. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3027. 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)
  3028. p15.CanCollide = false
  3029. p15.Locked = true
  3030. p15.BottomSurface = Enum.SurfaceType.Smooth
  3031. p15.TopSurface = Enum.SurfaceType.Smooth
  3032. b11 = Instance.new("SpecialMesh", p15)
  3033. b11.MeshType = Enum.MeshType.Sphere
  3034. b11.Name = "Mesh"
  3035. p16 = Instance.new("Part", m)
  3036. p16.BrickColor = BrickColor.new("Royal purple")
  3037. p16.Material = Enum.Material.Neon
  3038. p16.FormFactor = Enum.FormFactor.Custom
  3039. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  3040. 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)
  3041. p16.CanCollide = false
  3042. p16.Locked = true
  3043. p16.BottomSurface = Enum.SurfaceType.Smooth
  3044. p16.TopSurface = Enum.SurfaceType.Smooth
  3045. p17 = Instance.new("Part", m)
  3046. p17.BrickColor = BrickColor.new("Royal purple")
  3047. p17.Material = Enum.Material.Neon
  3048. p17.FormFactor = Enum.FormFactor.Custom
  3049. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  3050. 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)
  3051. p17.CanCollide = false
  3052. p17.Locked = true
  3053. p17.BottomSurface = Enum.SurfaceType.Smooth
  3054. p17.TopSurface = Enum.SurfaceType.Smooth
  3055. p18 = Instance.new("Part", m)
  3056. p18.BrickColor = BrickColor.new("Really black")
  3057. p18.Material = Enum.Material.Neon
  3058. p18.FormFactor = Enum.FormFactor.Custom
  3059. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3060. 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)
  3061. p18.CanCollide = false
  3062. p18.Locked = true
  3063. p18.BottomSurface = Enum.SurfaceType.Smooth
  3064. p18.TopSurface = Enum.SurfaceType.Smooth
  3065. b12 = Instance.new("SpecialMesh", p18)
  3066. b12.MeshType = Enum.MeshType.Sphere
  3067. b12.Name = "Mesh"
  3068. p19 = Instance.new("Part", m)
  3069. p19.BrickColor = BrickColor.new("Really black")
  3070. p19.Material = Enum.Material.Neon
  3071. p19.FormFactor = Enum.FormFactor.Custom
  3072. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3073. 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)
  3074. p19.CanCollide = false
  3075. p19.Locked = true
  3076. p19.BottomSurface = Enum.SurfaceType.Smooth
  3077. p19.TopSurface = Enum.SurfaceType.Smooth
  3078. b13 = Instance.new("SpecialMesh", p19)
  3079. b13.MeshType = Enum.MeshType.Sphere
  3080. b13.Name = "Mesh"
  3081. w1 = Instance.new("Weld", p1)
  3082. w1.Name = "Wedge_Weld"
  3083. w1.Part0 = p1
  3084. 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)
  3085. w1.Part1 = p2
  3086. 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)
  3087. w2 = Instance.new("Weld", p2)
  3088. w2.Name = "Wedge_Weld"
  3089. w2.Part0 = p2
  3090. 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)
  3091. w2.Part1 = p3
  3092. 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)
  3093. w3 = Instance.new("Weld", p3)
  3094. w3.Name = "Wedge_Weld"
  3095. w3.Part0 = p3
  3096. 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)
  3097. w3.Part1 = p4
  3098. 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)
  3099. w4 = Instance.new("Weld", p4)
  3100. w4.Name = "Wedge_Weld"
  3101. w4.Part0 = p4
  3102. 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)
  3103. w4.Part1 = p5
  3104. 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)
  3105. w5 = Instance.new("Weld", p5)
  3106. w5.Name = "Wedge_Weld"
  3107. w5.Part0 = p5
  3108. 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)
  3109. w5.Part1 = p6
  3110. 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)
  3111. w6 = Instance.new("Weld", p6)
  3112. w6.Name = "Part_Weld"
  3113. w6.Part0 = p6
  3114. 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)
  3115. w6.Part1 = p7
  3116. 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)
  3117. w7 = Instance.new("Weld", p7)
  3118. w7.Name = "Part_Weld"
  3119. w7.Part0 = p7
  3120. 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)
  3121. w7.Part1 = p8
  3122. 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)
  3123. w8 = Instance.new("Weld", p8)
  3124. w8.Name = "Part_Weld"
  3125. w8.Part0 = p8
  3126. 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)
  3127. w8.Part1 = p9
  3128. 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)
  3129. w9 = Instance.new("Weld", p9)
  3130. w9.Name = "Part_Weld"
  3131. w9.Part0 = p9
  3132. 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)
  3133. w9.Part1 = p10
  3134. 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)
  3135. w10 = Instance.new("Weld", p10)
  3136. w10.Name = "Part_Weld"
  3137. w10.Part0 = p10
  3138. 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)
  3139. w10.Part1 = p11
  3140. 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)
  3141. w11 = Instance.new("Weld", p11)
  3142. w11.Name = "Part_Weld"
  3143. w11.Part0 = p11
  3144. 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)
  3145. w11.Part1 = p12
  3146. 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)
  3147. w12 = Instance.new("Weld", p12)
  3148. w12.Name = "Part_Weld"
  3149. w12.Part0 = p12
  3150. 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)
  3151. w12.Part1 = p13
  3152. 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)
  3153. w13 = Instance.new("Weld", p13)
  3154. w13.Name = "Part_Weld"
  3155. w13.Part0 = p13
  3156. 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)
  3157. w13.Part1 = p14
  3158. 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)
  3159. w14 = Instance.new("Weld", p14)
  3160. w14.Name = "Part_Weld"
  3161. w14.Part0 = p14
  3162. 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)
  3163. w14.Part1 = p15
  3164. 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)
  3165. w15 = Instance.new("Weld", p15)
  3166. w15.Name = "Part_Weld"
  3167. w15.Part0 = p15
  3168. 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)
  3169. w15.Part1 = p16
  3170. 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)
  3171. w16 = Instance.new("Weld", p16)
  3172. w16.Name = "Part_Weld"
  3173. w16.Part0 = p16
  3174. 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)
  3175. w16.Part1 = p17
  3176. 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)
  3177. w17 = Instance.new("Weld", p17)
  3178. w17.Name = "Part_Weld"
  3179. w17.Part0 = p17
  3180. 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)
  3181. w17.Part1 = p18
  3182. 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)
  3183. w18 = Instance.new("Weld", p18)
  3184. w18.Name = "Part_Weld"
  3185. w18.Part0 = p18
  3186. 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)
  3187. w18.Part1 = p19
  3188. 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)
  3189. w19 = Instance.new("Weld", p19)
  3190. w19.Name = "Wedge_Weld"
  3191. w19.Part0 = p19
  3192. 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)
  3193. m.Parent = rarm
  3194. m:MakeJoints()
  3195. ----------------------------------------------------
  3196. local cor4 = Instance.new("Part", rarm.RightArm)
  3197. cor4.Name = "Thingy"
  3198. cor4.Locked = true
  3199. cor4.BottomSurface = 0
  3200. cor4.CanCollide = false
  3201. cor4.Size = Vector3.new(2, 1, 1)
  3202. cor4.Transparency = 1
  3203. cor4.TopSurface = 0
  3204. corw2 = Instance.new("Weld", cor4)
  3205. corw2.Part0 = rarm
  3206. corw2.Part1 = cor4
  3207. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3208. corw2.C1 = CFrame.new(0, 0, 0)
  3209. weld2 = Instance.new("Weld", rarm.RightArm)
  3210. weld2.Part0 = cor4
  3211. weld2.Part1 = p14
  3212. weld2.C0 = CFrame.new(0, 0, .6)
  3213. ----------------------------------------------------
  3214. local m = Instance.new("Model")
  3215. m.Name = "RightLeg"
  3216. p1 = Instance.new("Part", m)
  3217. p1.BrickColor = BrickColor.new("Really black")
  3218. p1.Material = Enum.Material.Neon
  3219. p1.FormFactor = Enum.FormFactor.Custom
  3220. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3221. 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)
  3222. p1.CanCollide = false
  3223. p1.Locked = true
  3224. p1.BottomSurface = Enum.SurfaceType.Smooth
  3225. p1.TopSurface = Enum.SurfaceType.Smooth
  3226. b1 = Instance.new("SpecialMesh", p1)
  3227. b1.MeshType = Enum.MeshType.Sphere
  3228. b1.Name = "Mesh"
  3229. p2 = Instance.new("Part", m)
  3230. p2.BrickColor = BrickColor.new("Really black")
  3231. p2.Material = Enum.Material.Neon
  3232. p2.FormFactor = Enum.FormFactor.Custom
  3233. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3234. 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)
  3235. p2.CanCollide = false
  3236. p2.Locked = true
  3237. p2.BottomSurface = Enum.SurfaceType.Smooth
  3238. p2.TopSurface = Enum.SurfaceType.Smooth
  3239. b2 = Instance.new("SpecialMesh", p2)
  3240. b2.MeshType = Enum.MeshType.Sphere
  3241. b2.Name = "Mesh"
  3242. p3 = Instance.new("Part", m)
  3243. p3.BrickColor = BrickColor.new("Royal purple")
  3244. p3.Material = Enum.Material.Neon
  3245. p3.FormFactor = Enum.FormFactor.Custom
  3246. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  3247. 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)
  3248. p3.CanCollide = false
  3249. p3.Locked = true
  3250. p3.BottomSurface = Enum.SurfaceType.Smooth
  3251. p3.TopSurface = Enum.SurfaceType.Smooth
  3252. p4 = Instance.new("Part", m)
  3253. p4.BrickColor = BrickColor.new("Really black")
  3254. p4.Material = Enum.Material.Neon
  3255. p4.FormFactor = Enum.FormFactor.Custom
  3256. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3257. 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)
  3258. p4.CanCollide = false
  3259. p4.Locked = true
  3260. p4.BottomSurface = Enum.SurfaceType.Smooth
  3261. p4.TopSurface = Enum.SurfaceType.Smooth
  3262. b3 = Instance.new("SpecialMesh", p4)
  3263. b3.MeshType = Enum.MeshType.Sphere
  3264. b3.Name = "Mesh"
  3265. p5 = Instance.new("Part", m)
  3266. p5.BrickColor = BrickColor.new("Royal purple")
  3267. p5.Material = Enum.Material.Neon
  3268. p5.FormFactor = Enum.FormFactor.Custom
  3269. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  3270. 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)
  3271. p5.CanCollide = false
  3272. p5.Locked = true
  3273. p5.BottomSurface = Enum.SurfaceType.Smooth
  3274. p5.TopSurface = Enum.SurfaceType.Smooth
  3275. p6 = Instance.new("Part", m)
  3276. p6.BrickColor = BrickColor.new("Royal purple")
  3277. p6.Material = Enum.Material.Neon
  3278. p6.FormFactor = Enum.FormFactor.Custom
  3279. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  3280. 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)
  3281. p6.CanCollide = false
  3282. p6.Locked = true
  3283. p6.BottomSurface = Enum.SurfaceType.Smooth
  3284. p6.TopSurface = Enum.SurfaceType.Smooth
  3285. p7 = Instance.new("Part", m)
  3286. p7.BrickColor = BrickColor.new("Really black")
  3287. p7.Material = Enum.Material.Metal
  3288. p7.Name = "Main"
  3289. p7.Transparency = 1
  3290. p7.FormFactor = Enum.FormFactor.Custom
  3291. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3292. 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)
  3293. p7.CanCollide = false
  3294. p7.Locked = true
  3295. p7.BottomSurface = Enum.SurfaceType.Smooth
  3296. p7.TopSurface = Enum.SurfaceType.Smooth
  3297. p8 = Instance.new("Part", m)
  3298. p8.BrickColor = BrickColor.new("Royal purple")
  3299. p8.Material = Enum.Material.Neon
  3300. p8.FormFactor = Enum.FormFactor.Custom
  3301. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  3302. 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)
  3303. p8.CanCollide = false
  3304. p8.Locked = true
  3305. p8.BottomSurface = Enum.SurfaceType.Smooth
  3306. p8.TopSurface = Enum.SurfaceType.Smooth
  3307. p9 = Instance.new("WedgePart", m)
  3308. p9.BrickColor = BrickColor.new("Royal purple")
  3309. p9.Material = Enum.Material.Neon
  3310. p9.Name = "Wedge"
  3311. p9.FormFactor = Enum.FormFactor.Custom
  3312. p9.Size = Vector3.new(1, 1.19999981, 4)
  3313. 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)
  3314. p9.CanCollide = false
  3315. p9.Locked = true
  3316. p9.TopSurface = Enum.SurfaceType.Smooth
  3317. b4 = Instance.new("SpecialMesh", p9)
  3318. b4.MeshType = Enum.MeshType.Wedge
  3319. b4.Name = "Mesh"
  3320. b4.Scale = Vector3.new(0.600000024, 1, 1)
  3321. p10 = Instance.new("Part", m)
  3322. p10.BrickColor = BrickColor.new("Really black")
  3323. p10.Material = Enum.Material.Neon
  3324. p10.FormFactor = Enum.FormFactor.Custom
  3325. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3326. 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)
  3327. p10.CanCollide = false
  3328. p10.Locked = true
  3329. p10.BottomSurface = Enum.SurfaceType.Smooth
  3330. p10.TopSurface = Enum.SurfaceType.Smooth
  3331. b5 = Instance.new("SpecialMesh", p10)
  3332. b5.MeshType = Enum.MeshType.Sphere
  3333. b5.Name = "Mesh"
  3334. p11 = Instance.new("Part", m)
  3335. p11.BrickColor = BrickColor.new("Really black")
  3336. p11.Material = Enum.Material.Neon
  3337. p11.FormFactor = Enum.FormFactor.Custom
  3338. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3339. 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)
  3340. p11.CanCollide = false
  3341. p11.Locked = true
  3342. p11.BottomSurface = Enum.SurfaceType.Smooth
  3343. p11.TopSurface = Enum.SurfaceType.Smooth
  3344. b6 = Instance.new("SpecialMesh", p11)
  3345. b6.MeshType = Enum.MeshType.Sphere
  3346. b6.Name = "Mesh"
  3347. p12 = Instance.new("Part", m)
  3348. p12.BrickColor = BrickColor.new("Royal purple")
  3349. p12.Material = Enum.Material.Neon
  3350. p12.FormFactor = Enum.FormFactor.Custom
  3351. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  3352. 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)
  3353. p12.CanCollide = false
  3354. p12.Locked = true
  3355. p12.BottomSurface = Enum.SurfaceType.Smooth
  3356. p12.TopSurface = Enum.SurfaceType.Smooth
  3357. p13 = Instance.new("Part", m)
  3358. p13.BrickColor = BrickColor.new("Really black")
  3359. p13.Material = Enum.Material.Neon
  3360. p13.FormFactor = Enum.FormFactor.Custom
  3361. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3362. 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)
  3363. p13.CanCollide = false
  3364. p13.Locked = true
  3365. p13.BottomSurface = Enum.SurfaceType.Smooth
  3366. p13.TopSurface = Enum.SurfaceType.Smooth
  3367. b7 = Instance.new("SpecialMesh", p13)
  3368. b7.MeshType = Enum.MeshType.Sphere
  3369. b7.Name = "Mesh"
  3370. p14 = Instance.new("WedgePart", m)
  3371. p14.BrickColor = BrickColor.new("Royal purple")
  3372. p14.Material = Enum.Material.Neon
  3373. p14.Name = "Wedge"
  3374. p14.FormFactor = Enum.FormFactor.Custom
  3375. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3376. 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)
  3377. p14.CanCollide = false
  3378. p14.Locked = true
  3379. p14.TopSurface = Enum.SurfaceType.Smooth
  3380. b8 = Instance.new("SpecialMesh", p14)
  3381. b8.MeshType = Enum.MeshType.Wedge
  3382. b8.Name = "Mesh"
  3383. b8.Scale = Vector3.new(0.200000003, 1, 1)
  3384. p15 = Instance.new("WedgePart", m)
  3385. p15.BrickColor = BrickColor.new("Royal purple")
  3386. p15.Material = Enum.Material.Neon
  3387. p15.Name = "Wedge"
  3388. p15.FormFactor = Enum.FormFactor.Custom
  3389. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3390. 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)
  3391. p15.CanCollide = false
  3392. p15.Locked = true
  3393. p15.TopSurface = Enum.SurfaceType.Smooth
  3394. b9 = Instance.new("SpecialMesh", p15)
  3395. b9.MeshType = Enum.MeshType.Wedge
  3396. b9.Name = "Mesh"
  3397. b9.Scale = Vector3.new(0.200000003, 1, 1)
  3398. p16 = Instance.new("WedgePart", m)
  3399. p16.BrickColor = BrickColor.new("Royal purple")
  3400. p16.Material = Enum.Material.Neon
  3401. p16.Name = "Wedge"
  3402. p16.FormFactor = Enum.FormFactor.Custom
  3403. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3404. 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)
  3405. p16.CanCollide = false
  3406. p16.Locked = true
  3407. p16.TopSurface = Enum.SurfaceType.Smooth
  3408. b10 = Instance.new("SpecialMesh", p16)
  3409. b10.MeshType = Enum.MeshType.Wedge
  3410. b10.Name = "Mesh"
  3411. b10.Scale = Vector3.new(0.200000003, 1, 1)
  3412. w1 = Instance.new("Weld", p1)
  3413. w1.Name = "Part_Weld"
  3414. w1.Part0 = p1
  3415. 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)
  3416. w1.Part1 = p2
  3417. 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)
  3418. w2 = Instance.new("Weld", p2)
  3419. w2.Name = "Part_Weld"
  3420. w2.Part0 = p2
  3421. 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)
  3422. w2.Part1 = p3
  3423. 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)
  3424. w3 = Instance.new("Weld", p3)
  3425. w3.Name = "Part_Weld"
  3426. w3.Part0 = p3
  3427. 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)
  3428. w3.Part1 = p4
  3429. 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)
  3430. w4 = Instance.new("Weld", p4)
  3431. w4.Name = "Part_Weld"
  3432. w4.Part0 = p4
  3433. 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)
  3434. w4.Part1 = p5
  3435. 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)
  3436. w5 = Instance.new("Weld", p5)
  3437. w5.Name = "Part_Weld"
  3438. w5.Part0 = p5
  3439. 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)
  3440. w5.Part1 = p6
  3441. 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)
  3442. w6 = Instance.new("Weld", p6)
  3443. w6.Name = "Part_Weld"
  3444. w6.Part0 = p6
  3445. 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)
  3446. w6.Part1 = p7
  3447. 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)
  3448. w7 = Instance.new("Weld", p7)
  3449. w7.Name = "Part_Weld"
  3450. w7.Part0 = p7
  3451. 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)
  3452. w7.Part1 = p8
  3453. 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)
  3454. w8 = Instance.new("Weld", p8)
  3455. w8.Name = "Wedge_Weld"
  3456. w8.Part0 = p8
  3457. 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)
  3458. w8.Part1 = p9
  3459. 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)
  3460. w9 = Instance.new("Weld", p9)
  3461. w9.Name = "Part_Weld"
  3462. w9.Part0 = p9
  3463. 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)
  3464. w9.Part1 = p10
  3465. 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)
  3466. w10 = Instance.new("Weld", p10)
  3467. w10.Name = "Part_Weld"
  3468. w10.Part0 = p10
  3469. 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)
  3470. w10.Part1 = p11
  3471. 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)
  3472. w11 = Instance.new("Weld", p11)
  3473. w11.Name = "Part_Weld"
  3474. w11.Part0 = p11
  3475. 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)
  3476. w11.Part1 = p12
  3477. 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)
  3478. w12 = Instance.new("Weld", p12)
  3479. w12.Name = "Part_Weld"
  3480. w12.Part0 = p12
  3481. 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)
  3482. w12.Part1 = p13
  3483. 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)
  3484. w13 = Instance.new("Weld", p13)
  3485. w13.Name = "Wedge_Weld"
  3486. w13.Part0 = p13
  3487. 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)
  3488. w13.Part1 = p14
  3489. 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)
  3490. w14 = Instance.new("Weld", p14)
  3491. w14.Name = "Wedge_Weld"
  3492. w14.Part0 = p14
  3493. 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)
  3494. w14.Part1 = p15
  3495. 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)
  3496. w15 = Instance.new("Weld", p15)
  3497. w15.Name = "Wedge_Weld"
  3498. w15.Part0 = p15
  3499. 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)
  3500. w15.Part1 = p16
  3501. 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)
  3502. m.Parent = rleg
  3503. m:MakeJoints()
  3504. ----------------------------------------------------
  3505. local cor6 = Instance.new("Part", rleg.RightLeg)
  3506. cor6.Name = "Thingy"
  3507. cor6.Locked = true
  3508. cor6.BottomSurface = 0
  3509. cor6.CanCollide = false
  3510. cor6.Size = Vector3.new(2, 1, 1)
  3511. cor6.Transparency = 1
  3512. cor6.TopSurface = 0
  3513. corw2 = Instance.new("Weld", cor6)
  3514. corw2.Part0 = rleg
  3515. corw2.Part1 = cor6
  3516. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3517. corw2.C1 = CFrame.new(0, 0, 0)
  3518. weld2 = Instance.new("Weld", rleg.RightLeg)
  3519. weld2.Part0 = cor6
  3520. weld2.Part1 = p7
  3521. weld2.C0 = CFrame.new(0, 0, .6)
  3522. ----------------------------------------------------
  3523. local m = Instance.new("Model")
  3524. m.Name = "LeftLeg"
  3525. p1 = Instance.new("WedgePart", m)
  3526. p1.BrickColor = BrickColor.new("Royal purple")
  3527. p1.Material = Enum.Material.Neon
  3528. p1.Name = "Wedge"
  3529. p1.FormFactor = Enum.FormFactor.Custom
  3530. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3531. 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)
  3532. p1.CanCollide = false
  3533. p1.Locked = true
  3534. p1.TopSurface = Enum.SurfaceType.Smooth
  3535. b1 = Instance.new("SpecialMesh", p1)
  3536. b1.MeshType = Enum.MeshType.Wedge
  3537. b1.Name = "Mesh"
  3538. b1.Scale = Vector3.new(0.200000003, 1, 1)
  3539. p2 = Instance.new("WedgePart", m)
  3540. p2.BrickColor = BrickColor.new("Royal purple")
  3541. p2.Material = Enum.Material.Neon
  3542. p2.Name = "Wedge"
  3543. p2.FormFactor = Enum.FormFactor.Custom
  3544. p2.Size = Vector3.new(1, 1.19999981, 4)
  3545. 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)
  3546. p2.CanCollide = false
  3547. p2.Locked = true
  3548. p2.TopSurface = Enum.SurfaceType.Smooth
  3549. b2 = Instance.new("SpecialMesh", p2)
  3550. b2.MeshType = Enum.MeshType.Wedge
  3551. b2.Name = "Mesh"
  3552. b2.Scale = Vector3.new(0.600000024, 1, 1)
  3553. p3 = Instance.new("Part", m)
  3554. p3.BrickColor = BrickColor.new("Really black")
  3555. p3.Material = Enum.Material.Metal
  3556. p3.Name = "Main"
  3557. p3.Transparency = 1
  3558. p3.FormFactor = Enum.FormFactor.Custom
  3559. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  3560. 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)
  3561. p3.CanCollide = false
  3562. p3.Locked = true
  3563. p3.BottomSurface = Enum.SurfaceType.Smooth
  3564. p3.TopSurface = Enum.SurfaceType.Smooth
  3565. p4 = Instance.new("Part", m)
  3566. p4.BrickColor = BrickColor.new("Really black")
  3567. p4.Material = Enum.Material.Neon
  3568. p4.FormFactor = Enum.FormFactor.Custom
  3569. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3570. 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)
  3571. p4.CanCollide = false
  3572. p4.Locked = true
  3573. p4.BottomSurface = Enum.SurfaceType.Smooth
  3574. p4.TopSurface = Enum.SurfaceType.Smooth
  3575. b3 = Instance.new("SpecialMesh", p4)
  3576. b3.MeshType = Enum.MeshType.Sphere
  3577. b3.Name = "Mesh"
  3578. p5 = Instance.new("WedgePart", m)
  3579. p5.BrickColor = BrickColor.new("Royal purple")
  3580. p5.Material = Enum.Material.Neon
  3581. p5.Name = "Wedge"
  3582. p5.FormFactor = Enum.FormFactor.Custom
  3583. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3584. 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)
  3585. p5.CanCollide = false
  3586. p5.Locked = true
  3587. p5.TopSurface = Enum.SurfaceType.Smooth
  3588. b4 = Instance.new("SpecialMesh", p5)
  3589. b4.MeshType = Enum.MeshType.Wedge
  3590. b4.Name = "Mesh"
  3591. b4.Scale = Vector3.new(0.200000003, 1, 1)
  3592. p6 = Instance.new("Part", m)
  3593. p6.BrickColor = BrickColor.new("Royal purple")
  3594. p6.Material = Enum.Material.Neon
  3595. p6.FormFactor = Enum.FormFactor.Custom
  3596. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  3597. 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)
  3598. p6.CanCollide = false
  3599. p6.Locked = true
  3600. p6.BottomSurface = Enum.SurfaceType.Smooth
  3601. p6.TopSurface = Enum.SurfaceType.Smooth
  3602. p7 = Instance.new("Part", m)
  3603. p7.BrickColor = BrickColor.new("Royal purple")
  3604. p7.Material = Enum.Material.Neon
  3605. p7.FormFactor = Enum.FormFactor.Custom
  3606. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  3607. 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)
  3608. p7.CanCollide = false
  3609. p7.Locked = true
  3610. p7.BottomSurface = Enum.SurfaceType.Smooth
  3611. p7.TopSurface = Enum.SurfaceType.Smooth
  3612. p8 = Instance.new("Part", m)
  3613. p8.BrickColor = BrickColor.new("Really black")
  3614. p8.Material = Enum.Material.Neon
  3615. p8.FormFactor = Enum.FormFactor.Custom
  3616. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3617. 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)
  3618. p8.CanCollide = false
  3619. p8.Locked = true
  3620. p8.BottomSurface = Enum.SurfaceType.Smooth
  3621. p8.TopSurface = Enum.SurfaceType.Smooth
  3622. b5 = Instance.new("SpecialMesh", p8)
  3623. b5.MeshType = Enum.MeshType.Sphere
  3624. b5.Name = "Mesh"
  3625. p9 = Instance.new("Part", m)
  3626. p9.BrickColor = BrickColor.new("Really black")
  3627. p9.Material = Enum.Material.Neon
  3628. p9.FormFactor = Enum.FormFactor.Custom
  3629. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3630. 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)
  3631. p9.CanCollide = false
  3632. p9.Locked = true
  3633. p9.BottomSurface = Enum.SurfaceType.Smooth
  3634. p9.TopSurface = Enum.SurfaceType.Smooth
  3635. b6 = Instance.new("SpecialMesh", p9)
  3636. b6.MeshType = Enum.MeshType.Sphere
  3637. b6.Name = "Mesh"
  3638. p10 = Instance.new("Part", m)
  3639. p10.BrickColor = BrickColor.new("Royal purple")
  3640. p10.Material = Enum.Material.Neon
  3641. p10.FormFactor = Enum.FormFactor.Custom
  3642. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  3643. 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)
  3644. p10.CanCollide = false
  3645. p10.Locked = true
  3646. p10.BottomSurface = Enum.SurfaceType.Smooth
  3647. p10.TopSurface = Enum.SurfaceType.Smooth
  3648. p11 = Instance.new("Part", m)
  3649. p11.BrickColor = BrickColor.new("Royal purple")
  3650. p11.Material = Enum.Material.Neon
  3651. p11.FormFactor = Enum.FormFactor.Custom
  3652. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  3653. 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)
  3654. p11.CanCollide = false
  3655. p11.Locked = true
  3656. p11.BottomSurface = Enum.SurfaceType.Smooth
  3657. p11.TopSurface = Enum.SurfaceType.Smooth
  3658. p12 = Instance.new("WedgePart", m)
  3659. p12.BrickColor = BrickColor.new("Royal purple")
  3660. p12.Material = Enum.Material.Neon
  3661. p12.Name = "Wedge"
  3662. p12.FormFactor = Enum.FormFactor.Custom
  3663. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3664. 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)
  3665. p12.CanCollide = false
  3666. p12.Locked = true
  3667. p12.TopSurface = Enum.SurfaceType.Smooth
  3668. b7 = Instance.new("SpecialMesh", p12)
  3669. b7.MeshType = Enum.MeshType.Wedge
  3670. b7.Name = "Mesh"
  3671. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3672. p13 = Instance.new("Part", m)
  3673. p13.BrickColor = BrickColor.new("Really black")
  3674. p13.Material = Enum.Material.Neon
  3675. p13.FormFactor = Enum.FormFactor.Custom
  3676. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3677. 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)
  3678. p13.CanCollide = false
  3679. p13.Locked = true
  3680. p13.BottomSurface = Enum.SurfaceType.Smooth
  3681. p13.TopSurface = Enum.SurfaceType.Smooth
  3682. b8 = Instance.new("SpecialMesh", p13)
  3683. b8.MeshType = Enum.MeshType.Sphere
  3684. b8.Name = "Mesh"
  3685. p14 = Instance.new("Part", m)
  3686. p14.BrickColor = BrickColor.new("Really black")
  3687. p14.Material = Enum.Material.Neon
  3688. p14.FormFactor = Enum.FormFactor.Custom
  3689. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3690. 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)
  3691. p14.CanCollide = false
  3692. p14.Locked = true
  3693. p14.BottomSurface = Enum.SurfaceType.Smooth
  3694. p14.TopSurface = Enum.SurfaceType.Smooth
  3695. b9 = Instance.new("SpecialMesh", p14)
  3696. b9.MeshType = Enum.MeshType.Sphere
  3697. b9.Name = "Mesh"
  3698. w1 = Instance.new("Weld", p1)
  3699. w1.Name = "Wedge_Weld"
  3700. w1.Part0 = p1
  3701. 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)
  3702. w1.Part1 = p2
  3703. 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)
  3704. w2 = Instance.new("Weld", p2)
  3705. w2.Name = "Part_Weld"
  3706. w2.Part0 = p2
  3707. 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)
  3708. w2.Part1 = p3
  3709. 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)
  3710. w3 = Instance.new("Weld", p3)
  3711. w3.Name = "Part_Weld"
  3712. w3.Part0 = p3
  3713. 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)
  3714. w3.Part1 = p4
  3715. 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)
  3716. w4 = Instance.new("Weld", p4)
  3717. w4.Name = "Wedge_Weld"
  3718. w4.Part0 = p4
  3719. 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)
  3720. w4.Part1 = p5
  3721. 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)
  3722. w5 = Instance.new("Weld", p5)
  3723. w5.Name = "Part_Weld"
  3724. w5.Part0 = p5
  3725. 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)
  3726. w5.Part1 = p6
  3727. 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)
  3728. w6 = Instance.new("Weld", p6)
  3729. w6.Name = "Part_Weld"
  3730. w6.Part0 = p6
  3731. 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)
  3732. w6.Part1 = p7
  3733. 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)
  3734. w7 = Instance.new("Weld", p7)
  3735. w7.Name = "Part_Weld"
  3736. w7.Part0 = p7
  3737. 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)
  3738. w7.Part1 = p8
  3739. 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)
  3740. w8 = Instance.new("Weld", p8)
  3741. w8.Name = "Part_Weld"
  3742. w8.Part0 = p8
  3743. 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)
  3744. w8.Part1 = p9
  3745. 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)
  3746. w9 = Instance.new("Weld", p9)
  3747. w9.Name = "Part_Weld"
  3748. w9.Part0 = p9
  3749. 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)
  3750. w9.Part1 = p10
  3751. 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)
  3752. w10 = Instance.new("Weld", p10)
  3753. w10.Name = "Part_Weld"
  3754. w10.Part0 = p10
  3755. 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)
  3756. w10.Part1 = p11
  3757. 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)
  3758. w11 = Instance.new("Weld", p11)
  3759. w11.Name = "Wedge_Weld"
  3760. w11.Part0 = p11
  3761. 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)
  3762. w11.Part1 = p12
  3763. 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)
  3764. w12 = Instance.new("Weld", p12)
  3765. w12.Name = "Part_Weld"
  3766. w12.Part0 = p12
  3767. 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)
  3768. w12.Part1 = p13
  3769. 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)
  3770. w13 = Instance.new("Weld", p13)
  3771. w13.Name = "Part_Weld"
  3772. w13.Part0 = p13
  3773. 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)
  3774. w13.Part1 = p14
  3775. 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)
  3776. w14 = Instance.new("Weld", p14)
  3777. w14.Name = "Wedge_Weld"
  3778. w14.Part0 = p14
  3779. 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)
  3780. m.Parent = lleg
  3781. m:MakeJoints()
  3782. ----------------------------------------------------
  3783. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3784. cor7.Name = "Thingy"
  3785. cor7.Locked = true
  3786. cor7.BottomSurface = 0
  3787. cor7.CanCollide = false
  3788. cor7.Size = Vector3.new(2, 1, 1)
  3789. cor7.Transparency = 1
  3790. cor7.TopSurface = 0
  3791. corw2 = Instance.new("Weld", cor7)
  3792. corw2.Part0 = lleg
  3793. corw2.Part1 = cor7
  3794. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3795. corw2.C1 = CFrame.new(0, 0, 0)
  3796. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3797. weld2.Part0 = cor7
  3798. weld2.Part1 = p3
  3799. weld2.C0 = CFrame.new(0, 0, .6)
  3800. ----------------------------------------------------
  3801. Blast = function()
  3802. local Colors = {"Royal purple", "Really black"}
  3803. local wave = Instance.new("Part", torso)
  3804. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  3805. wave.Anchored = true
  3806. wave.CanCollide = false
  3807. wave.Locked = true
  3808. wave.Size = Vector3.new(1, 1, 1)
  3809. wave.TopSurface = "Smooth"
  3810. wave.BottomSurface = "Smooth"
  3811. wave.Transparency = 0.35
  3812. wave.CFrame = rarm.CFrame
  3813. wm = Instance.new("SpecialMesh", wave)
  3814. wm.MeshType = "Sphere"
  3815. wm.Scale = Vector3.new(1,1,1)
  3816. z = Instance.new("Sound",wave)
  3817. z.SoundId = "rbxassetid://237035051"
  3818. z.Volume = 1
  3819. z.Pitch = .9
  3820. z:Play()
  3821. coroutine.wrap(function()
  3822. for i = 1, 30, 1 do
  3823. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  3824. --wave.Size = wm.Scale
  3825. wave.CFrame = rarm.CFrame
  3826. wave.Transparency = (1/14)
  3827. rs:wait()
  3828. end
  3829. rs:wait()
  3830. wave:Destroy()
  3831. z:Destroy()
  3832. end)()
  3833. end
  3834. ----------------------------------------------------
  3835. rarm.Touched:connect(function(ht)
  3836. hit = ht.Parent
  3837. if ht and hit:IsA("Model") then
  3838. if hit:FindFirstChild("Humanoid") then
  3839. if hit.Name ~= p.Name then
  3840. if Debounces.RPunch == true and Debounces.RPunched == false then
  3841. Debounces.RPunched = true
  3842. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  3843. if Debounces.ks==true then
  3844. z = Instance.new("Sound",hed)
  3845. z.SoundId = "rbxassetid://169380525"
  3846. z.Pitch = ptz[math.random(1,#ptz)]
  3847. z.Volume = 1
  3848. z:Play()
  3849. end
  3850. wait(.2)
  3851. Debounces.RPunched = false
  3852. end
  3853. end
  3854. end
  3855. elseif ht and hit:IsA("Hat") then
  3856. if hit.Parent.Name ~= p.Name then
  3857. if hit.Parent:FindFirstChild("Humanoid") then
  3858. if Debounces.RPunch == true and Debounces.RPunched == false then
  3859. Debounces.RPunched = true
  3860. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  3861. if Debounces.ks==true then
  3862. z = Instance.new("Sound",hed)
  3863. z.SoundId = "rbxassetid://169380525"
  3864. z.Pitch = ptz[math.random(1,#ptz)]
  3865. z.Volume = 1
  3866. z:Play()
  3867. end
  3868. wait(.2)
  3869. Debounces.RPunched = false
  3870. end
  3871. end
  3872. end
  3873. end
  3874. end)
  3875. larm.Touched:connect(function(ht)
  3876. hit = ht.Parent
  3877. if ht and hit:IsA("Model") then
  3878. if hit:FindFirstChild("Humanoid") then
  3879. if hit.Name ~= p.Name then
  3880. if Debounces.LPunch == true and Debounces.LPunched == false then
  3881. Debounces.LPunched = true
  3882. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  3883. if Debounces.ks2==true then
  3884. z = Instance.new("Sound",hed)
  3885. z.SoundId = "rbxassetid://169380525"
  3886. z.Pitch = ptz[math.random(1,#ptz)]
  3887. z.Volume = 1
  3888. z:Play()
  3889. end
  3890. wait(.2)
  3891. Debounces.LPunched = false
  3892. end
  3893. end
  3894. end
  3895. elseif ht and hit:IsA("Hat") then
  3896. if hit.Parent.Name ~= p.Name then
  3897. if hit.Parent:FindFirstChild("Humanoid") then
  3898. if Debounces.LPunch == true and Debounces.LPunched == false then
  3899. Debounces.LPunched = true
  3900. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  3901. if Debounces.ks2==true then
  3902. z = Instance.new("Sound",hed)
  3903. z.SoundId = "rbxassetid://169380525"
  3904. z.Pitch = ptz[math.random(1,#ptz)]
  3905. z.Volume = 1
  3906. z:Play()
  3907. end
  3908. wait(.2)
  3909. Debounces.LPunched = false
  3910. end
  3911. end
  3912. end
  3913. end
  3914. end)
  3915. ----------------------------------------------------
  3916. mod4 = Instance.new("Model",char)
  3917.  
  3918. ptez = {0.7, 0.8, 0.9, 1}
  3919.  
  3920. function FindNearestTorso(Position,Distance,SinglePlayer)
  3921. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3922. local List = {}
  3923. for i,v in pairs(workspace:GetChildren())do
  3924. if v:IsA("Model")then
  3925. if v:findFirstChild("Torso")then
  3926. if v ~= char then
  3927. if(v.Torso.Position -Position).magnitude <= Distance then
  3928. table.insert(List,v)
  3929. end
  3930. end
  3931. end
  3932. end
  3933. end
  3934. return List
  3935. end
  3936.  
  3937. function Punch()
  3938. part=Instance.new('Part',mod4)
  3939. part.Anchored=true
  3940. part.CanCollide=false
  3941. part.FormFactor='Custom'
  3942. part.Size=Vector3.new(.2,.2,.2)
  3943. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  3944. part.Transparency=.7
  3945. part.BrickColor=BrickColor.new('Really black')
  3946. mesh=Instance.new('SpecialMesh',part)
  3947. mesh.MeshId='http://www.roblox.com/asset/?id=9982590'
  3948. mesh.Scale=Vector3.new(3,3,3)
  3949. part2=Instance.new('Part',mod4)
  3950. part2.Anchored=true
  3951. part2.CanCollide=false
  3952. part2.FormFactor='Custom'
  3953. part2.Size=Vector3.new(.2,.2,.2)
  3954. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3955. part2.Transparency=.7
  3956. part2.BrickColor=BrickColor.new('Royal purple')
  3957. mesh2=Instance.new('SpecialMesh',part2)
  3958. mesh2.MeshId='http://www.roblox.com/asset/?id=9982590'
  3959. mesh2.Scale=Vector3.new(3,1.5,3)
  3960. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  3961. if v:FindFirstChild('Humanoid') then
  3962. v.Humanoid:TakeDamage(math.random(2,6))
  3963. end
  3964. end
  3965. coroutine.resume(coroutine.create(function()
  3966. for i=0,0.62,0.4 do
  3967. wait()
  3968. part.CFrame=part.CFrame
  3969. part.Transparency=i
  3970. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3971. part2.CFrame=part2.CFrame
  3972. part2.Transparency=i
  3973. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3974. end
  3975. part.Parent=nil
  3976. part2.Parent=nil
  3977. end))
  3978. end
  3979. ----------------------------------------------------
  3980. rarm.Touched:connect(function(ht)
  3981. hit = ht.Parent
  3982. if ht and hit:IsA("Model") then
  3983. if hit:FindFirstChild("Humanoid") then
  3984. if hit.Name ~= p.Name then
  3985. if Debounces.RPunch == true and Debounces.RPunched == false then
  3986. Debounces.RPunched = true
  3987. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  3988. if Debounces.ks==true then
  3989. z = Instance.new("Sound",hed)
  3990. z.SoundId = "rbxassetid://169380525"
  3991. z.Pitch = ptz[math.random(1,#ptz)]
  3992. z.Volume = 1
  3993. z:Play()
  3994. end
  3995. wait(.2)
  3996. Debounces.RPunched = false
  3997. end
  3998. end
  3999. end
  4000. elseif ht and hit:IsA("Hat") then
  4001. if hit.Parent.Name ~= p.Name then
  4002. if hit.Parent:FindFirstChild("Humanoid") then
  4003. if Debounces.RPunch == true and Debounces.RPunched == false then
  4004. Debounces.RPunched = true
  4005. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  4006. if Debounces.ks==true then
  4007. z = Instance.new("Sound",hed)
  4008. z.SoundId = "rbxassetid://169380525"
  4009. z.Pitch = ptz[math.random(1,#ptz)]
  4010. z.Volume = 1
  4011. z:Play()
  4012. end
  4013. wait(.2)
  4014. Debounces.RPunched = false
  4015. end
  4016. end
  4017. end
  4018. end
  4019. end)
  4020. larm.Touched:connect(function(ht)
  4021. hit = ht.Parent
  4022. if ht and hit:IsA("Model") then
  4023. if hit:FindFirstChild("Humanoid") then
  4024. if hit.Name ~= p.Name then
  4025. if Debounces.LPunch == true and Debounces.LPunched == false then
  4026. Debounces.LPunched = true
  4027. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  4028. if Debounces.ks2==true then
  4029. z = Instance.new("Sound",hed)
  4030. z.SoundId = "rbxassetid://169380525"
  4031. z.Pitch = ptz[math.random(1,#ptz)]
  4032. z.Volume = 1
  4033. z:Play()
  4034. end
  4035. wait(.2)
  4036. Debounces.LPunched = false
  4037. end
  4038. end
  4039. end
  4040. elseif ht and hit:IsA("Hat") then
  4041. if hit.Parent.Name ~= p.Name then
  4042. if hit.Parent:FindFirstChild("Humanoid") then
  4043. if Debounces.LPunch == true and Debounces.LPunched == false then
  4044. Debounces.LPunched = true
  4045. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  4046. if Debounces.ks2==true then
  4047. z = Instance.new("Sound",hed)
  4048. z.SoundId = "rbxassetid://169380525"
  4049. z.Pitch = ptz[math.random(1,#ptz)]
  4050. z.Volume = 1
  4051. z:Play()
  4052. end
  4053. wait(.2)
  4054. Debounces.LPunched = false
  4055. end
  4056. end
  4057. end
  4058. end
  4059. end)
  4060. ----------------------------------------------------
  4061. local player = game.Players.LocalPlayer
  4062. local pchar = player.Character
  4063. local mouse = player:GetMouse()
  4064. local cam = workspace.CurrentCamera
  4065.  
  4066. local rad = math.rad
  4067.  
  4068. local keysDown = {}
  4069. local flySpeed = 0
  4070. local MAX_FLY_SPEED = 150
  4071.  
  4072. local canFly = false
  4073. local flyToggled = false
  4074.  
  4075. local forward, side = 0, 0
  4076. local lastForward, lastSide = 0, 0
  4077.  
  4078. local floatBP = Instance.new("BodyPosition")
  4079. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  4080. local flyBV = Instance.new("BodyVelocity")
  4081. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4082. local turnBG = Instance.new("BodyGyro")
  4083. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  4084.  
  4085. mouse.KeyDown:connect(function(key)
  4086. keysDown[key] = true
  4087.  
  4088. if key == "f" then
  4089. flyToggled = not flyToggled
  4090.  
  4091. if not flyToggled then
  4092. stanceToggle = "Normal"
  4093. floatBP.Parent = nil
  4094. flyBV.Parent = nil
  4095. turnBG.Parent = nil
  4096. root.Velocity = Vector3.new()
  4097. pchar.Humanoid.PlatformStand = false
  4098. end
  4099. end
  4100.  
  4101. end)
  4102. mouse.KeyUp:connect(function(key)
  4103. keysDown[key] = nil
  4104. end)
  4105.  
  4106. local function updateFly()
  4107.  
  4108. if not flyToggled then return end
  4109.  
  4110. lastForward = forward
  4111. lastSide = side
  4112.  
  4113. forward = 0
  4114. side = 0
  4115.  
  4116. if keysDown.w then
  4117. forward = forward + 1
  4118. end
  4119. if keysDown.s then
  4120. forward = forward - 1
  4121. end
  4122. if keysDown.a then
  4123. side = side - 1
  4124. end
  4125. if keysDown.d then
  4126. side = side + 1
  4127. end
  4128.  
  4129. canFly = (forward ~= 0 or side ~= 0)
  4130.  
  4131. if canFly then
  4132. stanceToggle = "Floating"
  4133. turnBG.Parent = root
  4134. floatBP.Parent = nil
  4135. flyBV.Parent = root
  4136.  
  4137. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  4138. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  4139. else
  4140. floatBP.position = root.Position
  4141. floatBP.Parent = root
  4142.  
  4143. flySpeed = flySpeed - 1
  4144. if flySpeed < 0 then flySpeed = 0 end
  4145. end
  4146.  
  4147. local camCF = cam.CoordinateFrame
  4148. local in_forward = canFly and forward or lastForward
  4149. local in_side = canFly and side or lastSide
  4150.  
  4151. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  4152. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  4153.  
  4154. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  4155. 0)
  4156. end
  4157.  
  4158. game:service'RunService'.RenderStepped:connect(function()
  4159. if flyToggled then
  4160. pchar.Humanoid.PlatformStand = true
  4161. end
  4162. updateFly()
  4163. end)
  4164. -------------------------------
  4165. mouse.KeyDown:connect(function(key)
  4166. if key == "q" then
  4167. if Debounces.CanAttack == true then
  4168. Debounces.CanAttack = false
  4169. Debounces.NoIdl = true
  4170. Debounces.on = true
  4171. function FindNearestTorso(Position,Distance,SinglePlayer)
  4172. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4173. local List = {}
  4174. for i,v in pairs(workspace:GetChildren())do
  4175. if v:IsA("Model")then
  4176. if v:findFirstChild("Torso")then
  4177. if v ~= char then
  4178. if(v.Torso.Position -Position).magnitude <= Distance then
  4179. table.insert(List,v)
  4180. end
  4181. end
  4182. end
  4183. end
  4184. end
  4185. return List
  4186. end
  4187. z = Instance.new("Sound",hed)
  4188. z.SoundId = "rbxassetid://232213955"
  4189. z.Pitch = 1
  4190. z.Volume = 1
  4191. wait(0.2)
  4192. z:Play()
  4193. sp = Instance.new("Part",rarm)
  4194. sp.Anchored = true
  4195. sp.CanCollide = false
  4196. sp.Locked = true
  4197. sp.Transparency = 0
  4198. sp.Material = "Neon"
  4199. sp.Size = Vector3.new(1,1,1)
  4200. sp.TopSurface = "SmoothNoOutlines"
  4201. sp.BottomSurface = "SmoothNoOutlines"
  4202. sp.BrickColor = BrickColor.new("Royal purple")
  4203. spm = Instance.new("SpecialMesh",sp)
  4204. spm.MeshType = "Sphere"
  4205. spm.Scale = Vector3.new(21,21,21)
  4206. sp2 = Instance.new("Part", rarm)
  4207. sp2.Name = "Energy"
  4208. sp2.BrickColor = BrickColor.new("Royal purple")
  4209. sp2.Size = Vector3.new(1, 1, 1)
  4210. sp2.Shape = "Ball"
  4211. sp2.CanCollide = false
  4212. sp2.Anchored = true
  4213. sp2.Locked = true
  4214. sp2.TopSurface = 0
  4215. sp2.BottomSurface = 0
  4216. sp2.Transparency = 1
  4217. spm2 = Instance.new("SpecialMesh",sp2)
  4218. spm2.MeshId = "rbxassetid://9982590"
  4219. spm2.Scale = Vector3.new(2,2,2)
  4220. for i = 1, 20 do
  4221. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  4222. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  4223. 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)
  4224. 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)
  4225. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4226. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4227. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4228. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4229. if Debounces.on == false then break end
  4230. rs:wait()
  4231. end
  4232. for i = 1, 100, 20 do rs:wait()
  4233. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  4234. end
  4235. for i = 1, 20 do
  4236. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  4237. 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)
  4238. 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)
  4239. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  4240. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  4241. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4242. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4243. if Debounces.on == false then break end
  4244. rs:wait()
  4245. end
  4246. sp.Transparency = 1
  4247. for i = 1, 20 do
  4248. 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)
  4249. 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)
  4250. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  4251. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  4252. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4253. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4254. if Debounces.on == false then break end
  4255. rs:wait()
  4256. end
  4257. wait(1)
  4258. sp.Transparency = 0
  4259. sp2.Transparency = 0.84
  4260. for i = 1, 20 do
  4261. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  4262. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  4263. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  4264. 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)
  4265. 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)
  4266. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  4267. 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)
  4268. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  4269. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  4270. if Debounces.on == false then break end
  4271. rs:wait()
  4272. end
  4273. for i = 1, 2880, 50 do
  4274. rs:wait()
  4275. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  4276. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  4277. rs:wait()
  4278. end
  4279. sp:Destroy()
  4280. sp2:Destroy()
  4281. local X = Instance.new("Part",char)
  4282. local O = Instance.new("ObjectValue",X)
  4283. O.Name = "creator"
  4284. X.Locked = true
  4285. X.Name = "Shell"
  4286. X.Anchored = false
  4287. X.CanCollide = false
  4288. X.Transparency = 0
  4289. X.Reflectance = 0
  4290. X.BottomSurface = 0
  4291. X.TopSurface = 0
  4292. X.Shape = 0
  4293. local V = Instance.new("ObjectValue",X)
  4294. V.Value = char
  4295. V.Name = "creator"
  4296. X.BrickColor = BrickColor.new("Royal purple")
  4297. X.Size = Vector3.new(2,2,2)
  4298. X.Material = "Neon"
  4299. local Z = Instance.new("SpecialMesh",X)
  4300. Z.MeshType = "Sphere"
  4301. Z.Scale = Vector3.new(0.5,0.5,1)
  4302. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  4303. local bv = Instance.new("BodyVelocity",X)
  4304. bv.maxForce = Vector3.new(99999,99999,99999)
  4305. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  4306. bv.velocity = X.CFrame.lookVector*65
  4307.  
  4308. Explode = X.Touched:connect(function(hit)
  4309. if hit ~= char and hit.Name ~= "Shell" then
  4310. local cf = X.CFrame
  4311. bv:Destroy()
  4312. X.Anchored = true
  4313. Z:Remove()
  4314. Explode:disconnect()
  4315. X.Size = Vector3.new(3,3,3)
  4316. X.Touched:connect(function(hit) end)
  4317. X.CanCollide = false
  4318. local part3 = Instance.new("Part", rarm)
  4319. part3.Anchored=true
  4320. part3.CanCollide=false
  4321. part3.Locked = true
  4322. part3.TopSurface = "SmoothNoOutlines"
  4323. part3.BottomSurface = "SmoothNoOutlines"
  4324. part3.FormFactor='Custom'
  4325. part3.Size=Vector3.new(1,1, 1)
  4326. part3.CFrame=X.CFrame
  4327. part3.Transparency=0
  4328. part3.BrickColor=BrickColor.new("Royal purple")
  4329. local mesh3 = Instance.new("SpecialMesh",part3)
  4330. mesh3.MeshType = "Sphere"
  4331. mesh3.Scale = Vector3.new(1,1,1)
  4332. --debris:AddItem(X,8)
  4333. local part4 = Instance.new("Part", rarm)
  4334. part4.Material = "Neon"
  4335. part4.Anchored=true
  4336. part4.CanCollide=false
  4337. part4.Locked = true
  4338. part4.TopSurface = "SmoothNoOutlines"
  4339. part4.BottomSurface = "SmoothNoOutlines"
  4340. part4.FormFactor='Custom'
  4341. part4.Size=Vector3.new(1,1, 1)
  4342. part4.CFrame=X.CFrame
  4343. part4.Transparency=0
  4344. part4.BrickColor=BrickColor.new("Hot pink")
  4345. local mesh4 = Instance.new("SpecialMesh",part4)
  4346. mesh4.MeshType = "Sphere"
  4347. mesh4.Scale = Vector3.new(.5,.5,.5)
  4348. local part7 = Instance.new("Part", rarm)
  4349. part7.Material = "Neon"
  4350. part7.Anchored=true
  4351. part7.CanCollide=false
  4352. part7.Locked = true
  4353. part7.TopSurface = "SmoothNoOutlines"
  4354. part7.BottomSurface = "SmoothNoOutlines"
  4355. part7.FormFactor='Custom'
  4356. part7.Size=Vector3.new(1,1, 1)
  4357. part7.CFrame=X.CFrame
  4358. part7.Transparency=0
  4359. part7.BrickColor=BrickColor.new("Really black")
  4360. local mesh7 = Instance.new("SpecialMesh",part7)
  4361. mesh7.MeshType = "Sphere"
  4362. mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
  4363. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  4364. if v:FindFirstChild('Humanoid') then
  4365. v.Humanoid:TakeDamage(math.random(60,90))
  4366. v.Humanoid.PlatformStand = true
  4367. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4368. end
  4369. end
  4370.  
  4371. local acos = math.acos
  4372. local sqrt = math.sqrt
  4373. local Vec3 = Vector3.new
  4374. local fromAxisAngle = CFrame.fromAxisAngle
  4375.  
  4376. local function toAxisAngle(CFr)
  4377. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  4378. local Angle = math.acos((R00+R11+R22-1)/2)
  4379. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4380. A = A == 0 and 0.00001 or A
  4381. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4382. B = B == 0 and 0.00001 or B
  4383. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  4384. C = C == 0 and 0.00001 or C
  4385. local x = (R21-R12)/sqrt(A)
  4386. local y = (R02-R20)/sqrt(B)
  4387. local z = (R10-R01)/sqrt(C)
  4388. return Vec3(x,y,z),Angle
  4389. end
  4390.  
  4391. function ApplyTrig(Num,Func)
  4392. local Min,Max = Func(0),Func(1)
  4393. local i = Func(Num)
  4394. return (i-Min)/(Max-Min)
  4395. end
  4396.  
  4397. function LerpCFrame(CFrame1,CFrame2,Num)
  4398. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  4399. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  4400. end
  4401.  
  4402. function Crater(Torso,Radius)
  4403. Spawn(function()
  4404. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  4405. local Ignore = {}
  4406. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4407. if v.Character ~= nil then
  4408. Ignore[#Ignore+1] = v.Character
  4409. end
  4410. end
  4411. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  4412. if Hit == nil then return end
  4413. local Parts = {}
  4414. for i = 1,360,10 do
  4415. local P = Instance.new("Part",Torso.Parent)
  4416. P.Anchored = true
  4417. P.FormFactor = "Custom"
  4418. P.BrickColor = Hit.BrickColor
  4419. P.Material = Hit.Material
  4420. P.TopSurface = "Smooth"
  4421. P.BottomSurface = "Smooth"
  4422. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  4423. 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)))
  4424. 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}
  4425. if math.random(0,5) == 0 then -- rubble
  4426. local P = Instance.new("Part",Torso.Parent)
  4427. P.Anchored = true
  4428. P.FormFactor = "Custom"
  4429. P.BrickColor = Hit.BrickColor
  4430. P.Material = Hit.Material
  4431. P.TopSurface = "Smooth"
  4432. P.BottomSurface = "Smooth"
  4433. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  4434. 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)))
  4435. 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}
  4436. end
  4437. end
  4438. for i = 0,1,0.05 do
  4439. for i2,v in pairs(Parts) do
  4440. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  4441. end
  4442. wait(0.02)
  4443. end
  4444. for i,v in pairs(Parts) do
  4445. if v[1].Size.X > 2.1 then
  4446. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  4447. end
  4448. v[1].Anchored = false
  4449. end
  4450. for i = 0,1,0.05 do
  4451. for i2,v in pairs(Parts) do
  4452. v[1].Transparency = i
  4453. if i == 1 then
  4454. v[1]:Destroy()
  4455. elseif i >= 0.25 then
  4456. v[1].CanCollide = false
  4457. end
  4458. end
  4459. wait(0.02)
  4460. end
  4461. Parts = nil
  4462. end)
  4463. end
  4464.  
  4465. ROW = function(out, trans, s, wt, t, ang, plus)
  4466. for i = 1, 360, 360/t do
  4467. local c = Instance.new("Part", game.Workspace)
  4468. c.FormFactor = 3
  4469. c.TopSurface = 0
  4470. c.BottomSurface = 0
  4471. c.Size = s
  4472. c.Anchored = true
  4473. c.CanCollide = wt
  4474. c.Material=workspace.Base.Material
  4475. c.Transparency = trans
  4476. c.BrickColor = workspace.Base.BrickColor
  4477. 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
  4478. c.Locked=true
  4479. game.Debris:AddItem(c,15)
  4480. end
  4481. end
  4482.  
  4483. Part = function(x,y,z,color,tr,cc,an,parent)
  4484. local p = Instance.new('Part',parent or Weapon)
  4485. p.formFactor = 'Custom'
  4486. p.Size = Vector3.new(x,y,z)
  4487. p.BrickColor = BrickColor.new(color)
  4488. p.CanCollide = cc
  4489. p.Transparency = tr
  4490. p.Anchored = an
  4491. p.TopSurface,p.BottomSurface = 0,0
  4492. p.Locked=true
  4493. p:BreakJoints()
  4494. return p end
  4495.  
  4496. Mesh = function(par,num,x,y,z)
  4497. local msh = _
  4498. if num == 1 then msh = Instance.new("CylinderMesh",par)
  4499. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  4500. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  4501. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  4502. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  4503. end msh.Scale = Vector3.new(x,y,z)
  4504. return msh end
  4505.  
  4506. function explosion(col1,col2,cfr,sz,rng,dmg)
  4507. local a= Part(1,1,1,col1,.5,false,true,workspace)
  4508. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  4509. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  4510. v1,v2,v3=sz.x,sz.y,sz.z
  4511. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  4512. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  4513. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  4514. a.CFrame=cfr
  4515. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  4516. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  4517.  
  4518. Spawn(function()
  4519. while wait() do
  4520. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  4521. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  4522. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  4523. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  4524. a.Transparency=a.Transparency+0.05
  4525. a2.Transparency=a2.Transparency+0.05
  4526. a3.Transparency=a3.Transparency+0.05
  4527. end
  4528. end)
  4529. end
  4530.  
  4531. Crater(X,20)
  4532. 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)
  4533. z = Instance.new("Sound",X)
  4534. z.SoundId = "rbxassetid://231917744"
  4535. z.Pitch = .5
  4536. z.Volume = 10
  4537. z1 = Instance.new("Sound",X)
  4538. z1.SoundId = "rbxassetid://231917744"
  4539. z1.Pitch = .5
  4540. z1.Volume = 10
  4541. z2 = Instance.new("Sound",X)
  4542. z2.SoundId = "rbxassetid://231917744"
  4543. z2.Pitch = .5
  4544. z2.Volume = 10
  4545. z3 = Instance.new("Sound",X)
  4546. z3.SoundId = "rbxassetid://245537790"
  4547. z3.Pitch = .7
  4548. z3.Volume = 1
  4549. z4 = Instance.new("Sound",X)
  4550. z4.SoundId = "rbxassetid://245537790"
  4551. z4.Pitch = .7
  4552. z4.Volume = 1
  4553. wait(0.1)
  4554. z:Play()
  4555. z1:Play()
  4556. z2:Play()
  4557. z3:Play()
  4558. z4:Play()
  4559.  
  4560. local part=Instance.new('Part',rarm)
  4561. part.Anchored=true
  4562. part.CanCollide=false
  4563. part.Locked = true
  4564. part.FormFactor='Custom'
  4565. part.Size=Vector3.new(1,1,1)
  4566. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  4567. part.Transparency=0
  4568. part.BrickColor=BrickColor.new('Really black')
  4569. local mesh=Instance.new('SpecialMesh',part)
  4570. mesh.MeshId='http://www.roblox.com/asset/?id=9982590'
  4571. mesh.Scale=Vector3.new(2,2,2)
  4572. local part2=part:clone()
  4573. part2.Parent = rarm
  4574. part2.BrickColor=BrickColor.new("Royal purple")
  4575. local part5=part:clone()
  4576. part5.Parent = rarm
  4577. part5.BrickColor=BrickColor.new("Magenta")
  4578. local part6=part:clone()
  4579. part6.Parent = rarm
  4580. part6.BrickColor=BrickColor.new("Black")
  4581. local mesh2=mesh:clone()
  4582. mesh2.Parent=part2
  4583. mesh2.Scale=Vector3.new(3, 3, 3)
  4584. local mesh5=mesh:clone()
  4585. mesh5.Parent=part5
  4586. mesh5.Scale=Vector3.new(3, 3, 3)
  4587. local mesh6=mesh:clone()
  4588. mesh6.Parent=part6
  4589. mesh6.Scale=Vector3.new(3, 3, 3)
  4590. local blast = Instance.new("Part", rarm)
  4591. blast.BrickColor = BrickColor.new("Really black")
  4592. blast.Anchored = true
  4593. blast.CanCollide = false
  4594. blast.Locked = true
  4595. blast.Size = Vector3.new(1, 1, 1)
  4596. blast.TopSurface = "Smooth"
  4597. blast.BottomSurface = "Smooth"
  4598. blast.Transparency = 0
  4599. blast.CFrame = HandCF
  4600. local bm = Instance.new("SpecialMesh", blast)
  4601. bm.Scale = Vector3.new(5,1,5)
  4602. bm.MeshId = "rbxassetid://9982590"
  4603. local blast2 = Instance.new("Part", rarm)
  4604. blast2.BrickColor = BrickColor.new("Really black")
  4605. blast2.Anchored = true
  4606. blast2.CanCollide = false
  4607. blast2.Locked = true
  4608. blast2.Size = Vector3.new(1, 1, 1)
  4609. blast2.TopSurface = "Smooth"
  4610. blast2.BottomSurface = "Smooth"
  4611. blast2.Transparency = 0
  4612. blast2.CFrame = HandCF
  4613. local bm2 = Instance.new("SpecialMesh", blast2)
  4614. bm2.Scale = Vector3.new(3,1,3)
  4615. bm2.MeshId = "rbxassetid://9982590"
  4616. local blast3 = Instance.new("Part", rarm)
  4617. blast3.BrickColor = BrickColor.new("Really black")
  4618. blast3.Anchored = true
  4619. blast3.CanCollide = false
  4620. blast3.Locked = true
  4621. blast3.Size = Vector3.new(1, 1, 1)
  4622. blast3.TopSurface = "Smooth"
  4623. blast3.BottomSurface = "Smooth"
  4624. blast3.Transparency = 0
  4625. blast3.CFrame = HandCF
  4626. local bm3 = Instance.new("SpecialMesh", blast3)
  4627. bm3.Scale = Vector3.new(3,1,3)
  4628. bm3.MeshId = "rbxassetid://9982590"
  4629. for i = 1,120 do rs:wait()
  4630. X.Transparency = X.Transparency + (1/120)
  4631. part.Transparency = part.Transparency + (1/120)
  4632. part2.Transparency = part2.Transparency + (1/120)
  4633. part3.Transparency = part3.Transparency + (1/120)
  4634. part4.Transparency = part4.Transparency + (1/120)
  4635. part5.Transparency = part5.Transparency + (1/120)
  4636. part6.Transparency = part6.Transparency + (1/120)
  4637. part7.Transparency = part7.Transparency + (1/120)
  4638. blast.Transparency = blast.Transparency + (1/120)
  4639. blast2.Transparency = blast2.Transparency + (1/120)
  4640. blast3.Transparency = blast3.Transparency + (1/120)
  4641. X.Size = X.Size + Vector3.new(.8,.8,.8)
  4642. --part3.Size = part3.Size + Vector3.new(3,3,3)
  4643. mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
  4644. mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
  4645. mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
  4646. mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
  4647. mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
  4648. mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
  4649. mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
  4650. bm.Scale = bm.Scale + Vector3.new(6,6,.2)
  4651. bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
  4652. bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
  4653. X.CFrame = cf
  4654. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  4655. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  4656. part3.CFrame=X.CFrame
  4657. part4.CFrame=X.CFrame
  4658. part7.CFrame=X.CFrame
  4659. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  4660. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  4661. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  4662. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  4663. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  4664. rs:wait()
  4665. end
  4666. X:Destroy()
  4667. part:Destroy()
  4668. part2:Destroy()
  4669. part3:Destroy()
  4670. part4:Destroy()
  4671. part5:Destroy()
  4672. part6:Destroy()
  4673. blast:Destroy()
  4674. blast2:Destroy()
  4675. blast3:Destroy()
  4676. z:Destroy()
  4677. z1:Destroy()
  4678. z2:Destroy()
  4679. z3:Destroy()
  4680. z4:Destroy()
  4681. end
  4682. end)
  4683. for i = 1, 20 do
  4684. 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)
  4685. 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)
  4686. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  4687. 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)
  4688. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  4689. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  4690. if Debounces.on == false then break end
  4691. rs:wait()
  4692. end
  4693. if Debounces.CanAttack == false then
  4694. Debounces.CanAttack = true
  4695. Debounces.NoIdl = false
  4696. Debounces.on = false
  4697. end
  4698. end
  4699. end
  4700. end)
  4701. ----------------------------------------------------
  4702. mouse.KeyDown:connect(function(key)
  4703. if key == "v" then
  4704. if Debounces.CanAttack == true then
  4705. Debounces.CanAttack = false
  4706. Debounces.on = true
  4707. Debounces.NoIdl = true
  4708. for i = 1, 15 do
  4709. 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)
  4710. 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)
  4711. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4712. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  4713. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4714. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4715. if Debounces.on == false then break end
  4716. rs:wait(2.7)
  4717. end
  4718. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  4719. x = Instance.new("Sound",char.Head)
  4720. x.SoundId = "rbxassetid://183763515"
  4721. x.Pitch = 0.7
  4722. x.Volume = .8
  4723. x3 = Instance.new("Sound",char.Head)
  4724. x3.SoundId = "rbxassetid://183763487"
  4725. x3.Pitch = 1
  4726. x3.Volume = .8
  4727. wait(.1)
  4728. x:Play()
  4729. x3:Play()
  4730.  
  4731. if holy == true then
  4732. so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
  4733. so("http://roblox.com/asset/?id=2233091183",hed,1,1)
  4734. else
  4735. end
  4736.  
  4737. Debounces.on = false
  4738. Debounces.Here = false
  4739. shot = shot + 1
  4740. local rng = Instance.new("Part", larm)
  4741. rng.Anchored = true
  4742.  
  4743. if holy ~= true then
  4744. rng.BrickColor = BrickColor.new("Really black")
  4745. else
  4746. rng.BrickColor = BrickColor.new("Cyan")
  4747. end
  4748.  
  4749. rng.Material = "Neon"
  4750. rng.CanCollide = false
  4751. rng.FormFactor = 3
  4752. rng.Name = "Ring"
  4753. rng.Size = Vector3.new(1, 1, 1)
  4754. rng.Transparency = 0.35
  4755. rng.TopSurface = 0
  4756. rng.BottomSurface = 0
  4757. rng2 = rng:clone()
  4758. rng3 = rng2:clone()
  4759. rng4 = rng2:clone()
  4760. local rngm = Instance.new("SpecialMesh", rng)
  4761. rngm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  4762. rngm.Scale = Vector3.new(10, 10, 1)
  4763. rngm2 = rngm:clone()
  4764. rngm2.Scale = Vector3.new(5, 5, 3)
  4765. rngm3=rngm2:clone()
  4766. rngm3.Parent = rng3
  4767. rngm3.Scale = Vector3.new(8, 8, 1)
  4768. rngm4 = rngm2:clone()
  4769. rngm4.Parent = rng4
  4770. rngm4.Scale = Vector3.new(6, 6, 1)
  4771. local bem = Instance.new("Part", larm)
  4772. bem.Anchored = true
  4773.  
  4774. if holy == false then
  4775. bem.BrickColor = BrickColor.new("Really black")
  4776. else
  4777. bem.BrickColor = BrickColor.new("Cyan")
  4778. end
  4779.  
  4780. bem.CanCollide = false
  4781. bem.Material = "Neon"
  4782. bem.FormFactor = 3
  4783. bem.Name = "Beam" .. shot
  4784. bem.Size = Vector3.new(1, 1, 1)
  4785. bem.Transparency = 0.35
  4786. bem.TopSurface = 0
  4787. bem.BottomSurface = 0
  4788. local bemm = Instance.new("SpecialMesh", bem)
  4789. bemm.MeshType = 4
  4790. bemm.Scale = Vector3.new(1, 4, 4)
  4791. local out = Instance.new("Part", larm)
  4792. out.Anchored = true
  4793. out.Material = "Neon"
  4794.  
  4795. if holy == false then
  4796. out.BrickColor = BrickColor.new("Really black")
  4797. else
  4798. out.BrickColor = BrickColor.new("Cyan")
  4799. end
  4800.  
  4801. out.CanCollide = false
  4802. out.FormFactor = 3
  4803. out.Name = "Out"
  4804. out.Size = Vector3.new(4, 4, 4)
  4805. out.Transparency = 0.35
  4806. out.TopSurface = 0
  4807. out.BottomSurface = 0
  4808. local outm = Instance.new("SpecialMesh", out)
  4809. outm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  4810. outm.Scale = Vector3.new(6, 4, 6)
  4811. local bnd = Instance.new("Part", larm)
  4812. bnd.Anchored = true
  4813. bnd.BrickColor = BrickColor.new("Royal purple")
  4814. bnd.CanCollide = false
  4815. bnd.FormFactor = 3
  4816. bnd.Name = "Bend"
  4817. bnd.Size = Vector3.new(1, 1, 1)
  4818. bnd.Transparency = 1
  4819. bnd.TopSurface = 0
  4820. bnd.BottomSurface = 0
  4821. local bndm = Instance.new("SpecialMesh", bnd)
  4822. bndm.MeshType = 3
  4823. bndm.Scale = Vector3.new(8, 8, 8)
  4824. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4825. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4826. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4827. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4828. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4829. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4830. Debounces.Shewt = true
  4831. coroutine.wrap(function()
  4832. for i = 1, 20, 0.2 do
  4833. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4834. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4835. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4836. rng.Transparency = i/20
  4837. rng3.Transparency = 1/24
  4838. rng4.Transparency = i/26
  4839. wait()
  4840. end
  4841. wait()
  4842. rng:Destroy()
  4843. end)()
  4844. if Debounces.Shewt == true then
  4845. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4846. hit = ht.Parent
  4847. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4848. if HasntTouched(hit.Name) == true and deb == false then
  4849. deb = true
  4850. coroutine.wrap(function()
  4851. hit:FindFirstChild("Humanoid").PlatformStand = true
  4852. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4853. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4854. end)()
  4855. table.insert(Touche, hit.Name)
  4856. deb = false
  4857. end
  4858. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4859. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4860. deb = true
  4861. coroutine.wrap(function()
  4862. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4863. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4864. wait(1)
  4865. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4866. end)()
  4867. table.insert(Touche, hit.Parent.Name)
  4868. deb = false
  4869. for i, v in pairs(Touche) do
  4870. print(v)
  4871. end
  4872. end
  4873. end
  4874. end)
  4875. end
  4876. for i = 0, 260, 8 do
  4877. bem.Size = Vector3.new(i, 3, 3)
  4878. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4879. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4880. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4881. bnd.Size = Vector3.new(1,1,1)
  4882. bndm.Scale = Vector3.new(8,8,8)
  4883. if i % 10 == 0 then
  4884. local newRng = rng2:Clone()
  4885. newRng.Parent = larm
  4886. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4887. local newRngm = rngm2:clone()
  4888. newRngm.Parent=newRng
  4889. coroutine.wrap(function()
  4890. for i = 1, 10, 0.2 do
  4891. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4892. newRng.Transparency = i/10
  4893. wait()
  4894. end
  4895. wait()
  4896. newRng:Destroy()
  4897. end)()
  4898. end
  4899. wait()
  4900. end
  4901. wait()
  4902. Debounces.Shewt = false
  4903. bem:Destroy()
  4904. out:Destroy()
  4905. bnd:Destroy()
  4906. Debounces.Ready = false
  4907. for i, v in pairs(Touche) do
  4908. table.remove(Touche, i)
  4909. end
  4910. wait()
  4911. table.insert(Touche, char.Name)
  4912. Debounces.NoIdl = false
  4913. if Debounces.CanAttack == false then
  4914. Debounces.CanAttack = true
  4915. end
  4916. end
  4917. end
  4918. end)
  4919. local orbt={}
  4920. local stlt={}
  4921. local chot={}
  4922. local cfxt={}
  4923. local pfxt={}
  4924. local cns=0
  4925. local cnOrb=nil
  4926. mouse.KeyDown:connect(function(key)
  4927. if key == "u" then
  4928. if Debounces.CanAttack == true then
  4929. Debounces.CanAttack = false
  4930. Debounces.NoIdl = true
  4931. Debounces.on = true
  4932. orbt={}
  4933. stlt={}
  4934. chot={}
  4935. cfxt={}
  4936. for i,v in pairs (char.Claw:GetChildren()) do
  4937. if v:IsA("Part") then
  4938. v.Transparency=0
  4939. end
  4940. end
  4941. for i,v in pairs (char.Claw:GetChildren()) do
  4942. if v:IsA("WedgePart") then
  4943. v.Transparency=0
  4944. end
  4945. end
  4946.  
  4947. for i = 1, 20 do
  4948.  
  4949. 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)
  4950.  
  4951. if Debounces.on == false then end
  4952. rs:wait()
  4953. end
  4954. z = Instance.new("Sound",char)
  4955. z.SoundId = "rbxassetid://170053944"
  4956. z.Pitch = 1.07
  4957. z.Volume = 1
  4958. wait(0.1)
  4959. z:Play()
  4960. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  4961. debris:AddItem(cnOrb,50)
  4962. cnOrb.Mesh.MeshType=3
  4963. table.insert(orbt,cnOrb)
  4964. table.insert(stlt,cnOrb)
  4965. local nt=0
  4966. for i=0,5,0.02 do
  4967. nt=nt+1
  4968. cns=i
  4969. if nt>=2 then
  4970. nt=0
  4971. 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")
  4972. debris:AddItem(cho,1)
  4973. cho.Mesh.MeshType=3
  4974. table.insert(chot,cho)
  4975. end
  4976. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  4977. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  4978. wait()
  4979. end
  4980. for i = 1, 14 do
  4981. 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)
  4982. if Debounces.on == false then end
  4983. rs:wait()
  4984. end
  4985. coroutine.wrap(function()
  4986. for i = 1, 20 do
  4987.  
  4988. 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)
  4989.  
  4990. if Debounces.on == false then end
  4991. rs:wait()
  4992. end
  4993. end)()
  4994. wait(0.1)
  4995. stlt={}
  4996. 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})
  4997. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  4998. local nt=0
  4999. for i=0,160,3 do
  5000. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5001. nt=nt+1
  5002. if nt>=6 then
  5003. nt=0
  5004. 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")
  5005. cfx.Mesh.MeshId="rbxassetid://9982590"
  5006. cfx.Transparency=0.4
  5007. table.insert(cfxt,cfx)
  5008. debris:AddItem(cfx,1)
  5009. end
  5010. if (cnOrb.Position-ps).magnitude<6 then
  5011. break
  5012. end
  5013. wait()
  5014. end
  5015. orbt={}
  5016.  
  5017. for i=0,1,0.1 do
  5018. local cs=cnOrb.Mesh.Scale
  5019. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  5020. wait()
  5021. end
  5022. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5023. ofx.Transparency=0.5
  5024. ofx.Mesh.MeshType=3
  5025. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5026. for _,v in pairs(game:service"Players":GetChildren()) do
  5027. pcall(function()
  5028. for _,c in pairs(v.Character:GetChildren()) do
  5029. 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
  5030. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5031. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5032. end
  5033. end
  5034. end)
  5035. end
  5036. for i=0,1,0.05 do
  5037. local cs=cnOrb.Mesh.Scale
  5038. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5039. local ofs=ofx.Mesh.Scale
  5040. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5041. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5042. wait()
  5043. end
  5044. ofx:Destroy()
  5045. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5046. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5047. cnfx.Mesh.MeshType=3
  5048. cnOrb.Transparency=0.05
  5049. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5050. cnr.Mesh.MeshType=3
  5051. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  5052. rn1.Transparency=1
  5053. rn1.Mesh.MeshId="rbxassetid://9982590"
  5054. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5055. rn2.Transparency=1
  5056. rn2.Mesh.MeshId="rbxassetid://9982590"
  5057. local nt=0
  5058. local cs=nil
  5059. for i=0,1,0.05 do
  5060. cs=cnOrb.Mesh.Scale
  5061. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5062. local fs=cnfx.Mesh.Scale
  5063. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5064. cnfx.Transparency=cnfx.Transparency+0.05
  5065. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5066. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5067. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5068. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5069. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5070. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5071. local rs=cnr.Mesh.Scale
  5072. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5073. nt=nt+1
  5074. if nt>=6 then
  5075. local pls={}
  5076. for _,v in pairs(game.Players:GetChildren()) do
  5077. table.insert(pls,v)
  5078. end
  5079. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5080. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5081. pffx.Mesh.MeshId="rbxassetid://9982590"
  5082. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5083. debris:AddItem(pffx,2)
  5084. table.insert(pfxt,pffx)
  5085. nt=0
  5086. end
  5087. wait()
  5088. end
  5089. local int=0
  5090. coroutine.wrap(function()
  5091. for i=1,500 do
  5092. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5093. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5094. nt=nt+1
  5095. int=int+1
  5096. local htd={p}
  5097. for _,v in pairs(game:service"Players":GetChildren()) do
  5098. pcall(function()
  5099. for _,c in pairs(v.Character:GetChildren()) do
  5100. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5101. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5102. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5103. table.insert(htd,v)
  5104. end
  5105. end
  5106. end)
  5107. end
  5108. htd={p}
  5109. if int>=6 then
  5110. for _,v in pairs(game:service"Players":GetChildren()) do
  5111. pcall(function()
  5112. for _,c in pairs(v.Character:GetChildren()) do
  5113. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5114. table.insert(htd,v)
  5115. 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")
  5116. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5117. hfx.Mesh.MeshType=3
  5118. debris:AddItem(hfx,2)
  5119. coroutine.wrap(function()
  5120. pcall(function()
  5121. for i=0,1,0.05 do
  5122. pcall(function()
  5123. local hs=hfx.Mesh.Scale
  5124. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5125. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5126. end)
  5127. wait()
  5128. end
  5129. hfx:Destroy()
  5130. end)
  5131. end)()
  5132. end
  5133. end
  5134. end)
  5135. end
  5136. int=0
  5137. end
  5138. if nt>=4 then
  5139. local pls={}
  5140. for _,v in pairs(game.Players:GetChildren()) do
  5141. table.insert(pls,v)
  5142. end
  5143. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5144. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5145. pffx.Transparency=0.4
  5146. pffx.Mesh.MeshId="rbxassetid://9982590"
  5147. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5148. debris:AddItem(pffx,2)
  5149. table.insert(pfxt,pffx)
  5150. nt=0
  5151. end
  5152. wait()
  5153. end
  5154. cnOrb:Destroy()
  5155. cnfx:Destroy()
  5156. for i,v in pairs (char.Claw:GetChildren()) do
  5157. if v:IsA("Part") then
  5158. v.Transparency=1
  5159. end
  5160. end
  5161. for i,v in pairs (char.Claw:GetChildren()) do
  5162. if v:IsA("WedgePart") then
  5163. v.Transparency=1
  5164. end
  5165. end
  5166. for _,v in pairs(mod3:GetChildren()) do
  5167. v:Destroy()
  5168. end
  5169. orbt={}
  5170. stlt={}
  5171. chot={}
  5172. cfxt={}
  5173. pfxt={}
  5174. end)()
  5175. if Debounces.CanAttack == false then
  5176. Debounces.CanAttack = true
  5177. Debounces.NoIdl = false
  5178. Debounces.on = false
  5179. end
  5180. end
  5181. end
  5182. end)
  5183. ----------------------------------------------------
  5184. mouse.KeyDown:connect(function(key)
  5185. if key == "e" then
  5186. if Debounces.CanAttack == true then
  5187. Debounces.CanAttack = false
  5188. Debounces.on = true
  5189. Debounces.NoIdl = true
  5190. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  5191. z = Instance.new("Sound", rarm)
  5192. z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  5193. z.Volume = .6
  5194. z.Pitch = pt[math.random(1,#pt)]
  5195. z.Looped = false
  5196. z:Play()
  5197. Debounces.RPunch = true
  5198. Debounces.LPunch = true
  5199. Debounces.ks = true
  5200. Debounces.ks2 = true
  5201. for i = 1, 3 do
  5202. 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)
  5203. 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)
  5204. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5205. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5206. 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)
  5207. 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)
  5208. if Debounces.on == false then break end
  5209. wait()
  5210. end
  5211. z2 = Instance.new("Sound", larm)
  5212. z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5213. z2.Volume = .6
  5214. z2.Pitch = pt[math.random(1,#pt)]
  5215. z2.Looped = false
  5216. z2:Play()
  5217. for i = 1, 3 do
  5218. 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)
  5219. 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)
  5220. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5221. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5222. 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)
  5223. 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)
  5224. if Debounces.on == false then break end
  5225. wait()
  5226. end
  5227. z3 = Instance.new("Sound", rarm)
  5228. z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5229. z3.Volume = 0.6
  5230. z3.Pitch = pt[math.random(1,#pt)]
  5231. z3.Looped = false
  5232. z3:Play()
  5233. for i = 1, 3 do
  5234. 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)
  5235. 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)
  5236. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5237. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5238. 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)
  5239. 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)
  5240. if Debounces.on == false then break end
  5241. wait()
  5242. end
  5243. z4 = Instance.new("Sound", larm)
  5244. z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5245. z4.Volume = .6
  5246. z4.Pitch = pt[math.random(1,#pt)]
  5247. z4.Looped = false
  5248. z4:Play()
  5249. for i = 1, 3 do
  5250. 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)
  5251. 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)
  5252. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5253. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5254. 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)
  5255. 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)
  5256. if Debounces.on == false then break end
  5257. wait()
  5258. end
  5259. z5 = Instance.new("Sound", rarm)
  5260. z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5261. z5.Volume = .6
  5262. z5.Pitch = pt[math.random(1,#pt)]
  5263. z5.Looped = false
  5264. z5:Play()
  5265. for i = 1, 3 do
  5266. 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)
  5267. 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)
  5268. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  5269. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  5270. 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)
  5271. 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)
  5272. if Debounces.on == false then break end
  5273. wait()
  5274. end
  5275. z6 = Instance.new("Sound", larm)
  5276. z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5277. z6.Volume = .6
  5278. z6.Pitch = pt[math.random(1,#pt)]
  5279. z6.Looped = false
  5280. z6:Play()
  5281. for i = 1, 3 do
  5282. 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)
  5283. 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)
  5284. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5285. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5286. 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)
  5287. 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)
  5288. if Debounces.on == false then break end
  5289. wait()
  5290. end
  5291. z7 = Instance.new("Sound", rarm)
  5292. z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  5293. z7.Volume = .6
  5294. z7.Pitch = pt[math.random(1,#pt)]
  5295. z7.Looped = false
  5296. z7:Play()
  5297. for i = 1, 3 do
  5298. 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)
  5299. 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)
  5300. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5301. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5302. 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)
  5303. 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)
  5304. if Debounces.on == false then break end
  5305. wait()
  5306. end
  5307. z8 = Instance.new("Sound", larm)
  5308. z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5309. z8.Volume = .6
  5310. z8.Pitch = pt[math.random(1,#pt)]
  5311. z8.Looped = false
  5312. z8:Play()
  5313. for i = 1, 3 do
  5314. 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)
  5315. 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)
  5316. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5317. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5318. 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)
  5319. 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)
  5320. if Debounces.on == false then break end
  5321. wait()
  5322. end
  5323. z9 = Instance.new("Sound", rarm)
  5324. z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5325. z9.Volume = 0.6
  5326. z9.Pitch = pt[math.random(1,#pt)]
  5327. z9.Looped = false
  5328. z9:Play()
  5329. for i = 1, 3 do
  5330. 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)
  5331. 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)
  5332. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5333. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5334. 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)
  5335. 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)
  5336. if Debounces.on == false then break end
  5337. wait()
  5338. end
  5339. z10 = Instance.new("Sound", larm)
  5340. z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5341. z10.Volume = .6
  5342. z10.Pitch = pt[math.random(1,#pt)]
  5343. z10.Looped = false
  5344. z10:Play()
  5345. for i = 1, 3 do
  5346. 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)
  5347. 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)
  5348. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5349. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5350. 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)
  5351. 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)
  5352. if Debounces.on == false then break end
  5353. wait()
  5354. end
  5355. z11 = Instance.new("Sound", rarm)
  5356. z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5357. z11.Volume = .6
  5358. z11.Pitch = pt[math.random(1,#pt)]
  5359. z11.Looped = false
  5360. z11:Play()
  5361. for i = 1, 3 do
  5362. 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)
  5363. 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)
  5364. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  5365. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  5366. 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)
  5367. 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)
  5368. if Debounces.on == false then break end
  5369. wait()
  5370. end
  5371. z12 = Instance.new("Sound", larm)
  5372. z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5373. z12.Volume = .6
  5374. z12.Pitch = pt[math.random(1,#pt)]
  5375. z12.Looped = false
  5376. z12:Play()
  5377. for i = 1, 3 do
  5378. 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)
  5379. 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)
  5380. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5381. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5382. 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)
  5383. 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)
  5384. if Debounces.on == false then break end
  5385. wait()
  5386. end
  5387. z13 = Instance.new("Sound", rarm)
  5388. z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5389. z13.Volume = 0.6
  5390. z13.Pitch = pt[math.random(1,#pt)]
  5391. z13.Looped = false
  5392. z13:Play()
  5393. for i = 1, 3 do
  5394. 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)
  5395. 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)
  5396. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5397. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5398. 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)
  5399. 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)
  5400. if Debounces.on == false then break end
  5401. wait()
  5402. end
  5403. z14 = Instance.new("Sound", larm)
  5404. z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5405. z14.Volume = .6
  5406. z14.Pitch = pt[math.random(1,#pt)]
  5407. z14.Looped = false
  5408. z14:Play()
  5409. for i = 1, 3 do
  5410. 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)
  5411. 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)
  5412. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5413. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5414. 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)
  5415. 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)
  5416. if Debounces.on == false then break end
  5417. wait()
  5418. end
  5419. z15 = Instance.new("Sound", rarm)
  5420. z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5421. z15.Volume = .6
  5422. z15.Pitch = pt[math.random(1,#pt)]
  5423. z15.Looped = false
  5424. z15:Play()
  5425. for i = 1, 3 do
  5426. 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)
  5427. 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)
  5428. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  5429. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  5430. 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)
  5431. 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)
  5432. if Debounces.on == false then break end
  5433. wait()
  5434. end
  5435. z16 = Instance.new("Sound", larm)
  5436. z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5437. z16.Volume = .6
  5438. z16.Pitch = pt[math.random(1,#pt)]
  5439. z16.Looped = false
  5440. z16:Play()
  5441. for i = 1, 3 do
  5442. 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)
  5443. 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)
  5444. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5445. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5446. 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)
  5447. 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)
  5448. if Debounces.on == false then break end
  5449. wait()
  5450. end
  5451. z17 = Instance.new("Sound", rarm)
  5452. z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  5453. z17.Volume = .6
  5454. z17.Pitch = pt[math.random(1,#pt)]
  5455. z17.Looped = false
  5456. z17:Play()
  5457. for i = 1, 3 do
  5458. 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)
  5459. 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)
  5460. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5461. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5462. 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)
  5463. 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)
  5464. if Debounces.on == false then break end
  5465. wait()
  5466. end
  5467. z18 = Instance.new("Sound", larm)
  5468. z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5469. z18.Volume = .6
  5470. z18.Pitch = pt[math.random(1,#pt)]
  5471. z18.Looped = false
  5472. z18:Play()
  5473. for i = 1, 3 do
  5474. 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)
  5475. 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)
  5476. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5477. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5478. 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)
  5479. 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)
  5480. if Debounces.on == false then break end
  5481. wait()
  5482. end
  5483. z19 = Instance.new("Sound", rarm)
  5484. z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5485. z19.Volume = 0.6
  5486. z19.Pitch = pt[math.random(1,#pt)]
  5487. z19.Looped = false
  5488. z19:Play()
  5489. for i = 1, 3 do
  5490. 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)
  5491. 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)
  5492. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  5493. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  5494. 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)
  5495. 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)
  5496. if Debounces.on == false then break end
  5497. wait()
  5498. end
  5499. z20 = Instance.new("Sound", larm)
  5500. z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
  5501. z20.Volume = .6
  5502. z20.Pitch = pt[math.random(1,#pt)]
  5503. z20.Looped = false
  5504. z20:Play()
  5505. for i = 1, 3 do
  5506. 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)
  5507. 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)
  5508. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  5509. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  5510. 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)
  5511. 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)
  5512. if Debounces.on == false then break end
  5513. wait()
  5514. end
  5515. z:Destroy()
  5516. z2:Destroy()
  5517. z3:Destroy()
  5518. z4:Destroy()
  5519. z5:Destroy()
  5520. z6:Destroy()
  5521. z7:Destroy()
  5522. z8:Destroy()
  5523. z9:Destroy()
  5524. z10:Destroy()
  5525. z11:Destroy()
  5526. z12:Destroy()
  5527. z13:Destroy()
  5528. z14:Destroy()
  5529. z15:Destroy()
  5530. z16:Destroy()
  5531. z17:Destroy()
  5532. z18:Destroy()
  5533. z19:Destroy()
  5534. z20:Destroy()
  5535. Debounces.LPunch = false
  5536. Debounces.RPunch = false
  5537. Debounces.ks = false
  5538. Debounces.ks2 = false
  5539. if Debounces.CanAttack == false then
  5540. Debounces.CanAttack = true
  5541. Debounces.on = false
  5542. Debounces.NoIdl = false
  5543. end
  5544. end
  5545. end
  5546. end)
  5547. ----------------------------------------------------Cero
  5548. mouse.KeyDown:connect(function(key)
  5549. if key == "c" then
  5550. if Debounces.CanAttack == true then
  5551. Debounces.CanAttack = false
  5552. Debounces.NoIdl = true
  5553. Debounces.on = true
  5554. char.Humanoid.WalkSpeed = .01
  5555. Debounces.on = true
  5556.  
  5557. xx = Instance.new("Sound")
  5558. xx.SoundId = "http://www.roblox.com/asset/?id=199145659"
  5559. xx.Parent = char.Head
  5560. xx.Looped = false
  5561. xx.Pitch = .88
  5562. xx.Volume = 1
  5563. wait(.1)
  5564. xx:Play()
  5565.  
  5566. if holy == true then
  5567. so("http://roblox.com/asset/?id=231917788",hed,1,1)
  5568. else
  5569. end
  5570.  
  5571.  
  5572. if holy ~= true then
  5573. for i = 1, 20 do
  5574. 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)
  5575. 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)
  5576. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  5577. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  5578. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  5579. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  5580. if Debounces.on==false then break end
  5581. wait()
  5582. end
  5583. wait(1)
  5584. else
  5585. for i = 1, 5 do
  5586. 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)
  5587. 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)
  5588. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  5589. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  5590. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  5591. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  5592. if Debounces.on==false then break end
  5593. wait()
  5594. end
  5595. wait(1)
  5596. end
  5597.  
  5598. x = Instance.new("Sound")
  5599. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  5600. x2 = Instance.new("Sound")
  5601. x2.SoundId = "http://www.roblox.com/asset/?id=183763506"
  5602. x.Parent = char.Head
  5603. x2.Parent = char.Head
  5604. x.Looped = false
  5605. x2.Looped = false
  5606. x.Pitch = .88
  5607. x.Volume = 1
  5608. x2.Pitch = .88
  5609. x2.Volume = 1
  5610. wait(.1)
  5611. x:Play()
  5612. x2:Play()
  5613. Debounces.on = false
  5614. Debounces.Here = false
  5615.  
  5616. for i = 1, 6 do
  5617. 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)
  5618. 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)
  5619. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.4)
  5620. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.4)
  5621. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.4)
  5622. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.4)
  5623. wait()
  5624. end
  5625. local rng = Instance.new("Part", char)
  5626. rng.Anchored = true
  5627.  
  5628. if holy ~= true then
  5629. rng.BrickColor = BrickColor.new("Really black")
  5630. else
  5631. rng.BrickColor = BrickColor.new("Cyan")
  5632. end
  5633.  
  5634. rng.CanCollide = false
  5635. rng.FormFactor = 3
  5636. rng.Name = "Ring"
  5637. rng.Size = Vector3.new(1, 1, 1)
  5638. rng.Transparency = 0.35
  5639. rng.TopSurface = 0
  5640. rng.BottomSurface = 0
  5641. rng.Material = "Neon"
  5642. local rngm = Instance.new("SpecialMesh", rng)
  5643. rngm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  5644. rngm.Scale = Vector3.new(10, 10, 1)
  5645. local bem = Instance.new("Part", char)
  5646. bem.Anchored = true
  5647.  
  5648. if holy ~= true then
  5649. bem.BrickColor = BrickColor.new("Really black")
  5650. else
  5651. bem.BrickColor = BrickColor.new("Cyan")
  5652. end
  5653.  
  5654. bem.Material = "Neon"
  5655. bem.CanCollide = false
  5656. bem.FormFactor = 3
  5657. bem.Name = "Beam" .. shot
  5658. bem.Size = Vector3.new(1, 1, 1)
  5659. bem.Transparency = 0.35
  5660. bem.TopSurface = 0
  5661. bem.BottomSurface = 0
  5662. local bemm = Instance.new("SpecialMesh", bem)
  5663. bemm.MeshType = 4
  5664. bemm.Scale = Vector3.new(1, 4, 4)
  5665. local out = Instance.new("Part", char)
  5666. out.Anchored = true
  5667.  
  5668. if holy ~= true then
  5669. out.BrickColor = BrickColor.new("Really black")
  5670. else
  5671. out.BrickColor = BrickColor.new("Cyan")
  5672. end
  5673.  
  5674. out.Material = "Neon"
  5675. out.CanCollide = false
  5676. out.FormFactor = 3
  5677. out.Name = "Out"
  5678. out.Size = Vector3.new(1, 1, 1)
  5679. out.Transparency = 0.35
  5680. out.TopSurface = 0
  5681. out.BottomSurface = 0
  5682. local outm = Instance.new("SpecialMesh", out)
  5683. outm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  5684. outm.Scale = Vector3.new(2, 2, 2)
  5685. local bnd = Instance.new("Part", char)
  5686. bnd.Anchored = true
  5687.  
  5688. if holy ~= true then
  5689. bnd.BrickColor = BrickColor.new("Really black")
  5690. else
  5691. bnd.BrickColor = BrickColor.new("Cyan")
  5692. end
  5693.  
  5694. bnd.Material = "Neon"
  5695. bnd.CanCollide = false
  5696. bnd.FormFactor = 3
  5697. bnd.Name = "BEnd"
  5698. bnd.Size = Vector3.new(1, 1, 1)
  5699. bnd.Transparency = 0.35
  5700. bnd.TopSurface = 0
  5701. bnd.BottomSurface = 0
  5702. local bndm = Instance.new("SpecialMesh", bnd)
  5703. bndm.MeshType = 3
  5704. bndm.Scale = Vector3.new(4, 4, 4)
  5705. out.CFrame = rarm.CFrame * CFrame.new(0, -1.75, 0)
  5706. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  5707. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  5708. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  5709. Debounces.Shewt = true
  5710. coroutine.wrap(function()
  5711. for i = 1, 20, 0.2 do
  5712. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5713. rng.Transparency = i/20
  5714. wait()
  5715. end
  5716. wait()
  5717. rng:Destroy()
  5718. end)()
  5719. if Debounces.Shewt == true then
  5720. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht) --Here
  5721. print("Hit")
  5722. hit = ht.Parent
  5723. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  5724. print("Yes")
  5725. if HasntTouched(hit.Name) == true and deb == false then
  5726. deb = true
  5727. coroutine.wrap(function()
  5728. hit:FindFirstChild("Humanoid").PlatformStand = true
  5729. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  5730. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(18,63))
  5731. wait(1)
  5732. hit:FindFirstChild("Humanoid").PlatformStand = false
  5733. end)()
  5734. table.insert(Touche, hit.Name)
  5735. deb = false
  5736. end
  5737. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  5738. print("Yes")
  5739. if HasntTouched(hit.Parent.Name) == true and deb == false then
  5740. deb = true
  5741. coroutine.wrap(function()
  5742. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  5743. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  5744. wait(1)
  5745. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5746. end)()
  5747. table.insert(Touche, hit.Parent.Name)
  5748. deb = false
  5749. for i, v in pairs(Touche) do
  5750. print(v)
  5751. end
  5752. end
  5753. end
  5754. end)
  5755. end
  5756. for i = 0, 200, 7 do
  5757. bem.Size = Vector3.new(i, 1, 1)
  5758. bem.CFrame = rarm.CFrame * CFrame.new(0, -2.5 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  5759. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 0)
  5760. wait()
  5761. end
  5762. wait()
  5763. Debounces.Shewt = false
  5764. bem:Destroy()
  5765. out:Destroy()
  5766. bnd:Destroy()
  5767. char.Humanoid.WalkSpeed = 10
  5768. Debounces.Ready = false
  5769. for i, v in pairs(Touche) do
  5770. table.remove(Touche, i)
  5771. end
  5772. wait()
  5773. table.insert(Touche, char.Name)
  5774. Debounces.NoIdl = false
  5775. if Debounces.CanAttack == false then
  5776. Debounces.CanAttack = true
  5777. Debounces.on = false
  5778. end
  5779. end
  5780. end
  5781. end)
  5782. -------------------------------
  5783. mouse.KeyDown:connect(function(key)
  5784. if key == "t" then
  5785. if Debounces.CanAttack == true then
  5786. Debounces.CanAttack = false
  5787. Debounces.NoIdl = true
  5788. Debounces.on = true
  5789. Debounces.ks = true
  5790. kik = rleg.Touched:connect(function(ht)
  5791. hit = ht.Parent
  5792. if ht and hit:IsA("Model") then
  5793. if hit:FindFirstChild("Humanoid") then
  5794. if hit.Name ~= p.Name then
  5795. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  5796. Debounces.Slashed = true]]--
  5797. if Debounces.ks==true then
  5798. z = Instance.new("Sound",hed)
  5799. z.SoundId = "rbxassetid://169380525"
  5800. z.Volume = 1
  5801. z:Play()
  5802. Debounces.ks=false
  5803. end
  5804. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  5805. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  5806. --Debounces.Slashed = false
  5807. --end
  5808. end
  5809. end
  5810. elseif ht and hit:IsA("Hat") then
  5811. if hit.Parent.Name ~= p.Name then
  5812. if hit.Parent:FindFirstChild("Humanoid") then
  5813. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  5814. Debounces.Slashed = true]]--
  5815. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  5816. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  5817. --Debounces.Slashed = false
  5818. --end
  5819. end
  5820. end
  5821. end
  5822. end)
  5823. for i = 1,20 do
  5824. 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)
  5825. 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)
  5826. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  5827. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  5828. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  5829. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  5830. if Debounces.on == false then break end
  5831. rs:wait()
  5832. end
  5833. kik:disconnect()
  5834. if Debounces.CanAttack == false then
  5835. Debounces.CanAttack = true
  5836. Debounces.NoIdl = false
  5837. Debounces.on = false
  5838. end
  5839. end
  5840. end
  5841. end)
  5842. ----------------------------------------------------
  5843. Charging = false
  5844. chargewait = false
  5845. mouse.KeyDown:connect(function(key)
  5846. if key == "h" then
  5847. if Charging == false and chargewait == false then
  5848. Charging = true
  5849. chargewait = true
  5850. if Debounces.CanAttack == true then
  5851. Debounces.CanAttack = false
  5852. Debounces.NoIdl = true
  5853. Debounces.on = true
  5854.  
  5855.  
  5856. if holy ~= true then
  5857. holy = true
  5858. else holy = false
  5859. end
  5860.  
  5861.  
  5862. for i = 1,20 do
  5863. 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)
  5864. 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)
  5865. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  5866. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  5867. 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)
  5868. 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)
  5869. if Debounces.on == false then break end
  5870. rs:wait()
  5871. end
  5872. pt=Instance.new('Part',torso)
  5873. pt.Anchored=true
  5874. pt.CanCollide=false
  5875. pt.Locked = true
  5876. pt.Material = "Neon"
  5877. pt.FormFactor='Custom'
  5878. pt.Size=Vector3.new(1,1,1)
  5879. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  5880. pt.Transparency=.6
  5881.  
  5882. if holy == true then
  5883. pt.BrickColor=BrickColor.new('Cyan')
  5884. else
  5885. pt.BrickColor = BrickColor.new("Really black")
  5886. end
  5887.  
  5888. msh=Instance.new('SpecialMesh',pt)
  5889. msh.MeshId='http://www.roblox.com/asset/?id=9982590'
  5890. msh.Scale=Vector3.new(8,4,8)
  5891. pt2=pt:clone()
  5892. pt2.Parent = torso
  5893. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  5894.  
  5895. if holy == true then
  5896.  
  5897.  
  5898. for i,v in pairs (char.Wings:GetChildren()) do
  5899. if v:IsA("Part") then
  5900. v.BrickColor=BrickColor.new('Cyan')
  5901. end
  5902. end
  5903. for i,v in pairs (char.Claw:GetChildren()) do
  5904. if v:IsA("WedgePart") then
  5905. v.BrickColor=BrickColor.new('Cyan')
  5906. end
  5907. end
  5908.  
  5909. for i,v in pairs (char.Hair:GetChildren()) do
  5910. if v:IsA("Part") then
  5911. v.BrickColor=BrickColor.new('Cyan')
  5912. end
  5913. end
  5914. for i,v in pairs (char.Claw:GetChildren()) do
  5915. if v:IsA("WedgePart") then
  5916. v.BrickColor=BrickColor.new('Cyan')
  5917. end
  5918. end
  5919.  
  5920. for i,v in pairs (char.Claw:GetChildren()) do
  5921. if v:IsA("Part") then
  5922. v.BrickColor=BrickColor.new('Cyan')
  5923. end
  5924. end
  5925.  
  5926.  
  5927.  
  5928.  
  5929.  
  5930. for i,v in pairs (larm.LeftArm:GetChildren()) do
  5931. if v:IsA("WedgePart") then
  5932. v.BrickColor = BrickColor.new("Cyan")
  5933. end
  5934. end
  5935.  
  5936. for i,v in pairs (larm.LeftArm:GetChildren()) do
  5937. if v:IsA("Part") then
  5938. v.BrickColor=BrickColor.new('Cyan')
  5939. end
  5940. end
  5941.  
  5942.  
  5943.  
  5944.  
  5945.  
  5946. for i,v in pairs (rarm.RightArm:GetChildren()) do
  5947. if v:IsA("WedgePart") then
  5948. v.BrickColor = BrickColor.new("Cyan")
  5949. end
  5950. end
  5951.  
  5952. for i,v in pairs (rarm.RightArm:GetChildren()) do
  5953. if v:IsA("Part") then
  5954. v.BrickColor=BrickColor.new('Cyan')
  5955. end
  5956. end
  5957.  
  5958.  
  5959.  
  5960.  
  5961.  
  5962. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  5963. if v:IsA("WedgePart") then
  5964. v.BrickColor = BrickColor.new("Cyan")
  5965. end
  5966. end
  5967.  
  5968. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  5969. if v:IsA("Part") then
  5970. v.BrickColor=BrickColor.new('Cyan')
  5971. end
  5972. end
  5973.  
  5974.  
  5975.  
  5976.  
  5977.  
  5978. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  5979. if v:IsA("WedgePart") then
  5980. v.BrickColor = BrickColor.new("Cyan")
  5981. end
  5982. end
  5983.  
  5984. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  5985. if v:IsA("Part") then
  5986. v.BrickColor=BrickColor.new('Cyan')
  5987. end
  5988. end
  5989.  
  5990.  
  5991.  
  5992.  
  5993.  
  5994. while holy == true do -- Emit the Lightning effects randomly
  5995. wait()
  5996. local Body1 = BodyParts[math.random(#BodyParts)]
  5997. local Body2 = BodyParts[math.random(#BodyParts)]
  5998. local Pos1 = Vector3.new(
  5999. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  6000. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  6001. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  6002. )
  6003. local Pos2 = Vector3.new(
  6004. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  6005. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  6006. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  6007. )
  6008. local SPos1 = Body1.Position + Pos1
  6009. local SPos2 = Body2.Position + Pos2
  6010. Lightning(SPos1, SPos2, 4, 3, "Cyan", .3, .56)
  6011. end
  6012.  
  6013.  
  6014. pt2.BrickColor=BrickColor.new('Cyan')
  6015. else
  6016.  
  6017.  
  6018.  
  6019. for i,v in pairs (char.Wings:GetChildren()) do
  6020. unholy = true
  6021. if v:IsA("Part") then
  6022. v.BrickColor = BrickColor.new("Royal purple")
  6023. end
  6024. end
  6025. for i,v in pairs (char.Claw:GetChildren()) do
  6026. if v:IsA("WedgePart") then
  6027. v.BrickColor = BrickColor.new("Royal purple")
  6028. end
  6029. end
  6030.  
  6031. for i,v in pairs (larm.LeftArm:GetChildren()) do
  6032. if v:IsA("WedgePart") then
  6033. v.BrickColor = BrickColor.new("Royal purple")
  6034. end
  6035. end
  6036.  
  6037. for i,v in pairs (larm.LeftArm:GetChildren()) do
  6038. if v:IsA("Part") then
  6039. v.BrickColor=BrickColor.new("Royal purple")
  6040. end
  6041. end
  6042.  
  6043.  
  6044.  
  6045.  
  6046.  
  6047. for i,v in pairs (rarm.RightArm:GetChildren()) do
  6048. if v:IsA("WedgePart") then
  6049. v.BrickColor = BrickColor.new("Royal purple")
  6050. end
  6051. end
  6052.  
  6053. for i,v in pairs (rarm.RightArm:GetChildren()) do
  6054. if v:IsA("Part") then
  6055. v.BrickColor=BrickColor.new("Royal purple")
  6056. end
  6057. end
  6058.  
  6059.  
  6060.  
  6061.  
  6062.  
  6063. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  6064. if v:IsA("WedgePart") then
  6065. v.BrickColor = BrickColor.new("Royal purple")
  6066. end
  6067. end
  6068.  
  6069. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  6070. if v:IsA("Part") then
  6071. v.BrickColor=BrickColor.new("Royal purple")
  6072. end
  6073. end
  6074.  
  6075.  
  6076.  
  6077.  
  6078.  
  6079. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  6080. if v:IsA("WedgePart") then
  6081. v.BrickColor = BrickColor.new("Royal purple")
  6082. end
  6083. end
  6084.  
  6085. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  6086. if v:IsA("Part") then
  6087. v.BrickColor=BrickColor.new("Royal purple")
  6088. end
  6089. end
  6090.  
  6091. for i,v in pairs (char.Hair:GetChildren()) do
  6092. if v:IsA("Part") then
  6093. v.BrickColor = BrickColor.new("Royal purple")
  6094. end
  6095. end
  6096. for i,v in pairs (char.Claw:GetChildren()) do
  6097. if v:IsA("WedgePart") then
  6098. v.BrickColor = BrickColor.new("Royal purple")
  6099. end
  6100. end
  6101.  
  6102. for i,v in pairs (char.Claw:GetChildren()) do
  6103. if v:IsA("Part") then
  6104. v.BrickColor = BrickColor.new("Royal purple")
  6105. end
  6106. end
  6107.  
  6108.  
  6109. while holy ~= true do-- Emit the Lightning effects randomly
  6110. wait()
  6111. local Body1 = BodyParts[math.random(#BodyParts)]
  6112. local Body2 = BodyParts[math.random(#BodyParts)]
  6113. local Pos1 = Vector3.new(
  6114. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  6115. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  6116. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  6117. )
  6118. local Pos2 = Vector3.new(
  6119. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  6120. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  6121. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  6122. )
  6123. local SPos1 = Body1.Position + Pos1
  6124. local SPos2 = Body2.Position + Pos2
  6125. Lightning(SPos1, SPos2, 4, 3, "Royal purple", .3, .56)
  6126. end
  6127. unholy = false
  6128. pt2.BrickColor = BrickColor.new("Royal purple")
  6129. end
  6130.  
  6131.  
  6132.  
  6133.  
  6134.  
  6135. msh2=msh:clone()
  6136. msh2.Parent=pt2
  6137. msh2.Scale=Vector3.new(10,5,10)
  6138.  
  6139. 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}
  6140.  
  6141. bl = Instance.new("Part", char)
  6142. bl.Locked = true
  6143. bl.Name = "Shell"
  6144.  
  6145. if holy == true then
  6146. bl.BrickColor = BrickColor.new("Cyan")
  6147. else
  6148. bl.BrickColor = BrickColor.new("Really black")
  6149. end
  6150.  
  6151. bl.Anchored = true
  6152. bl.Material = "Neon"
  6153. bl.CanCollide = false
  6154. bl.Transparency = 0
  6155. bl.Reflectance = 0
  6156. bl.BottomSurface = 0
  6157. bl.TopSurface = 0
  6158. bl.Shape = 0
  6159. blm = Instance.new("SpecialMesh",bl)
  6160. blm.MeshType = "Sphere"
  6161. blm.Scale = Vector3.new(1,1,1)
  6162.  
  6163. so("http://www.roblox.com/asset/?id=340722848",hed,2,1.2)
  6164. so("http://www.roblox.com/asset/?id=340722848",torso,0.5,0.8)
  6165. so("http://roblox.com/asset/?id=168586621",torso,1,0.5)
  6166.  
  6167.  
  6168.  
  6169.  
  6170. coroutine.resume(coroutine.create(function()
  6171. for i=1, math.huge, 4 do
  6172. if Charging == true then
  6173. rs:wait()
  6174. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  6175. blm.Scale = blm.Scale + Vector3.new(0.5, 0.5, 0.5)
  6176. bl.Transparency = bl.Transparency + 0.05
  6177. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  6178. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  6179. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  6180. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  6181. elseif Charging == false then break
  6182. end
  6183. end
  6184. end))
  6185.  
  6186.  
  6187. repeat
  6188. local p = Instance.new('Part',torso)
  6189. p.formFactor = 'Custom'
  6190. p.Size = Vector3.new(1,1,1)
  6191.  
  6192. if holy == true then
  6193. p.BrickColor = BrickColor.new("Cyan")
  6194. else
  6195. p.BrickColor = BrickColor.new("Really black")
  6196. end
  6197.  
  6198. p.CanCollide = false
  6199. p.Transparency = 0
  6200. p.Anchored = true
  6201. p.Locked=true
  6202. p.Material = "Neon"
  6203. s = math.random(1,40)/10
  6204. local m = Instance.new("BlockMesh",p)
  6205. m.Scale = Vector3.new(s,s,s)
  6206. 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())
  6207. Spawn(function()
  6208. while rs:wait() do
  6209. if Charging == true then
  6210. 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)))
  6211. 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)))
  6212. 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))
  6213. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  6214. 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)))
  6215. 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)))
  6216. elseif Charging == false then break
  6217. end
  6218. end
  6219. end)
  6220. Spawn(function()
  6221. while rs:wait() do
  6222. if p.Transparency >= 1 then p:Destroy() break end
  6223. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  6224. p.Transparency = p.Transparency+0.01
  6225. end
  6226. end)
  6227. wait(.3)
  6228.  
  6229.  
  6230. until Charging == false
  6231. end
  6232. end
  6233. end
  6234. end)
  6235.  
  6236. ----------------------------------------------------
  6237. mouse.KeyUp:connect(function(key)
  6238. if key == "h" then
  6239. if Charging == true and chargewait == true then
  6240. chargewait = false
  6241. wait(1)
  6242. Charging = false
  6243.  
  6244. --[[for i,v in pairs (torso:GetChildren()) do
  6245. if v:IsA("Sound") then
  6246. v:Destroy()
  6247. end
  6248. end]]
  6249.  
  6250.  
  6251. --so("http://roblox.com/asset/?id=160867463",torso,1,0.7)
  6252.  
  6253. pt:Destroy()
  6254. pt2:Destroy()
  6255. if Debounces.CanAttack == false then
  6256. Debounces.CanAttack = true
  6257. Debounces.NoIdl = false
  6258. Debounces.on = false
  6259. Debounces.grab = false
  6260.  
  6261. end
  6262. end
  6263. end
  6264. end)
  6265. --[[mouse.KeyDown:connect(function(key)
  6266. if key == "y" then
  6267. if Debounces.CanAttack == true then
  6268. Debounces.CanAttack = false
  6269. Debounces.NoIdl = true
  6270. Debounces.on = true
  6271. local shell = Instance.new("Part",torso)
  6272. shell.BrickColor = BrickColor.new("Royal purple")
  6273. shell.Anchored = false
  6274. shell.CanCollide = false
  6275. shell.Locked = true
  6276. shell.TopSurface = "SmoothNoOutlines"
  6277. shell.BottomSurface = "SmoothNoOutlines"
  6278. shell.Size = Vector3.new(1.2,1.2,1.2)
  6279. shell.FormFactor = 3
  6280. local shellm = Instance.new("SpecialMesh",shell)
  6281. shellm.MeshType = "Sphere"
  6282. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  6283. Omega = function()
  6284. local X = Instance.new("Part",char)
  6285. local O = Instance.new("ObjectValue",X)
  6286. O.Name = "creator"
  6287. X.Locked = true
  6288. X.Name = "Shell"
  6289. X.Anchored = false
  6290. X.CanCollide = false
  6291. X.Transparency = 0.5
  6292. X.Reflectance = 0
  6293. X.BottomSurface = 0
  6294. X.TopSurface = 0
  6295. X.Shape = 0
  6296. local V = Instance.new("ObjectValue",X)
  6297. V.Value = char
  6298. V.Name = "creator"
  6299. X.BrickColor = BrickColor.new("Royal purple")
  6300. X.Size = Vector3.new(40,40,40)
  6301. --X.Material = "Neon"
  6302. local Z = Instance.new("SpecialMesh",X)
  6303. Z.MeshType = "Sphere"
  6304. Z.Scale = Vector3.new(0.2,0.2,0.2)
  6305. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  6306. local bv = Instance.new("BodyVelocity",X)
  6307. bv.maxForce = Vector3.new(99999,99999,99999)
  6308. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  6309. bv.velocity = root.CFrame.lookVector*10
  6310. Explode = X.Touched:connect(function(hit)
  6311. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart}") then
  6312. local cf = X.CFrame
  6313. bv:Destroy()
  6314. X.Anchored = true
  6315. Z:Remove()
  6316. Explode:disconnect()
  6317. X.Size = Vector3.new(3,3,3)
  6318. X.Touched:connect(function(hit) end)
  6319. X.CanCollide = false
  6320. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  6321. if v:FindFirstChild('Humanoid') then
  6322. v.Humanoid:TakeDamage(math.random(80,120))
  6323. end
  6324. end
  6325. for i = 1, (40) do rs:wait()
  6326. X.Transparency = X.Transparency + (1/40)
  6327. X.Size = X.Size + Vector3.new(1,1,1)
  6328. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  6329. end
  6330. X:Destroy()
  6331. end
  6332. end)
  6333. end
  6334. for i = 1,200 do
  6335. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6336. 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)
  6337. 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)
  6338. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6339. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6340. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6341. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6342. if Debounces.on == false then break end
  6343. rs:wait()
  6344. end
  6345. for i = 1,30 do
  6346. shell.CFrame = torso.CFrame * CFrame.new(0,8,0)
  6347. 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)
  6348. 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)
  6349. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6350. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6351. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6352. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6353. if Debounces.on == false then break end
  6354. rs:wait()
  6355. end
  6356. for i = 1,40 do
  6357. shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  6358. shell.Size = shell.Size + Vector3.new(1,1,1)
  6359. 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)
  6360. 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)
  6361. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6362. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6363. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6364. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6365. if Debounces.on == false then break end
  6366. rs:wait()
  6367. end
  6368. for i = 1,40 do
  6369. shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  6370. 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)
  6371. 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)
  6372. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6373. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6374. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6375. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6376. if Debounces.on == false then break end
  6377. rs:wait()
  6378. end
  6379. for i = 1,60 do
  6380. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  6381. 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)
  6382. 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)
  6383. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6384. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6385. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6386. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6387. if Debounces.on == false then break end
  6388. rs:wait()
  6389. end
  6390. for i = 1,60 do
  6391. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  6392. shell.Size = shell.Size + Vector3.new(1,1,1)
  6393. 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)
  6394. 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)
  6395. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  6396. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  6397. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6398. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  6399. if Debounces.on == false then break end
  6400. rs:wait()
  6401. end
  6402. if Debounces.CanAttack == false then
  6403. Debounces.CanAttack = true
  6404. Debounces.NoIdl = false
  6405. Debounces.on = false
  6406. end
  6407. end
  6408. end
  6409. end)]]--
  6410. ----------------------------------------------------
  6411. Charging = false
  6412. mouse.KeyDown:connect(function(key)
  6413. if key == "r" then
  6414. if Charging == false then
  6415. Charging = true
  6416. if Debounces.CanAttack == true then
  6417. Debounces.CanAttack = false
  6418. Debounces.NoIdl = true
  6419. Debounces.on = true
  6420. for i = 1,20 do
  6421. 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)
  6422. 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)
  6423. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  6424. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  6425. 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)
  6426. 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)
  6427. if Debounces.on == false then break end
  6428. rs:wait()
  6429. end
  6430. --[[for i = 1,20 do
  6431. 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)
  6432. 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)
  6433. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  6434. 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)
  6435. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  6436. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  6437. if Debounces.on == false then break end
  6438. rs:wait()
  6439. end]]--
  6440. pt=Instance.new('Part',torso)
  6441. pt.Anchored=true
  6442. pt.CanCollide=false
  6443. pt.Locked = true
  6444. pt.FormFactor='Custom'
  6445. pt.Size=Vector3.new(1,1,1)
  6446. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  6447. pt.Transparency=.6
  6448. pt.BrickColor=BrickColor.new('Really black')
  6449. msh=Instance.new('SpecialMesh',pt)
  6450. msh.MeshId='http://www.roblox.com/asset/?id=9982590'
  6451. msh.Scale=Vector3.new(8,4,8)
  6452. pt2=pt:clone()
  6453. pt2.Parent = torso
  6454. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  6455. pt2.BrickColor=BrickColor.new("Royal purple")
  6456. msh2=msh:clone()
  6457. msh2.Parent=pt2
  6458. msh2.Scale=Vector3.new(10,5,10)
  6459.  
  6460. 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}
  6461.  
  6462. bl = Instance.new("Part", char)
  6463. bl.Locked = true
  6464. bl.Name = "Shell"
  6465. bl.BrickColor = BrickColor.new("Really black")
  6466. bl.Anchored = true
  6467. bl.CanCollide = false
  6468. bl.Transparency = 0
  6469. bl.Reflectance = 0
  6470. bl.BottomSurface = 0
  6471. bl.TopSurface = 0
  6472. bl.Shape = 0
  6473. blm = Instance.new("SpecialMesh",bl)
  6474. blm.MeshType = "Sphere"
  6475. blm.Scale = Vector3.new(1,1,1)
  6476. blm.MeshId = "rbxassetid://9982590"
  6477.  
  6478. coroutine.resume(coroutine.create(function()
  6479. for i=1, math.huge, 4 do
  6480. if Charging == true then
  6481. rs:wait()
  6482. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  6483. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  6484. bl.Transparency = bl.Transparency + 0.005
  6485. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  6486. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  6487. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  6488. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  6489. elseif Charging == false then break
  6490. end
  6491. end
  6492. end))
  6493.  
  6494. repeat
  6495. local p = Instance.new('Part',torso)
  6496. p.formFactor = 'Custom'
  6497. p.Size = Vector3.new(1,1,1)
  6498. p.BrickColor = workspace.Base.BrickColor
  6499. p.CanCollide = false
  6500. p.Transparency = 0
  6501. p.Anchored = true
  6502. p.Locked=true
  6503. p.Material = workspace.Base.Material
  6504. s = math.random(1,40)/10
  6505. local m = Instance.new("BlockMesh",p)
  6506. m.Scale = Vector3.new(s,s,s)
  6507. 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())
  6508. --[[coroutine.wrap(function()
  6509. wait(2)
  6510. while Charging == true do
  6511. wait(2)
  6512. GroundWave1()
  6513. wait(2)
  6514. end
  6515. end)()]]--
  6516. Spawn(function()
  6517. while rs:wait() do
  6518. if Charging == true then
  6519. 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)))
  6520. 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)))
  6521. 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))
  6522. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  6523. 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)))
  6524. 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)))
  6525. elseif Charging == false then break
  6526. end
  6527. end
  6528. end)
  6529. Spawn(function()
  6530. while rs:wait() do
  6531. if p.Transparency >= 1 then p:Destroy() break end
  6532. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  6533. p.Transparency = p.Transparency+0.01
  6534. end
  6535. end)
  6536. wait(.3)
  6537. until Charging == false
  6538. end
  6539. end
  6540. end
  6541. end)
  6542. ----------------------------------------------------
  6543. mouse.KeyUp:connect(function(key)
  6544. if key == "r" then
  6545. if Charging == true then
  6546. Charging = false
  6547. pt:Destroy()
  6548. pt2:Destroy()
  6549. bl:Destroy()
  6550. if Debounces.CanAttack == false then
  6551. Debounces.CanAttack = true
  6552. Debounces.NoIdl = false
  6553. Debounces.on = false
  6554. end
  6555. end
  6556. end
  6557. end)
  6558. ----------------------------------------------------
  6559. mouse.KeyDown:connect(function(key)
  6560. if key == "g" then
  6561. if Debounces.CanAttack == true then
  6562. Debounces.CanAttack = false
  6563. Debounces.NoIdl = true
  6564. Debounces.on = true
  6565. local shell = Instance.new("Part",torso)
  6566. shell.BrickColor = BrickColor.new("Royal purple")
  6567. shell.Anchored = true
  6568. shell.CanCollide = false
  6569. shell.Locked = true
  6570. shell.TopSurface = "SmoothNoOutlines"
  6571. shell.BottomSurface = "SmoothNoOutlines"
  6572. shell.Size = Vector3.new(1,1,1)
  6573. shellm = Instance.new("SpecialMesh",shell)
  6574. shellm.MeshType = "Sphere"
  6575. shellm.Scale = Vector3.new(1,1,1)
  6576. local shell2 = Instance.new("Part",torso)
  6577. shell2.BrickColor = BrickColor.new("Royal purple")
  6578. shell2.Anchored = true
  6579. shell2.CanCollide = false
  6580. shell2.Locked = true
  6581. shell2.TopSurface = "SmoothNoOutlines"
  6582. shell2.BottomSurface = "SmoothNoOutlines"
  6583. shell2.Size = Vector3.new(1,1,1)
  6584. shellm2 = Instance.new("SpecialMesh",shell2)
  6585. shellm2.MeshType = "Sphere"
  6586. shellm2.Scale = Vector3.new(1,1,1)
  6587.  
  6588. function FindNearestTorso(Position,Distance,SinglePlayer)
  6589. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  6590. local List = {}
  6591. for i,v in pairs(workspace:GetChildren())do
  6592. if v:IsA("Model")then
  6593. if v:findFirstChild("Torso")then
  6594. if v ~= char then
  6595. if(v.Torso.Position -Position).magnitude <= Distance then
  6596. table.insert(List,v)
  6597. end
  6598. end
  6599. end
  6600. end
  6601. end
  6602. return List
  6603. end
  6604.  
  6605. Shell = function()
  6606. local X = Instance.new("Part",char)
  6607. local O = Instance.new("ObjectValue",X)
  6608. O.Name = "creator"
  6609. X.Locked = true
  6610. X.Name = "Shell"
  6611. X.Anchored = false
  6612. X.CanCollide = false
  6613. X.Transparency = 0
  6614. X.Reflectance = 0
  6615. X.BottomSurface = 0
  6616. X.TopSurface = 0
  6617. X.Shape = 0
  6618. local V = Instance.new("ObjectValue",X)
  6619. V.Value = char
  6620. V.Name = "creator"
  6621. X.BrickColor = BrickColor.new("Royal purple")
  6622. X.Size = Vector3.new(1,1,1)
  6623. --X.Material = "Neon"
  6624. local Z = Instance.new("SpecialMesh",X)
  6625. Z.MeshType = "Sphere"
  6626. Z.Scale = Vector3.new(1,1,1)
  6627. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  6628. local bv = Instance.new("BodyVelocity",X)
  6629. bv.maxForce = Vector3.new(99999,99999,99999)
  6630. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  6631. bv.velocity = root.CFrame.lookVector*65
  6632. Explode = X.Touched:connect(function(hit)
  6633. if hit ~= char and hit.Name ~= "Shell" and hit:IsA("Part") or hit:IsA("BasePart}") then
  6634. local cf = X.CFrame
  6635. bv:Destroy()
  6636. X.Anchored = true
  6637. Z:Remove()
  6638. Explode:disconnect()
  6639. X.Size = Vector3.new(3,3,3)
  6640. X.Touched:connect(function(hit) end)
  6641. X.CanCollide = false
  6642. for i,v in pairs(FindNearestTorso(X.CFrame.p,40))do
  6643. if v:FindFirstChild('Humanoid') then
  6644. v.Humanoid:TakeDamage(math.random(6,12))
  6645. end
  6646. end
  6647. for i = 1, (40) do rs:wait()
  6648. X.Transparency = X.Transparency + (1/40)
  6649. X.Size = X.Size + Vector3.new(1,1,1)
  6650. X.CFrame = cf
  6651. end
  6652. X:Destroy()
  6653. end
  6654. end)
  6655. end
  6656. Shell()
  6657. for i = 1, 10 do
  6658. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6659. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6660. 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)
  6661. 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)
  6662. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.7)
  6663. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.7)
  6664. 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)
  6665. 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)
  6666. if Debounces.on == false then break end
  6667. rs:wait()
  6668. end
  6669. Shell()
  6670. shell.Transparency = 1
  6671. for i = 1, 10 do
  6672. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6673. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6674. 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)
  6675. 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)
  6676. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6677. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6678. 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)
  6679. 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)
  6680. if Debounces.on == false then break end
  6681. rs:wait()
  6682. end
  6683. Shell()
  6684. shell.Transparency = 0
  6685. shell2.Transparency = 1
  6686. for i = 1, 10 do
  6687. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6688. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6689. 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)
  6690. 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)
  6691. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6692. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6693. 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)
  6694. 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)
  6695. if Debounces.on == false then break end
  6696. rs:wait()
  6697. end
  6698. Shell()
  6699. shell2.Transparency = 0
  6700. shell.Transparency = 1
  6701. for i = 1, 10 do
  6702. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6703. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6704. 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)
  6705. 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)
  6706. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6707. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6708. 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)
  6709. 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)
  6710. if Debounces.on == false then break end
  6711. rs:wait()
  6712. end
  6713. Shell()
  6714. shell.Transparency = 0
  6715. shell2.Transparency = 1
  6716. for i = 1, 10 do
  6717. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6718. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6719. 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)
  6720. 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)
  6721. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6722. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6723. 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)
  6724. 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)
  6725. if Debounces.on == false then break end
  6726. rs:wait()
  6727. end
  6728. Shell()
  6729. shell2.Transparency = 0
  6730. shell.Transparency = 1
  6731. for i = 1, 10 do
  6732. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6733. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6734. 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)
  6735. 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)
  6736. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6737. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6738. 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)
  6739. 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)
  6740. if Debounces.on == false then break end
  6741. rs:wait()
  6742. end
  6743. Shell()
  6744. shell.Transparency = 0
  6745. shell2.Transparency = 1
  6746. for i = 1, 10 do
  6747. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6748. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6749. 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)
  6750. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.5)
  6751. 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)
  6752. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6753. 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)
  6754. 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)
  6755. if Debounces.on == false then break end
  6756. rs:wait()
  6757. end
  6758. Shell()
  6759. shell2.Transparency = 0
  6760. shell.Transparency = 1
  6761. for i = 1, 10 do
  6762. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6763. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6764. 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)
  6765. 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)
  6766. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6767. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6768. 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)
  6769. 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)
  6770. if Debounces.on == false then break end
  6771. rs:wait()
  6772. end
  6773. Shell()
  6774. shell.Transparency = 0
  6775. shell2.Transparency = 1
  6776. for i = 1, 10 do
  6777. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6778. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6779. 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)
  6780. 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)
  6781. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6782. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6783. 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)
  6784. 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)
  6785. if Debounces.on == false then break end
  6786. rs:wait()
  6787. end
  6788. Shell()
  6789. shell2.Transparency = 0
  6790. shell.Transparency = 1
  6791. for i = 1, 10 do
  6792. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6793. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6794. 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)
  6795. 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)
  6796. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6797. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6798. 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)
  6799. 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)
  6800. if Debounces.on == false then break end
  6801. rs:wait()
  6802. end
  6803. Shell()
  6804. shell.Transparency = 0
  6805. shell2.Transparency = 1
  6806. for i = 1, 10 do
  6807. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6808. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6809. 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)
  6810. 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)
  6811. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6812. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6813. 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)
  6814. 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)
  6815. if Debounces.on == false then break end
  6816. rs:wait()
  6817. end
  6818. Shell()
  6819. shell2.Transparency = 0
  6820. shell.Transparency = 1
  6821. for i = 1, 10 do
  6822. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6823. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6824. 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)
  6825. 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)
  6826. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  6827. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  6828. 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)
  6829. 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)
  6830. if Debounces.on == false then break end
  6831. rs:wait()
  6832. end
  6833. Shell()
  6834. shell.Transparency = 0
  6835. shell2.Transparency = 1
  6836. for i = 1, 10 do
  6837. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  6838. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  6839. 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)
  6840. 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)
  6841. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  6842. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  6843. 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)
  6844. 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)
  6845. if Debounces.on == false then break end
  6846. rs:wait()
  6847. end
  6848. shell.Transparency = 1
  6849. if Debounces.CanAttack == false then
  6850. Debounces.CanAttack = true
  6851. Debounces.NoIdl = false
  6852. Debounces.on = false
  6853. end
  6854. end
  6855. end
  6856. end)
  6857. ----------------------------------------------------
  6858. Search = false
  6859. mouse.KeyDown:connect(function(key)
  6860. if key == "n" then
  6861. if Search == false then
  6862. Search = true
  6863. for i,v in pairs(game.Players:getPlayers()) do
  6864. if v.Name~=char.Name then
  6865. for j,k in pairs(v.Character:GetChildren()) do
  6866. if k:IsA("BasePart") and k.Transparency >= 1 then
  6867. bawx=Instance.new("SelectionBox",cam)
  6868. bawx.Color = BrickColor.new("Bright red")
  6869. bawx.Transparency = .5
  6870. bawx.Adornee = k
  6871. end
  6872. end
  6873. end
  6874. end
  6875. elseif Search == true then
  6876. Search = false
  6877. for i, v in pairs(cam:GetChildren()) do
  6878. if v:IsA("SelectionBox") then
  6879. v:Destroy()
  6880. end
  6881. end
  6882. end
  6883. end
  6884. end)
  6885. ----------------------------------------------------
  6886. Grab = false
  6887. mouse.KeyDown:connect(function(key)
  6888. if key == "z" then
  6889. Debounces.on = true
  6890. Debounces.NoIdl = true
  6891. Debounces.ks = true
  6892. if Grab == false then
  6893. gp = nil
  6894. for i = 1, 20 do
  6895. 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)
  6896. 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)
  6897. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  6898. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  6899. 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)
  6900. 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)
  6901. if Debounces.on == false then break end
  6902. rs:wait()
  6903. end
  6904. con1=larm.Touched:connect(function(hit) -- this is grab
  6905. ht = hit.Parent
  6906. hum1=ht:FindFirstChild('Humanoid')
  6907. if hum1 ~= nil then
  6908. if Debounces.ks==true then
  6909. z = Instance.new("Sound",hed)
  6910. z.SoundId = "rbxassetid://169380525"
  6911. z.Volume = 1
  6912. z:Play()
  6913. Debounces.ks=false
  6914. end
  6915. hum1.PlatformStand=true
  6916. gp = ht
  6917. Grab = true
  6918. asd=weld5(root,ht:FindFirstChild("Torso"),CFrame.new(0,0,-2.4),CFrame.new(0,0,0))
  6919. asd.Parent = larm
  6920. asd.Name = "asd"
  6921. asd.C0=asd.C0*CFrame.Angles(math.rad(0),math.rad(180),0)
  6922. --[[elseif hum1 == nil then
  6923. con1:disconnect()
  6924. wait() return]]--
  6925. end
  6926. end)
  6927. for i = 1, 20 do
  6928. 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)
  6929. 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)
  6930. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  6931. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  6932. 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)
  6933. 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)
  6934. if Debounces.on == false then break end
  6935. rs:wait()
  6936. end
  6937. if hum1 == nil then
  6938. Debounces.on = false
  6939. Debounces.NoIdl = false
  6940. end
  6941. con1:disconnect()
  6942. elseif Grab == true then
  6943. Grab = false
  6944. Punch()
  6945. z = Instance.new("Sound",hed)
  6946. z.SoundId = "rbxassetid://169380525"
  6947. z.Pitch = ptz[math.random(1,#ptz)]
  6948. z.Volume = 1
  6949. z:Play()
  6950. for i = 1, 10 do
  6951. 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)
  6952. 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)
  6953. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  6954. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  6955. 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)
  6956. 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)
  6957. if Debounces.on == false then break end
  6958. rs:wait()
  6959. end
  6960. Punch()
  6961. z = Instance.new("Sound",hed)
  6962. z.SoundId = "rbxassetid://169380525"
  6963. z.Pitch = ptz[math.random(1,#ptz)]
  6964. z.Volume = 1
  6965. z:Play()
  6966. for i = 1, 10 do
  6967. 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)
  6968. 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)
  6969. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  6970. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  6971. 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)
  6972. 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)
  6973. if Debounces.on == false then break end
  6974. rs:wait()
  6975. end
  6976. Punch()
  6977. z = Instance.new("Sound",hed)
  6978. z.SoundId = "rbxassetid://169380525"
  6979. z.Pitch = ptz[math.random(1,#ptz)]
  6980. z.Volume = 1
  6981. z:Play()
  6982. for i = 1, 10 do
  6983. 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)
  6984. 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)
  6985. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  6986. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  6987. 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)
  6988. 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)
  6989. if Debounces.on == false then break end
  6990. rs:wait()
  6991. end
  6992. Punch()
  6993. z = Instance.new("Sound",hed)
  6994. z.SoundId = "rbxassetid://169380525"
  6995. z.Pitch = ptz[math.random(1,#ptz)]
  6996. z.Volume = 1
  6997. z:Play()
  6998. for i = 1, 10 do
  6999. 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)
  7000. 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)
  7001. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7002. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7003. 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)
  7004. 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)
  7005. if Debounces.on == false then break end
  7006. rs:wait()
  7007. end
  7008. Punch()
  7009. z = Instance.new("Sound",hed)
  7010. z.SoundId = "rbxassetid://169380525"
  7011. z.Pitch = ptz[math.random(1,#ptz)]
  7012. z.Volume = 1
  7013. z:Play()
  7014. for i = 1, 10 do
  7015. 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)
  7016. 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)
  7017. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7018. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7019. 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)
  7020. 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)
  7021. if Debounces.on == false then break end
  7022. rs:wait()
  7023. end
  7024. Punch()
  7025. z = Instance.new("Sound",hed)
  7026. z.SoundId = "rbxassetid://169380525"
  7027. z.Pitch = ptz[math.random(1,#ptz)]
  7028. z.Volume = 1
  7029. z:Play()
  7030. for i = 1, 10 do
  7031. 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)
  7032. 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)
  7033. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7034. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7035. 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)
  7036. 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)
  7037. if Debounces.on == false then break end
  7038. rs:wait()
  7039. end
  7040. Punch()
  7041. z = Instance.new("Sound",hed)
  7042. z.SoundId = "rbxassetid://169380525"
  7043. z.Pitch = ptz[math.random(1,#ptz)]
  7044. z.Volume = 1
  7045. z:Play()
  7046. for i = 1, 10 do
  7047. 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)
  7048. 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)
  7049. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7050. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7051. 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)
  7052. 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)
  7053. if Debounces.on == false then break end
  7054. rs:wait()
  7055. end
  7056. Punch()
  7057. z = Instance.new("Sound",hed)
  7058. z.SoundId = "rbxassetid://169380525"
  7059. z.Pitch = ptz[math.random(1,#ptz)]
  7060. z.Volume = 1
  7061. z:Play()
  7062. for i = 1, 10 do
  7063. 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)
  7064. 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)
  7065. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7066. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7067. 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)
  7068. 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)
  7069. if Debounces.on == false then break end
  7070. rs:wait()
  7071. end
  7072. Punch()
  7073. z = Instance.new("Sound",hed)
  7074. z.SoundId = "rbxassetid://169380525"
  7075. z.Pitch = ptz[math.random(1,#ptz)]
  7076. z.Volume = 1
  7077. z:Play()
  7078. for i = 1, 10 do
  7079. 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)
  7080. 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)
  7081. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7082. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7083. 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)
  7084. 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)
  7085. if Debounces.on == false then break end
  7086. rs:wait()
  7087. end
  7088. Punch()
  7089. z = Instance.new("Sound",hed)
  7090. z.SoundId = "rbxassetid://169380525"
  7091. z.Pitch = ptz[math.random(1,#ptz)]
  7092. z.Volume = 1
  7093. z:Play()
  7094. for i = 1, 10 do
  7095. 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)
  7096. 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)
  7097. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7098. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7099. 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)
  7100. 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)
  7101. if Debounces.on == false then break end
  7102. rs:wait()
  7103. end
  7104. Punch()
  7105. z = Instance.new("Sound",hed)
  7106. z.SoundId = "rbxassetid://169380525"
  7107. z.Pitch = ptz[math.random(1,#ptz)]
  7108. z.Volume = 1
  7109. z:Play()
  7110. for i = 1, 10 do
  7111. 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)
  7112. 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)
  7113. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  7114. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  7115. 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)
  7116. 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)
  7117. if Debounces.on == false then break end
  7118. rs:wait()
  7119. end
  7120. Punch()
  7121. z = Instance.new("Sound",hed)
  7122. z.SoundId = "rbxassetid://169380525"
  7123. z.Pitch = ptz[math.random(1,#ptz)]
  7124. z.Volume = 1
  7125. z:Play()
  7126. for i = 1, 10 do
  7127. 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)
  7128. 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)
  7129. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  7130. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  7131. 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)
  7132. 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)
  7133. if Debounces.on == false then break end
  7134. rs:wait()
  7135. end
  7136. con1:disconnect()
  7137. Debounces.on = false
  7138. Debounces.NoIdl = false
  7139. if gp ~= nil then
  7140. gp:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 140
  7141. for i,v in pairs(larm:GetChildren()) do
  7142. if v.Name == "asd" and v:IsA("Weld") then
  7143. v:Remove()
  7144. end
  7145. end
  7146. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  7147. bv.maxForce = Vector3.new(400000, 400000, 400000)
  7148. bv.P = 125000
  7149. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  7150. hum1=nil
  7151. ht=nil
  7152. Debounces.on = false
  7153. Debounces.NoIdl = false
  7154. elseif ht == nil then wait()
  7155. Grab = false
  7156. Debounces.on = false
  7157. Debounces.NoIdl = false
  7158. end
  7159. end
  7160. end
  7161. end)
  7162. ----------------------------------------------------
  7163. mouse.KeyDown:connect(function(key)
  7164. if string.byte(key) == 52 then
  7165. char.Humanoid.WalkSpeed = 60
  7166. end
  7167. end)
  7168. mouse.KeyUp:connect(function(key)
  7169. if string.byte(key) == 52 then
  7170. char.Humanoid.WalkSpeed = 16
  7171. end
  7172. end)
  7173. -------------------------------
  7174. local animpose = "Idle"
  7175. local lastanimpose = "Idle"
  7176. local sine = 0
  7177. local change = 1
  7178. local val = 0
  7179. local ffing = false
  7180. -------------------------------
  7181. game:GetService("RunService").RenderStepped:connect(function()
  7182. --[[if char.Humanoid.Jump == true then
  7183. jump = true
  7184. else
  7185. jump = false
  7186. end]]
  7187. char.Humanoid.FreeFalling:connect(function(f)
  7188. if f then
  7189. ffing = true
  7190. else
  7191. ffing = false
  7192. end
  7193. end)
  7194. sine = sine + change
  7195. if jumpn == true then
  7196. animpose = "Jumping"
  7197. elseif ffing == true then
  7198. animpose = "Freefalling"
  7199. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  7200. animpose = "Idle"
  7201. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  7202. animpose = "Walking"
  7203. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  7204. animpose = "Running"
  7205. end
  7206. if animpose ~= lastanimpose then
  7207. sine = 0
  7208. if Debounces.NoIdl == false then
  7209. if animpose == "Idle" then
  7210. for i = 1, 2 do
  7211. 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)
  7212. 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)
  7213. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  7214. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  7215. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  7216. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  7217. end
  7218. elseif animpose == "Walking" then
  7219. for i = 1, 2 do
  7220. 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)
  7221. 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)
  7222. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  7223. 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)
  7224. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  7225. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  7226. --[[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)
  7227. 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)
  7228. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  7229. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  7230. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  7231. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4) ]]
  7232. end
  7233. elseif animpose == "Running" then
  7234. for i = 1, 2 do
  7235. 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)
  7236. 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)
  7237. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  7238. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  7239. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  7240. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  7241. wait()
  7242. end
  7243. end
  7244. else
  7245. end
  7246. end
  7247. --[[local HP1 = Instance.new("Part",larm)
  7248. HP1.Size = Vector3.new(-0.25,0.5,0.25)
  7249. HP1.BrickColor = BrickColor.new("Royal purple")
  7250. local HP1W = Instance.new("Weld", HP1)
  7251. HP1W.Part0 = larm
  7252. HP1W.Part1 = HP1
  7253. HP1W.C0 = CFrame.new(-1, .45, 0) ]]
  7254. lastanimpose = animpose
  7255. if Debounces.NoIdl == false then
  7256. if animpose == "Idle" then
  7257. change = 0.5
  7258. 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)
  7259. --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)
  7260. 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)
  7261. --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)
  7262. 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)
  7263. --torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  7264. --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)
  7265. 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)
  7266. 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)
  7267. 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)
  7268. elseif animpose == "Walking" then
  7269. change = 1
  7270. 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)
  7271. 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)
  7272. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  7273. 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)
  7274. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  7275. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  7276. elseif animpose == "Running" then
  7277. change = 1
  7278. 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)
  7279. 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)
  7280. --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)
  7281.  
  7282. --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)
  7283. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.53, -.1) * CFrame.Angles(math.rad(-5),0,0), 0.4)
  7284. --hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  7285. 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)
  7286.  
  7287. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(-1)), 0.4)
  7288. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(1)), 0.4)
  7289.  
  7290. --[[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)
  7291. 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) ]]
  7292. --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)
  7293.  
  7294. --[[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)
  7295. 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)
  7296. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  7297. 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)
  7298. 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)
  7299. 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) ]]
  7300. end
  7301. end
  7302. end)
  7303.  
  7304. hum.MaxHealth = 9001
  7305. wait(3)
  7306. hum.Health = 9001
Add Comment
Please, Sign In to add comment