Advertisement
zXzGamePROzXz

Untitled

Dec 30th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 388.19 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6.  
  7. -- Extracted from nebula hub by DOGGΩ#0018
  8. -- Gaster <3
  9.  
  10. -- [Your Cancer Has Evolved Into... AIDS]
  11.  
  12.  
  13.  
  14. -- Gaster <3
  15.  
  16. -- STAWP IT, THIS IS CANCERRR.
  17.  
  18. holy = false
  19.  
  20. print("DSSJ4 Loading..")
  21.  
  22. local p = game.Players.LocalPlayer
  23.  
  24. local char = p.Character
  25.  
  26. local Character = char
  27.  
  28. local mouse = p:GetMouse()
  29.  
  30. local larm = char["Left Arm"]
  31.  
  32. local rarm = char["Right Arm"]
  33.  
  34. local lleg = char["Left Leg"]
  35.  
  36. local rleg = char["Right Leg"]
  37.  
  38. local hed = char.Head
  39.  
  40. local torso = char.Torso
  41.  
  42. local hum = char.Humanoid
  43.  
  44. local cam = game.Workspace.CurrentCamera
  45.  
  46. local root = char.HumanoidRootPart
  47.  
  48. local deb = false
  49.  
  50. local shot = 0
  51.  
  52. local debris=game:service"Debris"
  53.  
  54. local l = game:GetService("Lighting")
  55.  
  56. local rs = game:GetService("RunService").RenderStepped
  57.  
  58. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  59.  
  60. local RbxUtility = LoadLibrary("RbxUtility")
  61.  
  62. local Create = RbxUtility.Create
  63.  
  64. local m = Create("Model"){
  65.  
  66. Parent = Character,
  67.  
  68. Name = "WeaponModel",
  69.  
  70. }
  71.  
  72. math.randomseed(os.time())
  73.  
  74. for i,v in pairs(char:children()) do
  75.  
  76. if v:IsA("Hat") then
  77.  
  78. v:Destroy()
  79.  
  80. end
  81.  
  82. end
  83.  
  84. for i,v in pairs (hed:GetChildren()) do
  85.  
  86. if v:IsA("Sound") then
  87.  
  88. v:Destroy()
  89.  
  90. end
  91.  
  92. end
  93.  
  94. ----------------------------------------------------
  95.  
  96. Debounces = {
  97.  
  98. CanAttack = true;
  99.  
  100. NoIdl = false;
  101.  
  102. Slashing = false;
  103.  
  104. Slashed = false;
  105.  
  106. RPunch = false;
  107.  
  108. RPunched = false;
  109.  
  110. LPunch = false;
  111.  
  112. LPunched = false;
  113.  
  114. }
  115.  
  116. local Touche = {char.Name, }
  117.  
  118. ----------------------------------------------------
  119.  
  120. hed.face.Texture = "rbxassetid://34668268"
  121.  
  122. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  123.  
  124. char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  125.  
  126. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  127.  
  128. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  129.  
  130. ----------------------------------------------------
  131.  
  132. ypcall(function()
  133.  
  134. char.Shirt:Destroy()
  135.  
  136. char.Pants:Destroy()
  137.  
  138. shirt = Instance.new("Shirt", char)
  139.  
  140. shirt.Name = "Shirt"
  141.  
  142. pants = Instance.new("Pants", char)
  143.  
  144. pants.Name = "Pants"
  145.  
  146. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  147.  
  148. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  149.  
  150. end)
  151.  
  152. ----------------------------------------------------
  153.  
  154. ----------------------------------------------------
  155.  
  156. function nwSnd(prnt,pch,vol,id)
  157.  
  158. local s=Instance.new("Sound",prnt)
  159.  
  160. s.Pitch=pch
  161.  
  162. s.Volume=vol
  163.  
  164. s.SoundId="rbxassetid://"..id
  165.  
  166. s.PlayOnRemove=true
  167.  
  168. return s
  169.  
  170. end
  171.  
  172. ----------------------------------------------------
  173.  
  174. function newRay(start,face,range,wat)
  175.  
  176. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  177.  
  178. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  179.  
  180. return rey,hit,pos
  181.  
  182. end
  183.  
  184. ----------------------------------------------------
  185.  
  186. ----------------------------------------------------
  187.  
  188. function Tween(a,b,c)
  189.  
  190. return a+(b-a)*c
  191.  
  192. end
  193.  
  194. ----------------------------------------------------
  195.  
  196. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans)
  197.  
  198. local magz = (Part0 - Part1).magnitude
  199.  
  200. local curpos = Part0
  201.  
  202. local trz = {-Offset,Offset}
  203.  
  204. for i=1,Times do
  205.  
  206. local li = Instance.new("Part", char)
  207.  
  208. li.Name = "Lightning"
  209.  
  210. li.TopSurface =0
  211.  
  212. li.Material = "Neon"
  213.  
  214. li.BottomSurface = 0
  215.  
  216. li.Anchored = true
  217.  
  218. li.Locked = true
  219.  
  220. li.Transparency = Trans or 0.4
  221.  
  222. li.BrickColor = BrickColor.new(Color)
  223.  
  224. li.formFactor = "Custom"
  225.  
  226. li.CanCollide = false
  227.  
  228. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  229.  
  230. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  231.  
  232. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  233.  
  234. if Times == i then
  235.  
  236. local magz2 = (curpos - Part1).magnitude
  237.  
  238. li.Size = Vector3.new(Thickness,Thickness,magz2)
  239.  
  240. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  241.  
  242. else
  243.  
  244. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  245.  
  246. end
  247.  
  248. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  249.  
  250. game.Debris:AddItem(li,.1)
  251.  
  252. end
  253.  
  254. end
  255.  
  256.  
  257.  
  258. BodyParts = {} -- Parts to emit lightning effects from
  259.  
  260. for _, v in pairs(char:GetChildren()) do
  261.  
  262. if v:IsA("Part") then
  263.  
  264. table.insert(BodyParts, v)
  265.  
  266. end
  267.  
  268. end
  269.  
  270.  
  271.  
  272. Bounding = {} -- Calculate the bounding boxes
  273.  
  274. for _, v in pairs(BodyParts) do
  275.  
  276. local temp = {X=nil, Y=nil, Z=nil}
  277.  
  278. temp.X = v.Size.X/2 * 10
  279.  
  280. temp.Y = v.Size.Y/2 * 10
  281.  
  282. temp.Z = v.Size.Z/2 * 10
  283.  
  284. Bounding[v.Name] = temp
  285.  
  286. --table.insert(Bounding, v.Name, temp)
  287.  
  288. end
  289.  
  290.  
  291.  
  292. ----------------------------------------------------
  293.  
  294. function nwPrt(prnt,siz,cf,col)
  295.  
  296. local prt=Instance.new("Part")
  297.  
  298. prt.Parent=prnt
  299.  
  300. prt.FormFactor=3
  301.  
  302. prt.Name="Part"
  303.  
  304. prt.Size=siz
  305.  
  306. prt.CanCollide=false
  307.  
  308. prt.Anchored=true
  309.  
  310. prt.Locked=true
  311.  
  312. prt.TopSurface=10
  313.  
  314. prt.BottomSurface=10
  315.  
  316. prt.FrontSurface=10
  317.  
  318. prt.BackSurface=10
  319.  
  320. prt.LeftSurface=10
  321.  
  322. prt.RightSurface=10
  323.  
  324. prt:BreakJoints()
  325.  
  326. prt.CFrame=cf or CFrame.new(30,10,30)
  327.  
  328. prt.Material="Neon"
  329.  
  330. prt.BrickColor=BrickColor.new(col)
  331.  
  332. m=Instance.new("SpecialMesh",prt)
  333.  
  334. m.MeshType=6
  335.  
  336. return prt
  337.  
  338. end
  339.  
  340. ---------------------------------------------------
  341.  
  342. function lerp(a, b, t) -- Linear interpolation
  343.  
  344. return a + (b - a)*t
  345.  
  346. end
  347.  
  348.  
  349.  
  350. function slerp(a, b, t) --Spherical interpolation
  351.  
  352. dot = a:Dot(b)
  353.  
  354. if dot > 0.99999 or dot < -0.99999 then
  355.  
  356. return t <= 0.5 and a or b
  357.  
  358. else
  359.  
  360. r = math.acos(dot)
  361.  
  362. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  363.  
  364. end
  365.  
  366. end
  367.  
  368.  
  369.  
  370. function matrixInterpolate(a, b, t)
  371.  
  372. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  373.  
  374. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  375.  
  376. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  377.  
  378. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  379.  
  380. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  381.  
  382. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  383.  
  384. local t = v1:Dot(v2)
  385.  
  386. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  387.  
  388. return CFrame.new()
  389.  
  390. end
  391.  
  392. return CFrame.new(
  393.  
  394. v0.x, v0.y, v0.z,
  395.  
  396. v1.x, v1.y, v1.z,
  397.  
  398. v2.x, v2.y, v2.z,
  399.  
  400. v3.x, v3.y, v3.z)
  401.  
  402. end
  403.  
  404. ----------------------------------------------------
  405.  
  406. function genWeld(a,b)
  407.  
  408. local w = Instance.new("Weld",a)
  409.  
  410. w.Part0 = a
  411.  
  412. w.Part1 = b
  413.  
  414. return w
  415.  
  416. end
  417.  
  418. function weld(a, b)
  419.  
  420. local weld = Instance.new("Weld")
  421.  
  422. weld.Name = "W"
  423.  
  424. weld.Part0 = a
  425.  
  426. weld.Part1 = b
  427.  
  428. weld.C0 = a.CFrame:inverse() * b.CFrame
  429.  
  430. weld.Parent = a
  431.  
  432. return weld;
  433.  
  434. end
  435.  
  436. ----------------------------------------------------
  437.  
  438. function Lerp(c1,c2,al)
  439.  
  440. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  441.  
  442. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  443.  
  444. for i,v in pairs(com1) do
  445.  
  446. com1[i] = v+(com2[i]-v)*al
  447.  
  448. end
  449.  
  450. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  451.  
  452. end
  453.  
  454. ----------------------------------------------------
  455.  
  456. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  457.  
  458. local wld = Instance.new("Weld", wp1)
  459.  
  460. wld.Part0 = wp0
  461.  
  462. wld.Part1 = wp1
  463.  
  464. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  465.  
  466. end
  467.  
  468. ----------------------------------------------------
  469.  
  470. function weld5(part0, part1, c0, c1)
  471.  
  472. weeld=Instance.new("Weld", part0)
  473.  
  474. weeld.Part0=part0
  475.  
  476. weeld.Part1=part1
  477.  
  478. weeld.C0=c0
  479.  
  480. weeld.C1=c1
  481.  
  482. return weeld
  483.  
  484. end
  485.  
  486. ----------------------------------------------------
  487.  
  488. function HasntTouched(plrname)
  489.  
  490. local ret = true
  491.  
  492. for _, v in pairs(Touche) do
  493.  
  494. if v == plrname then
  495.  
  496. ret = false
  497.  
  498. end
  499.  
  500. end
  501.  
  502. return ret
  503.  
  504. end
  505.  
  506. ----------------------------------------------------
  507.  
  508. newWeld(torso, larm, -1.5, 0.5, 0)
  509.  
  510. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  511.  
  512. newWeld(torso, rarm, 1.5, 0.5, 0)
  513.  
  514. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  515.  
  516. newWeld(torso, hed, 0, 1.5, 0)
  517.  
  518. newWeld(torso, lleg, -0.5, -1, 0)
  519.  
  520. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  521.  
  522. newWeld(torso, rleg, 0.5, -1, 0)
  523.  
  524. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  525.  
  526. newWeld(root, torso, 0, -1, 0)
  527.  
  528. torso.Weld.C1 = CFrame.new(0, -1, 0)
  529.  
  530. ----------------------------------------------------
  531.  
  532. z = Instance.new("Sound", char)
  533.  
  534. 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
  535.  
  536. z.Looped = true
  537.  
  538. z.Pitch = 1
  539.  
  540. z.Volume = 1
  541.  
  542. wait(.1)
  543.  
  544. z:Play()
  545.  
  546. ----------------------------------------------------
  547.  
  548. function NoOutline(Part)
  549.  
  550. Part.TopSurface, Part.BottomSurface, Part.LeftSurface, Part.RightSurface, Part.FrontSurface, Part.BackSurface = 10, 10, 10, 10, 10, 10
  551.  
  552. end
  553.  
  554. function swait(num)
  555.  
  556. if num == 0 or num == nil then
  557.  
  558. game:service'RunService'.Heartbeat:wait(0)
  559.  
  560. else
  561.  
  562. for i = 0, num do
  563.  
  564. game:service'RunService'.Heartbeat:wait(0)
  565.  
  566. end
  567.  
  568. end
  569.  
  570. end
  571.  
  572.  
  573.  
  574. function nooutline(part)
  575.  
  576. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  577.  
  578. end
  579.  
  580.  
  581.  
  582. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  583.  
  584. local fp = Create("Part"){
  585.  
  586. formFactor = formfactor,
  587.  
  588. Parent = parent,
  589.  
  590. Reflectance = reflectance,
  591.  
  592. Transparency = transparency,
  593.  
  594. CanCollide = false,
  595.  
  596. Locked = true,
  597.  
  598. BrickColor = BrickColor.new(tostring(brickcolor)),
  599.  
  600. Name = name,
  601.  
  602. Size = size,
  603.  
  604. Position = Character.Torso.Position,
  605.  
  606. Material = material,
  607.  
  608. }
  609.  
  610. nooutline(fp)
  611.  
  612. return fp
  613.  
  614. end
  615.  
  616.  
  617.  
  618. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  619.  
  620. local Msh = Create(Mesh){
  621.  
  622. Parent = part,
  623.  
  624. Offset = offset,
  625.  
  626. Scale = scale,
  627.  
  628. }
  629.  
  630. if Mesh == "SpecialMesh" then
  631.  
  632. Msh.MeshType = meshtype
  633.  
  634. Msh.MeshId = meshid
  635.  
  636. end
  637.  
  638. return Msh
  639.  
  640. end
  641.  
  642.  
  643.  
  644.  
  645.  
  646. function so(id, par, vol, pit)
  647.  
  648. coroutine.resume(coroutine.create(function()
  649.  
  650. local sou = Instance.new("Sound", par or workspace)
  651.  
  652. sou.Volume = vol
  653.  
  654. sou.Pitch = pit or 1
  655.  
  656. sou.SoundId = Sounds[id].Id or id
  657.  
  658. swait()
  659.  
  660. sou:play()
  661.  
  662. swait(6)
  663.  
  664. sou:Remove()
  665.  
  666. end))
  667.  
  668. end
  669.  
  670.  
  671.  
  672. function weld(parent, part0, part1, c0, c1)
  673.  
  674. local Weld = Create("Weld"){
  675.  
  676. Parent = parent,
  677.  
  678. Part0 = part0,
  679.  
  680. Part1 = part1,
  681.  
  682. C0 = c0,
  683.  
  684. C1 = c1,
  685.  
  686. }
  687.  
  688. return Weld
  689.  
  690. end
  691.  
  692. ----------------------------------------------------
  693.  
  694. local m = Instance.new("Model")
  695.  
  696. m.Name = "Wings"
  697.  
  698. p1 = Instance.new("Part", m)
  699.  
  700. p1.Name = "Part1"
  701.  
  702. p1.BrickColor = BrickColor.new("Really black")
  703.  
  704. p1.Material = "Fabric"
  705.  
  706. p1.CFrame = CFrame.new(2.23064709, 5.42307234, -12.1674881, -0.707106709, 0.707106888, -
  707.  
  708. 2.23517389e-007, -0.499999762, -0.499999851, -0.707106233, -0.499999374, -0.499999732,
  709.  
  710. 0.707105637)
  711.  
  712. p1.CanCollide = false
  713.  
  714. p1.FormFactor = Enum.FormFactor.Symmetric
  715.  
  716. p1.Elasticity = 0
  717.  
  718. p1.Size = Vector3.new(1, 4, 1)
  719.  
  720. p1.BottomSurface = Enum.SurfaceType.Smooth
  721.  
  722. p1.TopSurface = Enum.SurfaceType.Smooth
  723.  
  724. b1 = Instance.new("BlockMesh", p1)
  725.  
  726. b1.Name = "Mesh"
  727.  
  728. b1.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  729.  
  730. p2 = Instance.new("Part", m)
  731.  
  732. p2.Name = "Part2"
  733.  
  734. p2.BrickColor = BrickColor.new("Really black")
  735.  
  736. p2.Material = "Fabric"
  737.  
  738. p2.CFrame = CFrame.new(3.99841213, 4.17309284, -13.4174824, 0.707106709, 2.23517418e-007, -
  739.  
  740. 0.707106829, 0.49999994, 0.707106292, 0.499999851, 0.499999553, -0.707105696, 0.499999791)
  741.  
  742. p2.CanCollide = false
  743.  
  744. p2.FormFactor = Enum.FormFactor.Symmetric
  745.  
  746. p2.Elasticity = 0
  747.  
  748. p2.Size = Vector3.new(1, 1, 1)
  749.  
  750. p2.BottomSurface = Enum.SurfaceType.Smooth
  751.  
  752. p2.TopSurface = Enum.SurfaceType.Smooth
  753.  
  754. b2 = Instance.new("SpecialMesh", p2)
  755.  
  756. b2.MeshType = Enum.MeshType.Wedge
  757.  
  758. b2.Name = "Mesh"
  759.  
  760. b2.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  761.  
  762. p3 = Instance.new("Part", m)
  763.  
  764. p3.Name = "Part3"
  765.  
  766. p3.BrickColor = BrickColor.new("Really black")
  767.  
  768. p3.Material = "Fabric"
  769.  
  770. p3.CFrame = CFrame.new(2.20711732, 3.78849339, -12.3740644, 0.959171534, 0.28168276,
  771.  
  772. 0.0253876615, -0.282448769, 0.958654881, 0.0346818939, -0.0145691708, -0.0404358432,
  773.  
  774. 0.999074996)
  775.  
  776. p3.CanCollide = false
  777.  
  778. p3.FormFactor = Enum.FormFactor.Symmetric
  779.  
  780. p3.Elasticity = 0
  781.  
  782. p3.Size = Vector3.new(1, 3, 1)
  783.  
  784. p3.BottomSurface = Enum.SurfaceType.Smooth
  785.  
  786. p3.TopSurface = Enum.SurfaceType.Smooth
  787.  
  788. b3 = Instance.new("BlockMesh", p3)
  789.  
  790. b3.Name = "Mesh"
  791.  
  792. b3.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  793.  
  794. p4 = Instance.new("Part", m)
  795.  
  796. p4.Name = "Part4"
  797.  
  798. p4.BrickColor = BrickColor.new("Royal purple")
  799.  
  800. p4.Material = "Fabric"
  801.  
  802. p4.CFrame = CFrame.new(1.26502275, 5.19090509, -11.4009991, 0.988936007, -0.146727905,
  803.  
  804. 0.0218264833, 0.14821738, 0.983390749, -0.104755871, -0.00609340565, 0.106832691, 0.994257689)
  805.  
  806. p4.CanCollide = false
  807.  
  808. p4.FormFactor = Enum.FormFactor.Symmetric
  809.  
  810. p4.Elasticity = 0
  811.  
  812. p4.Size = Vector3.new(1, 2, 1)
  813.  
  814. p4.BottomSurface = Enum.SurfaceType.Smooth
  815.  
  816. p4.TopSurface = Enum.SurfaceType.Smooth
  817.  
  818. b4 = Instance.new("BlockMesh", p4)
  819.  
  820. b4.Name = "Mesh"
  821.  
  822. b4.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  823.  
  824. p5 = Instance.new("Part", m)
  825.  
  826. p5.Name = "Part5"
  827.  
  828. p5.BrickColor = BrickColor.new("Really black")
  829.  
  830. p5.Material = "Fabric"
  831.  
  832. p5.CFrame = CFrame.new(-4.44179106, 5.13394976, -11.382658, 0.9583143, 0.284877658,
  833.  
  834. 0.0218711179, -0.281183124, 0.953924894, -0.104703665, -0.0506914668, 0.0941898227,
  835.  
  836. 0.994262278)
  837.  
  838. p5.CanCollide = false
  839.  
  840. p5.FormFactor = Enum.FormFactor.Symmetric
  841.  
  842. p5.Elasticity = 0
  843.  
  844. p5.Size = Vector3.new(1, 3, 1)
  845.  
  846. p5.BottomSurface = Enum.SurfaceType.Smooth
  847.  
  848. p5.TopSurface = Enum.SurfaceType.Smooth
  849.  
  850. b5 = Instance.new("BlockMesh", p5)
  851.  
  852. b5.Name = "Mesh"
  853.  
  854. b5.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  855.  
  856. p6 = Instance.new("Part", m)
  857.  
  858. p6.Name = "Part6"
  859.  
  860. p6.BrickColor = BrickColor.new("Royal purple")
  861.  
  862. p6.Material = "Fabric"
  863.  
  864. p6.CFrame = CFrame.new(-3.25746775, 4.10252142, -11.1188278, 0.990586162, 0.136166841,
  865.  
  866. 0.0140535301, -0.122137889, 0.925523639, -0.358451784, -0.0618163571, 0.353361398,
  867.  
  868. 0.933441639)
  869.  
  870. p6.CanCollide = false
  871.  
  872. p6.FormFactor = Enum.FormFactor.Symmetric
  873.  
  874. p6.Elasticity = 0
  875.  
  876. p6.Size = Vector3.new(1, 3, 1)
  877.  
  878. p6.BottomSurface = Enum.SurfaceType.Smooth
  879.  
  880. p6.TopSurface = Enum.SurfaceType.Smooth
  881.  
  882. b6 = Instance.new("BlockMesh", p6)
  883.  
  884. b6.Name = "Mesh"
  885.  
  886. b6.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  887.  
  888. p7 = Instance.new("Part", m)
  889.  
  890. p7.Name = "Part7"
  891.  
  892. p7.BrickColor = BrickColor.new("Royal purple")
  893.  
  894. p7.Material = "Fabric"
  895.  
  896. p7.CFrame = CFrame.new(-5.3205142, 5.61000919, -11.9814529, -0.656058729, -0.754709721, -
  897.  
  898. 5.77419996e-008, 0.533660352, -0.463903487, -0.707106411, 0.533660412, -0.463903487,
  899.  
  900. 0.707106233)
  901.  
  902. p7.CanCollide = false
  903.  
  904. p7.FormFactor = Enum.FormFactor.Symmetric
  905.  
  906. p7.Elasticity = 0
  907.  
  908. p7.Size = Vector3.new(1, 4, 1)
  909.  
  910. p7.BottomSurface = Enum.SurfaceType.Smooth
  911.  
  912. p7.TopSurface = Enum.SurfaceType.Smooth
  913.  
  914. b7 = Instance.new("BlockMesh", p7)
  915.  
  916. b7.Name = "Mesh"
  917.  
  918. b7.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  919.  
  920. p8 = Instance.new("Part", m)
  921.  
  922. p8.Name = "Part8"
  923.  
  924. p8.BrickColor = BrickColor.new("Royal purple")
  925.  
  926. p8.Material = "Fabric"
  927.  
  928. p8.CFrame = CFrame.new(-0.130102158, 4.73467064, -10.7141094, 0.874170661, 0.484677076,
  929.  
  930. 0.0302294046, -0.475244969, 0.841039479, 0.258445919, 0.0998384058, -0.240292028, 0.96555239)
  931.  
  932. p8.CanCollide = false
  933.  
  934. p8.FormFactor = Enum.FormFactor.Symmetric
  935.  
  936. p8.Elasticity = 0
  937.  
  938. p8.Size = Vector3.new(1, 4, 1)
  939.  
  940. p8.BottomSurface = Enum.SurfaceType.Smooth
  941.  
  942. p8.TopSurface = Enum.SurfaceType.Smooth
  943.  
  944. b8 = Instance.new("BlockMesh", p8)
  945.  
  946. b8.Name = "Mesh"
  947.  
  948. b8.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  949.  
  950. p9 = Instance.new("Part", m)
  951.  
  952. p9.Name = "Part9"
  953.  
  954. p9.BrickColor = BrickColor.new("Really black")
  955.  
  956. p9.Material = "Fabric"
  957.  
  958. p9.CFrame = CFrame.new(-2.9284029, 4.80385351, -10.6452761, 0.890645742, -0.453692019,
  959.  
  960. 0.0302294642, 0.431499481, 0.864299536, 0.258445889, -0.143382162, -0.217139587, 0.965552568)
  961.  
  962. p9.CanCollide = false
  963.  
  964. p9.FormFactor = Enum.FormFactor.Symmetric
  965.  
  966. p9.Elasticity = 0
  967.  
  968. p9.Size = Vector3.new(1, 4, 1)
  969.  
  970. p9.BottomSurface = Enum.SurfaceType.Smooth
  971.  
  972. p9.TopSurface = Enum.SurfaceType.Smooth
  973.  
  974. b9 = Instance.new("BlockMesh", p9)
  975.  
  976. b9.Name = "Mesh"
  977.  
  978. b9.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  979.  
  980. p10 = Instance.new("Part", m)
  981.  
  982. p10.Name = "Part10"
  983.  
  984. p10.BrickColor = BrickColor.new("Really black")
  985.  
  986. p10.Material = "Fabric"
  987.  
  988. p10.CFrame = CFrame.new(0.461318254, 4.42153645, -10.9603891, 0.993439734, -0.112256877,
  989.  
  990. 0.0218180809, 0.113935865, 0.987964332, -0.104616776, -0.00981165841, 0.106416553,
  991.  
  992. 0.994273067)
  993.  
  994. p10.CanCollide = false
  995.  
  996. p10.FormFactor = Enum.FormFactor.Symmetric
  997.  
  998. p10.Elasticity = 0
  999.  
  1000. p10.Size = Vector3.new(1, 2, 1)
  1001.  
  1002. p10.BottomSurface = Enum.SurfaceType.Smooth
  1003.  
  1004. p10.TopSurface = Enum.SurfaceType.Smooth
  1005.  
  1006. b10 = Instance.new("BlockMesh", p10)
  1007.  
  1008. b10.Name = "Mesh"
  1009.  
  1010. b10.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  1011.  
  1012. p11 = Instance.new("Part", m)
  1013.  
  1014. p11.Name = "Part11"
  1015.  
  1016. p11.BrickColor = BrickColor.new("Really black")
  1017.  
  1018. p11.Material = "Fabric"
  1019.  
  1020. p11.CFrame = CFrame.new(-5.58509636, 4.39552546, -12.2391958, 0.973001778, -0.230067,
  1021.  
  1022. 0.0183526818, 0.229346812, 0.972725153, 0.034717977, -0.0258396715, -0.0295712873,
  1023.  
  1024. 0.999228418)
  1025.  
  1026. p11.CanCollide = false
  1027.  
  1028. p11.FormFactor = Enum.FormFactor.Symmetric
  1029.  
  1030. p11.Elasticity = 0
  1031.  
  1032. p11.Size = Vector3.new(1, 2, 1)
  1033.  
  1034. p11.BottomSurface = Enum.SurfaceType.Smooth
  1035.  
  1036. p11.TopSurface = Enum.SurfaceType.Smooth
  1037.  
  1038. b11 = Instance.new("BlockMesh", p11)
  1039.  
  1040. b11.Name = "Mesh"
  1041.  
  1042. b11.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  1043.  
  1044. p12 = Instance.new("Part", m)
  1045.  
  1046. p12.Name = "Part12"
  1047.  
  1048. p12.BrickColor = BrickColor.new("Really black")
  1049.  
  1050. p12.Material = "Fabric"
  1051.  
  1052. p12.CFrame = CFrame.new(-7.20725632, 4.45023441, -13.1411486, 0.656056762, 3.7997961e-007,
  1053.  
  1054. 0.75470835, -0.53365773, 0.707103908, 0.463900089, -0.533659458, -0.707104445, 0.463902116)
  1055.  
  1056. p12.CanCollide = false
  1057.  
  1058. p12.FormFactor = Enum.FormFactor.Symmetric
  1059.  
  1060. p12.Elasticity = 0
  1061.  
  1062. p12.Size = Vector3.new(1, 1, 1)
  1063.  
  1064. p12.BottomSurface = Enum.SurfaceType.Smooth
  1065.  
  1066. p12.TopSurface = Enum.SurfaceType.Smooth
  1067.  
  1068. b12 = Instance.new("SpecialMesh", p12)
  1069.  
  1070. b12.MeshType = Enum.MeshType.Wedge
  1071.  
  1072. b12.Name = "Mesh"
  1073.  
  1074. b12.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  1075.  
  1076. p13 = Instance.new("Part", m)
  1077.  
  1078. p13.Name = "Part13"
  1079.  
  1080. p13.BrickColor = BrickColor.new("Really black")
  1081.  
  1082. p13.Material = "Fabric"
  1083.  
  1084. p13.CFrame = CFrame.new(-1.16246319, 3.02499151, -10.4305, 0.685088575, 0.728258491,
  1085.  
  1086. 0.0168257058, -0.696930826, 0.661988258, -0.27575165, -0.211958379, 0.177188307, 0.961075842)
  1087.  
  1088. p13.CanCollide = false
  1089.  
  1090. p13.FormFactor = Enum.FormFactor.Symmetric
  1091.  
  1092. p13.Elasticity = 0
  1093.  
  1094. p13.Size = Vector3.new(1, 1, 1)
  1095.  
  1096. p13.BottomSurface = Enum.SurfaceType.Smooth
  1097.  
  1098. p13.TopSurface = Enum.SurfaceType.Smooth
  1099.  
  1100. b13 = Instance.new("BlockMesh", p13)
  1101.  
  1102. b13.Name = "Mesh"
  1103.  
  1104. b13.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  1105.  
  1106. p14 = Instance.new("Part", m)
  1107.  
  1108. p14.Name = "Part14"
  1109.  
  1110. p14.BrickColor = BrickColor.new("Really black")
  1111.  
  1112. p14.Material = "Fabric"
  1113.  
  1114. p14.CFrame = CFrame.new(-1.06862891, 2.92015743, -10.4324627, 0.959295571, 0.281205207,
  1115.  
  1116. 0.0257938076, -0.282206476, 0.95792222, 0.052197963, -0.0100304484, -0.0573545098,
  1117.  
  1118. 0.998297691)
  1119.  
  1120. p14.CanCollide = false
  1121.  
  1122. p14.FormFactor = Enum.FormFactor.Symmetric
  1123.  
  1124. p14.Elasticity = 0
  1125.  
  1126. p14.Size = Vector3.new(1, 2, 1)
  1127.  
  1128. p14.BottomSurface = Enum.SurfaceType.Smooth
  1129.  
  1130. p14.TopSurface = Enum.SurfaceType.Smooth
  1131.  
  1132. b14 = Instance.new("BlockMesh", p14)
  1133.  
  1134. b14.Name = "Mesh"
  1135.  
  1136. b14.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  1137.  
  1138. p15 = Instance.new("Part", m)
  1139.  
  1140. p15.Name = "Part15"
  1141.  
  1142. p15.BrickColor = BrickColor.new("Really black")
  1143.  
  1144. p15.Material = "Fabric"
  1145.  
  1146. p15.CFrame = CFrame.new(-1.25248194, 3.46670246, -10.3202372, -0.768480301, 0.609402537,
  1147.  
  1148. 0.195080221, -0.634339094, -0.765544653, -0.107403584, 0.0838928521, -0.206285655,
  1149.  
  1150. 0.974882662)
  1151.  
  1152. p15.CanCollide = false
  1153.  
  1154. p15.FormFactor = Enum.FormFactor.Symmetric
  1155.  
  1156. p15.Elasticity = 0
  1157.  
  1158. p15.Size = Vector3.new(1, 1, 1)
  1159.  
  1160. p15.BottomSurface = Enum.SurfaceType.Smooth
  1161.  
  1162. p15.TopSurface = Enum.SurfaceType.Smooth
  1163.  
  1164. b15 = Instance.new("BlockMesh", p15)
  1165.  
  1166. b15.Name = "Mesh"
  1167.  
  1168. b15.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  1169.  
  1170. p16 = Instance.new("Part", m)
  1171.  
  1172. p16.Name = "Part16"
  1173.  
  1174. p16.BrickColor = BrickColor.new("Really black")
  1175.  
  1176. p16.Material = "Fabric"
  1177.  
  1178. p16.CFrame = CFrame.new(-1.96196043, 3.04476213, -10.4108219, 0.72825861, -0.685088336,
  1179.  
  1180. 0.0168255717, 0.661988497, 0.696930647, -0.275751829, 0.177188098, 0.211958155, 0.961075366)
  1181.  
  1182. p16.CanCollide = false
  1183.  
  1184. p16.FormFactor = Enum.FormFactor.Symmetric
  1185.  
  1186. p16.Elasticity = 0
  1187.  
  1188. p16.Size = Vector3.new(1, 1, 1)
  1189.  
  1190. p16.BottomSurface = Enum.SurfaceType.Smooth
  1191.  
  1192. p16.TopSurface = Enum.SurfaceType.Smooth
  1193.  
  1194. b16 = Instance.new("BlockMesh", p16)
  1195.  
  1196. b16.Name = "Mesh"
  1197.  
  1198. b16.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  1199.  
  1200. p17 = Instance.new("Part", m)
  1201.  
  1202. p17.Name = "Part17"
  1203.  
  1204. p17.BrickColor = BrickColor.new("Really black")
  1205.  
  1206. p17.Material = "Fabric"
  1207.  
  1208. p17.CFrame = CFrame.new(-1.85207272, 3.48152924, -10.3054819, -0.739407778, -0.655866385, -
  1209.  
  1210. 0.152003229, 0.671618342, -0.73426342, -0.0988226384, -0.0467970669, -0.175158352,
  1211.  
  1212. 0.983420968)
  1213.  
  1214. p17.CanCollide = false
  1215.  
  1216. p17.FormFactor = Enum.FormFactor.Symmetric
  1217.  
  1218. p17.Elasticity = 0
  1219.  
  1220. p17.Size = Vector3.new(1, 1, 1)
  1221.  
  1222. p17.BottomSurface = Enum.SurfaceType.Smooth
  1223.  
  1224. p17.TopSurface = Enum.SurfaceType.Smooth
  1225.  
  1226. b17 = Instance.new("BlockMesh", p17)
  1227.  
  1228. b17.Name = "Mesh"
  1229.  
  1230. b17.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  1231.  
  1232. p18 = Instance.new("Part", m)
  1233.  
  1234. p18.Name = "Part18"
  1235.  
  1236. p18.BrickColor = BrickColor.new("Really black")
  1237.  
  1238. p18.Material = "Fabric"
  1239.  
  1240. p18.CFrame = CFrame.new(-2.06802177, 2.94484425, -10.4080706, 0.971376956, -0.236116573,
  1241.  
  1242. 0.02579391, 0.234563246, 0.970688105, 0.0521978363, -0.0373639017, -0.0446553342, 0.998296857)
  1243.  
  1244. p18.CanCollide = false
  1245.  
  1246. p18.FormFactor = Enum.FormFactor.Symmetric
  1247.  
  1248. p18.Elasticity = 0
  1249.  
  1250. p18.Size = Vector3.new(1, 2, 1)
  1251.  
  1252. p18.BottomSurface = Enum.SurfaceType.Smooth
  1253.  
  1254. p18.TopSurface = Enum.SurfaceType.Smooth
  1255.  
  1256. b18 = Instance.new("BlockMesh", p18)
  1257.  
  1258. b18.Name = "Mesh"
  1259.  
  1260. b18.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  1261.  
  1262. p19 = Instance.new("Part", m)
  1263.  
  1264. p19.Name = "Part19"
  1265.  
  1266. p19.BrickColor = BrickColor.new("Really black")
  1267.  
  1268. p19.Material = "Fabric"
  1269.  
  1270. p19.CFrame = CFrame.new(3.49998665, 3.79997182, -12.6999207, 0.965920806, -0.258817494, -
  1271.  
  1272. 2.4959445e-007, 0.249997482, 0.933003485, 0.258815616, -0.0669874251, -0.249999031,
  1273.  
  1274. 0.965919077)
  1275.  
  1276. p19.CanCollide = false
  1277.  
  1278. p19.FormFactor = Enum.FormFactor.Symmetric
  1279.  
  1280. p19.Elasticity = 0
  1281.  
  1282. p19.Size = Vector3.new(1, 2, 1)
  1283.  
  1284. p19.BottomSurface = Enum.SurfaceType.Smooth
  1285.  
  1286. p19.TopSurface = Enum.SurfaceType.Smooth
  1287.  
  1288. b19 = Instance.new("BlockMesh", p19)
  1289.  
  1290. b19.Name = "Mesh"
  1291.  
  1292. b19.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  1293.  
  1294. p20 = Instance.new("Part", m)
  1295.  
  1296. p20.Name = "Part20"
  1297.  
  1298. p20.BrickColor = BrickColor.new("Really black")
  1299.  
  1300. p20.Material = "Fabric"
  1301.  
  1302. p20.CFrame = CFrame.new(-6.79995918, 3.78997159, -12.7999163, 0.965920687, 0.258817792, -
  1303.  
  1304. 3.04258691e-007, -0.256297678, 0.95651561, -0.139172524, -0.036020536, 0.134429038,
  1305.  
  1306. 0.990261436)
  1307.  
  1308. p20.CanCollide = false
  1309.  
  1310. p20.FormFactor = Enum.FormFactor.Symmetric
  1311.  
  1312. p20.Elasticity = 0
  1313.  
  1314. p20.Size = Vector3.new(1, 3, 1)
  1315.  
  1316. p20.BottomSurface = Enum.SurfaceType.Smooth
  1317.  
  1318. p20.TopSurface = Enum.SurfaceType.Smooth
  1319.  
  1320. b20 = Instance.new("BlockMesh", p20)
  1321.  
  1322. b20.Name = "Mesh"
  1323.  
  1324. b20.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  1325.  
  1326. w1 = Instance.new("Weld", p1)
  1327.  
  1328. w1.Part0 = p1
  1329.  
  1330. w1.C0 = CFrame.new(-1.79490757, -4.94951439, 12.4384165, -0.707106769, -0.499999911, -
  1331.  
  1332. 0.49999994, 0.707106709, -0.49999997, -0.49999994, 0, -0.707106769, 0.707106709)
  1333.  
  1334. w1.Part1 = p2
  1335.  
  1336. w1.C1 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  1337.  
  1338. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  1339.  
  1340. w2 = Instance.new("Weld", p2)
  1341.  
  1342. w2.Part0 = p2
  1343.  
  1344. w2.C0 = CFrame.new(1.79489565, -12.4384251, 7.44950008, 0.707106769, 0.499999911, 0.49999994,
  1345.  
  1346. 2.10734239e-008, 0.707106769, -0.707106709, -0.707106948, 0.49999994, 0.5)
  1347.  
  1348. w2.Part1 = p3
  1349.  
  1350. w2.C1 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  1351.  
  1352. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  1353.  
  1354. w3 = Instance.new("Weld", p3)
  1355.  
  1356. w3.Part0 = p3
  1357.  
  1358. w3.C0 = CFrame.new(-1.22722292, -4.75393152, 12.1752129, 0.959171653, -0.282448888, -
  1359.  
  1360. 0.0145689286, 0.28168264, 0.958655119, -0.0404363424, 0.0253877491, 0.034681499, 0.99907577)
  1361.  
  1362. w3.Part1 = p4
  1363.  
  1364. w3.C1 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  1365.  
  1366. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  1367.  
  1368. w4 = Instance.new("Weld", p4)
  1369.  
  1370. w4.Part0 = p4
  1371.  
  1372. w4.C0 = CFrame.new(-2.0898788, -3.70108366, 11.8517132, 0.988936007, 0.148217395, -
  1373.  
  1374. 0.00609338284, -0.146728054, 0.983390927, 0.10683234, 0.0218265653, -0.104756176, 0.994258285)
  1375.  
  1376. w4.Part1 = p5
  1377.  
  1378. w4.C1 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  1379.  
  1380. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  1381.  
  1382. w5 = Instance.new("Weld", p5)
  1383.  
  1384. w5.Part0 = p5
  1385.  
  1386. w5.C0 = CFrame.new(5.12321281, -2.5599122, 11.9520521, 0.958314359, -0.281183183, -
  1387.  
  1388. 0.0506912991, 0.284877598, 0.953925133, 0.0941895097, 0.0218711942, -0.104703978, 0.994262934)
  1389.  
  1390. w5.Part1 = p6
  1391.  
  1392. w5.C1 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  1393.  
  1394. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  1395.  
  1396. w6 = Instance.new("Weld", p6)
  1397.  
  1398. w6.Part0 = p6
  1399.  
  1400. w6.C0 = CFrame.new(3.04055262, 0.575539827, 11.8951263, 0.990586221, -0.122137874, -
  1401.  
  1402. 0.0618162453, 0.136166826, 0.925523877, 0.353361279, 0.014053612, -0.358452141, 0.933442295)
  1403.  
  1404. w6.Part1 = p7
  1405.  
  1406. w6.C1 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  1407.  
  1408. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  1409.  
  1410. w7 = Instance.new("Weld", p7)
  1411.  
  1412. w7.Part0 = p7
  1413.  
  1414. w7.C0 = CFrame.new(-0.090382576, -6.97118187, 12.4390469, -0.656058788, 0.533660412,
  1415.  
  1416. 0.533660412, -0.75470984, -0.463903606, -0.463903606, 0, -0.707106769, 0.707106709)
  1417.  
  1418. w7.Part1 = p8
  1419.  
  1420. w7.C1 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  1421.  
  1422. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  1423.  
  1424. w8 = Instance.new("Weld", p8)
  1425.  
  1426. w8.Part0 = p8
  1427.  
  1428. w8.C0 = CFrame.new(3.43354273, -6.49350643, 9.12531471, 0.874170601, -0.475245059,
  1429.  
  1430. 0.0998385474, 0.484676957, 0.841039658, -0.240292117, 0.0302294642, 0.258445889, 0.965552568)
  1431.  
  1432. w8.Part1 = p9
  1433.  
  1434. w8.C1 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  1435.  
  1436. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  1437.  
  1438. w9 = Instance.new("Weld", p9)
  1439.  
  1440. w9.Part0 = p9
  1441.  
  1442. w9.C0 = CFrame.new(-0.991033435, -7.7920723, 9.12556171, 0.890645742, 0.431499481, -
  1443.  
  1444. 0.143382162, -0.453692019, 0.864299536, -0.217139587, 0.0302294642, 0.258445889, 0.965552568)
  1445.  
  1446. w9.Part1 = p10
  1447.  
  1448. w9.C1 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  1449.  
  1450. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  1451.  
  1452. 0.994273245)
  1453.  
  1454. w10 = Instance.new("Weld", p10)
  1455.  
  1456. w10.Part0 = p10
  1457.  
  1458. w10.C0 = CFrame.new(-1.06960225, -3.15016913, 11.3501244, 0.993439615, 0.113935851, -
  1459.  
  1460. 0.00981158204, -0.112256907, 0.987964511, 0.106416464, 0.0218181461, -0.104616918,
  1461.  
  1462. 0.994273245)
  1463.  
  1464. w10.Part1 = p11
  1465.  
  1466. w10.C1 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  1467.  
  1468. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  1469.  
  1470. w11 = Instance.new("Weld", p11)
  1471.  
  1472. w11.Part0 = p11
  1473.  
  1474. w11.C0 = CFrame.new(4.10995293, -5.92251635, 12.1796551, 0.973001719, 0.229346842, -
  1475.  
  1476. 0.0258396119, -0.23006703, 0.972725391, -0.0295714047, 0.0183527395, 0.034717869, 0.999228597)
  1477.  
  1478. w11.Part1 = p12
  1479.  
  1480. w11.C1 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  1481.  
  1482. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  1483.  
  1484. w12 = Instance.new("Weld", p12)
  1485.  
  1486. w12.Part0 = p12
  1487.  
  1488. w12.C0 = CFrame.new(0.0903778076, -12.4390163, 9.47116661, 0.656056702, -0.533657789, -
  1489.  
  1490. 0.533659518, 3.16101307e-007, 0.707104087, -0.707104683, 0.75470835, 0.463900119, 0.463902295)
  1491.  
  1492. w12.Part1 = p13
  1493.  
  1494. w12.C1 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  1495.  
  1496. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  1497.  
  1498. w13 = Instance.new("Weld", p13)
  1499.  
  1500. w13.Part0 = p13
  1501.  
  1502. w13.C0 = CFrame.new(0.693788052, 0.692229629, 10.8783264, 0.685091734, -0.69693774, -
  1503.  
  1504. 0.211959824, 0.728262305, 0.661995173, 0.177189946, 0.0168259665, -0.275753766, 0.961080968)
  1505.  
  1506. w13.Part1 = p14
  1507.  
  1508. w13.C1 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  1509.  
  1510. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  1511.  
  1512. 0.998303413)
  1513.  
  1514. w14 = Instance.new("Weld", p14)
  1515.  
  1516. w14.Part0 = p14
  1517.  
  1518. w14.C0 = CFrame.new(1.74460375, -3.09517074, 10.2899532, 0.959300518, -0.282209098, -
  1519.  
  1520. 0.0100303814, 0.281206846, 0.957931817, -0.0573540777, 0.0257942528, 0.0521991551,
  1521.  
  1522. 0.998303413)
  1523.  
  1524. w14.Part1 = p15
  1525.  
  1526. w14.C1 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  1527.  
  1528. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  1529.  
  1530. w15 = Instance.new("Weld", p15)
  1531.  
  1532. w15.Part0 = p15
  1533.  
  1534. w15.C0 = CFrame.new(2.10237837, 1.28829288, 10.6778135, -0.768484235, -0.634345412,
  1535.  
  1536. 0.0838926136, 0.609405577, -0.765552342, -0.206287205, 0.195081502, -0.107403934, 0.974888384)
  1537.  
  1538. w15.Part1 = p16
  1539.  
  1540. w15.C1 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  1541.  
  1542. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  1543.  
  1544. w16 = Instance.new("Weld", p16)
  1545.  
  1546. w16.Part0 = p16
  1547.  
  1548. w16.C0 = CFrame.new(1.25790477, -1.25946927, 10.8783226, 0.728262305, 0.661995173,
  1549.  
  1550. 0.177190006, -0.685091794, 0.696937621, 0.211959764, 0.0168259665, -0.275753766, 0.961080968)
  1551.  
  1552. w16.Part1 = p17
  1553.  
  1554. w16.C1 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  1555.  
  1556. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  1557.  
  1558. 0.983426988)
  1559.  
  1560. w17 = Instance.new("Weld", p17)
  1561.  
  1562. w17.Part0 = p17
  1563.  
  1564. w17.C0 = CFrame.new(-4.19002342, -0.463444591, 10.1972828, -0.739411771, 0.671625078, -
  1565.  
  1566. 0.0467970371, -0.655869722, -0.73427093, -0.175160319, -0.152003735, -0.0988228023,
  1567.  
  1568. 0.983426988)
  1569.  
  1570. w17.Part1 = p18
  1571.  
  1572. w17.C1 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  1573.  
  1574. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  1575.  
  1576. 0.998303413)
  1577.  
  1578. w18 = Instance.new("Weld", p18)
  1579.  
  1580. w18.Part0 = p18
  1581.  
  1582. w18.C0 = CFrame.new(0.929204226, -3.81164908, 10.2901011, 0.971381962, 0.234565541, -
  1583.  
  1584. 0.037363667, -0.236118004, 0.970697761, -0.0446549058, 0.0257942528, 0.0521991551,
  1585.  
  1586. 0.998303413)
  1587.  
  1588. w18.Part1 = p19
  1589.  
  1590. w18.C1 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  1591.  
  1592. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  1593.  
  1594. w19 = Instance.new("Weld", p19)
  1595.  
  1596. w19.Part0 = p19
  1597.  
  1598. w19.C0 = CFrame.new(-5.18147898, -5.81458092, 11.2837429, 0.965925813, 0.25, -0.0669872984, -
  1599.  
  1600. 0.258819044, 0.933012664, -0.25, 0, 0.258819044, 0.965925813)
  1601.  
  1602. w19.Part1 = p20
  1603.  
  1604. w19.C1 = CFrame.new(7.07860947, -0.14454639, 13.2028942, 0.965925813, -0.256300241, -
  1605.  
  1606. 0.0360206552, 0.258819044, 0.956525445, 0.1344309, 3.7252903e-009, -0.139173105, 0.990268052)
  1607.  
  1608. m.Parent = char
  1609.  
  1610. m:MakeJoints()
  1611.  
  1612. ----------------------------------------------------
  1613.  
  1614. local cor = Instance.new("Part", char.Wings)
  1615.  
  1616. cor.Name = "Thingy"
  1617.  
  1618. cor.BottomSurface = 0
  1619.  
  1620. cor.CanCollide = false
  1621.  
  1622. cor.Size = Vector3.new(1, 6, 1)
  1623.  
  1624. cor.Transparency = 1
  1625.  
  1626. cor.TopSurface = 0
  1627.  
  1628. corw = Instance.new("Weld", cor)
  1629.  
  1630. corw.Part0 = torso
  1631.  
  1632. corw.Part1 = cor
  1633.  
  1634. corw.C0 = CFrame.new(-1.55, 3.4, .6) * CFrame.Angles(math.rad(145), math.rad(0), math.rad(48))
  1635.  
  1636. corw.C1 = CFrame.new(0, 0, 0)
  1637.  
  1638. weld1 = Instance.new("Weld", char.Wings)
  1639.  
  1640. weld1.Part0 = cor
  1641.  
  1642. weld1.Part1 = p1
  1643.  
  1644. weld1.C0 = CFrame.new(0, 3, -1)
  1645.  
  1646. HandleA = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "HandleA", Vector3.new(1.01999998, 0.410000026, 1.01999998))
  1647.  
  1648. 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))
  1649.  
  1650. FConnectorA1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA1", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1651.  
  1652. 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))
  1653.  
  1654. FConnectorA2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA2", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1655.  
  1656. 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))
  1657.  
  1658. FConnectorA3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA3", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1659.  
  1660. 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))
  1661.  
  1662. FConnectorA4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA4", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1663.  
  1664. 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))
  1665.  
  1666. FConnectorA5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorA5", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1667.  
  1668. 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))
  1669.  
  1670. HitboxA = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Royal purple", "HitboxA", Vector3.new(1.22000003, 1.00999999, 1.01999998))
  1671.  
  1672. 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))
  1673.  
  1674. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1675.  
  1676. 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))
  1677.  
  1678. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1679.  
  1680. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1681.  
  1682. 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))
  1683.  
  1684. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1685.  
  1686. 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))
  1687.  
  1688. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1689.  
  1690. 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))
  1691.  
  1692. 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))
  1693.  
  1694. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1695.  
  1696. 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))
  1697.  
  1698. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1699.  
  1700. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.620000005, 0.200000003, 0.819999993))
  1701.  
  1702. 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))
  1703.  
  1704. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1705.  
  1706. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1707.  
  1708. 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))
  1709.  
  1710. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1711.  
  1712. 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))
  1713.  
  1714. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1715.  
  1716. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1717.  
  1718. 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))
  1719.  
  1720. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1721.  
  1722. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1723.  
  1724. 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))
  1725.  
  1726. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1727.  
  1728. 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))
  1729.  
  1730. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1731.  
  1732. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1733.  
  1734. 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))
  1735.  
  1736. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1737.  
  1738. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.620000005))
  1739.  
  1740. 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))
  1741.  
  1742. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1743.  
  1744. 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))
  1745.  
  1746. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  1747.  
  1748. 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))
  1749.  
  1750. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1751.  
  1752. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1753.  
  1754. 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))
  1755.  
  1756. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 1))
  1757.  
  1758. 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))
  1759.  
  1760. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1761.  
  1762. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  1763.  
  1764. 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))
  1765.  
  1766. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1767.  
  1768. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1769.  
  1770. 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))
  1771.  
  1772. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.610000014, 1.01999998))
  1773.  
  1774. 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))
  1775.  
  1776. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1777.  
  1778. 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))
  1779.  
  1780. 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))
  1781.  
  1782. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 0.819999993))
  1783.  
  1784. 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))
  1785.  
  1786. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1787.  
  1788. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1789.  
  1790. 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))
  1791.  
  1792. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1793.  
  1794. 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))
  1795.  
  1796. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1797.  
  1798. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1799.  
  1800. 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))
  1801.  
  1802. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1803.  
  1804. 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))
  1805.  
  1806. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1807.  
  1808. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1809.  
  1810. 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))
  1811.  
  1812. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1813.  
  1814. 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))
  1815.  
  1816. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.99999994, 1.01999998))
  1817.  
  1818. 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))
  1819.  
  1820. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 1.01999998))
  1821.  
  1822. 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))
  1823.  
  1824. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1825.  
  1826. 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))
  1827.  
  1828. 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))
  1829.  
  1830. FHandleA1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA1", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1831.  
  1832. 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))
  1833.  
  1834. FHandleA2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA2", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1835.  
  1836. 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))
  1837.  
  1838. FHandleA3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA3", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1839.  
  1840. 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))
  1841.  
  1842. FHandleA4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA4", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1843.  
  1844. 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))
  1845.  
  1846. FHandleA5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleA5", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1847.  
  1848. 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))
  1849.  
  1850.  
  1851.  
  1852. HandleB = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "HandleB", Vector3.new(1.01999998, 0.410000026, 1.01999998))
  1853.  
  1854. 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))
  1855.  
  1856. FConnectorB1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB1", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1857.  
  1858. 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))
  1859.  
  1860. FConnectorB2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB2", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1861.  
  1862. 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))
  1863.  
  1864. FConnectorB3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB3", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1865.  
  1866. 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))
  1867.  
  1868. FConnectorB4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB4", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1869.  
  1870. 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))
  1871.  
  1872. FConnectorB5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really black", "FConnectorB5", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1873.  
  1874. 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))
  1875.  
  1876. HitboxB = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Royal purple", "HitboxB", Vector3.new(1.22000003, 1.00999999, 1.01999998))
  1877.  
  1878. 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))
  1879.  
  1880. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  1881.  
  1882. 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))
  1883.  
  1884. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 1.01999998))
  1885.  
  1886. 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))
  1887.  
  1888. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.620000005))
  1889.  
  1890. 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))
  1891.  
  1892. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1893.  
  1894. 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))
  1895.  
  1896. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  1897.  
  1898. 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))
  1899.  
  1900. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.200000003, 0.819999993))
  1901.  
  1902. 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))
  1903.  
  1904. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1905.  
  1906. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.620000005, 0.200000003, 0.819999993))
  1907.  
  1908. 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))
  1909.  
  1910. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1911.  
  1912. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 1))
  1913.  
  1914. 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))
  1915.  
  1916. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1917.  
  1918. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1919.  
  1920. 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))
  1921.  
  1922. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1923.  
  1924. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1925.  
  1926. 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))
  1927.  
  1928. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1929.  
  1930. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1931.  
  1932. 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))
  1933.  
  1934. 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))
  1935.  
  1936. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  1937.  
  1938. 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))
  1939.  
  1940. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  1941.  
  1942. 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))
  1943.  
  1944. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1945.  
  1946. 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))
  1947.  
  1948. 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))
  1949.  
  1950. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.600000024, 0.200000003))
  1951.  
  1952. 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))
  1953.  
  1954. 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))
  1955.  
  1956. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1957.  
  1958. 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))
  1959.  
  1960. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1961.  
  1962. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1963.  
  1964. 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))
  1965.  
  1966. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1967.  
  1968. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1969.  
  1970. 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))
  1971.  
  1972. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1973.  
  1974. 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))
  1975.  
  1976. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1977.  
  1978. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  1979.  
  1980. 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))
  1981.  
  1982. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1983.  
  1984. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  1985.  
  1986. 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))
  1987.  
  1988. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1989.  
  1990. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.620000005))
  1991.  
  1992. 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))
  1993.  
  1994. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1995.  
  1996. 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))
  1997.  
  1998. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  1999.  
  2000. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000036))
  2001.  
  2002. 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))
  2003.  
  2004. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  2005.  
  2006. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.400000006))
  2007.  
  2008. 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))
  2009.  
  2010. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  2011.  
  2012. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.399999917, 0.210000008))
  2013.  
  2014. 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))
  2015.  
  2016. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.99999994, 1.01999998))
  2017.  
  2018. 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))
  2019.  
  2020. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.810000002, 0.200000003, 0.210000008))
  2021.  
  2022. 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))
  2023.  
  2024. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(1.01999998, 0.610000014, 1.01999998))
  2025.  
  2026. 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))
  2027.  
  2028. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.200000003, 0.210000008))
  2029.  
  2030. 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))
  2031.  
  2032. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Royal purple", "Part", Vector3.new(0.200000003, 0.399999917, 0.210000008))
  2033.  
  2034. 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))
  2035.  
  2036. FHandleB1 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB1", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  2037.  
  2038. 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))
  2039.  
  2040. FHandleB2 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB2", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  2041.  
  2042. 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))
  2043.  
  2044. FHandleB3 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB3", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  2045.  
  2046. 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))
  2047.  
  2048. FHandleB4 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB4", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  2049.  
  2050. 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))
  2051.  
  2052. FHandleB5 = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "FHandleB5", Vector3.new(0.200000003, 0.400000006, 0.200000003))
  2053.  
  2054. 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))
  2055.  
  2056. ----------------------------------------------------
  2057.  
  2058. local m = Instance.new("Model")
  2059.  
  2060. m.Name = "Hair"
  2061.  
  2062. p1 = Instance.new("Part", m)
  2063.  
  2064. p1.BrickColor = BrickColor.new("Really black")
  2065.  
  2066. p1.FormFactor = Enum.FormFactor.Symmetric
  2067.  
  2068. p1.Size = Vector3.new(1, 1, 1)
  2069.  
  2070. 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)
  2071.  
  2072. p1.CanCollide = false
  2073.  
  2074. p1.Locked = true
  2075.  
  2076. p1.BottomSurface = Enum.SurfaceType.Smooth
  2077.  
  2078. p1.TopSurface = Enum.SurfaceType.Smooth
  2079.  
  2080. b1 = Instance.new("SpecialMesh", p1)
  2081.  
  2082. b1.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2083.  
  2084. b1.TextureId = ""
  2085.  
  2086. b1.MeshType = Enum.MeshType.FileMesh
  2087.  
  2088. b1.Name = "Mesh"
  2089.  
  2090. b1.VertexColor = Vector3.new(0, 0, 0)
  2091.  
  2092. b1.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  2093.  
  2094. p2 = Instance.new("Part", m)
  2095.  
  2096. p2.BrickColor = BrickColor.new("Pastel brown")
  2097.  
  2098. p2.Transparency = 1
  2099.  
  2100. p2.Name = "Head"
  2101.  
  2102. p2.FormFactor = Enum.FormFactor.Symmetric
  2103.  
  2104. p2.Size = Vector3.new(2, 1, 1)
  2105.  
  2106. 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)
  2107.  
  2108. p2.CanCollide = false
  2109.  
  2110. p2.Locked = true
  2111.  
  2112. p2.TopSurface = Enum.SurfaceType.Smooth
  2113.  
  2114. b2 = Instance.new("SpecialMesh", p2)
  2115.  
  2116. b2.MeshType = Enum.MeshType.Head
  2117.  
  2118. b2.Name = "Mesh"
  2119.  
  2120. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  2121.  
  2122. p3 = Instance.new("Part", m)
  2123.  
  2124. p3.BrickColor = BrickColor.new("Really black")
  2125.  
  2126. p3.FormFactor = Enum.FormFactor.Symmetric
  2127.  
  2128. p3.Size = Vector3.new(2, 2, 2)
  2129.  
  2130. 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)
  2131.  
  2132. p3.CanCollide = false
  2133.  
  2134. p3.Locked = true
  2135.  
  2136. p3.BottomSurface = Enum.SurfaceType.Smooth
  2137.  
  2138. p3.TopSurface = Enum.SurfaceType.Smooth
  2139.  
  2140. b3 = Instance.new("SpecialMesh", p3)
  2141.  
  2142. b3.MeshId = "http://www.roblox.com/asset/?id=16627529"
  2143.  
  2144. b3.TextureId = ""
  2145.  
  2146. b3.MeshType = Enum.MeshType.FileMesh
  2147.  
  2148. b3.Name = "Mesh"
  2149.  
  2150. b3.VertexColor = Vector3.new(0, 0, 0)
  2151.  
  2152. b3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  2153.  
  2154. p4 = Instance.new("Part", m)
  2155.  
  2156. p4.BrickColor = BrickColor.new("Really black")
  2157.  
  2158. p4.FormFactor = Enum.FormFactor.Symmetric
  2159.  
  2160. p4.Size = Vector3.new(1, 1, 1)
  2161.  
  2162. 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)
  2163.  
  2164. p4.CanCollide = false
  2165.  
  2166. p4.Locked = true
  2167.  
  2168. p4.BottomSurface = Enum.SurfaceType.Smooth
  2169.  
  2170. p4.TopSurface = Enum.SurfaceType.Smooth
  2171.  
  2172. b4 = Instance.new("SpecialMesh", p4)
  2173.  
  2174. b4.MeshId = "http://www.roblox.com/asset/?id=19326912"
  2175.  
  2176. b4.TextureId = ""
  2177.  
  2178. b4.MeshType = Enum.MeshType.FileMesh
  2179.  
  2180. b4.Name = "Mesh"
  2181.  
  2182. b4.VertexColor = Vector3.new(0, 0, 0)
  2183.  
  2184. p5 = Instance.new("Part", m)
  2185.  
  2186. p5.BrickColor = BrickColor.new("Really black")
  2187.  
  2188. p5.FormFactor = Enum.FormFactor.Symmetric
  2189.  
  2190. p5.Size = Vector3.new(1, 1, 1)
  2191.  
  2192. 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)
  2193.  
  2194. p5.CanCollide = false
  2195.  
  2196. p5.Locked = true
  2197.  
  2198. p5.BottomSurface = Enum.SurfaceType.Smooth
  2199.  
  2200. p5.TopSurface = Enum.SurfaceType.Smooth
  2201.  
  2202. b5 = Instance.new("SpecialMesh", p5)
  2203.  
  2204. b5.MeshId = "http://www.roblox.com/asset/?id=45916884"
  2205.  
  2206. b5.TextureId = ""
  2207.  
  2208. b5.MeshType = Enum.MeshType.FileMesh
  2209.  
  2210. b5.Name = "Mesh"
  2211.  
  2212. b5.VertexColor = Vector3.new(0, 0, 0)
  2213.  
  2214. b5.Scale = Vector3.new(1, 0.899999976, 1)
  2215.  
  2216. p6 = Instance.new("Part", m)
  2217.  
  2218. p6.BrickColor = BrickColor.new("Really black")
  2219.  
  2220. p6.FormFactor = Enum.FormFactor.Symmetric
  2221.  
  2222. p6.Size = Vector3.new(1, 1, 1)
  2223.  
  2224. 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)
  2225.  
  2226. p6.CanCollide = false
  2227.  
  2228. p6.Locked = true
  2229.  
  2230. p6.BottomSurface = Enum.SurfaceType.Smooth
  2231.  
  2232. p6.TopSurface = Enum.SurfaceType.Smooth
  2233.  
  2234. b6 = Instance.new("SpecialMesh", p6)
  2235.  
  2236. b6.MeshId = "http://www.roblox.com/asset/?id=62246019"
  2237.  
  2238. b6.TextureId = ""
  2239.  
  2240. b6.MeshType = Enum.MeshType.FileMesh
  2241.  
  2242. b6.Name = "Mesh"
  2243.  
  2244. b6.VertexColor = Vector3.new(0, 0, 0)
  2245.  
  2246. p7 = Instance.new("Part", m)
  2247.  
  2248. p7.BrickColor = BrickColor.new("Really black")
  2249.  
  2250. p7.FormFactor = Enum.FormFactor.Symmetric
  2251.  
  2252. p7.Size = Vector3.new(1, 1, 1)
  2253.  
  2254. 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)
  2255.  
  2256. p7.CanCollide = false
  2257.  
  2258. p7.Locked = true
  2259.  
  2260. p7.BottomSurface = Enum.SurfaceType.Smooth
  2261.  
  2262. p7.TopSurface = Enum.SurfaceType.Smooth
  2263.  
  2264. b7 = Instance.new("SpecialMesh", p7)
  2265.  
  2266. b7.MeshId = "http://www.roblox.com/asset/?id=76056263"
  2267.  
  2268. b7.TextureId = ""
  2269.  
  2270. b7.MeshType = Enum.MeshType.FileMesh
  2271.  
  2272. b7.Name = "Mesh"
  2273.  
  2274. b7.VertexColor = Vector3.new(0, 0, 0)
  2275.  
  2276. p8 = Instance.new("Part", m)
  2277.  
  2278. p8.BrickColor = BrickColor.new("Really black")
  2279.  
  2280. p8.FormFactor = Enum.FormFactor.Symmetric
  2281.  
  2282. p8.Size = Vector3.new(1, 1, 1)
  2283.  
  2284. 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)
  2285.  
  2286. p8.CanCollide = false
  2287.  
  2288. p8.Locked = true
  2289.  
  2290. p8.BottomSurface = Enum.SurfaceType.Smooth
  2291.  
  2292. p8.TopSurface = Enum.SurfaceType.Smooth
  2293.  
  2294. b8 = Instance.new("SpecialMesh", p8)
  2295.  
  2296. b8.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2297.  
  2298. b8.TextureId = ""
  2299.  
  2300. b8.MeshType = Enum.MeshType.FileMesh
  2301.  
  2302. b8.Name = "Mesh"
  2303.  
  2304. b8.VertexColor = Vector3.new(0, 0, 0)
  2305.  
  2306. b8.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  2307.  
  2308. p9 = Instance.new("Part", m)
  2309.  
  2310. p9.BrickColor = BrickColor.new("Really black")
  2311.  
  2312. p9.FormFactor = Enum.FormFactor.Symmetric
  2313.  
  2314. p9.Size = Vector3.new(2, 1, 2)
  2315.  
  2316. 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)
  2317.  
  2318. p9.CanCollide = false
  2319.  
  2320. p9.Locked = true
  2321.  
  2322. p9.BottomSurface = Enum.SurfaceType.Smooth
  2323.  
  2324. p9.TopSurface = Enum.SurfaceType.Smooth
  2325.  
  2326. b9 = Instance.new("SpecialMesh", p9)
  2327.  
  2328. b9.MeshId = "http://www.roblox.com/asset/?id=12259089"
  2329.  
  2330. b9.TextureId = ""
  2331.  
  2332. b9.MeshType = Enum.MeshType.FileMesh
  2333.  
  2334. b9.Name = "Mesh"
  2335.  
  2336. b9.VertexColor = Vector3.new(0, 0, 0)
  2337.  
  2338. b9.Scale = Vector3.new(1.01999998, 1.04999995, 1.04999995)
  2339.  
  2340. p10 = Instance.new("Part", m)
  2341.  
  2342. p10.BrickColor = BrickColor.new("Really black")
  2343.  
  2344. p10.FormFactor = Enum.FormFactor.Symmetric
  2345.  
  2346. p10.Size = Vector3.new(1, 1, 1)
  2347.  
  2348. 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)
  2349.  
  2350. p10.CanCollide = false
  2351.  
  2352. p10.Locked = true
  2353.  
  2354. p10.BottomSurface = Enum.SurfaceType.Smooth
  2355.  
  2356. p10.TopSurface = Enum.SurfaceType.Smooth
  2357.  
  2358. b10 = Instance.new("SpecialMesh", p10)
  2359.  
  2360. b10.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2361.  
  2362. b10.TextureId = ""
  2363.  
  2364. b10.MeshType = Enum.MeshType.FileMesh
  2365.  
  2366. b10.Name = "Mesh"
  2367.  
  2368. b10.VertexColor = Vector3.new(0, 0, 0)
  2369.  
  2370. b10.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  2371.  
  2372. p11 = Instance.new("Part", m)
  2373.  
  2374. p11.BrickColor = BrickColor.new("Really black")
  2375.  
  2376. p11.FormFactor = Enum.FormFactor.Symmetric
  2377.  
  2378. p11.Size = Vector3.new(1, 1, 1)
  2379.  
  2380. 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)
  2381.  
  2382. p11.CanCollide = false
  2383.  
  2384. p11.Locked = true
  2385.  
  2386. p11.BottomSurface = Enum.SurfaceType.Smooth
  2387.  
  2388. p11.TopSurface = Enum.SurfaceType.Smooth
  2389.  
  2390. b11 = Instance.new("SpecialMesh", p11)
  2391.  
  2392. b11.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2393.  
  2394. b11.TextureId = ""
  2395.  
  2396. b11.MeshType = Enum.MeshType.FileMesh
  2397.  
  2398. b11.Name = "Mesh"
  2399.  
  2400. b11.VertexColor = Vector3.new(0, 0, 0)
  2401.  
  2402. b11.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  2403.  
  2404. p12 = Instance.new("Part", m)
  2405.  
  2406. p12.BrickColor = BrickColor.new("Really black")
  2407.  
  2408. p12.FormFactor = Enum.FormFactor.Custom
  2409.  
  2410. p12.Size = Vector3.new(1, 3.5, 1)
  2411.  
  2412. 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)
  2413.  
  2414. p12.CanCollide = false
  2415.  
  2416. p12.Locked = true
  2417.  
  2418. p12.BottomSurface = Enum.SurfaceType.Smooth
  2419.  
  2420. p12.TopSurface = Enum.SurfaceType.Smooth
  2421.  
  2422. b12 = Instance.new("SpecialMesh", p12)
  2423.  
  2424. b12.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2425.  
  2426. b12.TextureId = ""
  2427.  
  2428. b12.MeshType = Enum.MeshType.FileMesh
  2429.  
  2430. b12.Name = "Mesh"
  2431.  
  2432. b12.VertexColor = Vector3.new(0, 0, 0)
  2433.  
  2434. b12.Scale = Vector3.new(1, 3, 1.29999995)
  2435.  
  2436. p13 = Instance.new("Part", m)
  2437.  
  2438. p13.BrickColor = BrickColor.new("Really black")
  2439.  
  2440. p13.FormFactor = Enum.FormFactor.Custom
  2441.  
  2442. p13.Size = Vector3.new(1, 2, 1)
  2443.  
  2444. 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)
  2445.  
  2446. p13.CanCollide = false
  2447.  
  2448. p13.Locked = true
  2449.  
  2450. p13.BottomSurface = Enum.SurfaceType.Smooth
  2451.  
  2452. p13.TopSurface = Enum.SurfaceType.Smooth
  2453.  
  2454. b13 = Instance.new("SpecialMesh", p13)
  2455.  
  2456. b13.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2457.  
  2458. b13.TextureId = ""
  2459.  
  2460. b13.MeshType = Enum.MeshType.FileMesh
  2461.  
  2462. b13.Name = "Mesh"
  2463.  
  2464. b13.VertexColor = Vector3.new(0, 0, 0)
  2465.  
  2466. b13.Scale = Vector3.new(1, 3, 1.29999995)
  2467.  
  2468. p14 = Instance.new("Part", m)
  2469.  
  2470. p14.BrickColor = BrickColor.new("Really black")
  2471.  
  2472. p14.FormFactor = Enum.FormFactor.Custom
  2473.  
  2474. p14.Size = Vector3.new(1, 2, 1)
  2475.  
  2476. 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)
  2477.  
  2478. p14.CanCollide = false
  2479.  
  2480. p14.Locked = true
  2481.  
  2482. p14.BottomSurface = Enum.SurfaceType.Smooth
  2483.  
  2484. p14.TopSurface = Enum.SurfaceType.Smooth
  2485.  
  2486. b14 = Instance.new("SpecialMesh", p14)
  2487.  
  2488. b14.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2489.  
  2490. b14.TextureId = ""
  2491.  
  2492. b14.MeshType = Enum.MeshType.FileMesh
  2493.  
  2494. b14.Name = "Mesh"
  2495.  
  2496. b14.VertexColor = Vector3.new(0, 0, 0)
  2497.  
  2498. b14.Scale = Vector3.new(1, 3, 1.29999995)
  2499.  
  2500. p15 = Instance.new("Part", m)
  2501.  
  2502. p15.BrickColor = BrickColor.new("Really black")
  2503.  
  2504. p15.FormFactor = Enum.FormFactor.Custom
  2505.  
  2506. p15.Size = Vector3.new(1, 2.5, 1)
  2507.  
  2508. 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)
  2509.  
  2510. p15.CanCollide = false
  2511.  
  2512. p15.Locked = true
  2513.  
  2514. p15.BottomSurface = Enum.SurfaceType.Smooth
  2515.  
  2516. p15.TopSurface = Enum.SurfaceType.Smooth
  2517.  
  2518. b15 = Instance.new("SpecialMesh", p15)
  2519.  
  2520. b15.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2521.  
  2522. b15.TextureId = ""
  2523.  
  2524. b15.MeshType = Enum.MeshType.FileMesh
  2525.  
  2526. b15.Name = "Mesh"
  2527.  
  2528. b15.VertexColor = Vector3.new(0, 0, 0)
  2529.  
  2530. b15.Scale = Vector3.new(1, 3, 1.29999995)
  2531.  
  2532. p16 = Instance.new("Part", m)
  2533.  
  2534. p16.BrickColor = BrickColor.new("Really black")
  2535.  
  2536. p16.FormFactor = Enum.FormFactor.Custom
  2537.  
  2538. p16.Size = Vector3.new(1, 2.5, 1)
  2539.  
  2540. 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)
  2541.  
  2542. p16.CanCollide = false
  2543.  
  2544. p16.Locked = true
  2545.  
  2546. p16.BottomSurface = Enum.SurfaceType.Smooth
  2547.  
  2548. p16.TopSurface = Enum.SurfaceType.Smooth
  2549.  
  2550. b16 = Instance.new("SpecialMesh", p16)
  2551.  
  2552. b16.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2553.  
  2554. b16.TextureId = ""
  2555.  
  2556. b16.MeshType = Enum.MeshType.FileMesh
  2557.  
  2558. b16.Name = "Mesh"
  2559.  
  2560. b16.VertexColor = Vector3.new(0, 0, 0)
  2561.  
  2562. b16.Scale = Vector3.new(1, 3, 1.29999995)
  2563.  
  2564. p17 = Instance.new("Part", m)
  2565.  
  2566. p17.BrickColor = BrickColor.new("Really black")
  2567.  
  2568. p17.FormFactor = Enum.FormFactor.Custom
  2569.  
  2570. p17.Size = Vector3.new(1, 2.4000001, 1)
  2571.  
  2572. 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)
  2573.  
  2574. p17.CanCollide = false
  2575.  
  2576. p17.Locked = true
  2577.  
  2578. p17.BottomSurface = Enum.SurfaceType.Smooth
  2579.  
  2580. p17.TopSurface = Enum.SurfaceType.Smooth
  2581.  
  2582. b17 = Instance.new("SpecialMesh", p17)
  2583.  
  2584. b17.MeshId = "http://www.roblox.com/asset/?id=12212520"
  2585.  
  2586. b17.TextureId = ""
  2587.  
  2588. b17.MeshType = Enum.MeshType.FileMesh
  2589.  
  2590. b17.Name = "Mesh"
  2591.  
  2592. b17.VertexColor = Vector3.new(0, 0, 0)
  2593.  
  2594. b17.Scale = Vector3.new(1, 3, 1.29999995)
  2595.  
  2596. p18 = Instance.new("Part", m)
  2597.  
  2598. p18.BrickColor = BrickColor.new("Really black")
  2599.  
  2600. p18.FormFactor = Enum.FormFactor.Custom
  2601.  
  2602. p18.Size = Vector3.new(2, 2, 2)
  2603.  
  2604. 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)
  2605.  
  2606. p18.CanCollide = false
  2607.  
  2608. p18.Locked = true
  2609.  
  2610. p18.BottomSurface = Enum.SurfaceType.Smooth
  2611.  
  2612. p18.TopSurface = Enum.SurfaceType.Smooth
  2613.  
  2614. b18 = Instance.new("SpecialMesh", p18)
  2615.  
  2616. b18.MeshId = "http://www.roblox.com/asset/?id=16627529"
  2617.  
  2618. b18.TextureId = ""
  2619.  
  2620. b18.MeshType = Enum.MeshType.FileMesh
  2621.  
  2622. b18.Name = "Mesh"
  2623.  
  2624. b18.VertexColor = Vector3.new(0, 0, 0)
  2625.  
  2626. b18.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  2627.  
  2628. w1 = Instance.new("Weld", p1)
  2629.  
  2630. w1.Name = "Head_Weld"
  2631.  
  2632. w1.Part0 = p1
  2633.  
  2634. 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)
  2635.  
  2636. w1.Part1 = p2
  2637.  
  2638. 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)
  2639.  
  2640. w2 = Instance.new("Weld", p2)
  2641.  
  2642. w2.Name = "Part_Weld"
  2643.  
  2644. w2.Part0 = p2
  2645.  
  2646. 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)
  2647.  
  2648. w2.Part1 = p3
  2649.  
  2650. 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)
  2651.  
  2652. w3 = Instance.new("Weld", p3)
  2653.  
  2654. w3.Name = "Part_Weld"
  2655.  
  2656. w3.Part0 = p3
  2657.  
  2658. 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)
  2659.  
  2660. w3.Part1 = p4
  2661.  
  2662. 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)
  2663.  
  2664. w4 = Instance.new("Weld", p4)
  2665.  
  2666. w4.Name = "Part_Weld"
  2667.  
  2668. w4.Part0 = p4
  2669.  
  2670. 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)
  2671.  
  2672. w4.Part1 = p5
  2673.  
  2674. 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)
  2675.  
  2676. w5 = Instance.new("Weld", p5)
  2677.  
  2678. w5.Name = "Part_Weld"
  2679.  
  2680. w5.Part0 = p5
  2681.  
  2682. 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)
  2683.  
  2684. w5.Part1 = p6
  2685.  
  2686. 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)
  2687.  
  2688. w6 = Instance.new("Weld", p6)
  2689.  
  2690. w6.Name = "Part_Weld"
  2691.  
  2692. w6.Part0 = p6
  2693.  
  2694. 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)
  2695.  
  2696. w6.Part1 = p7
  2697.  
  2698. 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)
  2699.  
  2700. w7 = Instance.new("Weld", p7)
  2701.  
  2702. w7.Name = "Part_Weld"
  2703.  
  2704. w7.Part0 = p7
  2705.  
  2706. 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)
  2707.  
  2708. w7.Part1 = p8
  2709.  
  2710. 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)
  2711.  
  2712. w8 = Instance.new("Weld", p8)
  2713.  
  2714. w8.Name = "Part_Weld"
  2715.  
  2716. w8.Part0 = p8
  2717.  
  2718. 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)
  2719.  
  2720. w8.Part1 = p9
  2721.  
  2722. 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)
  2723.  
  2724. w9 = Instance.new("Weld", p9)
  2725.  
  2726. w9.Name = "Part_Weld"
  2727.  
  2728. w9.Part0 = p9
  2729.  
  2730. 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)
  2731.  
  2732. w9.Part1 = p10
  2733.  
  2734. 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)
  2735.  
  2736. w10 = Instance.new("Weld", p10)
  2737.  
  2738. w10.Name = "Part_Weld"
  2739.  
  2740. w10.Part0 = p10
  2741.  
  2742. 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)
  2743.  
  2744. w10.Part1 = p11
  2745.  
  2746. 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)
  2747.  
  2748. w11 = Instance.new("Weld", p11)
  2749.  
  2750. w11.Name = "Part_Weld"
  2751.  
  2752. w11.Part0 = p11
  2753.  
  2754. 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)
  2755.  
  2756. w11.Part1 = p12
  2757.  
  2758. 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)
  2759.  
  2760. w12 = Instance.new("Weld", p12)
  2761.  
  2762. w12.Name = "Part_Weld"
  2763.  
  2764. w12.Part0 = p12
  2765.  
  2766. 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)
  2767.  
  2768. w12.Part1 = p13
  2769.  
  2770. 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)
  2771.  
  2772. w13 = Instance.new("Weld", p13)
  2773.  
  2774. w13.Name = "Part_Weld"
  2775.  
  2776. w13.Part0 = p13
  2777.  
  2778. 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)
  2779.  
  2780. w13.Part1 = p14
  2781.  
  2782. 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)
  2783.  
  2784. w14 = Instance.new("Weld", p14)
  2785.  
  2786. w14.Name = "Part_Weld"
  2787.  
  2788. w14.Part0 = p14
  2789.  
  2790. 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)
  2791.  
  2792. w14.Part1 = p15
  2793.  
  2794. 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)
  2795.  
  2796. w15 = Instance.new("Weld", p15)
  2797.  
  2798. w15.Name = "Part_Weld"
  2799.  
  2800. w15.Part0 = p15
  2801.  
  2802. 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)
  2803.  
  2804. w15.Part1 = p16
  2805.  
  2806. 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)
  2807.  
  2808. w16 = Instance.new("Weld", p16)
  2809.  
  2810. w16.Name = "Part_Weld"
  2811.  
  2812. w16.Part0 = p16
  2813.  
  2814. 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)
  2815.  
  2816. w16.Part1 = p17
  2817.  
  2818. 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)
  2819.  
  2820. w17 = Instance.new("Weld", p17)
  2821.  
  2822. w17.Name = "Part_Weld"
  2823.  
  2824. w17.Part0 = p17
  2825.  
  2826. 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)
  2827.  
  2828. w17.Part1 = p18
  2829.  
  2830. 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)
  2831.  
  2832. m.Parent = char
  2833.  
  2834. m:MakeJoints()
  2835.  
  2836. ----------------------------------------------------
  2837.  
  2838. local cor = Instance.new("Part", char.Hair)
  2839.  
  2840. cor.Name = "Link"
  2841.  
  2842. cor.Locked = true
  2843.  
  2844. cor.BottomSurface = 0
  2845.  
  2846. cor.CanCollide = false
  2847.  
  2848. cor.Size = Vector3.new(1, 9, 1)
  2849.  
  2850. cor.Transparency = 1
  2851.  
  2852. cor.TopSurface = 0
  2853.  
  2854. corw = Instance.new("Weld", cor)
  2855.  
  2856. corw.Part0 = hed
  2857.  
  2858. corw.Part1 = cor
  2859.  
  2860. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2861.  
  2862. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2863.  
  2864. weld1 = Instance.new("Weld", char.Hair)
  2865.  
  2866. weld1.Part0 = cor
  2867.  
  2868. weld1.Part1 = char.Hair.Head
  2869.  
  2870. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2871.  
  2872. print("Success")
  2873.  
  2874. --------------------------------------------------
  2875.  
  2876. local m = Instance.new("Model")
  2877.  
  2878. m.Name = "Claw"
  2879.  
  2880. p1 = Instance.new("Part", m)
  2881.  
  2882. p1.BrickColor = BrickColor.new("Really black")
  2883.  
  2884. p1.FormFactor = Enum.FormFactor.Custom
  2885.  
  2886. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  2887.  
  2888. 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)
  2889.  
  2890. p1.CanCollide = false
  2891.  
  2892. p1.Locked = true
  2893.  
  2894. p1.BottomSurface = Enum.SurfaceType.Smooth
  2895.  
  2896. p1.TopSurface = Enum.SurfaceType.Smooth
  2897.  
  2898. b1 = Instance.new("BlockMesh", p1)
  2899.  
  2900. b1.Name = "Mesh"
  2901.  
  2902. p2 = Instance.new("WedgePart", m)
  2903.  
  2904. p2.BrickColor = BrickColor.new("Really black")
  2905.  
  2906. p2.Name = "Wedge"
  2907.  
  2908. p2.FormFactor = Enum.FormFactor.Custom
  2909.  
  2910. p2.Size = Vector3.new(3, 1, 0.5)
  2911.  
  2912. 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)
  2913.  
  2914. p2.CanCollide = false
  2915.  
  2916. p2.Locked = true
  2917.  
  2918. p2.BottomSurface = Enum.SurfaceType.Smooth
  2919.  
  2920. p2.TopSurface = Enum.SurfaceType.Smooth
  2921.  
  2922. p3 = Instance.new("Part", m)
  2923.  
  2924. p3.BrickColor = BrickColor.new("Really black")
  2925.  
  2926. p3.FormFactor = Enum.FormFactor.Custom
  2927.  
  2928. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  2929.  
  2930. 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)
  2931.  
  2932. p3.CanCollide = false
  2933.  
  2934. p3.Locked = true
  2935.  
  2936. p3.BottomSurface = Enum.SurfaceType.Smooth
  2937.  
  2938. p3.TopSurface = Enum.SurfaceType.Smooth
  2939.  
  2940. b2 = Instance.new("BlockMesh", p3)
  2941.  
  2942. b2.Name = "Mesh"
  2943.  
  2944. p4 = Instance.new("WedgePart", m)
  2945.  
  2946. p4.BrickColor = BrickColor.new("Really black")
  2947.  
  2948. p4.Name = "Wedge"
  2949.  
  2950. p4.FormFactor = Enum.FormFactor.Custom
  2951.  
  2952. p4.Size = Vector3.new(3, 1, 0.5)
  2953.  
  2954. 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)
  2955.  
  2956. p4.CanCollide = false
  2957.  
  2958. p4.Locked = true
  2959.  
  2960. p4.BottomSurface = Enum.SurfaceType.Smooth
  2961.  
  2962. p4.TopSurface = Enum.SurfaceType.Smooth
  2963.  
  2964. p5 = Instance.new("Part", m)
  2965.  
  2966. p5.BrickColor = BrickColor.new("Really black")
  2967.  
  2968. p5.FormFactor = Enum.FormFactor.Custom
  2969.  
  2970. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  2971.  
  2972. 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)
  2973.  
  2974. p5.CanCollide = false
  2975.  
  2976. p5.Locked = true
  2977.  
  2978. p5.BottomSurface = Enum.SurfaceType.Smooth
  2979.  
  2980. p5.TopSurface = Enum.SurfaceType.Smooth
  2981.  
  2982. b3 = Instance.new("BlockMesh", p5)
  2983.  
  2984. b3.Name = "Mesh"
  2985.  
  2986. p6 = Instance.new("Part", m)
  2987.  
  2988. p6.BrickColor = BrickColor.new("Really black")
  2989.  
  2990. p6.FormFactor = Enum.FormFactor.Custom
  2991.  
  2992. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  2993.  
  2994. 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)
  2995.  
  2996. p6.CanCollide = false
  2997.  
  2998. p6.Locked = true
  2999.  
  3000. p6.BottomSurface = Enum.SurfaceType.Smooth
  3001.  
  3002. p6.TopSurface = Enum.SurfaceType.Smooth
  3003.  
  3004. b4 = Instance.new("BlockMesh", p6)
  3005.  
  3006. b4.Name = "Mesh"
  3007.  
  3008. p7 = Instance.new("Part", m)
  3009.  
  3010. p7.BrickColor = BrickColor.new("Really black")
  3011.  
  3012. p7.FormFactor = Enum.FormFactor.Custom
  3013.  
  3014. p7.Size = Vector3.new(3, 1, 1.20000005)
  3015.  
  3016. 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)
  3017.  
  3018. p7.CanCollide = false
  3019.  
  3020. p7.Locked = true
  3021.  
  3022. p7.BottomSurface = Enum.SurfaceType.Smooth
  3023.  
  3024. p7.TopSurface = Enum.SurfaceType.Smooth
  3025.  
  3026. b5 = Instance.new("BlockMesh", p7)
  3027.  
  3028. b5.Name = "Mesh"
  3029.  
  3030. p8 = Instance.new("Part", m)
  3031.  
  3032. p8.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  3033.  
  3034. p8.FormFactor = Enum.FormFactor.Symmetric
  3035.  
  3036. p8.Size = Vector3.new(1, 1, 1)
  3037.  
  3038. 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)
  3039.  
  3040. p8.CanCollide = false
  3041.  
  3042. p8.Locked = true
  3043.  
  3044. b6 = Instance.new("SpecialMesh", p8)
  3045.  
  3046. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3047.  
  3048. b6.TextureId = ""
  3049.  
  3050. b6.MeshType = Enum.MeshType.FileMesh
  3051.  
  3052. b6.Name = "Mesh"
  3053.  
  3054. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  3055.  
  3056. p9 = Instance.new("Part", m)
  3057.  
  3058. p9.BrickColor = BrickColor.new("Really black")
  3059.  
  3060. p9.FormFactor = Enum.FormFactor.Custom
  3061.  
  3062. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  3063.  
  3064. 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)
  3065.  
  3066. p9.CanCollide = false
  3067.  
  3068. p9.Locked = true
  3069.  
  3070. p9.BottomSurface = Enum.SurfaceType.Smooth
  3071.  
  3072. p9.TopSurface = Enum.SurfaceType.Smooth
  3073.  
  3074. b7 = Instance.new("BlockMesh", p9)
  3075.  
  3076. b7.Name = "Mesh"
  3077.  
  3078. p10 = Instance.new("Part", m)
  3079.  
  3080. p10.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  3081.  
  3082. p10.FormFactor = Enum.FormFactor.Symmetric
  3083.  
  3084. p10.Size = Vector3.new(1, 1, 1)
  3085.  
  3086. 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)
  3087.  
  3088. p10.CanCollide = false
  3089.  
  3090. p10.Locked = true
  3091.  
  3092. b8 = Instance.new("SpecialMesh", p10)
  3093.  
  3094. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3095.  
  3096. b8.TextureId = ""
  3097.  
  3098. b8.MeshType = Enum.MeshType.FileMesh
  3099.  
  3100. b8.Name = "Mesh"
  3101.  
  3102. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  3103.  
  3104. p11 = Instance.new("Part", m)
  3105.  
  3106. p11.BrickColor = BrickColor.new("Really black")
  3107.  
  3108. p11.FormFactor = Enum.FormFactor.Custom
  3109.  
  3110. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  3111.  
  3112. 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)
  3113.  
  3114. p11.CanCollide = false
  3115.  
  3116. p11.Locked = true
  3117.  
  3118. p11.BottomSurface = Enum.SurfaceType.Smooth
  3119.  
  3120. p11.TopSurface = Enum.SurfaceType.Smooth
  3121.  
  3122. b9 = Instance.new("BlockMesh", p11)
  3123.  
  3124. b9.Name = "Mesh"
  3125.  
  3126. p12 = Instance.new("Part", m)
  3127.  
  3128. p12.BrickColor = BrickColor.new("Really black")
  3129.  
  3130. p12.FormFactor = Enum.FormFactor.Custom
  3131.  
  3132. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  3133.  
  3134. 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)
  3135.  
  3136. p12.CanCollide = false
  3137.  
  3138. p12.Locked = true
  3139.  
  3140. p12.BottomSurface = Enum.SurfaceType.Smooth
  3141.  
  3142. p12.TopSurface = Enum.SurfaceType.Smooth
  3143.  
  3144. b10 = Instance.new("BlockMesh", p12)
  3145.  
  3146. b10.Name = "Mesh"
  3147.  
  3148. p13 = Instance.new("Part", m)
  3149.  
  3150. p13.BrickColor = BrickColor.new("Really black")
  3151.  
  3152. p13.FormFactor = Enum.FormFactor.Custom
  3153.  
  3154. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  3155.  
  3156. 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)
  3157.  
  3158. p13.CanCollide = false
  3159.  
  3160. p13.Locked = true
  3161.  
  3162. p13.BottomSurface = Enum.SurfaceType.Smooth
  3163.  
  3164. p13.TopSurface = Enum.SurfaceType.Smooth
  3165.  
  3166. b11 = Instance.new("BlockMesh", p13)
  3167.  
  3168. b11.Name = "Mesh"
  3169.  
  3170. p14 = Instance.new("Part", m)
  3171.  
  3172. p14.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  3173.  
  3174. p14.FormFactor = Enum.FormFactor.Symmetric
  3175.  
  3176. p14.Size = Vector3.new(1, 1, 1)
  3177.  
  3178. 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)
  3179.  
  3180. p14.CanCollide = false
  3181.  
  3182. p14.Locked = true
  3183.  
  3184. b12 = Instance.new("SpecialMesh", p14)
  3185.  
  3186. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3187.  
  3188. b12.TextureId = ""
  3189.  
  3190. b12.MeshType = Enum.MeshType.FileMesh
  3191.  
  3192. b12.Name = "Mesh"
  3193.  
  3194. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  3195.  
  3196. p15 = Instance.new("Part", m)
  3197.  
  3198. p15.BrickColor = BrickColor.new("Medium stone grey")
  3199.  
  3200. p15.Transparency = 1
  3201.  
  3202. p15.Name = "ArmPart"
  3203.  
  3204. p15.FormFactor = Enum.FormFactor.Custom
  3205.  
  3206. p15.Size = Vector3.new(2, 1, 1)
  3207.  
  3208. 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)
  3209.  
  3210. p15.CanCollide = false
  3211.  
  3212. p15.Locked = true
  3213.  
  3214. p15.BottomSurface = Enum.SurfaceType.Smooth
  3215.  
  3216. p15.TopSurface = Enum.SurfaceType.Smooth
  3217.  
  3218. b13 = Instance.new("BlockMesh", p15)
  3219.  
  3220. b13.Name = "Mesh"
  3221.  
  3222. p16 = Instance.new("Part", m)
  3223.  
  3224. p16.BrickColor = BrickColor.new("Really black")
  3225.  
  3226. p16.FormFactor = Enum.FormFactor.Custom
  3227.  
  3228. p16.Size = Vector3.new(3, 1, 2.4000001)
  3229.  
  3230. 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)
  3231.  
  3232. p16.CanCollide = false
  3233.  
  3234. p16.Locked = true
  3235.  
  3236. p16.BottomSurface = Enum.SurfaceType.Smooth
  3237.  
  3238. p16.TopSurface = Enum.SurfaceType.Smooth
  3239.  
  3240. b14 = Instance.new("BlockMesh", p16)
  3241.  
  3242. b14.Name = "Mesh"
  3243.  
  3244. p17 = Instance.new("Part", m)
  3245.  
  3246. p17.BrickColor = BrickColor.new("Really black")
  3247.  
  3248. p17.FormFactor = Enum.FormFactor.Custom
  3249.  
  3250. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  3251.  
  3252. 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)
  3253.  
  3254. p17.CanCollide = false
  3255.  
  3256. p17.Locked = true
  3257.  
  3258. p17.BottomSurface = Enum.SurfaceType.Smooth
  3259.  
  3260. p17.TopSurface = Enum.SurfaceType.Smooth
  3261.  
  3262. b15 = Instance.new("BlockMesh", p17)
  3263.  
  3264. b15.Name = "Mesh"
  3265.  
  3266. p18 = Instance.new("Part", m)
  3267.  
  3268. p18.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  3269.  
  3270. p18.FormFactor = Enum.FormFactor.Symmetric
  3271.  
  3272. p18.Size = Vector3.new(1, 1, 1)
  3273.  
  3274. 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)
  3275.  
  3276. p18.CanCollide = false
  3277.  
  3278. p18.Locked = true
  3279.  
  3280. b16 = Instance.new("SpecialMesh", p18)
  3281.  
  3282. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3283.  
  3284. b16.TextureId = ""
  3285.  
  3286. b16.MeshType = Enum.MeshType.FileMesh
  3287.  
  3288. b16.Name = "Mesh"
  3289.  
  3290. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  3291.  
  3292. p19 = Instance.new("Part", m)
  3293.  
  3294. p19.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  3295.  
  3296. p19.FormFactor = Enum.FormFactor.Symmetric
  3297.  
  3298. p19.Size = Vector3.new(1, 1, 1)
  3299.  
  3300. 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)
  3301.  
  3302. p19.CanCollide = false
  3303.  
  3304. p19.Locked = true
  3305.  
  3306. b17 = Instance.new("SpecialMesh", p19)
  3307.  
  3308. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  3309.  
  3310. b17.TextureId = ""
  3311.  
  3312. b17.MeshType = Enum.MeshType.FileMesh
  3313.  
  3314. b17.Name = "Mesh"
  3315.  
  3316. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  3317.  
  3318. p20 = Instance.new("Part", m)
  3319.  
  3320. p20.BrickColor = BrickColor.new("Really black")
  3321.  
  3322. p20.FormFactor = Enum.FormFactor.Custom
  3323.  
  3324. p20.Size = Vector3.new(3, 1, 2.4000001)
  3325.  
  3326. 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)
  3327.  
  3328. p20.CanCollide = false
  3329.  
  3330. p20.Locked = true
  3331.  
  3332. p20.BottomSurface = Enum.SurfaceType.Smooth
  3333.  
  3334. p20.TopSurface = Enum.SurfaceType.Smooth
  3335.  
  3336. b18 = Instance.new("BlockMesh", p20)
  3337.  
  3338. b18.Name = "Mesh"
  3339.  
  3340. p21 = Instance.new("Part", m)
  3341.  
  3342. p21.BrickColor = BrickColor.new("Really black")
  3343.  
  3344. p21.FormFactor = Enum.FormFactor.Custom
  3345.  
  3346. p21.Size = Vector3.new(3, 1, 1.19999993)
  3347.  
  3348. 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)
  3349.  
  3350. p21.CanCollide = false
  3351.  
  3352. p21.Locked = true
  3353.  
  3354. p21.BottomSurface = Enum.SurfaceType.Smooth
  3355.  
  3356. p21.TopSurface = Enum.SurfaceType.Smooth
  3357.  
  3358. b19 = Instance.new("BlockMesh", p21)
  3359.  
  3360. b19.Name = "Mesh"
  3361.  
  3362. p22 = Instance.new("WedgePart", m)
  3363.  
  3364. p22.BrickColor = BrickColor.new("Really black")
  3365.  
  3366. p22.Name = "Wedge"
  3367.  
  3368. p22.FormFactor = Enum.FormFactor.Custom
  3369.  
  3370. p22.Size = Vector3.new(3, 1, 0.5)
  3371.  
  3372. 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)
  3373.  
  3374. p22.CanCollide = false
  3375.  
  3376. p22.Locked = true
  3377.  
  3378. p22.BottomSurface = Enum.SurfaceType.Smooth
  3379.  
  3380. p22.TopSurface = Enum.SurfaceType.Smooth
  3381.  
  3382. p23 = Instance.new("Part", m)
  3383.  
  3384. p23.BrickColor = BrickColor.new("Really black")
  3385.  
  3386. p23.FormFactor = Enum.FormFactor.Custom
  3387.  
  3388. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  3389.  
  3390. 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)
  3391.  
  3392. p23.CanCollide = false
  3393.  
  3394. p23.Locked = true
  3395.  
  3396. p23.BottomSurface = Enum.SurfaceType.Smooth
  3397.  
  3398. p23.TopSurface = Enum.SurfaceType.Smooth
  3399.  
  3400. b20 = Instance.new("BlockMesh", p23)
  3401.  
  3402. b20.Name = "Mesh"
  3403.  
  3404. p24 = Instance.new("WedgePart", m)
  3405.  
  3406. p24.BrickColor = BrickColor.new("Really black")
  3407.  
  3408. p24.Name = "Wedge"
  3409.  
  3410. p24.FormFactor = Enum.FormFactor.Custom
  3411.  
  3412. p24.Size = Vector3.new(3, 1, 0.5)
  3413.  
  3414. 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)
  3415.  
  3416. p24.CanCollide = false
  3417.  
  3418. p24.Locked = true
  3419.  
  3420. p24.BottomSurface = Enum.SurfaceType.Smooth
  3421.  
  3422. p24.TopSurface = Enum.SurfaceType.Smooth
  3423.  
  3424. p25 = Instance.new("Part", m)
  3425.  
  3426. p25.BrickColor = BrickColor.new("Royal purple") --("Bright blue")
  3427.  
  3428. p25.FormFactor = Enum.FormFactor.Symmetric
  3429.  
  3430. p25.Size = Vector3.new(1, 1, 1)
  3431.  
  3432. 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)
  3433.  
  3434. p25.CanCollide = false
  3435.  
  3436. p25.Locked = true
  3437.  
  3438. p25.BottomSurface = Enum.SurfaceType.Smooth
  3439.  
  3440. p25.TopSurface = Enum.SurfaceType.Smooth
  3441.  
  3442. b21 = Instance.new("SpecialMesh", p25)
  3443.  
  3444. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3445.  
  3446. b21.TextureId = ""
  3447.  
  3448. b21.MeshType = Enum.MeshType.FileMesh
  3449.  
  3450. b21.Name = "Mesh"
  3451.  
  3452. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  3453.  
  3454. p26 = Instance.new("Part", m)
  3455.  
  3456. p26.BrickColor = BrickColor.new("Really black")
  3457.  
  3458. p26.FormFactor = Enum.FormFactor.Symmetric
  3459.  
  3460. p26.Size = Vector3.new(1, 1, 1)
  3461.  
  3462. 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)
  3463.  
  3464. p26.CanCollide = false
  3465.  
  3466. p26.Locked = true
  3467.  
  3468. p26.BottomSurface = Enum.SurfaceType.Smooth
  3469.  
  3470. p26.TopSurface = Enum.SurfaceType.Smooth
  3471.  
  3472. b22 = Instance.new("SpecialMesh", p26)
  3473.  
  3474. b22.MeshType = Enum.MeshType.Brick
  3475.  
  3476. b22.Name = "Mesh"
  3477.  
  3478. w1 = Instance.new("Weld", p1)
  3479.  
  3480. w1.Name = "Wedge_Weld"
  3481.  
  3482. w1.Part0 = p1
  3483.  
  3484. 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)
  3485.  
  3486. w1.Part1 = p2
  3487.  
  3488. 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)
  3489.  
  3490. w2 = Instance.new("Weld", p2)
  3491.  
  3492. w2.Name = "Part_Weld"
  3493.  
  3494. w2.Part0 = p2
  3495.  
  3496. 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)
  3497.  
  3498. w2.Part1 = p3
  3499.  
  3500. 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)
  3501.  
  3502. w3 = Instance.new("Weld", p3)
  3503.  
  3504. w3.Name = "Wedge_Weld"
  3505.  
  3506. w3.Part0 = p3
  3507.  
  3508. 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)
  3509.  
  3510. w3.Part1 = p4
  3511.  
  3512. 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)
  3513.  
  3514. w4 = Instance.new("Weld", p4)
  3515.  
  3516. w4.Name = "Part_Weld"
  3517.  
  3518. w4.Part0 = p4
  3519.  
  3520. 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)
  3521.  
  3522. w4.Part1 = p5
  3523.  
  3524. 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)
  3525.  
  3526. w5 = Instance.new("Weld", p5)
  3527.  
  3528. w5.Name = "Part_Weld"
  3529.  
  3530. w5.Part0 = p5
  3531.  
  3532. 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)
  3533.  
  3534. w5.Part1 = p6
  3535.  
  3536. 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)
  3537.  
  3538. w6 = Instance.new("Weld", p6)
  3539.  
  3540. w6.Name = "Part_Weld"
  3541.  
  3542. w6.Part0 = p6
  3543.  
  3544. 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)
  3545.  
  3546. w6.Part1 = p7
  3547.  
  3548. 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)
  3549.  
  3550. w7 = Instance.new("Weld", p7)
  3551.  
  3552. w7.Name = "Part_Weld"
  3553.  
  3554. w7.Part0 = p7
  3555.  
  3556. 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)
  3557.  
  3558. w7.Part1 = p8
  3559.  
  3560. 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)
  3561.  
  3562. w8 = Instance.new("Weld", p8)
  3563.  
  3564. w8.Name = "Part_Weld"
  3565.  
  3566. w8.Part0 = p8
  3567.  
  3568. 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)
  3569.  
  3570. w8.Part1 = p9
  3571.  
  3572. 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)
  3573.  
  3574. w9 = Instance.new("Weld", p9)
  3575.  
  3576. w9.Name = "Part_Weld"
  3577.  
  3578. w9.Part0 = p9
  3579.  
  3580. 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)
  3581.  
  3582. w9.Part1 = p10
  3583.  
  3584. 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)
  3585.  
  3586. w10 = Instance.new("Weld", p10)
  3587.  
  3588. w10.Name = "Part_Weld"
  3589.  
  3590. w10.Part0 = p10
  3591.  
  3592. 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)
  3593.  
  3594. w10.Part1 = p11
  3595.  
  3596. 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)
  3597.  
  3598. w11 = Instance.new("Weld", p11)
  3599.  
  3600. w11.Name = "Part_Weld"
  3601.  
  3602. w11.Part0 = p11
  3603.  
  3604. 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)
  3605.  
  3606. w11.Part1 = p12
  3607.  
  3608. 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)
  3609.  
  3610. w12 = Instance.new("Weld", p12)
  3611.  
  3612. w12.Name = "Part_Weld"
  3613.  
  3614. w12.Part0 = p12
  3615.  
  3616. 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)
  3617.  
  3618. w12.Part1 = p13
  3619.  
  3620. 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)
  3621.  
  3622. w13 = Instance.new("Weld", p13)
  3623.  
  3624. w13.Name = "Part_Weld"
  3625.  
  3626. w13.Part0 = p13
  3627.  
  3628. 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)
  3629.  
  3630. w13.Part1 = p14
  3631.  
  3632. 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)
  3633.  
  3634. w14 = Instance.new("Weld", p14)
  3635.  
  3636. w14.Name = "ArmPart_Weld"
  3637.  
  3638. w14.Part0 = p14
  3639.  
  3640. 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)
  3641.  
  3642. w14.Part1 = p15
  3643.  
  3644. 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)
  3645.  
  3646. w15 = Instance.new("Weld", p15)
  3647.  
  3648. w15.Name = "Part_Weld"
  3649.  
  3650. w15.Part0 = p15
  3651.  
  3652. 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)
  3653.  
  3654. w15.Part1 = p16
  3655.  
  3656. 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)
  3657.  
  3658. w16 = Instance.new("Weld", p16)
  3659.  
  3660. w16.Name = "Part_Weld"
  3661.  
  3662. w16.Part0 = p16
  3663.  
  3664. 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)
  3665.  
  3666. w16.Part1 = p17
  3667.  
  3668. 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)
  3669.  
  3670. w17 = Instance.new("Weld", p17)
  3671.  
  3672. w17.Name = "Part_Weld"
  3673.  
  3674. w17.Part0 = p17
  3675.  
  3676. 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)
  3677.  
  3678. w17.Part1 = p18
  3679.  
  3680. 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)
  3681.  
  3682. w18 = Instance.new("Weld", p18)
  3683.  
  3684. w18.Name = "Part_Weld"
  3685.  
  3686. w18.Part0 = p18
  3687.  
  3688. 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)
  3689.  
  3690. w18.Part1 = p19
  3691.  
  3692. 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)
  3693.  
  3694. w19 = Instance.new("Weld", p19)
  3695.  
  3696. w19.Name = "Part_Weld"
  3697.  
  3698. w19.Part0 = p19
  3699.  
  3700. 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)
  3701.  
  3702. w19.Part1 = p20
  3703.  
  3704. 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)
  3705.  
  3706. w20 = Instance.new("Weld", p20)
  3707.  
  3708. w20.Name = "Part_Weld"
  3709.  
  3710. w20.Part0 = p20
  3711.  
  3712. 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)
  3713.  
  3714. w20.Part1 = p21
  3715.  
  3716. 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)
  3717.  
  3718. w21 = Instance.new("Weld", p21)
  3719.  
  3720. w21.Name = "Wedge_Weld"
  3721.  
  3722. w21.Part0 = p21
  3723.  
  3724. 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)
  3725.  
  3726. w21.Part1 = p22
  3727.  
  3728. 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)
  3729.  
  3730. w22 = Instance.new("Weld", p22)
  3731.  
  3732. w22.Name = "Part_Weld"
  3733.  
  3734. w22.Part0 = p22
  3735.  
  3736. 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)
  3737.  
  3738. w22.Part1 = p23
  3739.  
  3740. 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)
  3741.  
  3742. w23 = Instance.new("Weld", p23)
  3743.  
  3744. w23.Name = "Wedge_Weld"
  3745.  
  3746. w23.Part0 = p23
  3747.  
  3748. 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)
  3749.  
  3750. w23.Part1 = p24
  3751.  
  3752. 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)
  3753.  
  3754. w24 = Instance.new("Weld", p24)
  3755.  
  3756. w24.Name = "Part_Weld"
  3757.  
  3758. w24.Part0 = p24
  3759.  
  3760. 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)
  3761.  
  3762. w24.Part1 = p25
  3763.  
  3764. 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)
  3765.  
  3766. w25 = Instance.new("Weld", p25)
  3767.  
  3768. w25.Name = "Part_Weld"
  3769.  
  3770. w25.Part0 = p25
  3771.  
  3772. 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)
  3773.  
  3774. w25.Part1 = p26
  3775.  
  3776. 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)
  3777.  
  3778. m.Parent = char
  3779.  
  3780. m:MakeJoints()
  3781.  
  3782. ----------------------------------------------------
  3783.  
  3784. local cor2 = Instance.new("Part", char.Claw)
  3785.  
  3786. cor2.Name = "Thingy"
  3787.  
  3788. cor2.Locked = true
  3789.  
  3790. cor2.BottomSurface = 0
  3791.  
  3792. cor2.CanCollide = false
  3793.  
  3794. cor2.Size = Vector3.new(2, 1, 1)
  3795.  
  3796. cor2.Transparency = 1
  3797.  
  3798. cor2.TopSurface = 0
  3799.  
  3800. corw2 = Instance.new("Weld", cor2)
  3801.  
  3802. corw2.Part0 = larm
  3803.  
  3804. corw2.Part1 = cor2
  3805.  
  3806. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  3807.  
  3808. corw2.C1 = CFrame.new(0, 0, 0)
  3809.  
  3810. weld2 = Instance.new("Weld", char.Claw)
  3811.  
  3812. weld2.Part0 = cor2
  3813.  
  3814. weld2.Part1 = char.Claw.ArmPart
  3815.  
  3816. weld2.C0 = CFrame.new(0, 0, 0)
  3817.  
  3818. ----------------------------------------------------
  3819.  
  3820. for i,v in pairs (char.Claw:GetChildren()) do
  3821.  
  3822. if v:IsA("Part") then
  3823.  
  3824. v.Transparency=1
  3825.  
  3826. end
  3827.  
  3828. end
  3829.  
  3830. for i,v in pairs (char.Claw:GetChildren()) do
  3831.  
  3832. if v:IsA("WedgePart") then
  3833.  
  3834. v.Transparency=1
  3835.  
  3836. end
  3837.  
  3838. end
  3839.  
  3840.  
  3841.  
  3842. ----------------------------------------------------
  3843.  
  3844.  
  3845.  
  3846.  
  3847.  
  3848.  
  3849.  
  3850.  
  3851.  
  3852.  
  3853.  
  3854.  
  3855.  
  3856.  
  3857.  
  3858. --[[local m = Instance.new("Model")
  3859.  
  3860. m.Name = "Absolution"
  3861.  
  3862. p1 = Instance.new("Part", m)
  3863.  
  3864. p1.BrickColor = BrickColor.new("Bright blue")
  3865.  
  3866. p1.Material = "Neon"
  3867.  
  3868. p1.FormFactor = Enum.FormFactor.Custom
  3869.  
  3870. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  3871.  
  3872. 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)
  3873.  
  3874. p1.CanCollide = false
  3875.  
  3876. p1.Locked = true
  3877.  
  3878. p1.Elasticity = 0
  3879.  
  3880. p1.BottomSurface = Enum.SurfaceType.Smooth
  3881.  
  3882. p1.TopSurface = Enum.SurfaceType.Smooth
  3883.  
  3884. b1 = Instance.new("SpecialMesh", p1)
  3885.  
  3886. b1.MeshType = Enum.MeshType.Wedge
  3887.  
  3888. b1.Name = "Mesh"
  3889.  
  3890. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  3891.  
  3892. p2 = Instance.new("Part", m)
  3893.  
  3894. p2.BrickColor = BrickColor.new("Really black")
  3895.  
  3896. p2.FormFactor = Enum.FormFactor.Custom
  3897.  
  3898. p2.Size = Vector3.new(1, 2.9000001, 1)
  3899.  
  3900. 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)
  3901.  
  3902. p2.CanCollide = false
  3903.  
  3904. p2.Locked = true
  3905.  
  3906. p2.Elasticity = 0
  3907.  
  3908. p2.BottomSurface = Enum.SurfaceType.Smooth
  3909.  
  3910. p2.TopSurface = Enum.SurfaceType.Smooth
  3911.  
  3912. b2 = Instance.new("BlockMesh", p2)
  3913.  
  3914. b2.Name = "Mesh"
  3915.  
  3916. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  3917.  
  3918. p3 = Instance.new("Part", m)
  3919.  
  3920. p3.BrickColor = BrickColor.new("Bright blue")
  3921.  
  3922. p3.Material = "Neon"
  3923.  
  3924. p3.FormFactor = Enum.FormFactor.Custom
  3925.  
  3926. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  3927.  
  3928. 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)
  3929.  
  3930. p3.CanCollide = false
  3931.  
  3932. p3.Locked = true
  3933.  
  3934. p3.Elasticity = 0
  3935.  
  3936. p3.BottomSurface = Enum.SurfaceType.Smooth
  3937.  
  3938. p3.TopSurface = Enum.SurfaceType.Smooth
  3939.  
  3940. b3 = Instance.new("SpecialMesh", p3)
  3941.  
  3942. b3.MeshType = Enum.MeshType.Wedge
  3943.  
  3944. b3.Name = "Mesh"
  3945.  
  3946. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  3947.  
  3948. p4 = Instance.new("Part", m)
  3949.  
  3950. p4.BrickColor = BrickColor.new("Bright blue")
  3951.  
  3952. p4.Material = "Neon"
  3953.  
  3954. p4.FormFactor = Enum.FormFactor.Custom
  3955.  
  3956. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  3957.  
  3958. 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)
  3959.  
  3960. p4.CanCollide = false
  3961.  
  3962. p4.Locked = true
  3963.  
  3964. p4.Elasticity = 0
  3965.  
  3966. p4.BottomSurface = Enum.SurfaceType.Smooth
  3967.  
  3968. p4.TopSurface = Enum.SurfaceType.Smooth
  3969.  
  3970. b4 = Instance.new("SpecialMesh", p4)
  3971.  
  3972. b4.MeshType = Enum.MeshType.Wedge
  3973.  
  3974. b4.Name = "Mesh"
  3975.  
  3976. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  3977.  
  3978. p5 = Instance.new("Part", m)
  3979.  
  3980. p5.BrickColor = BrickColor.new("Bright blue")
  3981.  
  3982. p5.Material = "Neon"
  3983.  
  3984. p5.FormFactor = Enum.FormFactor.Custom
  3985.  
  3986. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  3987.  
  3988. 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)
  3989.  
  3990. p5.CanCollide = false
  3991.  
  3992. p5.Locked = true
  3993.  
  3994. p5.Elasticity = 0
  3995.  
  3996. p5.BottomSurface = Enum.SurfaceType.Smooth
  3997.  
  3998. p5.TopSurface = Enum.SurfaceType.Smooth
  3999.  
  4000. b5 = Instance.new("SpecialMesh", p5)
  4001.  
  4002. b5.MeshType = Enum.MeshType.Wedge
  4003.  
  4004. b5.Name = "Mesh"
  4005.  
  4006. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  4007.  
  4008. p6 = Instance.new("Part", m)
  4009.  
  4010. p6.Name = "Handle"
  4011.  
  4012. p6.BrickColor = BrickColor.new("Really black")
  4013.  
  4014. p6.FormFactor = Enum.FormFactor.Custom
  4015.  
  4016. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  4017.  
  4018. 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)
  4019.  
  4020. p6.CanCollide = false
  4021.  
  4022. p6.Locked = true
  4023.  
  4024. p6.Elasticity = 0
  4025.  
  4026. p6.BottomSurface = Enum.SurfaceType.Smooth
  4027.  
  4028. p6.TopSurface = Enum.SurfaceType.Smooth
  4029.  
  4030. b6 = Instance.new("BlockMesh", p6)
  4031.  
  4032. b6.Name = "Mesh"
  4033.  
  4034. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  4035.  
  4036. p7 = Instance.new("Part", m)
  4037.  
  4038. p7.BrickColor = BrickColor.new("Bright blue")
  4039.  
  4040. p7.Material = "Neon"
  4041.  
  4042. p7.FormFactor = Enum.FormFactor.Custom
  4043.  
  4044. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  4045.  
  4046. 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)
  4047.  
  4048. p7.CanCollide = false
  4049.  
  4050. p7.Locked = true
  4051.  
  4052. p7.Elasticity = 0
  4053.  
  4054. p7.BottomSurface = Enum.SurfaceType.Smooth
  4055.  
  4056. p7.TopSurface = Enum.SurfaceType.Smooth
  4057.  
  4058. b7 = Instance.new("SpecialMesh", p7)
  4059.  
  4060. b7.MeshType = Enum.MeshType.Wedge
  4061.  
  4062. b7.Name = "Mesh"
  4063.  
  4064. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  4065.  
  4066. p8 = Instance.new("Part", m)
  4067.  
  4068. p8.BrickColor = BrickColor.new("Bright blue")
  4069.  
  4070. p8.Material = "Neon"
  4071.  
  4072. p8.FormFactor = Enum.FormFactor.Custom
  4073.  
  4074. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  4075.  
  4076. 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)
  4077.  
  4078. p8.CanCollide = false
  4079.  
  4080. p8.Locked = true
  4081.  
  4082. p8.Elasticity = 0
  4083.  
  4084. p8.BottomSurface = Enum.SurfaceType.Smooth
  4085.  
  4086. p8.TopSurface = Enum.SurfaceType.Smooth
  4087.  
  4088. b8 = Instance.new("SpecialMesh", p8)
  4089.  
  4090. b8.MeshType = Enum.MeshType.Wedge
  4091.  
  4092. b8.Name = "Mesh"
  4093.  
  4094. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  4095.  
  4096. p9 = Instance.new("Part", m)
  4097.  
  4098. p9.BrickColor = BrickColor.new("Really black")
  4099.  
  4100. p9.FormFactor = Enum.FormFactor.Custom
  4101.  
  4102. p9.Size = Vector3.new(1, 1.07999957, 1)
  4103.  
  4104. 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)
  4105.  
  4106. p9.CanCollide = false
  4107.  
  4108. p9.Locked = true
  4109.  
  4110. p9.Elasticity = 0
  4111.  
  4112. p9.BottomSurface = Enum.SurfaceType.Smooth
  4113.  
  4114. p9.TopSurface = Enum.SurfaceType.Smooth
  4115.  
  4116. b9 = Instance.new("BlockMesh", p9)
  4117.  
  4118. b9.Name = "Mesh"
  4119.  
  4120. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  4121.  
  4122. p10 = Instance.new("Part", m)
  4123.  
  4124. p10.BrickColor = BrickColor.new("Really black")
  4125.  
  4126. p10.FormFactor = Enum.FormFactor.Custom
  4127.  
  4128. p10.Size = Vector3.new(1, 1.41999948, 1)
  4129.  
  4130. 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)
  4131.  
  4132. p10.CanCollide = false
  4133.  
  4134. p10.Locked = true
  4135.  
  4136. p10.Elasticity = 0
  4137.  
  4138. p10.BottomSurface = Enum.SurfaceType.Smooth
  4139.  
  4140. p10.TopSurface = Enum.SurfaceType.Smooth
  4141.  
  4142. b10 = Instance.new("BlockMesh", p10)
  4143.  
  4144. b10.Name = "Mesh"
  4145.  
  4146. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  4147.  
  4148. p11 = Instance.new("Part", m)
  4149.  
  4150. p11.BrickColor = BrickColor.new("Really black")
  4151.  
  4152. p11.FormFactor = Enum.FormFactor.Custom
  4153.  
  4154. p11.Size = Vector3.new(1, 1.50999951, 1)
  4155.  
  4156. 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)
  4157.  
  4158. p11.CanCollide = false
  4159.  
  4160. p11.Locked = true
  4161.  
  4162. p11.Elasticity = 0
  4163.  
  4164. p11.BottomSurface = Enum.SurfaceType.Smooth
  4165.  
  4166. p11.TopSurface = Enum.SurfaceType.Smooth
  4167.  
  4168. b11 = Instance.new("BlockMesh", p11)
  4169.  
  4170. b11.Name = "Mesh"
  4171.  
  4172. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  4173.  
  4174. p12 = Instance.new("Part", m)
  4175.  
  4176. p12.Name = "BladeCenter"
  4177.  
  4178. p12.BrickColor = BrickColor.new("Dark stone grey")
  4179.  
  4180. p12.Material = Enum.Material.Concrete
  4181.  
  4182. p12.FormFactor = Enum.FormFactor.Symmetric
  4183.  
  4184. p12.Size = Vector3.new(1, 2, 2)
  4185.  
  4186. 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)
  4187.  
  4188. p12.CanCollide = false
  4189.  
  4190. p12.Locked = true
  4191.  
  4192. p12.BottomSurface = Enum.SurfaceType.Smooth
  4193.  
  4194. p12.TopSurface = Enum.SurfaceType.Smooth
  4195.  
  4196. b12 = Instance.new("SpecialMesh", p12)
  4197.  
  4198. b12.MeshType = Enum.MeshType.Brick
  4199.  
  4200. b12.Name = "Mesh"
  4201.  
  4202. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  4203.  
  4204. p13 = Instance.new("Part", m)
  4205.  
  4206. p13.BrickColor = BrickColor.new("Really black")
  4207.  
  4208. p13.FormFactor = Enum.FormFactor.Custom
  4209.  
  4210. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  4211.  
  4212. 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)
  4213.  
  4214. p13.CanCollide = false
  4215.  
  4216. p13.Locked = true
  4217.  
  4218. p13.Elasticity = 0
  4219.  
  4220. p13.BottomSurface = Enum.SurfaceType.Smooth
  4221.  
  4222. p13.TopSurface = Enum.SurfaceType.Smooth
  4223.  
  4224. b13 = Instance.new("BlockMesh", p13)
  4225.  
  4226. b13.Name = "Mesh"
  4227.  
  4228. b13.Scale = Vector3.new(1, 1, 0.400000006)
  4229.  
  4230. p14 = Instance.new("Part", m)
  4231.  
  4232. p14.BrickColor = BrickColor.new("Really black")
  4233.  
  4234. p14.FormFactor = Enum.FormFactor.Custom
  4235.  
  4236. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  4237.  
  4238. 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)
  4239.  
  4240. p14.CanCollide = false
  4241.  
  4242. p14.Locked = true
  4243.  
  4244. p14.Elasticity = 0
  4245.  
  4246. p14.BottomSurface = Enum.SurfaceType.Smooth
  4247.  
  4248. p14.TopSurface = Enum.SurfaceType.Smooth
  4249.  
  4250. b14 = Instance.new("BlockMesh", p14)
  4251.  
  4252. b14.Name = "Mesh"
  4253.  
  4254. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  4255.  
  4256. p15 = Instance.new("Part", m)
  4257.  
  4258. p15.BrickColor = BrickColor.new("Really black")
  4259.  
  4260. p15.FormFactor = Enum.FormFactor.Custom
  4261.  
  4262. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  4263.  
  4264. 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)
  4265.  
  4266. p15.CanCollide = false
  4267.  
  4268. p15.Locked = true
  4269.  
  4270. p15.Elasticity = 0
  4271.  
  4272. p15.BottomSurface = Enum.SurfaceType.Smooth
  4273.  
  4274. p15.TopSurface = Enum.SurfaceType.Smooth
  4275.  
  4276. b15 = Instance.new("BlockMesh", p15)
  4277.  
  4278. b15.Name = "Mesh"
  4279.  
  4280. b15.Scale = Vector3.new(1, 1, 0.400000006)
  4281.  
  4282. p16 = Instance.new("Part", m)
  4283.  
  4284. p16.BrickColor = BrickColor.new("Really black")
  4285.  
  4286. p16.FormFactor = Enum.FormFactor.Custom
  4287.  
  4288. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  4289.  
  4290. 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)
  4291.  
  4292. p16.CanCollide = false
  4293.  
  4294. p16.Locked = true
  4295.  
  4296. p16.Elasticity = 0
  4297.  
  4298. p16.BottomSurface = Enum.SurfaceType.Smooth
  4299.  
  4300. p16.TopSurface = Enum.SurfaceType.Smooth
  4301.  
  4302. b16 = Instance.new("BlockMesh", p16)
  4303.  
  4304. b16.Name = "Mesh"
  4305.  
  4306. b16.Scale = Vector3.new(1, 1, 0.400000006)
  4307.  
  4308. p17 = Instance.new("Part", m)
  4309.  
  4310. p17.BrickColor = BrickColor.new("Really black")
  4311.  
  4312. p17.FormFactor = Enum.FormFactor.Custom
  4313.  
  4314. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  4315.  
  4316. 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)
  4317.  
  4318. p17.CanCollide = false
  4319.  
  4320. p17.Locked = true
  4321.  
  4322. p17.Elasticity = 0
  4323.  
  4324. p17.BottomSurface = Enum.SurfaceType.Smooth
  4325.  
  4326. p17.TopSurface = Enum.SurfaceType.Smooth
  4327.  
  4328. b17 = Instance.new("BlockMesh", p17)
  4329.  
  4330. b17.Name = "Mesh"
  4331.  
  4332. b17.Scale = Vector3.new(1, 1, 0.400000006)
  4333.  
  4334. p18 = Instance.new("WedgePart", m)
  4335.  
  4336. p18.BrickColor = BrickColor.new("Dark stone grey")
  4337.  
  4338. p18.Name = "BladePart1"
  4339.  
  4340. p18.Material = Enum.Material.Concrete
  4341.  
  4342. p18.Name = "Wedge"
  4343.  
  4344. p18.FormFactor = Enum.FormFactor.Symmetric
  4345.  
  4346. p18.Size = Vector3.new(1, 4, 2)
  4347.  
  4348. 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)
  4349.  
  4350. p18.CanCollide = false
  4351.  
  4352. p18.Locked = true
  4353.  
  4354. p18.BottomSurface = Enum.SurfaceType.Smooth
  4355.  
  4356. p18.TopSurface = Enum.SurfaceType.Smooth
  4357.  
  4358. b18 = Instance.new("SpecialMesh", p18)
  4359.  
  4360. b18.MeshType = Enum.MeshType.Wedge
  4361.  
  4362. b18.Name = "Mesh"
  4363.  
  4364. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  4365.  
  4366. p19 = Instance.new("WedgePart", m)
  4367.  
  4368. p19.BrickColor = BrickColor.new("Dark stone grey")
  4369.  
  4370. p19.Name = "BladePart2"
  4371.  
  4372. p19.Material = Enum.Material.Concrete
  4373.  
  4374. p19.Name = "Wedge"
  4375.  
  4376. p19.FormFactor = Enum.FormFactor.Symmetric
  4377.  
  4378. p19.Size = Vector3.new(1, 4, 2)
  4379.  
  4380. 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)
  4381.  
  4382. p19.CanCollide = false
  4383.  
  4384. p19.Locked = true
  4385.  
  4386. p19.BottomSurface = Enum.SurfaceType.Smooth
  4387.  
  4388. p19.TopSurface = Enum.SurfaceType.Smooth
  4389.  
  4390. b19 = Instance.new("SpecialMesh", p19)
  4391.  
  4392. b19.MeshType = Enum.MeshType.Wedge
  4393.  
  4394. b19.Name = "Mesh"
  4395.  
  4396. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  4397.  
  4398. p20 = Instance.new("Part", m)
  4399.  
  4400. p20.BrickColor = BrickColor.new("Really black")
  4401.  
  4402. p20.FormFactor = Enum.FormFactor.Custom
  4403.  
  4404. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  4405.  
  4406. 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)
  4407.  
  4408. p20.CanCollide = false
  4409.  
  4410. p20.Locked = true
  4411.  
  4412. p20.Elasticity = 0
  4413.  
  4414. p20.BottomSurface = Enum.SurfaceType.Smooth
  4415.  
  4416. p20.TopSurface = Enum.SurfaceType.Smooth
  4417.  
  4418. b20 = Instance.new("BlockMesh", p20)
  4419.  
  4420. b20.Name = "Mesh"
  4421.  
  4422. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  4423.  
  4424. p21 = Instance.new("Part", m)
  4425.  
  4426. p21.BrickColor = BrickColor.new("Bright blue")
  4427.  
  4428. p21.Material = "Neon"
  4429.  
  4430. p21.FormFactor = Enum.FormFactor.Custom
  4431.  
  4432. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  4433.  
  4434. 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)
  4435.  
  4436. p21.CanCollide = false
  4437.  
  4438. p21.Locked = true
  4439.  
  4440. p21.Elasticity = 0
  4441.  
  4442. p21.BottomSurface = Enum.SurfaceType.Smooth
  4443.  
  4444. p21.TopSurface = Enum.SurfaceType.Smooth
  4445.  
  4446. b21 = Instance.new("SpecialMesh", p21)
  4447.  
  4448. b21.MeshType = Enum.MeshType.Wedge
  4449.  
  4450. b21.Name = "Mesh"
  4451.  
  4452. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  4453.  
  4454. w1 = Instance.new("Weld", p1)
  4455.  
  4456. w1.Name = "Part_Weld"
  4457.  
  4458. w1.Part0 = p1
  4459.  
  4460. 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)
  4461.  
  4462. w1.Part1 = p2
  4463.  
  4464. 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)
  4465.  
  4466. w2 = Instance.new("Weld", p2)
  4467.  
  4468. w2.Name = "Part_Weld"
  4469.  
  4470. w2.Part0 = p2
  4471.  
  4472. 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)
  4473.  
  4474. w2.Part1 = p3
  4475.  
  4476. 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)
  4477.  
  4478. w3 = Instance.new("Weld", p3)
  4479.  
  4480. w3.Name = "Part_Weld"
  4481.  
  4482. w3.Part0 = p3
  4483.  
  4484. 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)
  4485.  
  4486. w3.Part1 = p4
  4487.  
  4488. 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)
  4489.  
  4490. w4 = Instance.new("Weld", p4)
  4491.  
  4492. w4.Name = "Part_Weld"
  4493.  
  4494. w4.Part0 = p4
  4495.  
  4496. 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)
  4497.  
  4498. w4.Part1 = p5
  4499.  
  4500. 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)
  4501.  
  4502. w5 = Instance.new("Weld", p5)
  4503.  
  4504. w5.Name = "Part_Weld"
  4505.  
  4506. w5.Part0 = p5
  4507.  
  4508. 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)
  4509.  
  4510. w5.Part1 = p6
  4511.  
  4512. 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)
  4513.  
  4514. w6 = Instance.new("Weld", p6)
  4515.  
  4516. w6.Name = "Part_Weld"
  4517.  
  4518. w6.Part0 = p6
  4519.  
  4520. 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)
  4521.  
  4522. w6.Part1 = p7
  4523.  
  4524. 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)
  4525.  
  4526. w7 = Instance.new("Weld", p7)
  4527.  
  4528. w7.Name = "Part_Weld"
  4529.  
  4530. w7.Part0 = p7
  4531.  
  4532. 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)
  4533.  
  4534. w7.Part1 = p8
  4535.  
  4536. 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)
  4537.  
  4538. w8 = Instance.new("Weld", p8)
  4539.  
  4540. w8.Name = "Part_Weld"
  4541.  
  4542. w8.Part0 = p8
  4543.  
  4544. 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)
  4545.  
  4546. w8.Part1 = p9
  4547.  
  4548. 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)
  4549.  
  4550. w9 = Instance.new("Weld", p9)
  4551.  
  4552. w9.Name = "Part_Weld"
  4553.  
  4554. w9.Part0 = p9
  4555.  
  4556. 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)
  4557.  
  4558. w9.Part1 = p10
  4559.  
  4560. 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)
  4561.  
  4562. w10 = Instance.new("Weld", p10)
  4563.  
  4564. w10.Name = "Part_Weld"
  4565.  
  4566. w10.Part0 = p10
  4567.  
  4568. 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)
  4569.  
  4570. w10.Part1 = p11
  4571.  
  4572. 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)
  4573.  
  4574. w11 = Instance.new("Weld", p11)
  4575.  
  4576. w11.Name = "Part_Weld"
  4577.  
  4578. w11.Part0 = p11
  4579.  
  4580. 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)
  4581.  
  4582. w11.Part1 = p12
  4583.  
  4584. 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)
  4585.  
  4586. w12 = Instance.new("Weld", p12)
  4587.  
  4588. w12.Name = "Part_Weld"
  4589.  
  4590. w12.Part0 = p12
  4591.  
  4592. 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)
  4593.  
  4594. w12.Part1 = p13
  4595.  
  4596. 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)
  4597.  
  4598. w13 = Instance.new("Weld", p13)
  4599.  
  4600. w13.Name = "Part_Weld"
  4601.  
  4602. w13.Part0 = p13
  4603.  
  4604. 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)
  4605.  
  4606. w13.Part1 = p14
  4607.  
  4608. 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)
  4609.  
  4610. w14 = Instance.new("Weld", p14)
  4611.  
  4612. w14.Name = "Part_Weld"
  4613.  
  4614. w14.Part0 = p14
  4615.  
  4616. 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)
  4617.  
  4618. w14.Part1 = p15
  4619.  
  4620. 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)
  4621.  
  4622. w15 = Instance.new("Weld", p15)
  4623.  
  4624. w15.Name = "Part_Weld"
  4625.  
  4626. w15.Part0 = p15
  4627.  
  4628. 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)
  4629.  
  4630. w15.Part1 = p16
  4631.  
  4632. 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)
  4633.  
  4634. w16 = Instance.new("Weld", p16)
  4635.  
  4636. w16.Name = "Part_Weld"
  4637.  
  4638. w16.Part0 = p16
  4639.  
  4640. 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)
  4641.  
  4642. w16.Part1 = p17
  4643.  
  4644. 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)
  4645.  
  4646. w17 = Instance.new("Weld", p17)
  4647.  
  4648. w17.Name = "Wedge_Weld"
  4649.  
  4650. w17.Part0 = p17
  4651.  
  4652. 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)
  4653.  
  4654. w17.Part1 = p18
  4655.  
  4656. 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)
  4657.  
  4658. w18 = Instance.new("Weld", p18)
  4659.  
  4660. w18.Name = "Wedge_Weld"
  4661.  
  4662. w18.Part0 = p18
  4663.  
  4664. 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)
  4665.  
  4666. w18.Part1 = p19
  4667.  
  4668. 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)
  4669.  
  4670. w19 = Instance.new("Weld", p19)
  4671.  
  4672. w19.Name = "Part_Weld"
  4673.  
  4674. w19.Part0 = p19
  4675.  
  4676. 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)
  4677.  
  4678. w19.Part1 = p20
  4679.  
  4680. 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)
  4681.  
  4682. w20 = Instance.new("Weld", p20)
  4683.  
  4684. w20.Name = "Part_Weld"
  4685.  
  4686. w20.Part0 = p20
  4687.  
  4688. 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)
  4689.  
  4690. w20.Part1 = p21
  4691.  
  4692. 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)
  4693.  
  4694. m.Parent = char
  4695.  
  4696. m:MakeJoints()
  4697.  
  4698. ----------------------------------------------------
  4699.  
  4700.  
  4701.  
  4702. w14 = Instance.new("Weld", p14)
  4703.  
  4704. w14.Name = "ArmPart_Weld"
  4705.  
  4706. w14.Part0 = p14
  4707.  
  4708. 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)
  4709.  
  4710. w14.Part1 = p15
  4711.  
  4712. 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)
  4713.  
  4714.  
  4715.  
  4716. p15 = Instance.new("Part", m)
  4717.  
  4718. p15.BrickColor = BrickColor.new("Medium stone grey")
  4719.  
  4720. p15.Transparency = 1
  4721.  
  4722. p15.Name = "ArmPart"
  4723.  
  4724. p15.FormFactor = Enum.FormFactor.Custom
  4725.  
  4726. p15.Size = Vector3.new(2, 1, 1)
  4727.  
  4728. 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)
  4729.  
  4730. p15.CanCollide = false
  4731.  
  4732. p15.Locked = true
  4733.  
  4734. p15.BottomSurface = Enum.SurfaceType.Smooth
  4735.  
  4736. p15.TopSurface = Enum.SurfaceType.Smooth
  4737.  
  4738.  
  4739.  
  4740.  
  4741.  
  4742. for i,v in pairs (char.Absolution:GetChildren()) do
  4743.  
  4744. if v:IsA("Part") then
  4745.  
  4746. v.Anchored=false
  4747.  
  4748. v.CanCollide=false
  4749.  
  4750. v.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  4751.  
  4752. end
  4753.  
  4754. end]]
  4755.  
  4756.  
  4757.  
  4758.  
  4759.  
  4760.  
  4761.  
  4762. ----------------------------------------------------
  4763.  
  4764. local m = Instance.new("Model")
  4765.  
  4766. m.Name = "LeftArm"
  4767.  
  4768. p1 = Instance.new("WedgePart", m)
  4769.  
  4770. p1.BrickColor = BrickColor.new("Royal purple")
  4771.  
  4772. p1.Material = Enum.Material.Neon
  4773.  
  4774. p1.Name = "Wedge"
  4775.  
  4776. p1.FormFactor = Enum.FormFactor.Custom
  4777.  
  4778. p1.Size = Vector3.new(1, 1.19999981, 4)
  4779.  
  4780. 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)
  4781.  
  4782. p1.CanCollide = false
  4783.  
  4784. p1.Locked = true
  4785.  
  4786. p1.TopSurface = Enum.SurfaceType.Smooth
  4787.  
  4788. b1 = Instance.new("SpecialMesh", p1)
  4789.  
  4790. b1.MeshType = Enum.MeshType.Wedge
  4791.  
  4792. b1.Name = "Mesh"
  4793.  
  4794. b1.Scale = Vector3.new(0.200000003, 1, 1)
  4795.  
  4796. p2 = Instance.new("WedgePart", m)
  4797.  
  4798. p2.BrickColor = BrickColor.new("Royal purple")
  4799.  
  4800. p2.Material = Enum.Material.Neon
  4801.  
  4802. p2.Name = "Wedge"
  4803.  
  4804. p2.FormFactor = Enum.FormFactor.Custom
  4805.  
  4806. p2.Size = Vector3.new(1, 1.19999981, 4)
  4807.  
  4808. 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)
  4809.  
  4810. p2.CanCollide = false
  4811.  
  4812. p2.Locked = true
  4813.  
  4814. p2.TopSurface = Enum.SurfaceType.Smooth
  4815.  
  4816. b2 = Instance.new("SpecialMesh", p2)
  4817.  
  4818. b2.MeshType = Enum.MeshType.Wedge
  4819.  
  4820. b2.Name = "Mesh"
  4821.  
  4822. b2.Scale = Vector3.new(0.200000003, 1, 1)
  4823.  
  4824. p3 = Instance.new("WedgePart", m)
  4825.  
  4826. p3.BrickColor = BrickColor.new("Royal purple")
  4827.  
  4828. p3.Material = Enum.Material.Neon
  4829.  
  4830. p3.Name = "Wedge"
  4831.  
  4832. p3.FormFactor = Enum.FormFactor.Custom
  4833.  
  4834. p3.Size = Vector3.new(1, 1.19999981, 4)
  4835.  
  4836. 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)
  4837.  
  4838. p3.CanCollide = false
  4839.  
  4840. p3.Locked = true
  4841.  
  4842. p3.TopSurface = Enum.SurfaceType.Smooth
  4843.  
  4844. b3 = Instance.new("SpecialMesh", p3)
  4845.  
  4846. b3.MeshType = Enum.MeshType.Wedge
  4847.  
  4848. b3.Name = "Mesh"
  4849.  
  4850. b3.Scale = Vector3.new(0.200000003, 1, 1)
  4851.  
  4852. p4 = Instance.new("WedgePart", m)
  4853.  
  4854. p4.BrickColor = BrickColor.new("Royal purple")
  4855.  
  4856. p4.Material = Enum.Material.Neon
  4857.  
  4858. p4.Name = "Wedge"
  4859.  
  4860. p4.FormFactor = Enum.FormFactor.Custom
  4861.  
  4862. p4.Size = Vector3.new(1, 1.19999981, 4)
  4863.  
  4864. 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)
  4865.  
  4866. p4.CanCollide = false
  4867.  
  4868. p4.Locked = true
  4869.  
  4870. p4.TopSurface = Enum.SurfaceType.Smooth
  4871.  
  4872. b4 = Instance.new("SpecialMesh", p4)
  4873.  
  4874. b4.MeshType = Enum.MeshType.Wedge
  4875.  
  4876. b4.Name = "Mesh"
  4877.  
  4878. b4.Scale = Vector3.new(0.200000003, 1, 1)
  4879.  
  4880. p5 = Instance.new("WedgePart", m)
  4881.  
  4882. p5.BrickColor = BrickColor.new("Royal purple")
  4883.  
  4884. p5.Material = Enum.Material.Neon
  4885.  
  4886. p5.Name = "Wedge"
  4887.  
  4888. p5.FormFactor = Enum.FormFactor.Custom
  4889.  
  4890. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  4891.  
  4892. 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)
  4893.  
  4894. p5.CanCollide = false
  4895.  
  4896. p5.Locked = true
  4897.  
  4898. p5.TopSurface = Enum.SurfaceType.Smooth
  4899.  
  4900. b5 = Instance.new("SpecialMesh", p5)
  4901.  
  4902. b5.MeshType = Enum.MeshType.Wedge
  4903.  
  4904. b5.Name = "Mesh"
  4905.  
  4906. b5.Scale = Vector3.new(0.200000003, 1, 1)
  4907.  
  4908. p6 = Instance.new("WedgePart", m)
  4909.  
  4910. p6.BrickColor = BrickColor.new("Royal purple")
  4911.  
  4912. p6.Material = Enum.Material.Neon
  4913.  
  4914. p6.Name = "Wedge"
  4915.  
  4916. p6.FormFactor = Enum.FormFactor.Custom
  4917.  
  4918. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  4919.  
  4920. 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)
  4921.  
  4922. p6.CanCollide = false
  4923.  
  4924. p6.Locked = true
  4925.  
  4926. p6.TopSurface = Enum.SurfaceType.Smooth
  4927.  
  4928. b6 = Instance.new("SpecialMesh", p6)
  4929.  
  4930. b6.MeshType = Enum.MeshType.Wedge
  4931.  
  4932. b6.Name = "Mesh"
  4933.  
  4934. b6.Scale = Vector3.new(0.200000003, 1, 1)
  4935.  
  4936. p7 = Instance.new("WedgePart", m)
  4937.  
  4938. p7.BrickColor = BrickColor.new("Royal purple")
  4939.  
  4940. p7.Material = Enum.Material.Neon
  4941.  
  4942. p7.Name = "Wedge"
  4943.  
  4944. p7.FormFactor = Enum.FormFactor.Custom
  4945.  
  4946. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  4947.  
  4948. 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)
  4949.  
  4950. p7.CanCollide = false
  4951.  
  4952. p7.Locked = true
  4953.  
  4954. p7.TopSurface = Enum.SurfaceType.Smooth
  4955.  
  4956. b7 = Instance.new("SpecialMesh", p7)
  4957.  
  4958. b7.MeshType = Enum.MeshType.Wedge
  4959.  
  4960. b7.Name = "Mesh"
  4961.  
  4962. b7.Scale = Vector3.new(0.200000003, 1, 1)
  4963.  
  4964. p8 = Instance.new("Part", m)
  4965.  
  4966. p8.BrickColor = BrickColor.new("Really black")
  4967.  
  4968. p8.Material = Enum.Material.Neon
  4969.  
  4970. p8.FormFactor = Enum.FormFactor.Custom
  4971.  
  4972. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  4973.  
  4974. 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)
  4975.  
  4976. p8.CanCollide = false
  4977.  
  4978. p8.Locked = true
  4979.  
  4980. p8.BottomSurface = Enum.SurfaceType.Smooth
  4981.  
  4982. p8.TopSurface = Enum.SurfaceType.Smooth
  4983.  
  4984. b8 = Instance.new("SpecialMesh", p8)
  4985.  
  4986. b8.MeshType = Enum.MeshType.Sphere
  4987.  
  4988. b8.Name = "Mesh"
  4989.  
  4990. p9 = Instance.new("Part", m)
  4991.  
  4992. p9.BrickColor = BrickColor.new("Really black")
  4993.  
  4994. p9.Material = Enum.Material.Neon
  4995.  
  4996. p9.FormFactor = Enum.FormFactor.Custom
  4997.  
  4998. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  4999.  
  5000. 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)
  5001.  
  5002. p9.CanCollide = false
  5003.  
  5004. p9.Locked = true
  5005.  
  5006. p9.BottomSurface = Enum.SurfaceType.Smooth
  5007.  
  5008. p9.TopSurface = Enum.SurfaceType.Smooth
  5009.  
  5010. b9 = Instance.new("SpecialMesh", p9)
  5011.  
  5012. b9.MeshType = Enum.MeshType.Sphere
  5013.  
  5014. b9.Name = "Mesh"
  5015.  
  5016. p10 = Instance.new("Part", m)
  5017.  
  5018. p10.BrickColor = BrickColor.new("Royal purple")
  5019.  
  5020. p10.Material = Enum.Material.Neon
  5021.  
  5022. p10.FormFactor = Enum.FormFactor.Custom
  5023.  
  5024. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  5025.  
  5026. 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)
  5027.  
  5028. p10.CanCollide = false
  5029.  
  5030. p10.Locked = true
  5031.  
  5032. p10.BottomSurface = Enum.SurfaceType.Smooth
  5033.  
  5034. p10.TopSurface = Enum.SurfaceType.Smooth
  5035.  
  5036. p11 = Instance.new("Part", m)
  5037.  
  5038. p11.BrickColor = BrickColor.new("Royal purple")
  5039.  
  5040. p11.Material = Enum.Material.Neon
  5041.  
  5042. p11.FormFactor = Enum.FormFactor.Custom
  5043.  
  5044. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  5045.  
  5046. 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)
  5047.  
  5048. p11.CanCollide = false
  5049.  
  5050. p11.Locked = true
  5051.  
  5052. p11.BottomSurface = Enum.SurfaceType.Smooth
  5053.  
  5054. p11.TopSurface = Enum.SurfaceType.Smooth
  5055.  
  5056. p12 = Instance.new("Part", m)
  5057.  
  5058. p12.BrickColor = BrickColor.new("Really black")
  5059.  
  5060. p12.Material = Enum.Material.Neon
  5061.  
  5062. p12.FormFactor = Enum.FormFactor.Custom
  5063.  
  5064. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5065.  
  5066. 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)
  5067.  
  5068. p12.CanCollide = false
  5069.  
  5070. p12.Locked = true
  5071.  
  5072. p12.BottomSurface = Enum.SurfaceType.Smooth
  5073.  
  5074. p12.TopSurface = Enum.SurfaceType.Smooth
  5075.  
  5076. b10 = Instance.new("SpecialMesh", p12)
  5077.  
  5078. b10.MeshType = Enum.MeshType.Sphere
  5079.  
  5080. b10.Name = "Mesh"
  5081.  
  5082. p13 = Instance.new("Part", m)
  5083.  
  5084. p13.BrickColor = BrickColor.new("Royal purple")
  5085.  
  5086. p13.Material = Enum.Material.Neon
  5087.  
  5088. p13.FormFactor = Enum.FormFactor.Custom
  5089.  
  5090. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  5091.  
  5092. 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)
  5093.  
  5094. p13.CanCollide = false
  5095.  
  5096. p13.Locked = true
  5097.  
  5098. p13.BottomSurface = Enum.SurfaceType.Smooth
  5099.  
  5100. p13.TopSurface = Enum.SurfaceType.Smooth
  5101.  
  5102. b11 = Instance.new("SpecialMesh", p13)
  5103.  
  5104. b11.MeshType = Enum.MeshType.Sphere
  5105.  
  5106. b11.Name = "Mesh"
  5107.  
  5108. p14 = Instance.new("Part", m)
  5109.  
  5110. p14.BrickColor = BrickColor.new("Really black")
  5111.  
  5112. p14.Material = Enum.Material.Neon
  5113.  
  5114. p14.FormFactor = Enum.FormFactor.Custom
  5115.  
  5116. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5117.  
  5118. 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)
  5119.  
  5120. p14.CanCollide = false
  5121.  
  5122. p14.Locked = true
  5123.  
  5124. p14.BottomSurface = Enum.SurfaceType.Smooth
  5125.  
  5126. p14.TopSurface = Enum.SurfaceType.Smooth
  5127.  
  5128. b12 = Instance.new("SpecialMesh", p14)
  5129.  
  5130. b12.MeshType = Enum.MeshType.Sphere
  5131.  
  5132. b12.Name = "Mesh"
  5133.  
  5134. p15 = Instance.new("Part", m)
  5135.  
  5136. p15.BrickColor = BrickColor.new("Really black")
  5137.  
  5138. p15.Transparency = 1
  5139.  
  5140. p15.Material = Enum.Material.Metal
  5141.  
  5142. p15.Name = "Main"
  5143.  
  5144. p15.FormFactor = Enum.FormFactor.Custom
  5145.  
  5146. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  5147.  
  5148. 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)
  5149.  
  5150. p15.CanCollide = false
  5151.  
  5152. p15.Locked = true
  5153.  
  5154. p15.BottomSurface = Enum.SurfaceType.Smooth
  5155.  
  5156. p15.TopSurface = Enum.SurfaceType.Smooth
  5157.  
  5158. p16 = Instance.new("Part", m)
  5159.  
  5160. p16.BrickColor = BrickColor.new("Really black")
  5161.  
  5162. p16.Material = Enum.Material.Neon
  5163.  
  5164. p16.FormFactor = Enum.FormFactor.Custom
  5165.  
  5166. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5167.  
  5168. 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)
  5169.  
  5170. p16.CanCollide = false
  5171.  
  5172. p16.Locked = true
  5173.  
  5174. p16.BottomSurface = Enum.SurfaceType.Smooth
  5175.  
  5176. p16.TopSurface = Enum.SurfaceType.Smooth
  5177.  
  5178. b13 = Instance.new("SpecialMesh", p16)
  5179.  
  5180. b13.MeshType = Enum.MeshType.Sphere
  5181.  
  5182. b13.Name = "Mesh"
  5183.  
  5184. p17 = Instance.new("Part", m)
  5185.  
  5186. p17.BrickColor = BrickColor.new("Royal purple")
  5187.  
  5188. p17.Material = Enum.Material.Neon
  5189.  
  5190. p17.FormFactor = Enum.FormFactor.Custom
  5191.  
  5192. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  5193.  
  5194. 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)
  5195.  
  5196. p17.CanCollide = false
  5197.  
  5198. p17.Locked = true
  5199.  
  5200. p17.BottomSurface = Enum.SurfaceType.Smooth
  5201.  
  5202. p17.TopSurface = Enum.SurfaceType.Smooth
  5203.  
  5204. p18 = Instance.new("Part", m)
  5205.  
  5206. p18.BrickColor = BrickColor.new("Royal purple")
  5207.  
  5208. p18.Material = Enum.Material.Neon
  5209.  
  5210. p18.FormFactor = Enum.FormFactor.Custom
  5211.  
  5212. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  5213.  
  5214. 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)
  5215.  
  5216. p18.CanCollide = false
  5217.  
  5218. p18.Locked = true
  5219.  
  5220. p18.BottomSurface = Enum.SurfaceType.Smooth
  5221.  
  5222. p18.TopSurface = Enum.SurfaceType.Smooth
  5223.  
  5224. p19 = Instance.new("Part", m)
  5225.  
  5226. p19.BrickColor = BrickColor.new("Royal purple")
  5227.  
  5228. p19.Material = Enum.Material.Neon
  5229.  
  5230. p19.FormFactor = Enum.FormFactor.Custom
  5231.  
  5232. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  5233.  
  5234. 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)
  5235.  
  5236. p19.CanCollide = false
  5237.  
  5238. p19.Locked = true
  5239.  
  5240. p19.BottomSurface = Enum.SurfaceType.Smooth
  5241.  
  5242. p19.TopSurface = Enum.SurfaceType.Smooth
  5243.  
  5244. p20 = Instance.new("Part", m)
  5245.  
  5246. p20.BrickColor = BrickColor.new("Royal purple")
  5247.  
  5248. p20.Material = Enum.Material.Neon
  5249.  
  5250. p20.FormFactor = Enum.FormFactor.Custom
  5251.  
  5252. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  5253.  
  5254. 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)
  5255.  
  5256. p20.CanCollide = false
  5257.  
  5258. p20.Locked = true
  5259.  
  5260. p20.BottomSurface = Enum.SurfaceType.Smooth
  5261.  
  5262. p20.TopSurface = Enum.SurfaceType.Smooth
  5263.  
  5264. p21 = Instance.new("Part", m)
  5265.  
  5266. p21.BrickColor = BrickColor.new("Royal purple")
  5267.  
  5268. p21.Material = Enum.Material.Neon
  5269.  
  5270. p21.FormFactor = Enum.FormFactor.Custom
  5271.  
  5272. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  5273.  
  5274. 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)
  5275.  
  5276. p21.CanCollide = false
  5277.  
  5278. p21.Locked = true
  5279.  
  5280. p21.BottomSurface = Enum.SurfaceType.Smooth
  5281.  
  5282. p21.TopSurface = Enum.SurfaceType.Smooth
  5283.  
  5284. p22 = Instance.new("Part", m)
  5285.  
  5286. p22.BrickColor = BrickColor.new("Really black")
  5287.  
  5288. p22.Material = Enum.Material.Neon
  5289.  
  5290. p22.FormFactor = Enum.FormFactor.Custom
  5291.  
  5292. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5293.  
  5294. 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)
  5295.  
  5296. p22.CanCollide = false
  5297.  
  5298. p22.Locked = true
  5299.  
  5300. p22.BottomSurface = Enum.SurfaceType.Smooth
  5301.  
  5302. p22.TopSurface = Enum.SurfaceType.Smooth
  5303.  
  5304. b14 = Instance.new("SpecialMesh", p22)
  5305.  
  5306. b14.MeshType = Enum.MeshType.Sphere
  5307.  
  5308. b14.Name = "Mesh"
  5309.  
  5310. p23 = Instance.new("Part", m)
  5311.  
  5312. p23.BrickColor = BrickColor.new("Really black")
  5313.  
  5314. p23.Material = Enum.Material.Neon
  5315.  
  5316. p23.FormFactor = Enum.FormFactor.Custom
  5317.  
  5318. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5319.  
  5320. 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)
  5321.  
  5322. p23.CanCollide = false
  5323.  
  5324. p23.Locked = true
  5325.  
  5326. p23.BottomSurface = Enum.SurfaceType.Smooth
  5327.  
  5328. p23.TopSurface = Enum.SurfaceType.Smooth
  5329.  
  5330. b15 = Instance.new("SpecialMesh", p23)
  5331.  
  5332. b15.MeshType = Enum.MeshType.Sphere
  5333.  
  5334. b15.Name = "Mesh"
  5335.  
  5336. p24 = Instance.new("Part", m)
  5337.  
  5338. p24.BrickColor = BrickColor.new("Really black")
  5339.  
  5340. p24.Material = Enum.Material.Neon
  5341.  
  5342. p24.FormFactor = Enum.FormFactor.Custom
  5343.  
  5344. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5345.  
  5346. 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)
  5347.  
  5348. p24.CanCollide = false
  5349.  
  5350. p24.Locked = true
  5351.  
  5352. p24.BottomSurface = Enum.SurfaceType.Smooth
  5353.  
  5354. p24.TopSurface = Enum.SurfaceType.Smooth
  5355.  
  5356. b16 = Instance.new("SpecialMesh", p24)
  5357.  
  5358. b16.MeshType = Enum.MeshType.Sphere
  5359.  
  5360. b16.Name = "Mesh"
  5361.  
  5362. w1 = Instance.new("Weld", p1)
  5363.  
  5364. w1.Name = "Wedge_Weld"
  5365.  
  5366. w1.Part0 = p1
  5367.  
  5368. 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)
  5369.  
  5370. w1.Part1 = p2
  5371.  
  5372. 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)
  5373.  
  5374. w2 = Instance.new("Weld", p2)
  5375.  
  5376. w2.Name = "Wedge_Weld"
  5377.  
  5378. w2.Part0 = p2
  5379.  
  5380. 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)
  5381.  
  5382. w2.Part1 = p3
  5383.  
  5384. 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)
  5385.  
  5386. w3 = Instance.new("Weld", p3)
  5387.  
  5388. w3.Name = "Wedge_Weld"
  5389.  
  5390. w3.Part0 = p3
  5391.  
  5392. 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)
  5393.  
  5394. w3.Part1 = p4
  5395.  
  5396. 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)
  5397.  
  5398. w4 = Instance.new("Weld", p4)
  5399.  
  5400. w4.Name = "Wedge_Weld"
  5401.  
  5402. w4.Part0 = p4
  5403.  
  5404. 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)
  5405.  
  5406. w4.Part1 = p5
  5407.  
  5408. 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)
  5409.  
  5410. w5 = Instance.new("Weld", p5)
  5411.  
  5412. w5.Name = "Wedge_Weld"
  5413.  
  5414. w5.Part0 = p5
  5415.  
  5416. 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)
  5417.  
  5418. w5.Part1 = p6
  5419.  
  5420. 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)
  5421.  
  5422. w6 = Instance.new("Weld", p6)
  5423.  
  5424. w6.Name = "Wedge_Weld"
  5425.  
  5426. w6.Part0 = p6
  5427.  
  5428. 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)
  5429.  
  5430. w6.Part1 = p7
  5431.  
  5432. 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)
  5433.  
  5434. w7 = Instance.new("Weld", p7)
  5435.  
  5436. w7.Name = "Part_Weld"
  5437.  
  5438. w7.Part0 = p7
  5439.  
  5440. 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)
  5441.  
  5442. w7.Part1 = p8
  5443.  
  5444. 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)
  5445.  
  5446. w8 = Instance.new("Weld", p8)
  5447.  
  5448. w8.Name = "Part_Weld"
  5449.  
  5450. w8.Part0 = p8
  5451.  
  5452. 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)
  5453.  
  5454. w8.Part1 = p9
  5455.  
  5456. 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)
  5457.  
  5458. w9 = Instance.new("Weld", p9)
  5459.  
  5460. w9.Name = "Part_Weld"
  5461.  
  5462. w9.Part0 = p9
  5463.  
  5464. 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)
  5465.  
  5466. w9.Part1 = p10
  5467.  
  5468. 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)
  5469.  
  5470. w10 = Instance.new("Weld", p10)
  5471.  
  5472. w10.Name = "Part_Weld"
  5473.  
  5474. w10.Part0 = p10
  5475.  
  5476. 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)
  5477.  
  5478. w10.Part1 = p11
  5479.  
  5480. 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)
  5481.  
  5482. w11 = Instance.new("Weld", p11)
  5483.  
  5484. w11.Name = "Part_Weld"
  5485.  
  5486. w11.Part0 = p11
  5487.  
  5488. 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)
  5489.  
  5490. w11.Part1 = p12
  5491.  
  5492. 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)
  5493.  
  5494. w12 = Instance.new("Weld", p12)
  5495.  
  5496. w12.Name = "Part_Weld"
  5497.  
  5498. w12.Part0 = p12
  5499.  
  5500. 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)
  5501.  
  5502. w12.Part1 = p13
  5503.  
  5504. 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)
  5505.  
  5506. w13 = Instance.new("Weld", p13)
  5507.  
  5508. w13.Name = "Part_Weld"
  5509.  
  5510. w13.Part0 = p13
  5511.  
  5512. 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)
  5513.  
  5514. w13.Part1 = p14
  5515.  
  5516. 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)
  5517.  
  5518. w14 = Instance.new("Weld", p14)
  5519.  
  5520. w14.Name = "Part_Weld"
  5521.  
  5522. w14.Part0 = p14
  5523.  
  5524. 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)
  5525.  
  5526. w14.Part1 = p15
  5527.  
  5528. 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)
  5529.  
  5530. w15 = Instance.new("Weld", p15)
  5531.  
  5532. w15.Name = "Part_Weld"
  5533.  
  5534. w15.Part0 = p15
  5535.  
  5536. 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)
  5537.  
  5538. w15.Part1 = p16
  5539.  
  5540. 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)
  5541.  
  5542. w16 = Instance.new("Weld", p16)
  5543.  
  5544. w16.Name = "Part_Weld"
  5545.  
  5546. w16.Part0 = p16
  5547.  
  5548. 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)
  5549.  
  5550. w16.Part1 = p17
  5551.  
  5552. 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)
  5553.  
  5554. w17 = Instance.new("Weld", p17)
  5555.  
  5556. w17.Name = "Part_Weld"
  5557.  
  5558. w17.Part0 = p17
  5559.  
  5560. 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)
  5561.  
  5562. w17.Part1 = p18
  5563.  
  5564. 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)
  5565.  
  5566. w18 = Instance.new("Weld", p18)
  5567.  
  5568. w18.Name = "Part_Weld"
  5569.  
  5570. w18.Part0 = p18
  5571.  
  5572. 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)
  5573.  
  5574. w18.Part1 = p19
  5575.  
  5576. 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)
  5577.  
  5578. w19 = Instance.new("Weld", p19)
  5579.  
  5580. w19.Name = "Part_Weld"
  5581.  
  5582. w19.Part0 = p19
  5583.  
  5584. 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)
  5585.  
  5586. w19.Part1 = p20
  5587.  
  5588. 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)
  5589.  
  5590. w20 = Instance.new("Weld", p20)
  5591.  
  5592. w20.Name = "Part_Weld"
  5593.  
  5594. w20.Part0 = p20
  5595.  
  5596. 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)
  5597.  
  5598. w20.Part1 = p21
  5599.  
  5600. 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)
  5601.  
  5602. w21 = Instance.new("Weld", p21)
  5603.  
  5604. w21.Name = "Part_Weld"
  5605.  
  5606. w21.Part0 = p21
  5607.  
  5608. 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)
  5609.  
  5610. w21.Part1 = p22
  5611.  
  5612. 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)
  5613.  
  5614. w22 = Instance.new("Weld", p22)
  5615.  
  5616. w22.Name = "Part_Weld"
  5617.  
  5618. w22.Part0 = p22
  5619.  
  5620. 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)
  5621.  
  5622. w22.Part1 = p23
  5623.  
  5624. 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)
  5625.  
  5626. w23 = Instance.new("Weld", p23)
  5627.  
  5628. w23.Name = "Part_Weld"
  5629.  
  5630. w23.Part0 = p23
  5631.  
  5632. 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)
  5633.  
  5634. w23.Part1 = p24
  5635.  
  5636. 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)
  5637.  
  5638. w24 = Instance.new("Weld", p24)
  5639.  
  5640. w24.Name = "Part_Weld"
  5641.  
  5642. w24.Part0 = p24
  5643.  
  5644. 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)
  5645.  
  5646. m.Parent = larm
  5647.  
  5648. m:MakeJoints()
  5649.  
  5650. ----------------------------------------------------
  5651.  
  5652. local cor3 = Instance.new("Part", larm.LeftArm)
  5653.  
  5654. cor3.Name = "Thingy"
  5655.  
  5656. cor3.Locked = true
  5657.  
  5658. cor3.BottomSurface = 0
  5659.  
  5660. cor3.CanCollide = false
  5661.  
  5662. cor3.Size = Vector3.new(2, 1, 1)
  5663.  
  5664. cor3.Transparency = 1
  5665.  
  5666. cor3.TopSurface = 0
  5667.  
  5668. corw2 = Instance.new("Weld", cor3)
  5669.  
  5670. corw2.Part0 = larm
  5671.  
  5672. corw2.Part1 = cor3
  5673.  
  5674. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5675.  
  5676. corw2.C1 = CFrame.new(0, 0, 0)
  5677.  
  5678. weld2 = Instance.new("Weld", larm.LeftArm)
  5679.  
  5680. weld2.Part0 = cor3
  5681.  
  5682. weld2.Part1 = p15
  5683.  
  5684. weld2.C0 = CFrame.new(0, 0, .6)
  5685.  
  5686. ----------------------------------------------------
  5687.  
  5688. ----------------------------------------------------
  5689.  
  5690. local m = Instance.new("Model")
  5691.  
  5692. m.Name = "RightArm"
  5693.  
  5694. p1 = Instance.new("WedgePart", m)
  5695.  
  5696. p1.BrickColor = BrickColor.new("Royal purple")
  5697.  
  5698. p1.Material = Enum.Material.Neon
  5699.  
  5700. p1.Name = "Wedge"
  5701.  
  5702. p1.FormFactor = Enum.FormFactor.Custom
  5703.  
  5704. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  5705.  
  5706. 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)
  5707.  
  5708. p1.CanCollide = false
  5709.  
  5710. p1.Locked = true
  5711.  
  5712. p1.TopSurface = Enum.SurfaceType.Smooth
  5713.  
  5714. b1 = Instance.new("SpecialMesh", p1)
  5715.  
  5716. b1.MeshType = Enum.MeshType.Wedge
  5717.  
  5718. b1.Name = "Mesh"
  5719.  
  5720. b1.Scale = Vector3.new(0.200000003, 1, 1)
  5721.  
  5722. p2 = Instance.new("WedgePart", m)
  5723.  
  5724. p2.BrickColor = BrickColor.new("Royal purple")
  5725.  
  5726. p2.Material = Enum.Material.Neon
  5727.  
  5728. p2.Name = "Wedge"
  5729.  
  5730. p2.FormFactor = Enum.FormFactor.Custom
  5731.  
  5732. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  5733.  
  5734. 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)
  5735.  
  5736. p2.CanCollide = false
  5737.  
  5738. p2.Locked = true
  5739.  
  5740. p2.TopSurface = Enum.SurfaceType.Smooth
  5741.  
  5742. b2 = Instance.new("SpecialMesh", p2)
  5743.  
  5744. b2.MeshType = Enum.MeshType.Wedge
  5745.  
  5746. b2.Name = "Mesh"
  5747.  
  5748. b2.Scale = Vector3.new(0.200000003, 1, 1)
  5749.  
  5750. p3 = Instance.new("WedgePart", m)
  5751.  
  5752. p3.BrickColor = BrickColor.new("Royal purple")
  5753.  
  5754. p3.Material = Enum.Material.Neon
  5755.  
  5756. p3.Name = "Wedge"
  5757.  
  5758. p3.FormFactor = Enum.FormFactor.Custom
  5759.  
  5760. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  5761.  
  5762. 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)
  5763.  
  5764. p3.CanCollide = false
  5765.  
  5766. p3.Locked = true
  5767.  
  5768. p3.TopSurface = Enum.SurfaceType.Smooth
  5769.  
  5770. b3 = Instance.new("SpecialMesh", p3)
  5771.  
  5772. b3.MeshType = Enum.MeshType.Wedge
  5773.  
  5774. b3.Name = "Mesh"
  5775.  
  5776. b3.Scale = Vector3.new(0.200000003, 1, 1)
  5777.  
  5778. p4 = Instance.new("WedgePart", m)
  5779.  
  5780. p4.BrickColor = BrickColor.new("Royal purple")
  5781.  
  5782. p4.Material = Enum.Material.Neon
  5783.  
  5784. p4.Name = "Wedge"
  5785.  
  5786. p4.FormFactor = Enum.FormFactor.Custom
  5787.  
  5788. p4.Size = Vector3.new(1, 1.19999981, 4)
  5789.  
  5790. 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)
  5791.  
  5792. p4.CanCollide = false
  5793.  
  5794. p4.Locked = true
  5795.  
  5796. p4.TopSurface = Enum.SurfaceType.Smooth
  5797.  
  5798. b4 = Instance.new("SpecialMesh", p4)
  5799.  
  5800. b4.MeshType = Enum.MeshType.Wedge
  5801.  
  5802. b4.Name = "Mesh"
  5803.  
  5804. b4.Scale = Vector3.new(0.200000003, 1, 1)
  5805.  
  5806. p5 = Instance.new("WedgePart", m)
  5807.  
  5808. p5.BrickColor = BrickColor.new("Royal purple")
  5809.  
  5810. p5.Material = Enum.Material.Neon
  5811.  
  5812. p5.Name = "Wedge"
  5813.  
  5814. p5.FormFactor = Enum.FormFactor.Custom
  5815.  
  5816. p5.Size = Vector3.new(1, 1.19999981, 4)
  5817.  
  5818. 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)
  5819.  
  5820. p5.CanCollide = false
  5821.  
  5822. p5.Locked = true
  5823.  
  5824. p5.TopSurface = Enum.SurfaceType.Smooth
  5825.  
  5826. b5 = Instance.new("SpecialMesh", p5)
  5827.  
  5828. b5.MeshType = Enum.MeshType.Wedge
  5829.  
  5830. b5.Name = "Mesh"
  5831.  
  5832. b5.Scale = Vector3.new(0.200000003, 1, 1)
  5833.  
  5834. p6 = Instance.new("WedgePart", m)
  5835.  
  5836. p6.BrickColor = BrickColor.new("Royal purple")
  5837.  
  5838. p6.Material = Enum.Material.Neon
  5839.  
  5840. p6.Name = "Wedge"
  5841.  
  5842. p6.FormFactor = Enum.FormFactor.Custom
  5843.  
  5844. p6.Size = Vector3.new(1, 1.19999981, 4)
  5845.  
  5846. 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)
  5847.  
  5848. p6.CanCollide = false
  5849.  
  5850. p6.Locked = true
  5851.  
  5852. p6.TopSurface = Enum.SurfaceType.Smooth
  5853.  
  5854. b6 = Instance.new("SpecialMesh", p6)
  5855.  
  5856. b6.MeshType = Enum.MeshType.Wedge
  5857.  
  5858. b6.Name = "Mesh"
  5859.  
  5860. b6.Scale = Vector3.new(0.200000003, 1, 1)
  5861.  
  5862. p7 = Instance.new("Part", m)
  5863.  
  5864. p7.BrickColor = BrickColor.new("Really black")
  5865.  
  5866. p7.Material = Enum.Material.Neon
  5867.  
  5868. p7.FormFactor = Enum.FormFactor.Custom
  5869.  
  5870. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5871.  
  5872. 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)
  5873.  
  5874. p7.CanCollide = false
  5875.  
  5876. p7.Locked = true
  5877.  
  5878. p7.BottomSurface = Enum.SurfaceType.Smooth
  5879.  
  5880. p7.TopSurface = Enum.SurfaceType.Smooth
  5881.  
  5882. b7 = Instance.new("SpecialMesh", p7)
  5883.  
  5884. b7.MeshType = Enum.MeshType.Sphere
  5885.  
  5886. b7.Name = "Mesh"
  5887.  
  5888. p8 = Instance.new("Part", m)
  5889.  
  5890. p8.BrickColor = BrickColor.new("Royal purple")
  5891.  
  5892. p8.Material = Enum.Material.Neon
  5893.  
  5894. p8.FormFactor = Enum.FormFactor.Custom
  5895.  
  5896. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  5897.  
  5898. 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)
  5899.  
  5900. p8.CanCollide = false
  5901.  
  5902. p8.Locked = true
  5903.  
  5904. p8.BottomSurface = Enum.SurfaceType.Smooth
  5905.  
  5906. p8.TopSurface = Enum.SurfaceType.Smooth
  5907.  
  5908. p9 = Instance.new("Part", m)
  5909.  
  5910. p9.BrickColor = BrickColor.new("Really black")
  5911.  
  5912. p9.Material = Enum.Material.Neon
  5913.  
  5914. p9.FormFactor = Enum.FormFactor.Custom
  5915.  
  5916. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5917.  
  5918. 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)
  5919.  
  5920. p9.CanCollide = false
  5921.  
  5922. p9.Locked = true
  5923.  
  5924. p9.BottomSurface = Enum.SurfaceType.Smooth
  5925.  
  5926. p9.TopSurface = Enum.SurfaceType.Smooth
  5927.  
  5928. b8 = Instance.new("SpecialMesh", p9)
  5929.  
  5930. b8.MeshType = Enum.MeshType.Sphere
  5931.  
  5932. b8.Name = "Mesh"
  5933.  
  5934. p10 = Instance.new("Part", m)
  5935.  
  5936. p10.BrickColor = BrickColor.new("Really black")
  5937.  
  5938. p10.Material = Enum.Material.Neon
  5939.  
  5940. p10.FormFactor = Enum.FormFactor.Custom
  5941.  
  5942. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  5943.  
  5944. 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)
  5945.  
  5946. p10.CanCollide = false
  5947.  
  5948. p10.Locked = true
  5949.  
  5950. p10.BottomSurface = Enum.SurfaceType.Smooth
  5951.  
  5952. p10.TopSurface = Enum.SurfaceType.Smooth
  5953.  
  5954. b9 = Instance.new("SpecialMesh", p10)
  5955.  
  5956. b9.MeshType = Enum.MeshType.Sphere
  5957.  
  5958. b9.Name = "Mesh"
  5959.  
  5960. p11 = Instance.new("Part", m)
  5961.  
  5962. p11.BrickColor = BrickColor.new("Royal purple")
  5963.  
  5964. p11.Material = Enum.Material.Neon
  5965.  
  5966. p11.FormFactor = Enum.FormFactor.Custom
  5967.  
  5968. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  5969.  
  5970. 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)
  5971.  
  5972. p11.CanCollide = false
  5973.  
  5974. p11.Locked = true
  5975.  
  5976. p11.BottomSurface = Enum.SurfaceType.Smooth
  5977.  
  5978. p11.TopSurface = Enum.SurfaceType.Smooth
  5979.  
  5980. p12 = Instance.new("Part", m)
  5981.  
  5982. p12.BrickColor = BrickColor.new("Royal purple")
  5983.  
  5984. p12.Material = Enum.Material.Neon
  5985.  
  5986. p12.FormFactor = Enum.FormFactor.Custom
  5987.  
  5988. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  5989.  
  5990. 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)
  5991.  
  5992. p12.CanCollide = false
  5993.  
  5994. p12.Locked = true
  5995.  
  5996. p12.BottomSurface = Enum.SurfaceType.Smooth
  5997.  
  5998. p12.TopSurface = Enum.SurfaceType.Smooth
  5999.  
  6000. p13 = Instance.new("Part", m)
  6001.  
  6002. p13.BrickColor = BrickColor.new("Royal purple")
  6003.  
  6004. p13.Material = Enum.Material.Neon
  6005.  
  6006. p13.FormFactor = Enum.FormFactor.Custom
  6007.  
  6008. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  6009.  
  6010. 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)
  6011.  
  6012. p13.CanCollide = false
  6013.  
  6014. p13.Locked = true
  6015.  
  6016. p13.BottomSurface = Enum.SurfaceType.Smooth
  6017.  
  6018. p13.TopSurface = Enum.SurfaceType.Smooth
  6019.  
  6020. b10 = Instance.new("SpecialMesh", p13)
  6021.  
  6022. b10.MeshType = Enum.MeshType.Sphere
  6023.  
  6024. b10.Name = "Mesh"
  6025.  
  6026. p14 = Instance.new("Part", m)
  6027.  
  6028. p14.BrickColor = BrickColor.new("Really black")
  6029.  
  6030. p14.Material = Enum.Material.Metal
  6031.  
  6032. p14.Name = "Main"
  6033.  
  6034. p14.Transparency = 1
  6035.  
  6036. p14.FormFactor = Enum.FormFactor.Custom
  6037.  
  6038. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  6039.  
  6040. 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)
  6041.  
  6042. p14.CanCollide = false
  6043.  
  6044. p14.Locked = true
  6045.  
  6046. p14.BottomSurface = Enum.SurfaceType.Smooth
  6047.  
  6048. p14.TopSurface = Enum.SurfaceType.Smooth
  6049.  
  6050. p15 = Instance.new("Part", m)
  6051.  
  6052. p15.BrickColor = BrickColor.new("Really black")
  6053.  
  6054. p15.Material = Enum.Material.Neon
  6055.  
  6056. p15.FormFactor = Enum.FormFactor.Custom
  6057.  
  6058. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6059.  
  6060. 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)
  6061.  
  6062. p15.CanCollide = false
  6063.  
  6064. p15.Locked = true
  6065.  
  6066. p15.BottomSurface = Enum.SurfaceType.Smooth
  6067.  
  6068. p15.TopSurface = Enum.SurfaceType.Smooth
  6069.  
  6070. b11 = Instance.new("SpecialMesh", p15)
  6071.  
  6072. b11.MeshType = Enum.MeshType.Sphere
  6073.  
  6074. b11.Name = "Mesh"
  6075.  
  6076. p16 = Instance.new("Part", m)
  6077.  
  6078. p16.BrickColor = BrickColor.new("Royal purple")
  6079.  
  6080. p16.Material = Enum.Material.Neon
  6081.  
  6082. p16.FormFactor = Enum.FormFactor.Custom
  6083.  
  6084. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  6085.  
  6086. 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)
  6087.  
  6088. p16.CanCollide = false
  6089.  
  6090. p16.Locked = true
  6091.  
  6092. p16.BottomSurface = Enum.SurfaceType.Smooth
  6093.  
  6094. p16.TopSurface = Enum.SurfaceType.Smooth
  6095.  
  6096. p17 = Instance.new("Part", m)
  6097.  
  6098. p17.BrickColor = BrickColor.new("Royal purple")
  6099.  
  6100. p17.Material = Enum.Material.Neon
  6101.  
  6102. p17.FormFactor = Enum.FormFactor.Custom
  6103.  
  6104. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  6105.  
  6106. 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)
  6107.  
  6108. p17.CanCollide = false
  6109.  
  6110. p17.Locked = true
  6111.  
  6112. p17.BottomSurface = Enum.SurfaceType.Smooth
  6113.  
  6114. p17.TopSurface = Enum.SurfaceType.Smooth
  6115.  
  6116. p18 = Instance.new("Part", m)
  6117.  
  6118. p18.BrickColor = BrickColor.new("Really black")
  6119.  
  6120. p18.Material = Enum.Material.Neon
  6121.  
  6122. p18.FormFactor = Enum.FormFactor.Custom
  6123.  
  6124. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6125.  
  6126. 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)
  6127.  
  6128. p18.CanCollide = false
  6129.  
  6130. p18.Locked = true
  6131.  
  6132. p18.BottomSurface = Enum.SurfaceType.Smooth
  6133.  
  6134. p18.TopSurface = Enum.SurfaceType.Smooth
  6135.  
  6136. b12 = Instance.new("SpecialMesh", p18)
  6137.  
  6138. b12.MeshType = Enum.MeshType.Sphere
  6139.  
  6140. b12.Name = "Mesh"
  6141.  
  6142. p19 = Instance.new("Part", m)
  6143.  
  6144. p19.BrickColor = BrickColor.new("Really black")
  6145.  
  6146. p19.Material = Enum.Material.Neon
  6147.  
  6148. p19.FormFactor = Enum.FormFactor.Custom
  6149.  
  6150. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6151.  
  6152. 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)
  6153.  
  6154. p19.CanCollide = false
  6155.  
  6156. p19.Locked = true
  6157.  
  6158. p19.BottomSurface = Enum.SurfaceType.Smooth
  6159.  
  6160. p19.TopSurface = Enum.SurfaceType.Smooth
  6161.  
  6162. b13 = Instance.new("SpecialMesh", p19)
  6163.  
  6164. b13.MeshType = Enum.MeshType.Sphere
  6165.  
  6166. b13.Name = "Mesh"
  6167.  
  6168. w1 = Instance.new("Weld", p1)
  6169.  
  6170. w1.Name = "Wedge_Weld"
  6171.  
  6172. w1.Part0 = p1
  6173.  
  6174. 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)
  6175.  
  6176. w1.Part1 = p2
  6177.  
  6178. 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)
  6179.  
  6180. w2 = Instance.new("Weld", p2)
  6181.  
  6182. w2.Name = "Wedge_Weld"
  6183.  
  6184. w2.Part0 = p2
  6185.  
  6186. 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)
  6187.  
  6188. w2.Part1 = p3
  6189.  
  6190. 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)
  6191.  
  6192. w3 = Instance.new("Weld", p3)
  6193.  
  6194. w3.Name = "Wedge_Weld"
  6195.  
  6196. w3.Part0 = p3
  6197.  
  6198. 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)
  6199.  
  6200. w3.Part1 = p4
  6201.  
  6202. 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)
  6203.  
  6204. w4 = Instance.new("Weld", p4)
  6205.  
  6206. w4.Name = "Wedge_Weld"
  6207.  
  6208. w4.Part0 = p4
  6209.  
  6210. 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)
  6211.  
  6212. w4.Part1 = p5
  6213.  
  6214. 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)
  6215.  
  6216. w5 = Instance.new("Weld", p5)
  6217.  
  6218. w5.Name = "Wedge_Weld"
  6219.  
  6220. w5.Part0 = p5
  6221.  
  6222. 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)
  6223.  
  6224. w5.Part1 = p6
  6225.  
  6226. 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)
  6227.  
  6228. w6 = Instance.new("Weld", p6)
  6229.  
  6230. w6.Name = "Part_Weld"
  6231.  
  6232. w6.Part0 = p6
  6233.  
  6234. 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)
  6235.  
  6236. w6.Part1 = p7
  6237.  
  6238. 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)
  6239.  
  6240. w7 = Instance.new("Weld", p7)
  6241.  
  6242. w7.Name = "Part_Weld"
  6243.  
  6244. w7.Part0 = p7
  6245.  
  6246. 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)
  6247.  
  6248. w7.Part1 = p8
  6249.  
  6250. 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)
  6251.  
  6252. w8 = Instance.new("Weld", p8)
  6253.  
  6254. w8.Name = "Part_Weld"
  6255.  
  6256. w8.Part0 = p8
  6257.  
  6258. 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)
  6259.  
  6260. w8.Part1 = p9
  6261.  
  6262. 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)
  6263.  
  6264. w9 = Instance.new("Weld", p9)
  6265.  
  6266. w9.Name = "Part_Weld"
  6267.  
  6268. w9.Part0 = p9
  6269.  
  6270. 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)
  6271.  
  6272. w9.Part1 = p10
  6273.  
  6274. 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)
  6275.  
  6276. w10 = Instance.new("Weld", p10)
  6277.  
  6278. w10.Name = "Part_Weld"
  6279.  
  6280. w10.Part0 = p10
  6281.  
  6282. 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)
  6283.  
  6284. w10.Part1 = p11
  6285.  
  6286. 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)
  6287.  
  6288. w11 = Instance.new("Weld", p11)
  6289.  
  6290. w11.Name = "Part_Weld"
  6291.  
  6292. w11.Part0 = p11
  6293.  
  6294. 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)
  6295.  
  6296. w11.Part1 = p12
  6297.  
  6298. 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)
  6299.  
  6300. w12 = Instance.new("Weld", p12)
  6301.  
  6302. w12.Name = "Part_Weld"
  6303.  
  6304. w12.Part0 = p12
  6305.  
  6306. 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)
  6307.  
  6308. w12.Part1 = p13
  6309.  
  6310. 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)
  6311.  
  6312. w13 = Instance.new("Weld", p13)
  6313.  
  6314. w13.Name = "Part_Weld"
  6315.  
  6316. w13.Part0 = p13
  6317.  
  6318. 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)
  6319.  
  6320. w13.Part1 = p14
  6321.  
  6322. 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)
  6323.  
  6324. w14 = Instance.new("Weld", p14)
  6325.  
  6326. w14.Name = "Part_Weld"
  6327.  
  6328. w14.Part0 = p14
  6329.  
  6330. 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)
  6331.  
  6332. w14.Part1 = p15
  6333.  
  6334. 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)
  6335.  
  6336. w15 = Instance.new("Weld", p15)
  6337.  
  6338. w15.Name = "Part_Weld"
  6339.  
  6340. w15.Part0 = p15
  6341.  
  6342. 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)
  6343.  
  6344. w15.Part1 = p16
  6345.  
  6346. 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)
  6347.  
  6348. w16 = Instance.new("Weld", p16)
  6349.  
  6350. w16.Name = "Part_Weld"
  6351.  
  6352. w16.Part0 = p16
  6353.  
  6354. 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)
  6355.  
  6356. w16.Part1 = p17
  6357.  
  6358. 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)
  6359.  
  6360. w17 = Instance.new("Weld", p17)
  6361.  
  6362. w17.Name = "Part_Weld"
  6363.  
  6364. w17.Part0 = p17
  6365.  
  6366. 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)
  6367.  
  6368. w17.Part1 = p18
  6369.  
  6370. 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)
  6371.  
  6372. w18 = Instance.new("Weld", p18)
  6373.  
  6374. w18.Name = "Part_Weld"
  6375.  
  6376. w18.Part0 = p18
  6377.  
  6378. 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)
  6379.  
  6380. w18.Part1 = p19
  6381.  
  6382. 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)
  6383.  
  6384. w19 = Instance.new("Weld", p19)
  6385.  
  6386. w19.Name = "Wedge_Weld"
  6387.  
  6388. w19.Part0 = p19
  6389.  
  6390. 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)
  6391.  
  6392. m.Parent = rarm
  6393.  
  6394. m:MakeJoints()
  6395.  
  6396. ----------------------------------------------------
  6397.  
  6398. local cor4 = Instance.new("Part", rarm.RightArm)
  6399.  
  6400. cor4.Name = "Thingy"
  6401.  
  6402. cor4.Locked = true
  6403.  
  6404. cor4.BottomSurface = 0
  6405.  
  6406. cor4.CanCollide = false
  6407.  
  6408. cor4.Size = Vector3.new(2, 1, 1)
  6409.  
  6410. cor4.Transparency = 1
  6411.  
  6412. cor4.TopSurface = 0
  6413.  
  6414. corw2 = Instance.new("Weld", cor4)
  6415.  
  6416. corw2.Part0 = rarm
  6417.  
  6418. corw2.Part1 = cor4
  6419.  
  6420. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6421.  
  6422. corw2.C1 = CFrame.new(0, 0, 0)
  6423.  
  6424. weld2 = Instance.new("Weld", rarm.RightArm)
  6425.  
  6426. weld2.Part0 = cor4
  6427.  
  6428. weld2.Part1 = p14
  6429.  
  6430. weld2.C0 = CFrame.new(0, 0, .6)
  6431.  
  6432. ----------------------------------------------------
  6433.  
  6434. local m = Instance.new("Model")
  6435.  
  6436. m.Name = "RightLeg"
  6437.  
  6438. p1 = Instance.new("Part", m)
  6439.  
  6440. p1.BrickColor = BrickColor.new("Really black")
  6441.  
  6442. p1.Material = Enum.Material.Neon
  6443.  
  6444. p1.FormFactor = Enum.FormFactor.Custom
  6445.  
  6446. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6447.  
  6448. 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)
  6449.  
  6450. p1.CanCollide = false
  6451.  
  6452. p1.Locked = true
  6453.  
  6454. p1.BottomSurface = Enum.SurfaceType.Smooth
  6455.  
  6456. p1.TopSurface = Enum.SurfaceType.Smooth
  6457.  
  6458. b1 = Instance.new("SpecialMesh", p1)
  6459.  
  6460. b1.MeshType = Enum.MeshType.Sphere
  6461.  
  6462. b1.Name = "Mesh"
  6463.  
  6464. p2 = Instance.new("Part", m)
  6465.  
  6466. p2.BrickColor = BrickColor.new("Really black")
  6467.  
  6468. p2.Material = Enum.Material.Neon
  6469.  
  6470. p2.FormFactor = Enum.FormFactor.Custom
  6471.  
  6472. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6473.  
  6474. 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)
  6475.  
  6476. p2.CanCollide = false
  6477.  
  6478. p2.Locked = true
  6479.  
  6480. p2.BottomSurface = Enum.SurfaceType.Smooth
  6481.  
  6482. p2.TopSurface = Enum.SurfaceType.Smooth
  6483.  
  6484. b2 = Instance.new("SpecialMesh", p2)
  6485.  
  6486. b2.MeshType = Enum.MeshType.Sphere
  6487.  
  6488. b2.Name = "Mesh"
  6489.  
  6490. p3 = Instance.new("Part", m)
  6491.  
  6492. p3.BrickColor = BrickColor.new("Royal purple")
  6493.  
  6494. p3.Material = Enum.Material.Neon
  6495.  
  6496. p3.FormFactor = Enum.FormFactor.Custom
  6497.  
  6498. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  6499.  
  6500. 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)
  6501.  
  6502. p3.CanCollide = false
  6503.  
  6504. p3.Locked = true
  6505.  
  6506. p3.BottomSurface = Enum.SurfaceType.Smooth
  6507.  
  6508. p3.TopSurface = Enum.SurfaceType.Smooth
  6509.  
  6510. p4 = Instance.new("Part", m)
  6511.  
  6512. p4.BrickColor = BrickColor.new("Really black")
  6513.  
  6514. p4.Material = Enum.Material.Neon
  6515.  
  6516. p4.FormFactor = Enum.FormFactor.Custom
  6517.  
  6518. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6519.  
  6520. 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)
  6521.  
  6522. p4.CanCollide = false
  6523.  
  6524. p4.Locked = true
  6525.  
  6526. p4.BottomSurface = Enum.SurfaceType.Smooth
  6527.  
  6528. p4.TopSurface = Enum.SurfaceType.Smooth
  6529.  
  6530. b3 = Instance.new("SpecialMesh", p4)
  6531.  
  6532. b3.MeshType = Enum.MeshType.Sphere
  6533.  
  6534. b3.Name = "Mesh"
  6535.  
  6536. p5 = Instance.new("Part", m)
  6537.  
  6538. p5.BrickColor = BrickColor.new("Royal purple")
  6539.  
  6540. p5.Material = Enum.Material.Neon
  6541.  
  6542. p5.FormFactor = Enum.FormFactor.Custom
  6543.  
  6544. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  6545.  
  6546. 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)
  6547.  
  6548. p5.CanCollide = false
  6549.  
  6550. p5.Locked = true
  6551.  
  6552. p5.BottomSurface = Enum.SurfaceType.Smooth
  6553.  
  6554. p5.TopSurface = Enum.SurfaceType.Smooth
  6555.  
  6556. p6 = Instance.new("Part", m)
  6557.  
  6558. p6.BrickColor = BrickColor.new("Royal purple")
  6559.  
  6560. p6.Material = Enum.Material.Neon
  6561.  
  6562. p6.FormFactor = Enum.FormFactor.Custom
  6563.  
  6564. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  6565.  
  6566. 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)
  6567.  
  6568. p6.CanCollide = false
  6569.  
  6570. p6.Locked = true
  6571.  
  6572. p6.BottomSurface = Enum.SurfaceType.Smooth
  6573.  
  6574. p6.TopSurface = Enum.SurfaceType.Smooth
  6575.  
  6576. p7 = Instance.new("Part", m)
  6577.  
  6578. p7.BrickColor = BrickColor.new("Really black")
  6579.  
  6580. p7.Material = Enum.Material.Metal
  6581.  
  6582. p7.Name = "Main"
  6583.  
  6584. p7.Transparency = 1
  6585.  
  6586. p7.FormFactor = Enum.FormFactor.Custom
  6587.  
  6588. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  6589.  
  6590. 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)
  6591.  
  6592. p7.CanCollide = false
  6593.  
  6594. p7.Locked = true
  6595.  
  6596. p7.BottomSurface = Enum.SurfaceType.Smooth
  6597.  
  6598. p7.TopSurface = Enum.SurfaceType.Smooth
  6599.  
  6600. p8 = Instance.new("Part", m)
  6601.  
  6602. p8.BrickColor = BrickColor.new("Royal purple")
  6603.  
  6604. p8.Material = Enum.Material.Neon
  6605.  
  6606. p8.FormFactor = Enum.FormFactor.Custom
  6607.  
  6608. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  6609.  
  6610. 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)
  6611.  
  6612. p8.CanCollide = false
  6613.  
  6614. p8.Locked = true
  6615.  
  6616. p8.BottomSurface = Enum.SurfaceType.Smooth
  6617.  
  6618. p8.TopSurface = Enum.SurfaceType.Smooth
  6619.  
  6620. p9 = Instance.new("WedgePart", m)
  6621.  
  6622. p9.BrickColor = BrickColor.new("Royal purple")
  6623.  
  6624. p9.Material = Enum.Material.Neon
  6625.  
  6626. p9.Name = "Wedge"
  6627.  
  6628. p9.FormFactor = Enum.FormFactor.Custom
  6629.  
  6630. p9.Size = Vector3.new(1, 1.19999981, 4)
  6631.  
  6632. 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)
  6633.  
  6634. p9.CanCollide = false
  6635.  
  6636. p9.Locked = true
  6637.  
  6638. p9.TopSurface = Enum.SurfaceType.Smooth
  6639.  
  6640. b4 = Instance.new("SpecialMesh", p9)
  6641.  
  6642. b4.MeshType = Enum.MeshType.Wedge
  6643.  
  6644. b4.Name = "Mesh"
  6645.  
  6646. b4.Scale = Vector3.new(0.600000024, 1, 1)
  6647.  
  6648. p10 = Instance.new("Part", m)
  6649.  
  6650. p10.BrickColor = BrickColor.new("Really black")
  6651.  
  6652. p10.Material = Enum.Material.Neon
  6653.  
  6654. p10.FormFactor = Enum.FormFactor.Custom
  6655.  
  6656. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6657.  
  6658. 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)
  6659.  
  6660. p10.CanCollide = false
  6661.  
  6662. p10.Locked = true
  6663.  
  6664. p10.BottomSurface = Enum.SurfaceType.Smooth
  6665.  
  6666. p10.TopSurface = Enum.SurfaceType.Smooth
  6667.  
  6668. b5 = Instance.new("SpecialMesh", p10)
  6669.  
  6670. b5.MeshType = Enum.MeshType.Sphere
  6671.  
  6672. b5.Name = "Mesh"
  6673.  
  6674. p11 = Instance.new("Part", m)
  6675.  
  6676. p11.BrickColor = BrickColor.new("Really black")
  6677.  
  6678. p11.Material = Enum.Material.Neon
  6679.  
  6680. p11.FormFactor = Enum.FormFactor.Custom
  6681.  
  6682. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6683.  
  6684. 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)
  6685.  
  6686. p11.CanCollide = false
  6687.  
  6688. p11.Locked = true
  6689.  
  6690. p11.BottomSurface = Enum.SurfaceType.Smooth
  6691.  
  6692. p11.TopSurface = Enum.SurfaceType.Smooth
  6693.  
  6694. b6 = Instance.new("SpecialMesh", p11)
  6695.  
  6696. b6.MeshType = Enum.MeshType.Sphere
  6697.  
  6698. b6.Name = "Mesh"
  6699.  
  6700. p12 = Instance.new("Part", m)
  6701.  
  6702. p12.BrickColor = BrickColor.new("Royal purple")
  6703.  
  6704. p12.Material = Enum.Material.Neon
  6705.  
  6706. p12.FormFactor = Enum.FormFactor.Custom
  6707.  
  6708. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  6709.  
  6710. 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)
  6711.  
  6712. p12.CanCollide = false
  6713.  
  6714. p12.Locked = true
  6715.  
  6716. p12.BottomSurface = Enum.SurfaceType.Smooth
  6717.  
  6718. p12.TopSurface = Enum.SurfaceType.Smooth
  6719.  
  6720. p13 = Instance.new("Part", m)
  6721.  
  6722. p13.BrickColor = BrickColor.new("Really black")
  6723.  
  6724. p13.Material = Enum.Material.Neon
  6725.  
  6726. p13.FormFactor = Enum.FormFactor.Custom
  6727.  
  6728. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6729.  
  6730. 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)
  6731.  
  6732. p13.CanCollide = false
  6733.  
  6734. p13.Locked = true
  6735.  
  6736. p13.BottomSurface = Enum.SurfaceType.Smooth
  6737.  
  6738. p13.TopSurface = Enum.SurfaceType.Smooth
  6739.  
  6740. b7 = Instance.new("SpecialMesh", p13)
  6741.  
  6742. b7.MeshType = Enum.MeshType.Sphere
  6743.  
  6744. b7.Name = "Mesh"
  6745.  
  6746. p14 = Instance.new("WedgePart", m)
  6747.  
  6748. p14.BrickColor = BrickColor.new("Royal purple")
  6749.  
  6750. p14.Material = Enum.Material.Neon
  6751.  
  6752. p14.Name = "Wedge"
  6753.  
  6754. p14.FormFactor = Enum.FormFactor.Custom
  6755.  
  6756. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  6757.  
  6758. 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)
  6759.  
  6760. p14.CanCollide = false
  6761.  
  6762. p14.Locked = true
  6763.  
  6764. p14.TopSurface = Enum.SurfaceType.Smooth
  6765.  
  6766. b8 = Instance.new("SpecialMesh", p14)
  6767.  
  6768. b8.MeshType = Enum.MeshType.Wedge
  6769.  
  6770. b8.Name = "Mesh"
  6771.  
  6772. b8.Scale = Vector3.new(0.200000003, 1, 1)
  6773.  
  6774. p15 = Instance.new("WedgePart", m)
  6775.  
  6776. p15.BrickColor = BrickColor.new("Royal purple")
  6777.  
  6778. p15.Material = Enum.Material.Neon
  6779.  
  6780. p15.Name = "Wedge"
  6781.  
  6782. p15.FormFactor = Enum.FormFactor.Custom
  6783.  
  6784. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  6785.  
  6786. 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)
  6787.  
  6788. p15.CanCollide = false
  6789.  
  6790. p15.Locked = true
  6791.  
  6792. p15.TopSurface = Enum.SurfaceType.Smooth
  6793.  
  6794. b9 = Instance.new("SpecialMesh", p15)
  6795.  
  6796. b9.MeshType = Enum.MeshType.Wedge
  6797.  
  6798. b9.Name = "Mesh"
  6799.  
  6800. b9.Scale = Vector3.new(0.200000003, 1, 1)
  6801.  
  6802. p16 = Instance.new("WedgePart", m)
  6803.  
  6804. p16.BrickColor = BrickColor.new("Royal purple")
  6805.  
  6806. p16.Material = Enum.Material.Neon
  6807.  
  6808. p16.Name = "Wedge"
  6809.  
  6810. p16.FormFactor = Enum.FormFactor.Custom
  6811.  
  6812. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  6813.  
  6814. 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)
  6815.  
  6816. p16.CanCollide = false
  6817.  
  6818. p16.Locked = true
  6819.  
  6820. p16.TopSurface = Enum.SurfaceType.Smooth
  6821.  
  6822. b10 = Instance.new("SpecialMesh", p16)
  6823.  
  6824. b10.MeshType = Enum.MeshType.Wedge
  6825.  
  6826. b10.Name = "Mesh"
  6827.  
  6828. b10.Scale = Vector3.new(0.200000003, 1, 1)
  6829.  
  6830. w1 = Instance.new("Weld", p1)
  6831.  
  6832. w1.Name = "Part_Weld"
  6833.  
  6834. w1.Part0 = p1
  6835.  
  6836. 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)
  6837.  
  6838. w1.Part1 = p2
  6839.  
  6840. 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)
  6841.  
  6842. w2 = Instance.new("Weld", p2)
  6843.  
  6844. w2.Name = "Part_Weld"
  6845.  
  6846. w2.Part0 = p2
  6847.  
  6848. 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)
  6849.  
  6850. w2.Part1 = p3
  6851.  
  6852. 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)
  6853.  
  6854. w3 = Instance.new("Weld", p3)
  6855.  
  6856. w3.Name = "Part_Weld"
  6857.  
  6858. w3.Part0 = p3
  6859.  
  6860. 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)
  6861.  
  6862. w3.Part1 = p4
  6863.  
  6864. 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)
  6865.  
  6866. w4 = Instance.new("Weld", p4)
  6867.  
  6868. w4.Name = "Part_Weld"
  6869.  
  6870. w4.Part0 = p4
  6871.  
  6872. 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)
  6873.  
  6874. w4.Part1 = p5
  6875.  
  6876. 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)
  6877.  
  6878. w5 = Instance.new("Weld", p5)
  6879.  
  6880. w5.Name = "Part_Weld"
  6881.  
  6882. w5.Part0 = p5
  6883.  
  6884. 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)
  6885.  
  6886. w5.Part1 = p6
  6887.  
  6888. 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)
  6889.  
  6890. w6 = Instance.new("Weld", p6)
  6891.  
  6892. w6.Name = "Part_Weld"
  6893.  
  6894. w6.Part0 = p6
  6895.  
  6896. 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)
  6897.  
  6898. w6.Part1 = p7
  6899.  
  6900. 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)
  6901.  
  6902. w7 = Instance.new("Weld", p7)
  6903.  
  6904. w7.Name = "Part_Weld"
  6905.  
  6906. w7.Part0 = p7
  6907.  
  6908. 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)
  6909.  
  6910. w7.Part1 = p8
  6911.  
  6912. 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)
  6913.  
  6914. w8 = Instance.new("Weld", p8)
  6915.  
  6916. w8.Name = "Wedge_Weld"
  6917.  
  6918. w8.Part0 = p8
  6919.  
  6920. 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)
  6921.  
  6922. w8.Part1 = p9
  6923.  
  6924. 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)
  6925.  
  6926. w9 = Instance.new("Weld", p9)
  6927.  
  6928. w9.Name = "Part_Weld"
  6929.  
  6930. w9.Part0 = p9
  6931.  
  6932. 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)
  6933.  
  6934. w9.Part1 = p10
  6935.  
  6936. 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)
  6937.  
  6938. w10 = Instance.new("Weld", p10)
  6939.  
  6940. w10.Name = "Part_Weld"
  6941.  
  6942. w10.Part0 = p10
  6943.  
  6944. 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)
  6945.  
  6946. w10.Part1 = p11
  6947.  
  6948. 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)
  6949.  
  6950. w11 = Instance.new("Weld", p11)
  6951.  
  6952. w11.Name = "Part_Weld"
  6953.  
  6954. w11.Part0 = p11
  6955.  
  6956. 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)
  6957.  
  6958. w11.Part1 = p12
  6959.  
  6960. 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)
  6961.  
  6962. w12 = Instance.new("Weld", p12)
  6963.  
  6964. w12.Name = "Part_Weld"
  6965.  
  6966. w12.Part0 = p12
  6967.  
  6968. 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)
  6969.  
  6970. w12.Part1 = p13
  6971.  
  6972. 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)
  6973.  
  6974. w13 = Instance.new("Weld", p13)
  6975.  
  6976. w13.Name = "Wedge_Weld"
  6977.  
  6978. w13.Part0 = p13
  6979.  
  6980. 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)
  6981.  
  6982. w13.Part1 = p14
  6983.  
  6984. 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)
  6985.  
  6986. w14 = Instance.new("Weld", p14)
  6987.  
  6988. w14.Name = "Wedge_Weld"
  6989.  
  6990. w14.Part0 = p14
  6991.  
  6992. 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)
  6993.  
  6994. w14.Part1 = p15
  6995.  
  6996. 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)
  6997.  
  6998. w15 = Instance.new("Weld", p15)
  6999.  
  7000. w15.Name = "Wedge_Weld"
  7001.  
  7002. w15.Part0 = p15
  7003.  
  7004. 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)
  7005.  
  7006. w15.Part1 = p16
  7007.  
  7008. 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)
  7009.  
  7010. m.Parent = rleg
  7011.  
  7012. m:MakeJoints()
  7013.  
  7014. ----------------------------------------------------
  7015.  
  7016. local cor6 = Instance.new("Part", rleg.RightLeg)
  7017.  
  7018. cor6.Name = "Thingy"
  7019.  
  7020. cor6.Locked = true
  7021.  
  7022. cor6.BottomSurface = 0
  7023.  
  7024. cor6.CanCollide = false
  7025.  
  7026. cor6.Size = Vector3.new(2, 1, 1)
  7027.  
  7028. cor6.Transparency = 1
  7029.  
  7030. cor6.TopSurface = 0
  7031.  
  7032. corw2 = Instance.new("Weld", cor6)
  7033.  
  7034. corw2.Part0 = rleg
  7035.  
  7036. corw2.Part1 = cor6
  7037.  
  7038. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7039.  
  7040. corw2.C1 = CFrame.new(0, 0, 0)
  7041.  
  7042. weld2 = Instance.new("Weld", rleg.RightLeg)
  7043.  
  7044. weld2.Part0 = cor6
  7045.  
  7046. weld2.Part1 = p7
  7047.  
  7048. weld2.C0 = CFrame.new(0, 0, .6)
  7049.  
  7050. ----------------------------------------------------
  7051.  
  7052. local m = Instance.new("Model")
  7053.  
  7054. m.Name = "LeftLeg"
  7055.  
  7056. p1 = Instance.new("WedgePart", m)
  7057.  
  7058. p1.BrickColor = BrickColor.new("Royal purple")
  7059.  
  7060. p1.Material = Enum.Material.Neon
  7061.  
  7062. p1.Name = "Wedge"
  7063.  
  7064. p1.FormFactor = Enum.FormFactor.Custom
  7065.  
  7066. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7067.  
  7068. 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)
  7069.  
  7070. p1.CanCollide = false
  7071.  
  7072. p1.Locked = true
  7073.  
  7074. p1.TopSurface = Enum.SurfaceType.Smooth
  7075.  
  7076. b1 = Instance.new("SpecialMesh", p1)
  7077.  
  7078. b1.MeshType = Enum.MeshType.Wedge
  7079.  
  7080. b1.Name = "Mesh"
  7081.  
  7082. b1.Scale = Vector3.new(0.200000003, 1, 1)
  7083.  
  7084. p2 = Instance.new("WedgePart", m)
  7085.  
  7086. p2.BrickColor = BrickColor.new("Royal purple")
  7087.  
  7088. p2.Material = Enum.Material.Neon
  7089.  
  7090. p2.Name = "Wedge"
  7091.  
  7092. p2.FormFactor = Enum.FormFactor.Custom
  7093.  
  7094. p2.Size = Vector3.new(1, 1.19999981, 4)
  7095.  
  7096. 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)
  7097.  
  7098. p2.CanCollide = false
  7099.  
  7100. p2.Locked = true
  7101.  
  7102. p2.TopSurface = Enum.SurfaceType.Smooth
  7103.  
  7104. b2 = Instance.new("SpecialMesh", p2)
  7105.  
  7106. b2.MeshType = Enum.MeshType.Wedge
  7107.  
  7108. b2.Name = "Mesh"
  7109.  
  7110. b2.Scale = Vector3.new(0.600000024, 1, 1)
  7111.  
  7112. p3 = Instance.new("Part", m)
  7113.  
  7114. p3.BrickColor = BrickColor.new("Really black")
  7115.  
  7116. p3.Material = Enum.Material.Metal
  7117.  
  7118. p3.Name = "Main"
  7119.  
  7120. p3.Transparency = 1
  7121.  
  7122. p3.FormFactor = Enum.FormFactor.Custom
  7123.  
  7124. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  7125.  
  7126. 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)
  7127.  
  7128. p3.CanCollide = false
  7129.  
  7130. p3.Locked = true
  7131.  
  7132. p3.BottomSurface = Enum.SurfaceType.Smooth
  7133.  
  7134. p3.TopSurface = Enum.SurfaceType.Smooth
  7135.  
  7136. p4 = Instance.new("Part", m)
  7137.  
  7138. p4.BrickColor = BrickColor.new("Really black")
  7139.  
  7140. p4.Material = Enum.Material.Neon
  7141.  
  7142. p4.FormFactor = Enum.FormFactor.Custom
  7143.  
  7144. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7145.  
  7146. 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)
  7147.  
  7148. p4.CanCollide = false
  7149.  
  7150. p4.Locked = true
  7151.  
  7152. p4.BottomSurface = Enum.SurfaceType.Smooth
  7153.  
  7154. p4.TopSurface = Enum.SurfaceType.Smooth
  7155.  
  7156. b3 = Instance.new("SpecialMesh", p4)
  7157.  
  7158. b3.MeshType = Enum.MeshType.Sphere
  7159.  
  7160. b3.Name = "Mesh"
  7161.  
  7162. p5 = Instance.new("WedgePart", m)
  7163.  
  7164. p5.BrickColor = BrickColor.new("Royal purple")
  7165.  
  7166. p5.Material = Enum.Material.Neon
  7167.  
  7168. p5.Name = "Wedge"
  7169.  
  7170. p5.FormFactor = Enum.FormFactor.Custom
  7171.  
  7172. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7173.  
  7174. 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)
  7175.  
  7176. p5.CanCollide = false
  7177.  
  7178. p5.Locked = true
  7179.  
  7180. p5.TopSurface = Enum.SurfaceType.Smooth
  7181.  
  7182. b4 = Instance.new("SpecialMesh", p5)
  7183.  
  7184. b4.MeshType = Enum.MeshType.Wedge
  7185.  
  7186. b4.Name = "Mesh"
  7187.  
  7188. b4.Scale = Vector3.new(0.200000003, 1, 1)
  7189.  
  7190. p6 = Instance.new("Part", m)
  7191.  
  7192. p6.BrickColor = BrickColor.new("Royal purple")
  7193.  
  7194. p6.Material = Enum.Material.Neon
  7195.  
  7196. p6.FormFactor = Enum.FormFactor.Custom
  7197.  
  7198. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  7199.  
  7200. 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)
  7201.  
  7202. p6.CanCollide = false
  7203.  
  7204. p6.Locked = true
  7205.  
  7206. p6.BottomSurface = Enum.SurfaceType.Smooth
  7207.  
  7208. p6.TopSurface = Enum.SurfaceType.Smooth
  7209.  
  7210. p7 = Instance.new("Part", m)
  7211.  
  7212. p7.BrickColor = BrickColor.new("Royal purple")
  7213.  
  7214. p7.Material = Enum.Material.Neon
  7215.  
  7216. p7.FormFactor = Enum.FormFactor.Custom
  7217.  
  7218. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  7219.  
  7220. 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)
  7221.  
  7222. p7.CanCollide = false
  7223.  
  7224. p7.Locked = true
  7225.  
  7226. p7.BottomSurface = Enum.SurfaceType.Smooth
  7227.  
  7228. p7.TopSurface = Enum.SurfaceType.Smooth
  7229.  
  7230. p8 = Instance.new("Part", m)
  7231.  
  7232. p8.BrickColor = BrickColor.new("Really black")
  7233.  
  7234. p8.Material = Enum.Material.Neon
  7235.  
  7236. p8.FormFactor = Enum.FormFactor.Custom
  7237.  
  7238. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7239.  
  7240. 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)
  7241.  
  7242. p8.CanCollide = false
  7243.  
  7244. p8.Locked = true
  7245.  
  7246. p8.BottomSurface = Enum.SurfaceType.Smooth
  7247.  
  7248. p8.TopSurface = Enum.SurfaceType.Smooth
  7249.  
  7250. b5 = Instance.new("SpecialMesh", p8)
  7251.  
  7252. b5.MeshType = Enum.MeshType.Sphere
  7253.  
  7254. b5.Name = "Mesh"
  7255.  
  7256. p9 = Instance.new("Part", m)
  7257.  
  7258. p9.BrickColor = BrickColor.new("Really black")
  7259.  
  7260. p9.Material = Enum.Material.Neon
  7261.  
  7262. p9.FormFactor = Enum.FormFactor.Custom
  7263.  
  7264. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7265.  
  7266. 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)
  7267.  
  7268. p9.CanCollide = false
  7269.  
  7270. p9.Locked = true
  7271.  
  7272. p9.BottomSurface = Enum.SurfaceType.Smooth
  7273.  
  7274. p9.TopSurface = Enum.SurfaceType.Smooth
  7275.  
  7276. b6 = Instance.new("SpecialMesh", p9)
  7277.  
  7278. b6.MeshType = Enum.MeshType.Sphere
  7279.  
  7280. b6.Name = "Mesh"
  7281.  
  7282. p10 = Instance.new("Part", m)
  7283.  
  7284. p10.BrickColor = BrickColor.new("Royal purple")
  7285.  
  7286. p10.Material = Enum.Material.Neon
  7287.  
  7288. p10.FormFactor = Enum.FormFactor.Custom
  7289.  
  7290. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  7291.  
  7292. 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)
  7293.  
  7294. p10.CanCollide = false
  7295.  
  7296. p10.Locked = true
  7297.  
  7298. p10.BottomSurface = Enum.SurfaceType.Smooth
  7299.  
  7300. p10.TopSurface = Enum.SurfaceType.Smooth
  7301.  
  7302. p11 = Instance.new("Part", m)
  7303.  
  7304. p11.BrickColor = BrickColor.new("Royal purple")
  7305.  
  7306. p11.Material = Enum.Material.Neon
  7307.  
  7308. p11.FormFactor = Enum.FormFactor.Custom
  7309.  
  7310. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  7311.  
  7312. 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)
  7313.  
  7314. p11.CanCollide = false
  7315.  
  7316. p11.Locked = true
  7317.  
  7318. p11.BottomSurface = Enum.SurfaceType.Smooth
  7319.  
  7320. p11.TopSurface = Enum.SurfaceType.Smooth
  7321.  
  7322. p12 = Instance.new("WedgePart", m)
  7323.  
  7324. p12.BrickColor = BrickColor.new("Royal purple")
  7325.  
  7326. p12.Material = Enum.Material.Neon
  7327.  
  7328. p12.Name = "Wedge"
  7329.  
  7330. p12.FormFactor = Enum.FormFactor.Custom
  7331.  
  7332. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7333.  
  7334. 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)
  7335.  
  7336. p12.CanCollide = false
  7337.  
  7338. p12.Locked = true
  7339.  
  7340. p12.TopSurface = Enum.SurfaceType.Smooth
  7341.  
  7342. b7 = Instance.new("SpecialMesh", p12)
  7343.  
  7344. b7.MeshType = Enum.MeshType.Wedge
  7345.  
  7346. b7.Name = "Mesh"
  7347.  
  7348. b7.Scale = Vector3.new(0.200000003, 1, 1)
  7349.  
  7350. p13 = Instance.new("Part", m)
  7351.  
  7352. p13.BrickColor = BrickColor.new("Really black")
  7353.  
  7354. p13.Material = Enum.Material.Neon
  7355.  
  7356. p13.FormFactor = Enum.FormFactor.Custom
  7357.  
  7358. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7359.  
  7360. 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)
  7361.  
  7362. p13.CanCollide = false
  7363.  
  7364. p13.Locked = true
  7365.  
  7366. p13.BottomSurface = Enum.SurfaceType.Smooth
  7367.  
  7368. p13.TopSurface = Enum.SurfaceType.Smooth
  7369.  
  7370. b8 = Instance.new("SpecialMesh", p13)
  7371.  
  7372. b8.MeshType = Enum.MeshType.Sphere
  7373.  
  7374. b8.Name = "Mesh"
  7375.  
  7376. p14 = Instance.new("Part", m)
  7377.  
  7378. p14.BrickColor = BrickColor.new("Really black")
  7379.  
  7380. p14.Material = Enum.Material.Neon
  7381.  
  7382. p14.FormFactor = Enum.FormFactor.Custom
  7383.  
  7384. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7385.  
  7386. 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)
  7387.  
  7388. p14.CanCollide = false
  7389.  
  7390. p14.Locked = true
  7391.  
  7392. p14.BottomSurface = Enum.SurfaceType.Smooth
  7393.  
  7394. p14.TopSurface = Enum.SurfaceType.Smooth
  7395.  
  7396. b9 = Instance.new("SpecialMesh", p14)
  7397.  
  7398. b9.MeshType = Enum.MeshType.Sphere
  7399.  
  7400. b9.Name = "Mesh"
  7401.  
  7402. w1 = Instance.new("Weld", p1)
  7403.  
  7404. w1.Name = "Wedge_Weld"
  7405.  
  7406. w1.Part0 = p1
  7407.  
  7408. 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)
  7409.  
  7410. w1.Part1 = p2
  7411.  
  7412. 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)
  7413.  
  7414. w2 = Instance.new("Weld", p2)
  7415.  
  7416. w2.Name = "Part_Weld"
  7417.  
  7418. w2.Part0 = p2
  7419.  
  7420. 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)
  7421.  
  7422. w2.Part1 = p3
  7423.  
  7424. 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)
  7425.  
  7426. w3 = Instance.new("Weld", p3)
  7427.  
  7428. w3.Name = "Part_Weld"
  7429.  
  7430. w3.Part0 = p3
  7431.  
  7432. 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)
  7433.  
  7434. w3.Part1 = p4
  7435.  
  7436. 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)
  7437.  
  7438. w4 = Instance.new("Weld", p4)
  7439.  
  7440. w4.Name = "Wedge_Weld"
  7441.  
  7442. w4.Part0 = p4
  7443.  
  7444. 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)
  7445.  
  7446. w4.Part1 = p5
  7447.  
  7448. 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)
  7449.  
  7450. w5 = Instance.new("Weld", p5)
  7451.  
  7452. w5.Name = "Part_Weld"
  7453.  
  7454. w5.Part0 = p5
  7455.  
  7456. 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)
  7457.  
  7458. w5.Part1 = p6
  7459.  
  7460. 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)
  7461.  
  7462. w6 = Instance.new("Weld", p6)
  7463.  
  7464. w6.Name = "Part_Weld"
  7465.  
  7466. w6.Part0 = p6
  7467.  
  7468. 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)
  7469.  
  7470. w6.Part1 = p7
  7471.  
  7472. 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)
  7473.  
  7474. w7 = Instance.new("Weld", p7)
  7475.  
  7476. w7.Name = "Part_Weld"
  7477.  
  7478. w7.Part0 = p7
  7479.  
  7480. 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)
  7481.  
  7482. w7.Part1 = p8
  7483.  
  7484. 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)
  7485.  
  7486. w8 = Instance.new("Weld", p8)
  7487.  
  7488. w8.Name = "Part_Weld"
  7489.  
  7490. w8.Part0 = p8
  7491.  
  7492. 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)
  7493.  
  7494. w8.Part1 = p9
  7495.  
  7496. 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)
  7497.  
  7498. w9 = Instance.new("Weld", p9)
  7499.  
  7500. w9.Name = "Part_Weld"
  7501.  
  7502. w9.Part0 = p9
  7503.  
  7504. 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)
  7505.  
  7506. w9.Part1 = p10
  7507.  
  7508. 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)
  7509.  
  7510. w10 = Instance.new("Weld", p10)
  7511.  
  7512. w10.Name = "Part_Weld"
  7513.  
  7514. w10.Part0 = p10
  7515.  
  7516. 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)
  7517.  
  7518. w10.Part1 = p11
  7519.  
  7520. 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)
  7521.  
  7522. w11 = Instance.new("Weld", p11)
  7523.  
  7524. w11.Name = "Wedge_Weld"
  7525.  
  7526. w11.Part0 = p11
  7527.  
  7528. 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)
  7529.  
  7530. w11.Part1 = p12
  7531.  
  7532. 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)
  7533.  
  7534. w12 = Instance.new("Weld", p12)
  7535.  
  7536. w12.Name = "Part_Weld"
  7537.  
  7538. w12.Part0 = p12
  7539.  
  7540. 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)
  7541.  
  7542. w12.Part1 = p13
  7543.  
  7544. 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)
  7545.  
  7546. w13 = Instance.new("Weld", p13)
  7547.  
  7548. w13.Name = "Part_Weld"
  7549.  
  7550. w13.Part0 = p13
  7551.  
  7552. 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)
  7553.  
  7554. w13.Part1 = p14
  7555.  
  7556. 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)
  7557.  
  7558. w14 = Instance.new("Weld", p14)
  7559.  
  7560. w14.Name = "Wedge_Weld"
  7561.  
  7562. w14.Part0 = p14
  7563.  
  7564. 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)
  7565.  
  7566. m.Parent = lleg
  7567.  
  7568. m:MakeJoints()
  7569.  
  7570. ----------------------------------------------------
  7571.  
  7572. local cor7 = Instance.new("Part", lleg.LeftLeg)
  7573.  
  7574. cor7.Name = "Thingy"
  7575.  
  7576. cor7.Locked = true
  7577.  
  7578. cor7.BottomSurface = 0
  7579.  
  7580. cor7.CanCollide = false
  7581.  
  7582. cor7.Size = Vector3.new(2, 1, 1)
  7583.  
  7584. cor7.Transparency = 1
  7585.  
  7586. cor7.TopSurface = 0
  7587.  
  7588. corw2 = Instance.new("Weld", cor7)
  7589.  
  7590. corw2.Part0 = lleg
  7591.  
  7592. corw2.Part1 = cor7
  7593.  
  7594. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7595.  
  7596. corw2.C1 = CFrame.new(0, 0, 0)
  7597.  
  7598. weld2 = Instance.new("Weld", lleg.LeftLeg)
  7599.  
  7600. weld2.Part0 = cor7
  7601.  
  7602. weld2.Part1 = p3
  7603.  
  7604. weld2.C0 = CFrame.new(0, 0, .6)
  7605.  
  7606. ----------------------------------------------------
  7607.  
  7608. Blast = function()
  7609.  
  7610. local Colors = {"Royal purple", "Really black"}
  7611.  
  7612. local wave = Instance.new("Part", torso)
  7613.  
  7614. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  7615.  
  7616. wave.Anchored = true
  7617.  
  7618. wave.CanCollide = false
  7619.  
  7620. wave.Locked = true
  7621.  
  7622. wave.Size = Vector3.new(1, 1, 1)
  7623.  
  7624. wave.TopSurface = "Smooth"
  7625.  
  7626. wave.BottomSurface = "Smooth"
  7627.  
  7628. wave.Transparency = 0.35
  7629.  
  7630. wave.CFrame = rarm.CFrame
  7631.  
  7632. wm = Instance.new("SpecialMesh", wave)
  7633.  
  7634. wm.MeshType = "Sphere"
  7635.  
  7636. wm.Scale = Vector3.new(1,1,1)
  7637.  
  7638. z = Instance.new("Sound",wave)
  7639.  
  7640. z.SoundId = "rbxassetid://237035051"
  7641.  
  7642. z.Volume = 1
  7643.  
  7644. z.Pitch = .9
  7645.  
  7646. z:Play()
  7647.  
  7648. coroutine.wrap(function()
  7649.  
  7650. for i = 1, 30, 1 do
  7651.  
  7652. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  7653.  
  7654. --wave.Size = wm.Scale
  7655.  
  7656. wave.CFrame = rarm.CFrame
  7657.  
  7658. wave.Transparency = (1/14)
  7659.  
  7660. rs:wait()
  7661.  
  7662. end
  7663.  
  7664. rs:wait()
  7665.  
  7666. wave:Destroy()
  7667.  
  7668. z:Destroy()
  7669.  
  7670. end)()
  7671.  
  7672. end
  7673.  
  7674. ----------------------------------------------------
  7675.  
  7676. rarm.Touched:connect(function(ht)
  7677.  
  7678. hit = ht.Parent
  7679.  
  7680. if ht and hit:IsA("Model") then
  7681.  
  7682. if hit:FindFirstChild("Humanoid") then
  7683.  
  7684. if hit.Name ~= p.Name then
  7685.  
  7686. if Debounces.RPunch == true and Debounces.RPunched == false then
  7687.  
  7688. Debounces.RPunched = true
  7689.  
  7690. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  7691.  
  7692. if Debounces.ks==true then
  7693.  
  7694. z = Instance.new("Sound",hed)
  7695.  
  7696. z.SoundId = "rbxassetid://169380525"
  7697.  
  7698. z.Pitch = ptz[math.random(1,#ptz)]
  7699.  
  7700. z.Volume = 1
  7701.  
  7702. z:Play()
  7703.  
  7704. end
  7705.  
  7706. wait(.2)
  7707.  
  7708. Debounces.RPunched = false
  7709.  
  7710. end
  7711.  
  7712. end
  7713.  
  7714. end
  7715.  
  7716. elseif ht and hit:IsA("Hat") then
  7717.  
  7718. if hit.Parent.Name ~= p.Name then
  7719.  
  7720. if hit.Parent:FindFirstChild("Humanoid") then
  7721.  
  7722. if Debounces.RPunch == true and Debounces.RPunched == false then
  7723.  
  7724. Debounces.RPunched = true
  7725.  
  7726. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  7727.  
  7728. if Debounces.ks==true then
  7729.  
  7730. z = Instance.new("Sound",hed)
  7731.  
  7732. z.SoundId = "rbxassetid://169380525"
  7733.  
  7734. z.Pitch = ptz[math.random(1,#ptz)]
  7735.  
  7736. z.Volume = 1
  7737.  
  7738. z:Play()
  7739.  
  7740. end
  7741.  
  7742. wait(.2)
  7743.  
  7744. Debounces.RPunched = false
  7745.  
  7746. end
  7747.  
  7748. end
  7749.  
  7750. end
  7751.  
  7752. end
  7753.  
  7754. end)
  7755.  
  7756. larm.Touched:connect(function(ht)
  7757.  
  7758. hit = ht.Parent
  7759.  
  7760. if ht and hit:IsA("Model") then
  7761.  
  7762. if hit:FindFirstChild("Humanoid") then
  7763.  
  7764. if hit.Name ~= p.Name then
  7765.  
  7766. if Debounces.LPunch == true and Debounces.LPunched == false then
  7767.  
  7768. Debounces.LPunched = true
  7769.  
  7770. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  7771.  
  7772. if Debounces.ks2==true then
  7773.  
  7774. z = Instance.new("Sound",hed)
  7775.  
  7776. z.SoundId = "rbxassetid://169380525"
  7777.  
  7778. z.Pitch = ptz[math.random(1,#ptz)]
  7779.  
  7780. z.Volume = 1
  7781.  
  7782. z:Play()
  7783.  
  7784. end
  7785.  
  7786. wait(.2)
  7787.  
  7788. Debounces.LPunched = false
  7789.  
  7790. end
  7791.  
  7792. end
  7793.  
  7794. end
  7795.  
  7796. elseif ht and hit:IsA("Hat") then
  7797.  
  7798. if hit.Parent.Name ~= p.Name then
  7799.  
  7800. if hit.Parent:FindFirstChild("Humanoid") then
  7801.  
  7802. if Debounces.LPunch == true and Debounces.LPunched == false then
  7803.  
  7804. Debounces.LPunched = true
  7805.  
  7806. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  7807.  
  7808. if Debounces.ks2==true then
  7809.  
  7810. z = Instance.new("Sound",hed)
  7811.  
  7812. z.SoundId = "rbxassetid://169380525"
  7813.  
  7814. z.Pitch = ptz[math.random(1,#ptz)]
  7815.  
  7816. z.Volume = 1
  7817.  
  7818. z:Play()
  7819.  
  7820. end
  7821.  
  7822. wait(.2)
  7823.  
  7824. Debounces.LPunched = false
  7825.  
  7826. end
  7827.  
  7828. end
  7829.  
  7830. end
  7831.  
  7832. end
  7833.  
  7834. end)
  7835.  
  7836. ----------------------------------------------------
  7837.  
  7838. mod4 = Instance.new("Model",char)
  7839.  
  7840.  
  7841.  
  7842. ptez = {0.7, 0.8, 0.9, 1}
  7843.  
  7844.  
  7845.  
  7846. function FindNearestTorso(Position,Distance,SinglePlayer)
  7847.  
  7848. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  7849.  
  7850. local List = {}
  7851.  
  7852. for i,v in pairs(workspace:GetChildren())do
  7853.  
  7854. if v:IsA("Model")then
  7855.  
  7856. if v:findFirstChild("Torso")then
  7857.  
  7858. if v ~= char then
  7859.  
  7860. if(v.Torso.Position -Position).magnitude <= Distance then
  7861.  
  7862. table.insert(List,v)
  7863.  
  7864. end
  7865.  
  7866. end
  7867.  
  7868. end
  7869.  
  7870. end
  7871.  
  7872. end
  7873.  
  7874. return List
  7875.  
  7876. end
  7877.  
  7878.  
  7879.  
  7880. function Punch()
  7881.  
  7882. part=Instance.new('Part',mod4)
  7883.  
  7884. part.Anchored=true
  7885.  
  7886. part.CanCollide=false
  7887.  
  7888. part.FormFactor='Custom'
  7889.  
  7890. part.Size=Vector3.new(.2,.2,.2)
  7891.  
  7892. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  7893.  
  7894. part.Transparency=.7
  7895.  
  7896. part.BrickColor=BrickColor.new('Really black')
  7897.  
  7898. mesh=Instance.new('SpecialMesh',part)
  7899.  
  7900. mesh.MeshId='http://www.roblox.com/asset/?id=9982590'
  7901.  
  7902. mesh.Scale=Vector3.new(3,3,3)
  7903.  
  7904. part2=Instance.new('Part',mod4)
  7905.  
  7906. part2.Anchored=true
  7907.  
  7908. part2.CanCollide=false
  7909.  
  7910. part2.FormFactor='Custom'
  7911.  
  7912. part2.Size=Vector3.new(.2,.2,.2)
  7913.  
  7914. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  7915.  
  7916. part2.Transparency=.7
  7917.  
  7918. part2.BrickColor=BrickColor.new('Royal purple')
  7919.  
  7920. mesh2=Instance.new('SpecialMesh',part2)
  7921.  
  7922. mesh2.MeshId='http://www.roblox.com/asset/?id=9982590'
  7923.  
  7924. mesh2.Scale=Vector3.new(3,1.5,3)
  7925.  
  7926. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  7927.  
  7928. if v:FindFirstChild('Humanoid') then
  7929.  
  7930. v.Humanoid:TakeDamage(math.random(2,6))
  7931.  
  7932. end
  7933.  
  7934. end
  7935.  
  7936. coroutine.resume(coroutine.create(function()
  7937.  
  7938. for i=0,0.62,0.4 do
  7939.  
  7940. wait()
  7941.  
  7942. part.CFrame=part.CFrame
  7943.  
  7944. part.Transparency=i
  7945.  
  7946. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  7947.  
  7948. part2.CFrame=part2.CFrame
  7949.  
  7950. part2.Transparency=i
  7951.  
  7952. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  7953.  
  7954. end
  7955.  
  7956. part.Parent=nil
  7957.  
  7958. part2.Parent=nil
  7959.  
  7960. end))
  7961.  
  7962. end
  7963.  
  7964. ----------------------------------------------------
  7965.  
  7966. rarm.Touched:connect(function(ht)
  7967.  
  7968. hit = ht.Parent
  7969.  
  7970. if ht and hit:IsA("Model") then
  7971.  
  7972. if hit:FindFirstChild("Humanoid") then
  7973.  
  7974. if hit.Name ~= p.Name then
  7975.  
  7976. if Debounces.RPunch == true and Debounces.RPunched == false then
  7977.  
  7978. Debounces.RPunched = true
  7979.  
  7980. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  7981.  
  7982. if Debounces.ks==true then
  7983.  
  7984. z = Instance.new("Sound",hed)
  7985.  
  7986. z.SoundId = "rbxassetid://169380525"
  7987.  
  7988. z.Pitch = ptz[math.random(1,#ptz)]
  7989.  
  7990. z.Volume = 1
  7991.  
  7992. z:Play()
  7993.  
  7994. end
  7995.  
  7996. wait(.2)
  7997.  
  7998. Debounces.RPunched = false
  7999.  
  8000. end
  8001.  
  8002. end
  8003.  
  8004. end
  8005.  
  8006. elseif ht and hit:IsA("Hat") then
  8007.  
  8008. if hit.Parent.Name ~= p.Name then
  8009.  
  8010. if hit.Parent:FindFirstChild("Humanoid") then
  8011.  
  8012. if Debounces.RPunch == true and Debounces.RPunched == false then
  8013.  
  8014. Debounces.RPunched = true
  8015.  
  8016. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  8017.  
  8018. if Debounces.ks==true then
  8019.  
  8020. z = Instance.new("Sound",hed)
  8021.  
  8022. z.SoundId = "rbxassetid://169380525"
  8023.  
  8024. z.Pitch = ptz[math.random(1,#ptz)]
  8025.  
  8026. z.Volume = 1
  8027.  
  8028. z:Play()
  8029.  
  8030. end
  8031.  
  8032. wait(.2)
  8033.  
  8034. Debounces.RPunched = false
  8035.  
  8036. end
  8037.  
  8038. end
  8039.  
  8040. end
  8041.  
  8042. end
  8043.  
  8044. end)
  8045.  
  8046. larm.Touched:connect(function(ht)
  8047.  
  8048. hit = ht.Parent
  8049.  
  8050. if ht and hit:IsA("Model") then
  8051.  
  8052. if hit:FindFirstChild("Humanoid") then
  8053.  
  8054. if hit.Name ~= p.Name then
  8055.  
  8056. if Debounces.LPunch == true and Debounces.LPunched == false then
  8057.  
  8058. Debounces.LPunched = true
  8059.  
  8060. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  8061.  
  8062. if Debounces.ks2==true then
  8063.  
  8064. z = Instance.new("Sound",hed)
  8065.  
  8066. z.SoundId = "rbxassetid://169380525"
  8067.  
  8068. z.Pitch = ptz[math.random(1,#ptz)]
  8069.  
  8070. z.Volume = 1
  8071.  
  8072. z:Play()
  8073.  
  8074. end
  8075.  
  8076. wait(.2)
  8077.  
  8078. Debounces.LPunched = false
  8079.  
  8080. end
  8081.  
  8082. end
  8083.  
  8084. end
  8085.  
  8086. elseif ht and hit:IsA("Hat") then
  8087.  
  8088. if hit.Parent.Name ~= p.Name then
  8089.  
  8090. if hit.Parent:FindFirstChild("Humanoid") then
  8091.  
  8092. if Debounces.LPunch == true and Debounces.LPunched == false then
  8093.  
  8094. Debounces.LPunched = true
  8095.  
  8096. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  8097.  
  8098. if Debounces.ks2==true then
  8099.  
  8100. z = Instance.new("Sound",hed)
  8101.  
  8102. z.SoundId = "rbxassetid://169380525"
  8103.  
  8104. z.Pitch = ptz[math.random(1,#ptz)]
  8105.  
  8106. z.Volume = 1
  8107.  
  8108. z:Play()
  8109.  
  8110. end
  8111.  
  8112. wait(.2)
  8113.  
  8114. Debounces.LPunched = false
  8115.  
  8116. end
  8117.  
  8118. end
  8119.  
  8120. end
  8121.  
  8122. end
  8123.  
  8124. end)
  8125.  
  8126. ----------------------------------------------------
  8127.  
  8128. local player = game.Players.LocalPlayer
  8129.  
  8130. local pchar = player.Character
  8131.  
  8132. local mouse = player:GetMouse()
  8133.  
  8134. local cam = workspace.CurrentCamera
  8135.  
  8136.  
  8137.  
  8138. local rad = math.rad
  8139.  
  8140.  
  8141.  
  8142. local keysDown = {}
  8143.  
  8144. local flySpeed = 0
  8145.  
  8146. local MAX_FLY_SPEED = 150
  8147.  
  8148.  
  8149.  
  8150. local canFly = false
  8151.  
  8152. local flyToggled = false
  8153.  
  8154.  
  8155.  
  8156. local forward, side = 0, 0
  8157.  
  8158. local lastForward, lastSide = 0, 0
  8159.  
  8160.  
  8161.  
  8162. local floatBP = Instance.new("BodyPosition")
  8163.  
  8164. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  8165.  
  8166. local flyBV = Instance.new("BodyVelocity")
  8167.  
  8168. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8169.  
  8170. local turnBG = Instance.new("BodyGyro")
  8171.  
  8172. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  8173.  
  8174.  
  8175.  
  8176. mouse.KeyDown:connect(function(key)
  8177.  
  8178. keysDown[key] = true
  8179.  
  8180.  
  8181.  
  8182. if key == "f" then
  8183.  
  8184. flyToggled = not flyToggled
  8185.  
  8186.  
  8187.  
  8188. if not flyToggled then
  8189.  
  8190. stanceToggle = "Normal"
  8191.  
  8192. floatBP.Parent = nil
  8193.  
  8194. flyBV.Parent = nil
  8195.  
  8196. turnBG.Parent = nil
  8197.  
  8198. root.Velocity = Vector3.new()
  8199.  
  8200. pchar.Humanoid.PlatformStand = false
  8201.  
  8202. end
  8203.  
  8204. end
  8205.  
  8206.  
  8207.  
  8208. end)
  8209.  
  8210. mouse.KeyUp:connect(function(key)
  8211.  
  8212. keysDown[key] = nil
  8213.  
  8214. end)
  8215.  
  8216.  
  8217.  
  8218. local function updateFly()
  8219.  
  8220.  
  8221.  
  8222. if not flyToggled then return end
  8223.  
  8224.  
  8225.  
  8226. lastForward = forward
  8227.  
  8228. lastSide = side
  8229.  
  8230.  
  8231.  
  8232. forward = 0
  8233.  
  8234. side = 0
  8235.  
  8236.  
  8237.  
  8238. if keysDown.w then
  8239.  
  8240. forward = forward + 1
  8241.  
  8242. end
  8243.  
  8244. if keysDown.s then
  8245.  
  8246. forward = forward - 1
  8247.  
  8248. end
  8249.  
  8250. if keysDown.a then
  8251.  
  8252. side = side - 1
  8253.  
  8254. end
  8255.  
  8256. if keysDown.d then
  8257.  
  8258. side = side + 1
  8259.  
  8260. end
  8261.  
  8262.  
  8263.  
  8264. canFly = (forward ~= 0 or side ~= 0)
  8265.  
  8266.  
  8267.  
  8268. if canFly then
  8269.  
  8270. stanceToggle = "Floating"
  8271.  
  8272. turnBG.Parent = root
  8273.  
  8274. floatBP.Parent = nil
  8275.  
  8276. flyBV.Parent = root
  8277.  
  8278.  
  8279.  
  8280. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  8281.  
  8282. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  8283.  
  8284. else
  8285.  
  8286. floatBP.position = root.Position
  8287.  
  8288. floatBP.Parent = root
  8289.  
  8290.  
  8291.  
  8292. flySpeed = flySpeed - 1
  8293.  
  8294. if flySpeed < 0 then flySpeed = 0 end
  8295.  
  8296. end
  8297.  
  8298.  
  8299.  
  8300. local camCF = cam.CoordinateFrame
  8301.  
  8302. local in_forward = canFly and forward or lastForward
  8303.  
  8304. local in_side = canFly and side or lastSide
  8305.  
  8306.  
  8307.  
  8308. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  8309.  
  8310. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  8311.  
  8312.  
  8313.  
  8314. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  8315.  
  8316. 0)
  8317.  
  8318. end
  8319.  
  8320.  
  8321.  
  8322. game:service'RunService'.RenderStepped:connect(function()
  8323.  
  8324. if flyToggled then
  8325.  
  8326. pchar.Humanoid.PlatformStand = true
  8327.  
  8328. end
  8329.  
  8330. updateFly()
  8331.  
  8332. end)
  8333.  
  8334. -------------------------------
  8335.  
  8336. mouse.KeyDown:connect(function(key)
  8337.  
  8338. if key == "q" then
  8339.  
  8340. if Debounces.CanAttack == true then
  8341.  
  8342. Debounces.CanAttack = false
  8343.  
  8344. Debounces.NoIdl = true
  8345.  
  8346. Debounces.on = true
  8347.  
  8348. function FindNearestTorso(Position,Distance,SinglePlayer)
  8349.  
  8350. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  8351.  
  8352. local List = {}
  8353.  
  8354. for i,v in pairs(workspace:GetChildren())do
  8355.  
  8356. if v:IsA("Model")then
  8357.  
  8358. if v:findFirstChild("Torso")then
  8359.  
  8360. if v ~= char then
  8361.  
  8362. if(v.Torso.Position -Position).magnitude <= Distance then
  8363.  
  8364. table.insert(List,v)
  8365.  
  8366. end
  8367.  
  8368. end
  8369.  
  8370. end
  8371.  
  8372. end
  8373.  
  8374. end
  8375.  
  8376. return List
  8377.  
  8378. end
  8379.  
  8380. z = Instance.new("Sound",hed)
  8381.  
  8382. z.SoundId = "rbxassetid://232213955"
  8383.  
  8384. z.Pitch = 1
  8385.  
  8386. z.Volume = 1
  8387.  
  8388. wait(0.2)
  8389.  
  8390. z:Play()
  8391.  
  8392. sp = Instance.new("Part",rarm)
  8393.  
  8394. sp.Anchored = true
  8395.  
  8396. sp.CanCollide = false
  8397.  
  8398. sp.Locked = true
  8399.  
  8400. sp.Transparency = 0
  8401.  
  8402. sp.Material = "Neon"
  8403.  
  8404. sp.Size = Vector3.new(1,1,1)
  8405.  
  8406. sp.TopSurface = "SmoothNoOutlines"
  8407.  
  8408. sp.BottomSurface = "SmoothNoOutlines"
  8409.  
  8410. sp.BrickColor = BrickColor.new("Royal purple")
  8411.  
  8412. spm = Instance.new("SpecialMesh",sp)
  8413.  
  8414. spm.MeshType = "Sphere"
  8415.  
  8416. spm.Scale = Vector3.new(21,21,21)
  8417.  
  8418. sp2 = Instance.new("Part", rarm)
  8419.  
  8420. sp2.Name = "Energy"
  8421.  
  8422. sp2.BrickColor = BrickColor.new("Royal purple")
  8423.  
  8424. sp2.Size = Vector3.new(1, 1, 1)
  8425.  
  8426. sp2.Shape = "Ball"
  8427.  
  8428. sp2.CanCollide = false
  8429.  
  8430. sp2.Anchored = true
  8431.  
  8432. sp2.Locked = true
  8433.  
  8434. sp2.TopSurface = 0
  8435.  
  8436. sp2.BottomSurface = 0
  8437.  
  8438. sp2.Transparency = 1
  8439.  
  8440. spm2 = Instance.new("SpecialMesh",sp2)
  8441.  
  8442. spm2.MeshId = "rbxassetid://9982590"
  8443.  
  8444. spm2.Scale = Vector3.new(2,2,2)
  8445.  
  8446. for i = 1, 20 do
  8447.  
  8448. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  8449.  
  8450. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  8451.  
  8452. 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)
  8453.  
  8454. 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)
  8455.  
  8456. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  8457.  
  8458. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  8459.  
  8460. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  8461.  
  8462. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  8463.  
  8464. if Debounces.on == false then break end
  8465.  
  8466. rs:wait()
  8467.  
  8468. end
  8469.  
  8470. for i = 1, 100, 20 do rs:wait()
  8471.  
  8472. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  8473.  
  8474. end
  8475.  
  8476. for i = 1, 20 do
  8477.  
  8478. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  8479.  
  8480. 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)
  8481.  
  8482. 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)
  8483.  
  8484. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  8485.  
  8486. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  8487.  
  8488. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  8489.  
  8490. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  8491.  
  8492. if Debounces.on == false then break end
  8493.  
  8494. rs:wait()
  8495.  
  8496. end
  8497.  
  8498. sp.Transparency = 1
  8499.  
  8500. for i = 1, 20 do
  8501.  
  8502. 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)
  8503.  
  8504. 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)
  8505.  
  8506. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  8507.  
  8508. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  8509.  
  8510. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  8511.  
  8512. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  8513.  
  8514. if Debounces.on == false then break end
  8515.  
  8516. rs:wait()
  8517.  
  8518. end
  8519.  
  8520. wait(1)
  8521.  
  8522. sp.Transparency = 0
  8523.  
  8524. sp2.Transparency = 0.84
  8525.  
  8526. for i = 1, 20 do
  8527.  
  8528. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  8529.  
  8530. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  8531.  
  8532. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  8533.  
  8534. 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)
  8535.  
  8536. 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)
  8537.  
  8538. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  8539.  
  8540. 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)
  8541.  
  8542. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  8543.  
  8544. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  8545.  
  8546. if Debounces.on == false then break end
  8547.  
  8548. rs:wait()
  8549.  
  8550. end
  8551.  
  8552. for i = 1, 2880, 50 do
  8553.  
  8554. rs:wait()
  8555.  
  8556. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  8557.  
  8558. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  8559.  
  8560. rs:wait()
  8561.  
  8562. end
  8563.  
  8564. sp:Destroy()
  8565.  
  8566. sp2:Destroy()
  8567.  
  8568. local X = Instance.new("Part",char)
  8569.  
  8570. local O = Instance.new("ObjectValue",X)
  8571.  
  8572. O.Name = "creator"
  8573.  
  8574. X.Locked = true
  8575.  
  8576. X.Name = "Shell"
  8577.  
  8578. X.Anchored = false
  8579.  
  8580. X.CanCollide = false
  8581.  
  8582. X.Transparency = 0
  8583.  
  8584. X.Reflectance = 0
  8585.  
  8586. X.BottomSurface = 0
  8587.  
  8588. X.TopSurface = 0
  8589.  
  8590. X.Shape = 0
  8591.  
  8592. local V = Instance.new("ObjectValue",X)
  8593.  
  8594. V.Value = char
  8595.  
  8596. V.Name = "creator"
  8597.  
  8598. X.BrickColor = BrickColor.new("Royal purple")
  8599.  
  8600. X.Size = Vector3.new(2,2,2)
  8601.  
  8602. X.Material = "Neon"
  8603.  
  8604. local Z = Instance.new("SpecialMesh",X)
  8605.  
  8606. Z.MeshType = "Sphere"
  8607.  
  8608. Z.Scale = Vector3.new(0.5,0.5,1)
  8609.  
  8610. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  8611.  
  8612. local bv = Instance.new("BodyVelocity",X)
  8613.  
  8614. bv.maxForce = Vector3.new(99999,99999,99999)
  8615.  
  8616. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  8617.  
  8618. bv.velocity = X.CFrame.lookVector*65
  8619.  
  8620.  
  8621.  
  8622. Explode = X.Touched:connect(function(hit)
  8623.  
  8624. if hit ~= char and hit.Name ~= "Shell" then
  8625.  
  8626. local cf = X.CFrame
  8627.  
  8628. bv:Destroy()
  8629.  
  8630. X.Anchored = true
  8631.  
  8632. Z:Remove()
  8633.  
  8634. Explode:disconnect()
  8635.  
  8636. X.Size = Vector3.new(3,3,3)
  8637.  
  8638. X.Touched:connect(function(hit) end)
  8639.  
  8640. X.CanCollide = false
  8641.  
  8642. local part3 = Instance.new("Part", rarm)
  8643.  
  8644. part3.Anchored=true
  8645.  
  8646. part3.CanCollide=false
  8647.  
  8648. part3.Locked = true
  8649.  
  8650. part3.TopSurface = "SmoothNoOutlines"
  8651.  
  8652. part3.BottomSurface = "SmoothNoOutlines"
  8653.  
  8654. part3.FormFactor='Custom'
  8655.  
  8656. part3.Size=Vector3.new(1,1, 1)
  8657.  
  8658. part3.CFrame=X.CFrame
  8659.  
  8660. part3.Transparency=0
  8661.  
  8662. part3.BrickColor=BrickColor.new("Royal purple")
  8663.  
  8664. local mesh3 = Instance.new("SpecialMesh",part3)
  8665.  
  8666. mesh3.MeshType = "Sphere"
  8667.  
  8668. mesh3.Scale = Vector3.new(1,1,1)
  8669.  
  8670. --debris:AddItem(X,8)
  8671.  
  8672. local part4 = Instance.new("Part", rarm)
  8673.  
  8674. part4.Material = "Neon"
  8675.  
  8676. part4.Anchored=true
  8677.  
  8678. part4.CanCollide=false
  8679.  
  8680. part4.Locked = true
  8681.  
  8682. part4.TopSurface = "SmoothNoOutlines"
  8683.  
  8684. part4.BottomSurface = "SmoothNoOutlines"
  8685.  
  8686. part4.FormFactor='Custom'
  8687.  
  8688. part4.Size=Vector3.new(1,1, 1)
  8689.  
  8690. part4.CFrame=X.CFrame
  8691.  
  8692. part4.Transparency=0
  8693.  
  8694. part4.BrickColor=BrickColor.new("Hot pink")
  8695.  
  8696. local mesh4 = Instance.new("SpecialMesh",part4)
  8697.  
  8698. mesh4.MeshType = "Sphere"
  8699.  
  8700. mesh4.Scale = Vector3.new(.5,.5,.5)
  8701.  
  8702. local part7 = Instance.new("Part", rarm)
  8703.  
  8704. part7.Material = "Neon"
  8705.  
  8706. part7.Anchored=true
  8707.  
  8708. part7.CanCollide=false
  8709.  
  8710. part7.Locked = true
  8711.  
  8712. part7.TopSurface = "SmoothNoOutlines"
  8713.  
  8714. part7.BottomSurface = "SmoothNoOutlines"
  8715.  
  8716. part7.FormFactor='Custom'
  8717.  
  8718. part7.Size=Vector3.new(1,1, 1)
  8719.  
  8720. part7.CFrame=X.CFrame
  8721.  
  8722. part7.Transparency=0
  8723.  
  8724. part7.BrickColor=BrickColor.new("Really black")
  8725.  
  8726. local mesh7 = Instance.new("SpecialMesh",part7)
  8727.  
  8728. mesh7.MeshType = "Sphere"
  8729.  
  8730. mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
  8731.  
  8732. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  8733.  
  8734. if v:FindFirstChild('Humanoid') then
  8735.  
  8736. v.Humanoid:TakeDamage(math.random(60,90))
  8737.  
  8738. v.Humanoid.PlatformStand = true
  8739.  
  8740. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  8741.  
  8742. end
  8743.  
  8744. end
  8745.  
  8746.  
  8747.  
  8748. local acos = math.acos
  8749.  
  8750. local sqrt = math.sqrt
  8751.  
  8752. local Vec3 = Vector3.new
  8753.  
  8754. local fromAxisAngle = CFrame.fromAxisAngle
  8755.  
  8756.  
  8757.  
  8758. local function toAxisAngle(CFr)
  8759.  
  8760. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  8761.  
  8762. local Angle = math.acos((R00+R11+R22-1)/2)
  8763.  
  8764. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  8765.  
  8766. A = A == 0 and 0.00001 or A
  8767.  
  8768. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  8769.  
  8770. B = B == 0 and 0.00001 or B
  8771.  
  8772. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  8773.  
  8774. C = C == 0 and 0.00001 or C
  8775.  
  8776. local x = (R21-R12)/sqrt(A)
  8777.  
  8778. local y = (R02-R20)/sqrt(B)
  8779.  
  8780. local z = (R10-R01)/sqrt(C)
  8781.  
  8782. return Vec3(x,y,z),Angle
  8783.  
  8784. end
  8785.  
  8786.  
  8787.  
  8788. function ApplyTrig(Num,Func)
  8789.  
  8790. local Min,Max = Func(0),Func(1)
  8791.  
  8792. local i = Func(Num)
  8793.  
  8794. return (i-Min)/(Max-Min)
  8795.  
  8796. end
  8797.  
  8798.  
  8799.  
  8800. function LerpCFrame(CFrame1,CFrame2,Num)
  8801.  
  8802. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  8803.  
  8804. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  8805.  
  8806. end
  8807.  
  8808.  
  8809.  
  8810. function Crater(Torso,Radius)
  8811.  
  8812. Spawn(function()
  8813.  
  8814. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  8815.  
  8816. local Ignore = {}
  8817.  
  8818. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  8819.  
  8820. if v.Character ~= nil then
  8821.  
  8822. Ignore[#Ignore+1] = v.Character
  8823.  
  8824. end
  8825.  
  8826. end
  8827.  
  8828. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  8829.  
  8830. if Hit == nil then return end
  8831.  
  8832. local Parts = {}
  8833.  
  8834. for i = 1,360,10 do
  8835.  
  8836. local P = Instance.new("Part",Torso.Parent)
  8837.  
  8838. P.Anchored = true
  8839.  
  8840. P.FormFactor = "Custom"
  8841.  
  8842. P.BrickColor = Hit.BrickColor
  8843.  
  8844. P.Material = Hit.Material
  8845.  
  8846. P.TopSurface = "Smooth"
  8847.  
  8848. P.BottomSurface = "Smooth"
  8849.  
  8850. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  8851.  
  8852. 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)))
  8853.  
  8854. 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}
  8855.  
  8856. if math.random(0,5) == 0 then -- rubble
  8857.  
  8858. local P = Instance.new("Part",Torso.Parent)
  8859.  
  8860. P.Anchored = true
  8861.  
  8862. P.FormFactor = "Custom"
  8863.  
  8864. P.BrickColor = Hit.BrickColor
  8865.  
  8866. P.Material = Hit.Material
  8867.  
  8868. P.TopSurface = "Smooth"
  8869.  
  8870. P.BottomSurface = "Smooth"
  8871.  
  8872. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  8873.  
  8874. 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)))
  8875.  
  8876. 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}
  8877.  
  8878. end
  8879.  
  8880. end
  8881.  
  8882. for i = 0,1,0.05 do
  8883.  
  8884. for i2,v in pairs(Parts) do
  8885.  
  8886. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  8887.  
  8888. end
  8889.  
  8890. wait(0.02)
  8891.  
  8892. end
  8893.  
  8894. for i,v in pairs(Parts) do
  8895.  
  8896. if v[1].Size.X > 2.1 then
  8897.  
  8898. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  8899.  
  8900. end
  8901.  
  8902. v[1].Anchored = false
  8903.  
  8904. end
  8905.  
  8906. for i = 0,1,0.05 do
  8907.  
  8908. for i2,v in pairs(Parts) do
  8909.  
  8910. v[1].Transparency = i
  8911.  
  8912. if i == 1 then
  8913.  
  8914. v[1]:Destroy()
  8915.  
  8916. elseif i >= 0.25 then
  8917.  
  8918. v[1].CanCollide = false
  8919.  
  8920. end
  8921.  
  8922. end
  8923.  
  8924. wait(0.02)
  8925.  
  8926. end
  8927.  
  8928. Parts = nil
  8929.  
  8930. end)
  8931.  
  8932. end
  8933.  
  8934.  
  8935.  
  8936. ROW = function(out, trans, s, wt, t, ang, plus)
  8937.  
  8938. for i = 1, 360, 360/t do
  8939.  
  8940. local c = Instance.new("Part", game.Workspace)
  8941.  
  8942. c.FormFactor = 3
  8943.  
  8944. c.TopSurface = 0
  8945.  
  8946. c.BottomSurface = 0
  8947.  
  8948. c.Size = s
  8949.  
  8950. c.Anchored = true
  8951.  
  8952. c.CanCollide = wt
  8953.  
  8954. c.Material=workspace.Base.Material
  8955.  
  8956. c.Transparency = trans
  8957.  
  8958. c.BrickColor = workspace.Base.BrickColor
  8959.  
  8960. 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
  8961.  
  8962. c.Locked=true
  8963.  
  8964. game.Debris:AddItem(c,15)
  8965.  
  8966. end
  8967.  
  8968. end
  8969.  
  8970.  
  8971.  
  8972. Part = function(x,y,z,color,tr,cc,an,parent)
  8973.  
  8974. local p = Instance.new('Part',parent or Weapon)
  8975.  
  8976. p.formFactor = 'Custom'
  8977.  
  8978. p.Size = Vector3.new(x,y,z)
  8979.  
  8980. p.BrickColor = BrickColor.new(color)
  8981.  
  8982. p.CanCollide = cc
  8983.  
  8984. p.Transparency = tr
  8985.  
  8986. p.Anchored = an
  8987.  
  8988. p.TopSurface,p.BottomSurface = 0,0
  8989.  
  8990. p.Locked=true
  8991.  
  8992. p:BreakJoints()
  8993.  
  8994. return p end
  8995.  
  8996.  
  8997.  
  8998. Mesh = function(par,num,x,y,z)
  8999.  
  9000. local msh = _
  9001.  
  9002. if num == 1 then msh = Instance.new("CylinderMesh",par)
  9003.  
  9004. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  9005.  
  9006. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  9007.  
  9008. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  9009.  
  9010. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  9011.  
  9012. end msh.Scale = Vector3.new(x,y,z)
  9013.  
  9014. return msh end
  9015.  
  9016.  
  9017.  
  9018. function explosion(col1,col2,cfr,sz,rng,dmg)
  9019.  
  9020. local a= Part(1,1,1,col1,.5,false,true,workspace)
  9021.  
  9022. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  9023.  
  9024. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  9025.  
  9026. v1,v2,v3=sz.x,sz.y,sz.z
  9027.  
  9028. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  9029.  
  9030. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  9031.  
  9032. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  9033.  
  9034. a.CFrame=cfr
  9035.  
  9036. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  9037.  
  9038. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  9039.  
  9040.  
  9041.  
  9042. Spawn(function()
  9043.  
  9044. while wait() do
  9045.  
  9046. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  9047.  
  9048. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  9049.  
  9050. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  9051.  
  9052. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  9053.  
  9054. a.Transparency=a.Transparency+0.05
  9055.  
  9056. a2.Transparency=a2.Transparency+0.05
  9057.  
  9058. a3.Transparency=a3.Transparency+0.05
  9059.  
  9060. end
  9061.  
  9062. end)
  9063.  
  9064. end
  9065.  
  9066.  
  9067.  
  9068. Crater(X,20)
  9069.  
  9070. 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)
  9071.  
  9072. z = Instance.new("Sound",X)
  9073.  
  9074. z.SoundId = "rbxassetid://231917744"
  9075.  
  9076. z.Pitch = .5
  9077.  
  9078. z.Volume = 10
  9079.  
  9080. z1 = Instance.new("Sound",X)
  9081.  
  9082. z1.SoundId = "rbxassetid://231917744"
  9083.  
  9084. z1.Pitch = .5
  9085.  
  9086. z1.Volume = 10
  9087.  
  9088. z2 = Instance.new("Sound",X)
  9089.  
  9090. z2.SoundId = "rbxassetid://231917744"
  9091.  
  9092. z2.Pitch = .5
  9093.  
  9094. z2.Volume = 10
  9095.  
  9096. z3 = Instance.new("Sound",X)
  9097.  
  9098. z3.SoundId = "rbxassetid://245537790"
  9099.  
  9100. z3.Pitch = .7
  9101.  
  9102. z3.Volume = 1
  9103.  
  9104. z4 = Instance.new("Sound",X)
  9105.  
  9106. z4.SoundId = "rbxassetid://245537790"
  9107.  
  9108. z4.Pitch = .7
  9109.  
  9110. z4.Volume = 1
  9111.  
  9112. wait(0.1)
  9113.  
  9114. z:Play()
  9115.  
  9116. z1:Play()
  9117.  
  9118. z2:Play()
  9119.  
  9120. z3:Play()
  9121.  
  9122. z4:Play()
  9123.  
  9124.  
  9125.  
  9126. local part=Instance.new('Part',rarm)
  9127.  
  9128. part.Anchored=true
  9129.  
  9130. part.CanCollide=false
  9131.  
  9132. part.Locked = true
  9133.  
  9134. part.FormFactor='Custom'
  9135.  
  9136. part.Size=Vector3.new(1,1,1)
  9137.  
  9138. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  9139.  
  9140. part.Transparency=0
  9141.  
  9142. part.BrickColor=BrickColor.new('Really black')
  9143.  
  9144. local mesh=Instance.new('SpecialMesh',part)
  9145.  
  9146. mesh.MeshId='http://www.roblox.com/asset/?id=9982590'
  9147.  
  9148. mesh.Scale=Vector3.new(2,2,2)
  9149.  
  9150. local part2=part:clone()
  9151.  
  9152. part2.Parent = rarm
  9153.  
  9154. part2.BrickColor=BrickColor.new("Royal purple")
  9155.  
  9156. local part5=part:clone()
  9157.  
  9158. part5.Parent = rarm
  9159.  
  9160. part5.BrickColor=BrickColor.new("Magenta")
  9161.  
  9162. local part6=part:clone()
  9163.  
  9164. part6.Parent = rarm
  9165.  
  9166. part6.BrickColor=BrickColor.new("Black")
  9167.  
  9168. local mesh2=mesh:clone()
  9169.  
  9170. mesh2.Parent=part2
  9171.  
  9172. mesh2.Scale=Vector3.new(3, 3, 3)
  9173.  
  9174. local mesh5=mesh:clone()
  9175.  
  9176. mesh5.Parent=part5
  9177.  
  9178. mesh5.Scale=Vector3.new(3, 3, 3)
  9179.  
  9180. local mesh6=mesh:clone()
  9181.  
  9182. mesh6.Parent=part6
  9183.  
  9184. mesh6.Scale=Vector3.new(3, 3, 3)
  9185.  
  9186. local blast = Instance.new("Part", rarm)
  9187.  
  9188. blast.BrickColor = BrickColor.new("Really black")
  9189.  
  9190. blast.Anchored = true
  9191.  
  9192. blast.CanCollide = false
  9193.  
  9194. blast.Locked = true
  9195.  
  9196. blast.Size = Vector3.new(1, 1, 1)
  9197.  
  9198. blast.TopSurface = "Smooth"
  9199.  
  9200. blast.BottomSurface = "Smooth"
  9201.  
  9202. blast.Transparency = 0
  9203.  
  9204. blast.CFrame = HandCF
  9205.  
  9206. local bm = Instance.new("SpecialMesh", blast)
  9207.  
  9208. bm.Scale = Vector3.new(5,1,5)
  9209.  
  9210. bm.MeshId = "rbxassetid://9982590"
  9211.  
  9212. local blast2 = Instance.new("Part", rarm)
  9213.  
  9214. blast2.BrickColor = BrickColor.new("Really black")
  9215.  
  9216. blast2.Anchored = true
  9217.  
  9218. blast2.CanCollide = false
  9219.  
  9220. blast2.Locked = true
  9221.  
  9222. blast2.Size = Vector3.new(1, 1, 1)
  9223.  
  9224. blast2.TopSurface = "Smooth"
  9225.  
  9226. blast2.BottomSurface = "Smooth"
  9227.  
  9228. blast2.Transparency = 0
  9229.  
  9230. blast2.CFrame = HandCF
  9231.  
  9232. local bm2 = Instance.new("SpecialMesh", blast2)
  9233.  
  9234. bm2.Scale = Vector3.new(3,1,3)
  9235.  
  9236. bm2.MeshId = "rbxassetid://9982590"
  9237.  
  9238. local blast3 = Instance.new("Part", rarm)
  9239.  
  9240. blast3.BrickColor = BrickColor.new("Really black")
  9241.  
  9242. blast3.Anchored = true
  9243.  
  9244. blast3.CanCollide = false
  9245.  
  9246. blast3.Locked = true
  9247.  
  9248. blast3.Size = Vector3.new(1, 1, 1)
  9249.  
  9250. blast3.TopSurface = "Smooth"
  9251.  
  9252. blast3.BottomSurface = "Smooth"
  9253.  
  9254. blast3.Transparency = 0
  9255.  
  9256. blast3.CFrame = HandCF
  9257.  
  9258. local bm3 = Instance.new("SpecialMesh", blast3)
  9259.  
  9260. bm3.Scale = Vector3.new(3,1,3)
  9261.  
  9262. bm3.MeshId = "rbxassetid://9982590"
  9263.  
  9264. for i = 1,120 do rs:wait()
  9265.  
  9266. X.Transparency = X.Transparency + (1/120)
  9267.  
  9268. part.Transparency = part.Transparency + (1/120)
  9269.  
  9270. part2.Transparency = part2.Transparency + (1/120)
  9271.  
  9272. part3.Transparency = part3.Transparency + (1/120)
  9273.  
  9274. part4.Transparency = part4.Transparency + (1/120)
  9275.  
  9276. part5.Transparency = part5.Transparency + (1/120)
  9277.  
  9278. part6.Transparency = part6.Transparency + (1/120)
  9279.  
  9280. part7.Transparency = part7.Transparency + (1/120)
  9281.  
  9282. blast.Transparency = blast.Transparency + (1/120)
  9283.  
  9284. blast2.Transparency = blast2.Transparency + (1/120)
  9285.  
  9286. blast3.Transparency = blast3.Transparency + (1/120)
  9287.  
  9288. X.Size = X.Size + Vector3.new(.8,.8,.8)
  9289.  
  9290. --part3.Size = part3.Size + Vector3.new(3,3,3)
  9291.  
  9292. mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
  9293.  
  9294. mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
  9295.  
  9296. mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
  9297.  
  9298. mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
  9299.  
  9300. mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
  9301.  
  9302. mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
  9303.  
  9304. mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
  9305.  
  9306. bm.Scale = bm.Scale + Vector3.new(6,6,.2)
  9307.  
  9308. bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
  9309.  
  9310. bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
  9311.  
  9312. X.CFrame = cf
  9313.  
  9314. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  9315.  
  9316. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  9317.  
  9318. part3.CFrame=X.CFrame
  9319.  
  9320. part4.CFrame=X.CFrame
  9321.  
  9322. part7.CFrame=X.CFrame
  9323.  
  9324. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  9325.  
  9326. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  9327.  
  9328. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  9329.  
  9330. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  9331.  
  9332. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  9333.  
  9334. rs:wait()
  9335.  
  9336. end
  9337.  
  9338. X:Destroy()
  9339.  
  9340. part:Destroy()
  9341.  
  9342. part2:Destroy()
  9343.  
  9344. part3:Destroy()
  9345.  
  9346. part4:Destroy()
  9347.  
  9348. part5:Destroy()
  9349.  
  9350. part6:Destroy()
  9351.  
  9352. blast:Destroy()
  9353.  
  9354. blast2:Destroy()
  9355.  
  9356. blast3:Destroy()
  9357.  
  9358. z:Destroy()
  9359.  
  9360. z1:Destroy()
  9361.  
  9362. z2:Destroy()
  9363.  
  9364. z3:Destroy()
  9365.  
  9366. z4:Destroy()
  9367.  
  9368. end
  9369.  
  9370. end)
  9371.  
  9372. for i = 1, 20 do
  9373.  
  9374. 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)
  9375.  
  9376. 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)
  9377.  
  9378. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  9379.  
  9380. 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)
  9381.  
  9382. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  9383.  
  9384. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  9385.  
  9386. if Debounces.on == false then break end
  9387.  
  9388. rs:wait()
  9389.  
  9390. end
  9391.  
  9392. if Debounces.CanAttack == false then
  9393.  
  9394. Debounces.CanAttack = true
  9395.  
  9396. Debounces.NoIdl = false
  9397.  
  9398. Debounces.on = false
  9399.  
  9400. end
  9401.  
  9402. end
  9403.  
  9404. end
  9405.  
  9406. end)
  9407.  
  9408. ----------------------------------------------------
  9409.  
  9410. mouse.KeyDown:connect(function(key)
  9411.  
  9412. if key == "v" then
  9413.  
  9414. if Debounces.CanAttack == true then
  9415.  
  9416. Debounces.CanAttack = false
  9417.  
  9418. Debounces.on = true
  9419.  
  9420. Debounces.NoIdl = true
  9421.  
  9422. for i = 1, 15 do
  9423.  
  9424. 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)
  9425.  
  9426. 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)
  9427.  
  9428. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  9429.  
  9430. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  9431.  
  9432. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  9433.  
  9434. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  9435.  
  9436. if Debounces.on == false then break end
  9437.  
  9438. rs:wait(2.7)
  9439.  
  9440. end
  9441.  
  9442. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  9443.  
  9444. x = Instance.new("Sound",char.Head)
  9445.  
  9446. x.SoundId = "rbxassetid://183763515"
  9447.  
  9448. x.Pitch = 0.7
  9449.  
  9450. x.Volume = .8
  9451.  
  9452. x3 = Instance.new("Sound",char.Head)
  9453.  
  9454. x3.SoundId = "rbxassetid://183763487"
  9455.  
  9456. x3.Pitch = 1
  9457.  
  9458. x3.Volume = .8
  9459.  
  9460. wait(.1)
  9461.  
  9462. x:Play()
  9463.  
  9464. x3:Play()
  9465.  
  9466.  
  9467.  
  9468. if holy == true then
  9469.  
  9470. so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
  9471.  
  9472. so("http://roblox.com/asset/?id=2233091183",hed,1,1)
  9473.  
  9474. else
  9475.  
  9476. end
  9477.  
  9478.  
  9479.  
  9480. Debounces.on = false
  9481.  
  9482. Debounces.Here = false
  9483.  
  9484. shot = shot + 1
  9485.  
  9486. local rng = Instance.new("Part", larm)
  9487.  
  9488. rng.Anchored = true
  9489.  
  9490.  
  9491.  
  9492. if holy ~= true then
  9493.  
  9494. rng.BrickColor = BrickColor.new("Really black")
  9495.  
  9496. else
  9497.  
  9498. rng.BrickColor = BrickColor.new("Cyan")
  9499.  
  9500. end
  9501.  
  9502.  
  9503.  
  9504. rng.Material = "Neon"
  9505.  
  9506. rng.CanCollide = false
  9507.  
  9508. rng.FormFactor = 3
  9509.  
  9510. rng.Name = "Ring"
  9511.  
  9512. rng.Size = Vector3.new(1, 1, 1)
  9513.  
  9514. rng.Transparency = 0.35
  9515.  
  9516. rng.TopSurface = 0
  9517.  
  9518. rng.BottomSurface = 0
  9519.  
  9520. rng2 = rng:clone()
  9521.  
  9522. rng3 = rng2:clone()
  9523.  
  9524. rng4 = rng2:clone()
  9525.  
  9526. local rngm = Instance.new("SpecialMesh", rng)
  9527.  
  9528. rngm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  9529.  
  9530. rngm.Scale = Vector3.new(10, 10, 1)
  9531.  
  9532. rngm2 = rngm:clone()
  9533.  
  9534. rngm2.Scale = Vector3.new(5, 5, 3)
  9535.  
  9536. rngm3=rngm2:clone()
  9537.  
  9538. rngm3.Parent = rng3
  9539.  
  9540. rngm3.Scale = Vector3.new(8, 8, 1)
  9541.  
  9542. rngm4 = rngm2:clone()
  9543.  
  9544. rngm4.Parent = rng4
  9545.  
  9546. rngm4.Scale = Vector3.new(6, 6, 1)
  9547.  
  9548. local bem = Instance.new("Part", larm)
  9549.  
  9550. bem.Anchored = true
  9551.  
  9552.  
  9553.  
  9554. if holy == false then
  9555.  
  9556. bem.BrickColor = BrickColor.new("Really black")
  9557.  
  9558. else
  9559.  
  9560. bem.BrickColor = BrickColor.new("Cyan")
  9561.  
  9562. end
  9563.  
  9564.  
  9565.  
  9566. bem.CanCollide = false
  9567.  
  9568. bem.Material = "Neon"
  9569.  
  9570. bem.FormFactor = 3
  9571.  
  9572. bem.Name = "Beam" .. shot
  9573.  
  9574. bem.Size = Vector3.new(1, 1, 1)
  9575.  
  9576. bem.Transparency = 0.35
  9577.  
  9578. bem.TopSurface = 0
  9579.  
  9580. bem.BottomSurface = 0
  9581.  
  9582. local bemm = Instance.new("SpecialMesh", bem)
  9583.  
  9584. bemm.MeshType = 4
  9585.  
  9586. bemm.Scale = Vector3.new(1, 4, 4)
  9587.  
  9588. local out = Instance.new("Part", larm)
  9589.  
  9590. out.Anchored = true
  9591.  
  9592. out.Material = "Neon"
  9593.  
  9594.  
  9595.  
  9596. if holy == false then
  9597.  
  9598. out.BrickColor = BrickColor.new("Really black")
  9599.  
  9600. else
  9601.  
  9602. out.BrickColor = BrickColor.new("Cyan")
  9603.  
  9604. end
  9605.  
  9606.  
  9607.  
  9608. out.CanCollide = false
  9609.  
  9610. out.FormFactor = 3
  9611.  
  9612. out.Name = "Out"
  9613.  
  9614. out.Size = Vector3.new(4, 4, 4)
  9615.  
  9616. out.Transparency = 0.35
  9617.  
  9618. out.TopSurface = 0
  9619.  
  9620. out.BottomSurface = 0
  9621.  
  9622. local outm = Instance.new("SpecialMesh", out)
  9623.  
  9624. outm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  9625.  
  9626. outm.Scale = Vector3.new(6, 4, 6)
  9627.  
  9628. local bnd = Instance.new("Part", larm)
  9629.  
  9630. bnd.Anchored = true
  9631.  
  9632. bnd.BrickColor = BrickColor.new("Royal purple")
  9633.  
  9634. bnd.CanCollide = false
  9635.  
  9636. bnd.FormFactor = 3
  9637.  
  9638. bnd.Name = "Bend"
  9639.  
  9640. bnd.Size = Vector3.new(1, 1, 1)
  9641.  
  9642. bnd.Transparency = 1
  9643.  
  9644. bnd.TopSurface = 0
  9645.  
  9646. bnd.BottomSurface = 0
  9647.  
  9648. local bndm = Instance.new("SpecialMesh", bnd)
  9649.  
  9650. bndm.MeshType = 3
  9651.  
  9652. bndm.Scale = Vector3.new(8, 8, 8)
  9653.  
  9654. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  9655.  
  9656. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  9657.  
  9658. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  9659.  
  9660. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  9661.  
  9662. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  9663.  
  9664. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  9665.  
  9666. Debounces.Shewt = true
  9667.  
  9668. coroutine.wrap(function()
  9669.  
  9670. for i = 1, 20, 0.2 do
  9671.  
  9672. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  9673.  
  9674. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  9675.  
  9676. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  9677.  
  9678. rng.Transparency = i/20
  9679.  
  9680. rng3.Transparency = 1/24
  9681.  
  9682. rng4.Transparency = i/26
  9683.  
  9684. wait()
  9685.  
  9686. end
  9687.  
  9688. wait()
  9689.  
  9690. rng:Destroy()
  9691.  
  9692. end)()
  9693.  
  9694. if Debounces.Shewt == true then
  9695.  
  9696. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  9697.  
  9698. hit = ht.Parent
  9699.  
  9700. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  9701.  
  9702. if HasntTouched(hit.Name) == true and deb == false then
  9703.  
  9704. deb = true
  9705.  
  9706. coroutine.wrap(function()
  9707.  
  9708. hit:FindFirstChild("Humanoid").PlatformStand = true
  9709.  
  9710. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  9711.  
  9712. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  9713.  
  9714. end)()
  9715.  
  9716. table.insert(Touche, hit.Name)
  9717.  
  9718. deb = false
  9719.  
  9720. end
  9721.  
  9722. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  9723.  
  9724. if HasntTouched(hit.Parent.Name) == true and deb == false then
  9725.  
  9726. deb = true
  9727.  
  9728. coroutine.wrap(function()
  9729.  
  9730. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  9731.  
  9732. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  9733.  
  9734. wait(1)
  9735.  
  9736. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  9737.  
  9738. end)()
  9739.  
  9740. table.insert(Touche, hit.Parent.Name)
  9741.  
  9742. deb = false
  9743.  
  9744. for i, v in pairs(Touche) do
  9745.  
  9746. print(v)
  9747.  
  9748. end
  9749.  
  9750. end
  9751.  
  9752. end
  9753.  
  9754. end)
  9755.  
  9756. end
  9757.  
  9758. for i = 0, 260, 8 do
  9759.  
  9760. bem.Size = Vector3.new(i, 3, 3)
  9761.  
  9762. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  9763.  
  9764. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  9765.  
  9766. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  9767.  
  9768. bnd.Size = Vector3.new(1,1,1)
  9769.  
  9770. bndm.Scale = Vector3.new(8,8,8)
  9771.  
  9772. if i % 10 == 0 then
  9773.  
  9774. local newRng = rng2:Clone()
  9775.  
  9776. newRng.Parent = larm
  9777.  
  9778. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  9779.  
  9780. local newRngm = rngm2:clone()
  9781.  
  9782. newRngm.Parent=newRng
  9783.  
  9784. coroutine.wrap(function()
  9785.  
  9786. for i = 1, 10, 0.2 do
  9787.  
  9788. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  9789.  
  9790. newRng.Transparency = i/10
  9791.  
  9792. wait()
  9793.  
  9794. end
  9795.  
  9796. wait()
  9797.  
  9798. newRng:Destroy()
  9799.  
  9800. end)()
  9801.  
  9802. end
  9803.  
  9804. wait()
  9805.  
  9806. end
  9807.  
  9808. wait()
  9809.  
  9810. Debounces.Shewt = false
  9811.  
  9812. bem:Destroy()
  9813.  
  9814. out:Destroy()
  9815.  
  9816. bnd:Destroy()
  9817.  
  9818. Debounces.Ready = false
  9819.  
  9820. for i, v in pairs(Touche) do
  9821.  
  9822. table.remove(Touche, i)
  9823.  
  9824. end
  9825.  
  9826. wait()
  9827.  
  9828. table.insert(Touche, char.Name)
  9829.  
  9830. Debounces.NoIdl = false
  9831.  
  9832. if Debounces.CanAttack == false then
  9833.  
  9834. Debounces.CanAttack = true
  9835.  
  9836. end
  9837.  
  9838. end
  9839.  
  9840. end
  9841.  
  9842. end)
  9843.  
  9844. local orbt={}
  9845.  
  9846. local stlt={}
  9847.  
  9848. local chot={}
  9849.  
  9850. local cfxt={}
  9851.  
  9852. local pfxt={}
  9853.  
  9854. local cns=0
  9855.  
  9856. local cnOrb=nil
  9857.  
  9858. mouse.KeyDown:connect(function(key)
  9859.  
  9860. if key == "u" then
  9861.  
  9862. if Debounces.CanAttack == true then
  9863.  
  9864. Debounces.CanAttack = false
  9865.  
  9866. Debounces.NoIdl = true
  9867.  
  9868. Debounces.on = true
  9869.  
  9870. orbt={}
  9871.  
  9872. stlt={}
  9873.  
  9874. chot={}
  9875.  
  9876. cfxt={}
  9877.  
  9878. for i,v in pairs (char.Claw:GetChildren()) do
  9879.  
  9880. if v:IsA("Part") then
  9881.  
  9882. v.Transparency=0
  9883.  
  9884. end
  9885.  
  9886. end
  9887.  
  9888. for i,v in pairs (char.Claw:GetChildren()) do
  9889.  
  9890. if v:IsA("WedgePart") then
  9891.  
  9892. v.Transparency=0
  9893.  
  9894. end
  9895.  
  9896. end
  9897.  
  9898.  
  9899.  
  9900. for i = 1, 20 do
  9901.  
  9902.  
  9903.  
  9904. 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)
  9905.  
  9906.  
  9907.  
  9908. if Debounces.on == false then end
  9909.  
  9910. rs:wait()
  9911.  
  9912. end
  9913.  
  9914. z = Instance.new("Sound",char)
  9915.  
  9916. z.SoundId = "rbxassetid://170053944"
  9917.  
  9918. z.Pitch = 1.07
  9919.  
  9920. z.Volume = 1
  9921.  
  9922. wait(0.1)
  9923.  
  9924. z:Play()
  9925.  
  9926. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  9927.  
  9928. debris:AddItem(cnOrb,50)
  9929.  
  9930. cnOrb.Mesh.MeshType=3
  9931.  
  9932. table.insert(orbt,cnOrb)
  9933.  
  9934. table.insert(stlt,cnOrb)
  9935.  
  9936. local nt=0
  9937.  
  9938. for i=0,5,0.02 do
  9939.  
  9940. nt=nt+1
  9941.  
  9942. cns=i
  9943.  
  9944. if nt>=2 then
  9945.  
  9946. nt=0
  9947.  
  9948. 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")
  9949.  
  9950. debris:AddItem(cho,1)
  9951.  
  9952. cho.Mesh.MeshType=3
  9953.  
  9954. table.insert(chot,cho)
  9955.  
  9956. end
  9957.  
  9958. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  9959.  
  9960. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  9961.  
  9962. wait()
  9963.  
  9964. end
  9965.  
  9966. for i = 1, 14 do
  9967.  
  9968. 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)
  9969.  
  9970. if Debounces.on == false then end
  9971.  
  9972. rs:wait()
  9973.  
  9974. end
  9975.  
  9976. coroutine.wrap(function()
  9977.  
  9978. for i = 1, 20 do
  9979.  
  9980.  
  9981.  
  9982. 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)
  9983.  
  9984.  
  9985.  
  9986. if Debounces.on == false then end
  9987.  
  9988. rs:wait()
  9989.  
  9990. end
  9991.  
  9992. end)()
  9993.  
  9994. wait(0.1)
  9995.  
  9996. stlt={}
  9997.  
  9998. 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})
  9999.  
  10000. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  10001.  
  10002. local nt=0
  10003.  
  10004. for i=0,160,3 do
  10005.  
  10006. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  10007.  
  10008. nt=nt+1
  10009.  
  10010. if nt>=6 then
  10011.  
  10012. nt=0
  10013.  
  10014. 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")
  10015.  
  10016. cfx.Mesh.MeshId="rbxassetid://9982590"
  10017.  
  10018. cfx.Transparency=0.4
  10019.  
  10020. table.insert(cfxt,cfx)
  10021.  
  10022. debris:AddItem(cfx,1)
  10023.  
  10024. end
  10025.  
  10026. if (cnOrb.Position-ps).magnitude<6 then
  10027.  
  10028. break
  10029.  
  10030. end
  10031.  
  10032. wait()
  10033.  
  10034. end
  10035.  
  10036. orbt={}
  10037.  
  10038.  
  10039.  
  10040. for i=0,1,0.1 do
  10041.  
  10042. local cs=cnOrb.Mesh.Scale
  10043.  
  10044. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  10045.  
  10046. wait()
  10047.  
  10048. end
  10049.  
  10050. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  10051.  
  10052. ofx.Transparency=0.5
  10053.  
  10054. ofx.Mesh.MeshType=3
  10055.  
  10056. ofx.Mesh.Scale=Vector3.new(30,30,30)
  10057.  
  10058. for _,v in pairs(game:service"Players":GetChildren()) do
  10059.  
  10060. pcall(function()
  10061.  
  10062. for _,c in pairs(v.Character:GetChildren()) do
  10063.  
  10064. 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
  10065.  
  10066. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  10067.  
  10068. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  10069.  
  10070. end
  10071.  
  10072. end
  10073.  
  10074. end)
  10075.  
  10076. end
  10077.  
  10078. for i=0,1,0.05 do
  10079.  
  10080. local cs=cnOrb.Mesh.Scale
  10081.  
  10082. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  10083.  
  10084. local ofs=ofx.Mesh.Scale
  10085.  
  10086. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  10087.  
  10088. ofx.Transparency=Tween(ofx.Transparency,1,i)
  10089.  
  10090. wait()
  10091.  
  10092. end
  10093.  
  10094. ofx:Destroy()
  10095.  
  10096. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  10097.  
  10098. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  10099.  
  10100. cnfx.Mesh.MeshType=3
  10101.  
  10102. cnOrb.Transparency=0.05
  10103.  
  10104. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  10105.  
  10106. cnr.Mesh.MeshType=3
  10107.  
  10108. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  10109.  
  10110. rn1.Transparency=1
  10111.  
  10112. rn1.Mesh.MeshId="rbxassetid://9982590"
  10113.  
  10114. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  10115.  
  10116. rn2.Transparency=1
  10117.  
  10118. rn2.Mesh.MeshId="rbxassetid://9982590"
  10119.  
  10120. local nt=0
  10121.  
  10122. local cs=nil
  10123.  
  10124. for i=0,1,0.05 do
  10125.  
  10126. cs=cnOrb.Mesh.Scale
  10127.  
  10128. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  10129.  
  10130. local fs=cnfx.Mesh.Scale
  10131.  
  10132. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  10133.  
  10134. cnfx.Transparency=cnfx.Transparency+0.05
  10135.  
  10136. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  10137.  
  10138. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  10139.  
  10140. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  10141.  
  10142. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  10143.  
  10144. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  10145.  
  10146. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  10147.  
  10148. local rs=cnr.Mesh.Scale
  10149.  
  10150. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  10151.  
  10152. nt=nt+1
  10153.  
  10154. if nt>=6 then
  10155.  
  10156. local pls={}
  10157.  
  10158. for _,v in pairs(game.Players:GetChildren()) do
  10159.  
  10160. table.insert(pls,v)
  10161.  
  10162. end
  10163.  
  10164. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  10165.  
  10166. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  10167.  
  10168. pffx.Mesh.MeshId="rbxassetid://9982590"
  10169.  
  10170. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  10171.  
  10172. debris:AddItem(pffx,2)
  10173.  
  10174. table.insert(pfxt,pffx)
  10175.  
  10176. nt=0
  10177.  
  10178. end
  10179.  
  10180. wait()
  10181.  
  10182. end
  10183.  
  10184. local int=0
  10185.  
  10186. coroutine.wrap(function()
  10187.  
  10188. for i=1,500 do
  10189.  
  10190. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  10191.  
  10192. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  10193.  
  10194. nt=nt+1
  10195.  
  10196. int=int+1
  10197.  
  10198. local htd={p}
  10199.  
  10200. for _,v in pairs(game:service"Players":GetChildren()) do
  10201.  
  10202. pcall(function()
  10203.  
  10204. for _,c in pairs(v.Character:GetChildren()) do
  10205.  
  10206. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  10207.  
  10208. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  10209.  
  10210. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  10211.  
  10212. table.insert(htd,v)
  10213.  
  10214. end
  10215.  
  10216. end
  10217.  
  10218. end)
  10219.  
  10220. end
  10221.  
  10222. htd={p}
  10223.  
  10224. if int>=6 then
  10225.  
  10226. for _,v in pairs(game:service"Players":GetChildren()) do
  10227.  
  10228. pcall(function()
  10229.  
  10230. for _,c in pairs(v.Character:GetChildren()) do
  10231.  
  10232. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  10233.  
  10234. table.insert(htd,v)
  10235.  
  10236. 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")
  10237.  
  10238. hfx.Mesh.Scale=Vector3.new(2,2,2)
  10239.  
  10240. hfx.Mesh.MeshType=3
  10241.  
  10242. debris:AddItem(hfx,2)
  10243.  
  10244. coroutine.wrap(function()
  10245.  
  10246. pcall(function()
  10247.  
  10248. for i=0,1,0.05 do
  10249.  
  10250. pcall(function()
  10251.  
  10252. local hs=hfx.Mesh.Scale
  10253.  
  10254. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  10255.  
  10256. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  10257.  
  10258. end)
  10259.  
  10260. wait()
  10261.  
  10262. end
  10263.  
  10264. hfx:Destroy()
  10265.  
  10266. end)
  10267.  
  10268. end)()
  10269.  
  10270. end
  10271.  
  10272. end
  10273.  
  10274. end)
  10275.  
  10276. end
  10277.  
  10278. int=0
  10279.  
  10280. end
  10281.  
  10282. if nt>=4 then
  10283.  
  10284. local pls={}
  10285.  
  10286. for _,v in pairs(game.Players:GetChildren()) do
  10287.  
  10288. table.insert(pls,v)
  10289.  
  10290. end
  10291.  
  10292. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  10293.  
  10294. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  10295.  
  10296. pffx.Transparency=0.4
  10297.  
  10298. pffx.Mesh.MeshId="rbxassetid://9982590"
  10299.  
  10300. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  10301.  
  10302. debris:AddItem(pffx,2)
  10303.  
  10304. table.insert(pfxt,pffx)
  10305.  
  10306. nt=0
  10307.  
  10308. end
  10309.  
  10310. wait()
  10311.  
  10312. end
  10313.  
  10314. cnOrb:Destroy()
  10315.  
  10316. cnfx:Destroy()
  10317.  
  10318. for i,v in pairs (char.Claw:GetChildren()) do
  10319.  
  10320. if v:IsA("Part") then
  10321.  
  10322. v.Transparency=1
  10323.  
  10324. end
  10325.  
  10326. end
  10327.  
  10328. for i,v in pairs (char.Claw:GetChildren()) do
  10329.  
  10330. if v:IsA("WedgePart") then
  10331.  
  10332. v.Transparency=1
  10333.  
  10334. end
  10335.  
  10336. end
  10337.  
  10338. for _,v in pairs(mod3:GetChildren()) do
  10339.  
  10340. v:Destroy()
  10341.  
  10342. end
  10343.  
  10344. orbt={}
  10345.  
  10346. stlt={}
  10347.  
  10348. chot={}
  10349.  
  10350. cfxt={}
  10351.  
  10352. pfxt={}
  10353.  
  10354. end)()
  10355.  
  10356. if Debounces.CanAttack == false then
  10357.  
  10358. Debounces.CanAttack = true
  10359.  
  10360. Debounces.NoIdl = false
  10361.  
  10362. Debounces.on = false
  10363.  
  10364. end
  10365.  
  10366. end
  10367.  
  10368. end
  10369.  
  10370. end)
  10371.  
  10372. ----------------------------------------------------
  10373.  
  10374. mouse.KeyDown:connect(function(key)
  10375.  
  10376. if key == "e" then
  10377.  
  10378. if Debounces.CanAttack == true then
  10379.  
  10380. Debounces.CanAttack = false
  10381.  
  10382. Debounces.on = true
  10383.  
  10384. Debounces.NoIdl = true
  10385.  
  10386. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  10387.  
  10388. z = Instance.new("Sound", rarm)
  10389.  
  10390. z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  10391.  
  10392. z.Volume = .6
  10393.  
  10394. z.Pitch = pt[math.random(1,#pt)]
  10395.  
  10396. z.Looped = false
  10397.  
  10398. z:Play()
  10399.  
  10400. Debounces.RPunch = true
  10401.  
  10402. Debounces.LPunch = true
  10403.  
  10404. Debounces.ks = true
  10405.  
  10406. Debounces.ks2 = true
  10407.  
  10408. for i = 1, 3 do
  10409.  
  10410. 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)
  10411.  
  10412. 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)
  10413.  
  10414. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  10415.  
  10416. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  10417.  
  10418. 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)
  10419.  
  10420. 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)
  10421.  
  10422. if Debounces.on == false then break end
  10423.  
  10424. wait()
  10425.  
  10426. end
  10427.  
  10428. z2 = Instance.new("Sound", larm)
  10429.  
  10430. z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10431.  
  10432. z2.Volume = .6
  10433.  
  10434. z2.Pitch = pt[math.random(1,#pt)]
  10435.  
  10436. z2.Looped = false
  10437.  
  10438. z2:Play()
  10439.  
  10440. for i = 1, 3 do
  10441.  
  10442. 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)
  10443.  
  10444. 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)
  10445.  
  10446. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10447.  
  10448. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10449.  
  10450. 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)
  10451.  
  10452. 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)
  10453.  
  10454. if Debounces.on == false then break end
  10455.  
  10456. wait()
  10457.  
  10458. end
  10459.  
  10460. z3 = Instance.new("Sound", rarm)
  10461.  
  10462. z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10463.  
  10464. z3.Volume = 0.6
  10465.  
  10466. z3.Pitch = pt[math.random(1,#pt)]
  10467.  
  10468. z3.Looped = false
  10469.  
  10470. z3:Play()
  10471.  
  10472. for i = 1, 3 do
  10473.  
  10474. 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)
  10475.  
  10476. 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)
  10477.  
  10478. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  10479.  
  10480. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  10481.  
  10482. 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)
  10483.  
  10484. 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)
  10485.  
  10486. if Debounces.on == false then break end
  10487.  
  10488. wait()
  10489.  
  10490. end
  10491.  
  10492. z4 = Instance.new("Sound", larm)
  10493.  
  10494. z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10495.  
  10496. z4.Volume = .6
  10497.  
  10498. z4.Pitch = pt[math.random(1,#pt)]
  10499.  
  10500. z4.Looped = false
  10501.  
  10502. z4:Play()
  10503.  
  10504. for i = 1, 3 do
  10505.  
  10506. 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)
  10507.  
  10508. 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)
  10509.  
  10510. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10511.  
  10512. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10513.  
  10514. 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)
  10515.  
  10516. 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)
  10517.  
  10518. if Debounces.on == false then break end
  10519.  
  10520. wait()
  10521.  
  10522. end
  10523.  
  10524. z5 = Instance.new("Sound", rarm)
  10525.  
  10526. z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10527.  
  10528. z5.Volume = .6
  10529.  
  10530. z5.Pitch = pt[math.random(1,#pt)]
  10531.  
  10532. z5.Looped = false
  10533.  
  10534. z5:Play()
  10535.  
  10536. for i = 1, 3 do
  10537.  
  10538. 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)
  10539.  
  10540. 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)
  10541.  
  10542. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  10543.  
  10544. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  10545.  
  10546. 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)
  10547.  
  10548. 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)
  10549.  
  10550. if Debounces.on == false then break end
  10551.  
  10552. wait()
  10553.  
  10554. end
  10555.  
  10556. z6 = Instance.new("Sound", larm)
  10557.  
  10558. z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10559.  
  10560. z6.Volume = .6
  10561.  
  10562. z6.Pitch = pt[math.random(1,#pt)]
  10563.  
  10564. z6.Looped = false
  10565.  
  10566. z6:Play()
  10567.  
  10568. for i = 1, 3 do
  10569.  
  10570. 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)
  10571.  
  10572. 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)
  10573.  
  10574. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10575.  
  10576. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10577.  
  10578. 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)
  10579.  
  10580. 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)
  10581.  
  10582. if Debounces.on == false then break end
  10583.  
  10584. wait()
  10585.  
  10586. end
  10587.  
  10588. z7 = Instance.new("Sound", rarm)
  10589.  
  10590. z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  10591.  
  10592. z7.Volume = .6
  10593.  
  10594. z7.Pitch = pt[math.random(1,#pt)]
  10595.  
  10596. z7.Looped = false
  10597.  
  10598. z7:Play()
  10599.  
  10600. for i = 1, 3 do
  10601.  
  10602. 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)
  10603.  
  10604. 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)
  10605.  
  10606. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  10607.  
  10608. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  10609.  
  10610. 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)
  10611.  
  10612. 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)
  10613.  
  10614. if Debounces.on == false then break end
  10615.  
  10616. wait()
  10617.  
  10618. end
  10619.  
  10620. z8 = Instance.new("Sound", larm)
  10621.  
  10622. z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10623.  
  10624. z8.Volume = .6
  10625.  
  10626. z8.Pitch = pt[math.random(1,#pt)]
  10627.  
  10628. z8.Looped = false
  10629.  
  10630. z8:Play()
  10631.  
  10632. for i = 1, 3 do
  10633.  
  10634. 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)
  10635.  
  10636. 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)
  10637.  
  10638. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10639.  
  10640. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10641.  
  10642. 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)
  10643.  
  10644. 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)
  10645.  
  10646. if Debounces.on == false then break end
  10647.  
  10648. wait()
  10649.  
  10650. end
  10651.  
  10652. z9 = Instance.new("Sound", rarm)
  10653.  
  10654. z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10655.  
  10656. z9.Volume = 0.6
  10657.  
  10658. z9.Pitch = pt[math.random(1,#pt)]
  10659.  
  10660. z9.Looped = false
  10661.  
  10662. z9:Play()
  10663.  
  10664. for i = 1, 3 do
  10665.  
  10666. 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)
  10667.  
  10668. 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)
  10669.  
  10670. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  10671.  
  10672. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  10673.  
  10674. 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)
  10675.  
  10676. 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)
  10677.  
  10678. if Debounces.on == false then break end
  10679.  
  10680. wait()
  10681.  
  10682. end
  10683.  
  10684. z10 = Instance.new("Sound", larm)
  10685.  
  10686. z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10687.  
  10688. z10.Volume = .6
  10689.  
  10690. z10.Pitch = pt[math.random(1,#pt)]
  10691.  
  10692. z10.Looped = false
  10693.  
  10694. z10:Play()
  10695.  
  10696. for i = 1, 3 do
  10697.  
  10698. 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)
  10699.  
  10700. 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)
  10701.  
  10702. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10703.  
  10704. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10705.  
  10706. 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)
  10707.  
  10708. 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)
  10709.  
  10710. if Debounces.on == false then break end
  10711.  
  10712. wait()
  10713.  
  10714. end
  10715.  
  10716. z11 = Instance.new("Sound", rarm)
  10717.  
  10718. z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10719.  
  10720. z11.Volume = .6
  10721.  
  10722. z11.Pitch = pt[math.random(1,#pt)]
  10723.  
  10724. z11.Looped = false
  10725.  
  10726. z11:Play()
  10727.  
  10728. for i = 1, 3 do
  10729.  
  10730. 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)
  10731.  
  10732. 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)
  10733.  
  10734. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  10735.  
  10736. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  10737.  
  10738. 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)
  10739.  
  10740. 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)
  10741.  
  10742. if Debounces.on == false then break end
  10743.  
  10744. wait()
  10745.  
  10746. end
  10747.  
  10748. z12 = Instance.new("Sound", larm)
  10749.  
  10750. z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10751.  
  10752. z12.Volume = .6
  10753.  
  10754. z12.Pitch = pt[math.random(1,#pt)]
  10755.  
  10756. z12.Looped = false
  10757.  
  10758. z12:Play()
  10759.  
  10760. for i = 1, 3 do
  10761.  
  10762. 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)
  10763.  
  10764. 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)
  10765.  
  10766. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10767.  
  10768. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10769.  
  10770. 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)
  10771.  
  10772. 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)
  10773.  
  10774. if Debounces.on == false then break end
  10775.  
  10776. wait()
  10777.  
  10778. end
  10779.  
  10780. z13 = Instance.new("Sound", rarm)
  10781.  
  10782. z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10783.  
  10784. z13.Volume = 0.6
  10785.  
  10786. z13.Pitch = pt[math.random(1,#pt)]
  10787.  
  10788. z13.Looped = false
  10789.  
  10790. z13:Play()
  10791.  
  10792. for i = 1, 3 do
  10793.  
  10794. 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)
  10795.  
  10796. 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)
  10797.  
  10798. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  10799.  
  10800. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  10801.  
  10802. 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)
  10803.  
  10804. 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)
  10805.  
  10806. if Debounces.on == false then break end
  10807.  
  10808. wait()
  10809.  
  10810. end
  10811.  
  10812. z14 = Instance.new("Sound", larm)
  10813.  
  10814. z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10815.  
  10816. z14.Volume = .6
  10817.  
  10818. z14.Pitch = pt[math.random(1,#pt)]
  10819.  
  10820. z14.Looped = false
  10821.  
  10822. z14:Play()
  10823.  
  10824. for i = 1, 3 do
  10825.  
  10826. 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)
  10827.  
  10828. 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)
  10829.  
  10830. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10831.  
  10832. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10833.  
  10834. 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)
  10835.  
  10836. 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)
  10837.  
  10838. if Debounces.on == false then break end
  10839.  
  10840. wait()
  10841.  
  10842. end
  10843.  
  10844. z15 = Instance.new("Sound", rarm)
  10845.  
  10846. z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10847.  
  10848. z15.Volume = .6
  10849.  
  10850. z15.Pitch = pt[math.random(1,#pt)]
  10851.  
  10852. z15.Looped = false
  10853.  
  10854. z15:Play()
  10855.  
  10856. for i = 1, 3 do
  10857.  
  10858. 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)
  10859.  
  10860. 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)
  10861.  
  10862. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  10863.  
  10864. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  10865.  
  10866. 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)
  10867.  
  10868. 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)
  10869.  
  10870. if Debounces.on == false then break end
  10871.  
  10872. wait()
  10873.  
  10874. end
  10875.  
  10876. z16 = Instance.new("Sound", larm)
  10877.  
  10878. z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10879.  
  10880. z16.Volume = .6
  10881.  
  10882. z16.Pitch = pt[math.random(1,#pt)]
  10883.  
  10884. z16.Looped = false
  10885.  
  10886. z16:Play()
  10887.  
  10888. for i = 1, 3 do
  10889.  
  10890. 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)
  10891.  
  10892. 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)
  10893.  
  10894. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10895.  
  10896. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10897.  
  10898. 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)
  10899.  
  10900. 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)
  10901.  
  10902. if Debounces.on == false then break end
  10903.  
  10904. wait()
  10905.  
  10906. end
  10907.  
  10908. z17 = Instance.new("Sound", rarm)
  10909.  
  10910. z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  10911.  
  10912. z17.Volume = .6
  10913.  
  10914. z17.Pitch = pt[math.random(1,#pt)]
  10915.  
  10916. z17.Looped = false
  10917.  
  10918. z17:Play()
  10919.  
  10920. for i = 1, 3 do
  10921.  
  10922. 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)
  10923.  
  10924. 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)
  10925.  
  10926. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  10927.  
  10928. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  10929.  
  10930. 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)
  10931.  
  10932. 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)
  10933.  
  10934. if Debounces.on == false then break end
  10935.  
  10936. wait()
  10937.  
  10938. end
  10939.  
  10940. z18 = Instance.new("Sound", larm)
  10941.  
  10942. z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10943.  
  10944. z18.Volume = .6
  10945.  
  10946. z18.Pitch = pt[math.random(1,#pt)]
  10947.  
  10948. z18.Looped = false
  10949.  
  10950. z18:Play()
  10951.  
  10952. for i = 1, 3 do
  10953.  
  10954. 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)
  10955.  
  10956. 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)
  10957.  
  10958. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  10959.  
  10960. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  10961.  
  10962. 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)
  10963.  
  10964. 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)
  10965.  
  10966. if Debounces.on == false then break end
  10967.  
  10968. wait()
  10969.  
  10970. end
  10971.  
  10972. z19 = Instance.new("Sound", rarm)
  10973.  
  10974. z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
  10975.  
  10976. z19.Volume = 0.6
  10977.  
  10978. z19.Pitch = pt[math.random(1,#pt)]
  10979.  
  10980. z19.Looped = false
  10981.  
  10982. z19:Play()
  10983.  
  10984. for i = 1, 3 do
  10985.  
  10986. 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)
  10987.  
  10988. 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)
  10989.  
  10990. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  10991.  
  10992. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  10993.  
  10994. 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)
  10995.  
  10996. 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)
  10997.  
  10998. if Debounces.on == false then break end
  10999.  
  11000. wait()
  11001.  
  11002. end
  11003.  
  11004. z20 = Instance.new("Sound", larm)
  11005.  
  11006. z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
  11007.  
  11008. z20.Volume = .6
  11009.  
  11010. z20.Pitch = pt[math.random(1,#pt)]
  11011.  
  11012. z20.Looped = false
  11013.  
  11014. z20:Play()
  11015.  
  11016. for i = 1, 3 do
  11017.  
  11018. 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)
  11019.  
  11020. 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)
  11021.  
  11022. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  11023.  
  11024. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  11025.  
  11026. 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)
  11027.  
  11028. 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)
  11029.  
  11030. if Debounces.on == false then break end
  11031.  
  11032. wait()
  11033.  
  11034. end
  11035.  
  11036. z:Destroy()
  11037.  
  11038. z2:Destroy()
  11039.  
  11040. z3:Destroy()
  11041.  
  11042. z4:Destroy()
  11043.  
  11044. z5:Destroy()
  11045.  
  11046. z6:Destroy()
  11047.  
  11048. z7:Destroy()
  11049.  
  11050. z8:Destroy()
  11051.  
  11052. z9:Destroy()
  11053.  
  11054. z10:Destroy()
  11055.  
  11056. z11:Destroy()
  11057.  
  11058. z12:Destroy()
  11059.  
  11060. z13:Destroy()
  11061.  
  11062. z14:Destroy()
  11063.  
  11064. z15:Destroy()
  11065.  
  11066. z16:Destroy()
  11067.  
  11068. z17:Destroy()
  11069.  
  11070. z18:Destroy()
  11071.  
  11072. z19:Destroy()
  11073.  
  11074. z20:Destroy()
  11075.  
  11076. Debounces.LPunch = false
  11077.  
  11078. Debounces.RPunch = false
  11079.  
  11080. Debounces.ks = false
  11081.  
  11082. Debounces.ks2 = false
  11083.  
  11084. if Debounces.CanAttack == false then
  11085.  
  11086. Debounces.CanAttack = true
  11087.  
  11088. Debounces.on = false
  11089.  
  11090. Debounces.NoIdl = false
  11091.  
  11092. end
  11093.  
  11094. end
  11095.  
  11096. end
  11097.  
  11098. end)
  11099.  
  11100. ----------------------------------------------------Cero
  11101.  
  11102. mouse.KeyDown:connect(function(key)
  11103.  
  11104. if key == "c" then
  11105.  
  11106. if Debounces.CanAttack == true then
  11107.  
  11108. Debounces.CanAttack = false
  11109.  
  11110. Debounces.NoIdl = true
  11111.  
  11112. Debounces.on = true
  11113.  
  11114. char.Humanoid.WalkSpeed = .01
  11115.  
  11116. Debounces.on = true
  11117.  
  11118.  
  11119.  
  11120. xx = Instance.new("Sound")
  11121.  
  11122. xx.SoundId = "http://www.roblox.com/asset/?id=199145659"
  11123.  
  11124. xx.Parent = char.Head
  11125.  
  11126. xx.Looped = false
  11127.  
  11128. xx.Pitch = .88
  11129.  
  11130. xx.Volume = 1
  11131.  
  11132. wait(.1)
  11133.  
  11134. xx:Play()
  11135.  
  11136.  
  11137.  
  11138. if holy == true then
  11139.  
  11140. so("http://roblox.com/asset/?id=231917788",hed,1,1)
  11141.  
  11142. else
  11143.  
  11144. end
  11145.  
  11146.  
  11147.  
  11148.  
  11149.  
  11150. if holy ~= true then
  11151.  
  11152. for i = 1, 20 do
  11153.  
  11154. 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)
  11155.  
  11156. 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)
  11157.  
  11158. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  11159.  
  11160. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  11161.  
  11162. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  11163.  
  11164. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  11165.  
  11166. if Debounces.on==false then break end
  11167.  
  11168. wait()
  11169.  
  11170. end
  11171.  
  11172. wait(1)
  11173.  
  11174. else
  11175.  
  11176. for i = 1, 5 do
  11177.  
  11178. 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)
  11179.  
  11180. 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)
  11181.  
  11182. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.3)
  11183.  
  11184. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(8), 0, math.rad(10)), 0.3)
  11185.  
  11186. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-10), math.rad(-70), 0), 0.6)
  11187.  
  11188. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(84), 0), 0.4)
  11189.  
  11190. if Debounces.on==false then break end
  11191.  
  11192. wait()
  11193.  
  11194. end
  11195.  
  11196. wait(1)
  11197.  
  11198. end
  11199.  
  11200.  
  11201.  
  11202. x = Instance.new("Sound")
  11203.  
  11204. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  11205.  
  11206. x2 = Instance.new("Sound")
  11207.  
  11208. x2.SoundId = "http://www.roblox.com/asset/?id=183763506"
  11209.  
  11210. x.Parent = char.Head
  11211.  
  11212. x2.Parent = char.Head
  11213.  
  11214. x.Looped = false
  11215.  
  11216. x2.Looped = false
  11217.  
  11218. x.Pitch = .88
  11219.  
  11220. x.Volume = 1
  11221.  
  11222. x2.Pitch = .88
  11223.  
  11224. x2.Volume = 1
  11225.  
  11226. wait(.1)
  11227.  
  11228. x:Play()
  11229.  
  11230. x2:Play()
  11231.  
  11232. Debounces.on = false
  11233.  
  11234. Debounces.Here = false
  11235.  
  11236.  
  11237.  
  11238. for i = 1, 6 do
  11239.  
  11240. 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)
  11241.  
  11242. 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)
  11243.  
  11244. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.4)
  11245.  
  11246. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.4)
  11247.  
  11248. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.4)
  11249.  
  11250. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.4)
  11251.  
  11252. wait()
  11253.  
  11254. end
  11255.  
  11256. local rng = Instance.new("Part", char)
  11257.  
  11258. rng.Anchored = true
  11259.  
  11260.  
  11261.  
  11262. if holy ~= true then
  11263.  
  11264. rng.BrickColor = BrickColor.new("Really black")
  11265.  
  11266. else
  11267.  
  11268. rng.BrickColor = BrickColor.new("Cyan")
  11269.  
  11270. end
  11271.  
  11272.  
  11273.  
  11274. rng.CanCollide = false
  11275.  
  11276. rng.FormFactor = 3
  11277.  
  11278. rng.Name = "Ring"
  11279.  
  11280. rng.Size = Vector3.new(1, 1, 1)
  11281.  
  11282. rng.Transparency = 0.35
  11283.  
  11284. rng.TopSurface = 0
  11285.  
  11286. rng.BottomSurface = 0
  11287.  
  11288. rng.Material = "Neon"
  11289.  
  11290. local rngm = Instance.new("SpecialMesh", rng)
  11291.  
  11292. rngm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  11293.  
  11294. rngm.Scale = Vector3.new(10, 10, 1)
  11295.  
  11296. local bem = Instance.new("Part", char)
  11297.  
  11298. bem.Anchored = true
  11299.  
  11300.  
  11301.  
  11302. if holy ~= true then
  11303.  
  11304. bem.BrickColor = BrickColor.new("Really black")
  11305.  
  11306. else
  11307.  
  11308. bem.BrickColor = BrickColor.new("Cyan")
  11309.  
  11310. end
  11311.  
  11312.  
  11313.  
  11314. bem.Material = "Neon"
  11315.  
  11316. bem.CanCollide = false
  11317.  
  11318. bem.FormFactor = 3
  11319.  
  11320. bem.Name = "Beam" .. shot
  11321.  
  11322. bem.Size = Vector3.new(1, 1, 1)
  11323.  
  11324. bem.Transparency = 0.35
  11325.  
  11326. bem.TopSurface = 0
  11327.  
  11328. bem.BottomSurface = 0
  11329.  
  11330. local bemm = Instance.new("SpecialMesh", bem)
  11331.  
  11332. bemm.MeshType = 4
  11333.  
  11334. bemm.Scale = Vector3.new(1, 4, 4)
  11335.  
  11336. local out = Instance.new("Part", char)
  11337.  
  11338. out.Anchored = true
  11339.  
  11340.  
  11341.  
  11342. if holy ~= true then
  11343.  
  11344. out.BrickColor = BrickColor.new("Really black")
  11345.  
  11346. else
  11347.  
  11348. out.BrickColor = BrickColor.new("Cyan")
  11349.  
  11350. end
  11351.  
  11352.  
  11353.  
  11354. out.Material = "Neon"
  11355.  
  11356. out.CanCollide = false
  11357.  
  11358. out.FormFactor = 3
  11359.  
  11360. out.Name = "Out"
  11361.  
  11362. out.Size = Vector3.new(1, 1, 1)
  11363.  
  11364. out.Transparency = 0.35
  11365.  
  11366. out.TopSurface = 0
  11367.  
  11368. out.BottomSurface = 0
  11369.  
  11370. local outm = Instance.new("SpecialMesh", out)
  11371.  
  11372. outm.MeshId = "http://www.roblox.com/asset/?id=9982590"
  11373.  
  11374. outm.Scale = Vector3.new(2, 2, 2)
  11375.  
  11376. local bnd = Instance.new("Part", char)
  11377.  
  11378. bnd.Anchored = true
  11379.  
  11380.  
  11381.  
  11382. if holy ~= true then
  11383.  
  11384. bnd.BrickColor = BrickColor.new("Really black")
  11385.  
  11386. else
  11387.  
  11388. bnd.BrickColor = BrickColor.new("Cyan")
  11389.  
  11390. end
  11391.  
  11392.  
  11393.  
  11394. bnd.Material = "Neon"
  11395.  
  11396. bnd.CanCollide = false
  11397.  
  11398. bnd.FormFactor = 3
  11399.  
  11400. bnd.Name = "BEnd"
  11401.  
  11402. bnd.Size = Vector3.new(1, 1, 1)
  11403.  
  11404. bnd.Transparency = 0.35
  11405.  
  11406. bnd.TopSurface = 0
  11407.  
  11408. bnd.BottomSurface = 0
  11409.  
  11410. local bndm = Instance.new("SpecialMesh", bnd)
  11411.  
  11412. bndm.MeshType = 3
  11413.  
  11414. bndm.Scale = Vector3.new(4, 4, 4)
  11415.  
  11416. out.CFrame = rarm.CFrame * CFrame.new(0, -1.75, 0)
  11417.  
  11418. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  11419.  
  11420. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  11421.  
  11422. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  11423.  
  11424. Debounces.Shewt = true
  11425.  
  11426. coroutine.wrap(function()
  11427.  
  11428. for i = 1, 20, 0.2 do
  11429.  
  11430. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  11431.  
  11432. rng.Transparency = i/20
  11433.  
  11434. wait()
  11435.  
  11436. end
  11437.  
  11438. wait()
  11439.  
  11440. rng:Destroy()
  11441.  
  11442. end)()
  11443.  
  11444. if Debounces.Shewt == true then
  11445.  
  11446. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht) --Here
  11447.  
  11448. print("Hit")
  11449.  
  11450. hit = ht.Parent
  11451.  
  11452. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  11453.  
  11454. print("Yes")
  11455.  
  11456. if HasntTouched(hit.Name) == true and deb == false then
  11457.  
  11458. deb = true
  11459.  
  11460. coroutine.wrap(function()
  11461.  
  11462. hit:FindFirstChild("Humanoid").PlatformStand = true
  11463.  
  11464. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  11465.  
  11466. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(18,63))
  11467.  
  11468. wait(1)
  11469.  
  11470. hit:FindFirstChild("Humanoid").PlatformStand = false
  11471.  
  11472. end)()
  11473.  
  11474. table.insert(Touche, hit.Name)
  11475.  
  11476. deb = false
  11477.  
  11478. end
  11479.  
  11480. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  11481.  
  11482. print("Yes")
  11483.  
  11484. if HasntTouched(hit.Parent.Name) == true and deb == false then
  11485.  
  11486. deb = true
  11487.  
  11488. coroutine.wrap(function()
  11489.  
  11490. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  11491.  
  11492. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 140
  11493.  
  11494. wait(1)
  11495.  
  11496. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  11497.  
  11498. end)()
  11499.  
  11500. table.insert(Touche, hit.Parent.Name)
  11501.  
  11502. deb = false
  11503.  
  11504. for i, v in pairs(Touche) do
  11505.  
  11506. print(v)
  11507.  
  11508. end
  11509.  
  11510. end
  11511.  
  11512. end
  11513.  
  11514. end)
  11515.  
  11516. end
  11517.  
  11518. for i = 0, 200, 7 do
  11519.  
  11520. bem.Size = Vector3.new(i, 1, 1)
  11521.  
  11522. bem.CFrame = rarm.CFrame * CFrame.new(0, -2.5 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  11523.  
  11524. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 0)
  11525.  
  11526. wait()
  11527.  
  11528. end
  11529.  
  11530. wait()
  11531.  
  11532. Debounces.Shewt = false
  11533.  
  11534. bem:Destroy()
  11535.  
  11536. out:Destroy()
  11537.  
  11538. bnd:Destroy()
  11539.  
  11540. char.Humanoid.WalkSpeed = 10
  11541.  
  11542. Debounces.Ready = false
  11543.  
  11544. for i, v in pairs(Touche) do
  11545.  
  11546. table.remove(Touche, i)
  11547.  
  11548. end
  11549.  
  11550. wait()
  11551.  
  11552. table.insert(Touche, char.Name)
  11553.  
  11554. Debounces.NoIdl = false
  11555.  
  11556. if Debounces.CanAttack == false then
  11557.  
  11558. Debounces.CanAttack = true
  11559.  
  11560. Debounces.on = false
  11561.  
  11562. end
  11563.  
  11564. end
  11565.  
  11566. end
  11567.  
  11568. end)
  11569.  
  11570. -------------------------------
  11571.  
  11572. mouse.KeyDown:connect(function(key)
  11573.  
  11574. if key == "t" then
  11575.  
  11576. if Debounces.CanAttack == true then
  11577.  
  11578. Debounces.CanAttack = false
  11579.  
  11580. Debounces.NoIdl = true
  11581.  
  11582. Debounces.on = true
  11583.  
  11584. Debounces.ks = true
  11585.  
  11586. kik = rleg.Touched:connect(function(ht)
  11587.  
  11588. hit = ht.Parent
  11589.  
  11590. if ht and hit:IsA("Model") then
  11591.  
  11592. if hit:FindFirstChild("Humanoid") then
  11593.  
  11594. if hit.Name ~= p.Name then
  11595.  
  11596. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  11597.  
  11598. Debounces.Slashed = true]]--
  11599.  
  11600. if Debounces.ks==true then
  11601.  
  11602. z = Instance.new("Sound",hed)
  11603.  
  11604. z.SoundId = "rbxassetid://169380525"
  11605.  
  11606. z.Volume = 1
  11607.  
  11608. z:Play()
  11609.  
  11610. Debounces.ks=false
  11611.  
  11612. end
  11613.  
  11614. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  11615.  
  11616. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  11617.  
  11618. --Debounces.Slashed = false
  11619.  
  11620. --end
  11621.  
  11622. end
  11623.  
  11624. end
  11625.  
  11626. elseif ht and hit:IsA("Hat") then
  11627.  
  11628. if hit.Parent.Name ~= p.Name then
  11629.  
  11630. if hit.Parent:FindFirstChild("Humanoid") then
  11631.  
  11632. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  11633.  
  11634. Debounces.Slashed = true]]--
  11635.  
  11636. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  11637.  
  11638. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  11639.  
  11640. --Debounces.Slashed = false
  11641.  
  11642. --end
  11643.  
  11644. end
  11645.  
  11646. end
  11647.  
  11648. end
  11649.  
  11650. end)
  11651.  
  11652. for i = 1,20 do
  11653.  
  11654. 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)
  11655.  
  11656. 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)
  11657.  
  11658. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  11659.  
  11660. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  11661.  
  11662. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  11663.  
  11664. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  11665.  
  11666. if Debounces.on == false then break end
  11667.  
  11668. rs:wait()
  11669.  
  11670. end
  11671.  
  11672. kik:disconnect()
  11673.  
  11674. if Debounces.CanAttack == false then
  11675.  
  11676. Debounces.CanAttack = true
  11677.  
  11678. Debounces.NoIdl = false
  11679.  
  11680. Debounces.on = false
  11681.  
  11682. end
  11683.  
  11684. end
  11685.  
  11686. end
  11687.  
  11688. end)
  11689.  
  11690. ----------------------------------------------------
  11691.  
  11692. Charging = false
  11693.  
  11694. chargewait = false
  11695.  
  11696. mouse.KeyDown:connect(function(key)
  11697.  
  11698. if key == "h" then
  11699.  
  11700. if Charging == false and chargewait == false then
  11701.  
  11702. Charging = true
  11703.  
  11704. chargewait = true
  11705.  
  11706. if Debounces.CanAttack == true then
  11707.  
  11708. Debounces.CanAttack = false
  11709.  
  11710. Debounces.NoIdl = true
  11711.  
  11712. Debounces.on = true
  11713.  
  11714.  
  11715.  
  11716.  
  11717.  
  11718. if holy ~= true then
  11719.  
  11720. holy = true
  11721.  
  11722. else holy = false
  11723.  
  11724. end
  11725.  
  11726.  
  11727.  
  11728.  
  11729.  
  11730. for i = 1,20 do
  11731.  
  11732. 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)
  11733.  
  11734. 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)
  11735.  
  11736. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  11737.  
  11738. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  11739.  
  11740. 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)
  11741.  
  11742. 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)
  11743.  
  11744. if Debounces.on == false then break end
  11745.  
  11746. rs:wait()
  11747.  
  11748. end
  11749.  
  11750. pt=Instance.new('Part',torso)
  11751.  
  11752. pt.Anchored=true
  11753.  
  11754. pt.CanCollide=false
  11755.  
  11756. pt.Locked = true
  11757.  
  11758. pt.Material = "Neon"
  11759.  
  11760. pt.FormFactor='Custom'
  11761.  
  11762. pt.Size=Vector3.new(1,1,1)
  11763.  
  11764. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  11765.  
  11766. pt.Transparency=.6
  11767.  
  11768.  
  11769.  
  11770. if holy == true then
  11771.  
  11772. pt.BrickColor=BrickColor.new('Cyan')
  11773.  
  11774. else
  11775.  
  11776. pt.BrickColor = BrickColor.new("Really black")
  11777.  
  11778. end
  11779.  
  11780.  
  11781.  
  11782. msh=Instance.new('SpecialMesh',pt)
  11783.  
  11784. msh.MeshId='http://www.roblox.com/asset/?id=9982590'
  11785.  
  11786. msh.Scale=Vector3.new(8,4,8)
  11787.  
  11788. pt2=pt:clone()
  11789.  
  11790. pt2.Parent = torso
  11791.  
  11792. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  11793.  
  11794.  
  11795.  
  11796. if holy == true then
  11797.  
  11798.  
  11799.  
  11800.  
  11801.  
  11802. for i,v in pairs (char.Wings:GetChildren()) do
  11803.  
  11804. if v:IsA("Part") then
  11805.  
  11806. v.BrickColor=BrickColor.new('Cyan')
  11807.  
  11808. end
  11809.  
  11810. end
  11811.  
  11812. for i,v in pairs (char.Claw:GetChildren()) do
  11813.  
  11814. if v:IsA("WedgePart") then
  11815.  
  11816. v.BrickColor=BrickColor.new('Cyan')
  11817.  
  11818. end
  11819.  
  11820. end
  11821.  
  11822.  
  11823.  
  11824. for i,v in pairs (char.Hair:GetChildren()) do
  11825.  
  11826. if v:IsA("Part") then
  11827.  
  11828. v.BrickColor=BrickColor.new('Cyan')
  11829.  
  11830. end
  11831.  
  11832. end
  11833.  
  11834. for i,v in pairs (char.Claw:GetChildren()) do
  11835.  
  11836. if v:IsA("WedgePart") then
  11837.  
  11838. v.BrickColor=BrickColor.new('Cyan')
  11839.  
  11840. end
  11841.  
  11842. end
  11843.  
  11844.  
  11845.  
  11846. for i,v in pairs (char.Claw:GetChildren()) do
  11847.  
  11848. if v:IsA("Part") then
  11849.  
  11850. v.BrickColor=BrickColor.new('Cyan')
  11851.  
  11852. end
  11853.  
  11854. end
  11855.  
  11856.  
  11857.  
  11858.  
  11859.  
  11860.  
  11861.  
  11862.  
  11863.  
  11864.  
  11865.  
  11866. for i,v in pairs (larm.LeftArm:GetChildren()) do
  11867.  
  11868. if v:IsA("WedgePart") then
  11869.  
  11870. v.BrickColor = BrickColor.new("Cyan")
  11871.  
  11872. end
  11873.  
  11874. end
  11875.  
  11876.  
  11877.  
  11878. for i,v in pairs (larm.LeftArm:GetChildren()) do
  11879.  
  11880. if v:IsA("Part") then
  11881.  
  11882. v.BrickColor=BrickColor.new('Cyan')
  11883.  
  11884. end
  11885.  
  11886. end
  11887.  
  11888.  
  11889.  
  11890.  
  11891.  
  11892.  
  11893.  
  11894.  
  11895.  
  11896.  
  11897.  
  11898. for i,v in pairs (rarm.RightArm:GetChildren()) do
  11899.  
  11900. if v:IsA("WedgePart") then
  11901.  
  11902. v.BrickColor = BrickColor.new("Cyan")
  11903.  
  11904. end
  11905.  
  11906. end
  11907.  
  11908.  
  11909.  
  11910. for i,v in pairs (rarm.RightArm:GetChildren()) do
  11911.  
  11912. if v:IsA("Part") then
  11913.  
  11914. v.BrickColor=BrickColor.new('Cyan')
  11915.  
  11916. end
  11917.  
  11918. end
  11919.  
  11920.  
  11921.  
  11922.  
  11923.  
  11924.  
  11925.  
  11926.  
  11927.  
  11928.  
  11929.  
  11930. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  11931.  
  11932. if v:IsA("WedgePart") then
  11933.  
  11934. v.BrickColor = BrickColor.new("Cyan")
  11935.  
  11936. end
  11937.  
  11938. end
  11939.  
  11940.  
  11941.  
  11942. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  11943.  
  11944. if v:IsA("Part") then
  11945.  
  11946. v.BrickColor=BrickColor.new('Cyan')
  11947.  
  11948. end
  11949.  
  11950. end
  11951.  
  11952.  
  11953.  
  11954.  
  11955.  
  11956.  
  11957.  
  11958.  
  11959.  
  11960.  
  11961.  
  11962. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  11963.  
  11964. if v:IsA("WedgePart") then
  11965.  
  11966. v.BrickColor = BrickColor.new("Cyan")
  11967.  
  11968. end
  11969.  
  11970. end
  11971.  
  11972.  
  11973.  
  11974. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  11975.  
  11976. if v:IsA("Part") then
  11977.  
  11978. v.BrickColor=BrickColor.new('Cyan')
  11979.  
  11980. end
  11981.  
  11982. end
  11983.  
  11984.  
  11985.  
  11986.  
  11987.  
  11988.  
  11989.  
  11990.  
  11991.  
  11992.  
  11993.  
  11994. while holy == true do -- Emit the Lightning effects randomly
  11995.  
  11996. wait()
  11997.  
  11998. local Body1 = BodyParts[math.random(#BodyParts)]
  11999.  
  12000. local Body2 = BodyParts[math.random(#BodyParts)]
  12001.  
  12002. local Pos1 = Vector3.new(
  12003.  
  12004. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  12005.  
  12006. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  12007.  
  12008. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  12009.  
  12010. )
  12011.  
  12012. local Pos2 = Vector3.new(
  12013.  
  12014. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  12015.  
  12016. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  12017.  
  12018. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  12019.  
  12020. )
  12021.  
  12022. local SPos1 = Body1.Position + Pos1
  12023.  
  12024. local SPos2 = Body2.Position + Pos2
  12025.  
  12026. Lightning(SPos1, SPos2, 4, 3, "Cyan", .3, .56)
  12027.  
  12028. end
  12029.  
  12030.  
  12031.  
  12032.  
  12033.  
  12034. pt2.BrickColor=BrickColor.new('Cyan')
  12035.  
  12036. else
  12037.  
  12038.  
  12039.  
  12040.  
  12041.  
  12042.  
  12043.  
  12044. for i,v in pairs (char.Wings:GetChildren()) do
  12045.  
  12046. unholy = true
  12047.  
  12048. if v:IsA("Part") then
  12049.  
  12050. v.BrickColor = BrickColor.new("Royal purple")
  12051.  
  12052. end
  12053.  
  12054. end
  12055.  
  12056. for i,v in pairs (char.Claw:GetChildren()) do
  12057.  
  12058. if v:IsA("WedgePart") then
  12059.  
  12060. v.BrickColor = BrickColor.new("Royal purple")
  12061.  
  12062. end
  12063.  
  12064. end
  12065.  
  12066.  
  12067.  
  12068. for i,v in pairs (larm.LeftArm:GetChildren()) do
  12069.  
  12070. if v:IsA("WedgePart") then
  12071.  
  12072. v.BrickColor = BrickColor.new("Royal purple")
  12073.  
  12074. end
  12075.  
  12076. end
  12077.  
  12078.  
  12079.  
  12080. for i,v in pairs (larm.LeftArm:GetChildren()) do
  12081.  
  12082. if v:IsA("Part") then
  12083.  
  12084. v.BrickColor=BrickColor.new("Royal purple")
  12085.  
  12086. end
  12087.  
  12088. end
  12089.  
  12090.  
  12091.  
  12092.  
  12093.  
  12094.  
  12095.  
  12096.  
  12097.  
  12098.  
  12099.  
  12100. for i,v in pairs (rarm.RightArm:GetChildren()) do
  12101.  
  12102. if v:IsA("WedgePart") then
  12103.  
  12104. v.BrickColor = BrickColor.new("Royal purple")
  12105.  
  12106. end
  12107.  
  12108. end
  12109.  
  12110.  
  12111.  
  12112. for i,v in pairs (rarm.RightArm:GetChildren()) do
  12113.  
  12114. if v:IsA("Part") then
  12115.  
  12116. v.BrickColor=BrickColor.new("Royal purple")
  12117.  
  12118. end
  12119.  
  12120. end
  12121.  
  12122.  
  12123.  
  12124.  
  12125.  
  12126.  
  12127.  
  12128.  
  12129.  
  12130.  
  12131.  
  12132. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  12133.  
  12134. if v:IsA("WedgePart") then
  12135.  
  12136. v.BrickColor = BrickColor.new("Royal purple")
  12137.  
  12138. end
  12139.  
  12140. end
  12141.  
  12142.  
  12143.  
  12144. for i,v in pairs (rleg.RightLeg:GetChildren()) do
  12145.  
  12146. if v:IsA("Part") then
  12147.  
  12148. v.BrickColor=BrickColor.new("Royal purple")
  12149.  
  12150. end
  12151.  
  12152. end
  12153.  
  12154.  
  12155.  
  12156.  
  12157.  
  12158.  
  12159.  
  12160.  
  12161.  
  12162.  
  12163.  
  12164. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  12165.  
  12166. if v:IsA("WedgePart") then
  12167.  
  12168. v.BrickColor = BrickColor.new("Royal purple")
  12169.  
  12170. end
  12171.  
  12172. end
  12173.  
  12174.  
  12175.  
  12176. for i,v in pairs (lleg.LeftLeg:GetChildren()) do
  12177.  
  12178. if v:IsA("Part") then
  12179.  
  12180. v.BrickColor=BrickColor.new("Royal purple")
  12181.  
  12182. end
  12183.  
  12184. end
  12185.  
  12186.  
  12187.  
  12188. for i,v in pairs (char.Hair:GetChildren()) do
  12189.  
  12190. if v:IsA("Part") then
  12191.  
  12192. v.BrickColor = BrickColor.new("Royal purple")
  12193.  
  12194. end
  12195.  
  12196. end
  12197.  
  12198. for i,v in pairs (char.Claw:GetChildren()) do
  12199.  
  12200. if v:IsA("WedgePart") then
  12201.  
  12202. v.BrickColor = BrickColor.new("Royal purple")
  12203.  
  12204. end
  12205.  
  12206. end
  12207.  
  12208.  
  12209.  
  12210. for i,v in pairs (char.Claw:GetChildren()) do
  12211.  
  12212. if v:IsA("Part") then
  12213.  
  12214. v.BrickColor = BrickColor.new("Royal purple")
  12215.  
  12216. end
  12217.  
  12218. end
  12219.  
  12220.  
  12221.  
  12222.  
  12223.  
  12224. while holy ~= true do-- Emit the Lightning effects randomly
  12225.  
  12226. wait()
  12227.  
  12228. local Body1 = BodyParts[math.random(#BodyParts)]
  12229.  
  12230. local Body2 = BodyParts[math.random(#BodyParts)]
  12231.  
  12232. local Pos1 = Vector3.new(
  12233.  
  12234. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  12235.  
  12236. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  12237.  
  12238. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  12239.  
  12240. )
  12241.  
  12242. local Pos2 = Vector3.new(
  12243.  
  12244. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  12245.  
  12246. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  12247.  
  12248. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  12249.  
  12250. )
  12251.  
  12252. local SPos1 = Body1.Position + Pos1
  12253.  
  12254. local SPos2 = Body2.Position + Pos2
  12255.  
  12256. Lightning(SPos1, SPos2, 4, 3, "Royal purple", .3, .56)
  12257.  
  12258. end
  12259.  
  12260. unholy = false
  12261.  
  12262. pt2.BrickColor = BrickColor.new("Royal purple")
  12263.  
  12264. end
  12265.  
  12266.  
  12267.  
  12268.  
  12269.  
  12270.  
  12271.  
  12272.  
  12273.  
  12274.  
  12275.  
  12276. msh2=msh:clone()
  12277.  
  12278. msh2.Parent=pt2
  12279.  
  12280. msh2.Scale=Vector3.new(10,5,10)
  12281.  
  12282.  
  12283.  
  12284. 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}
  12285.  
  12286.  
  12287.  
  12288. bl = Instance.new("Part", char)
  12289.  
  12290. bl.Locked = true
  12291.  
  12292. bl.Name = "Shell"
  12293.  
  12294.  
  12295.  
  12296. if holy == true then
  12297.  
  12298. bl.BrickColor = BrickColor.new("Cyan")
  12299.  
  12300. else
  12301.  
  12302. bl.BrickColor = BrickColor.new("Really black")
  12303.  
  12304. end
  12305.  
  12306.  
  12307.  
  12308. bl.Anchored = true
  12309.  
  12310. bl.Material = "Neon"
  12311.  
  12312. bl.CanCollide = false
  12313.  
  12314. bl.Transparency = 0
  12315.  
  12316. bl.Reflectance = 0
  12317.  
  12318. bl.BottomSurface = 0
  12319.  
  12320. bl.TopSurface = 0
  12321.  
  12322. bl.Shape = 0
  12323.  
  12324. blm = Instance.new("SpecialMesh",bl)
  12325.  
  12326. blm.MeshType = "Sphere"
  12327.  
  12328. blm.Scale = Vector3.new(1,1,1)
  12329.  
  12330.  
  12331.  
  12332. so("http://www.roblox.com/asset/?id=340722848",hed,2,1.2)
  12333.  
  12334. so("http://www.roblox.com/asset/?id=340722848",torso,0.5,0.8)
  12335.  
  12336. so("http://roblox.com/asset/?id=168586621",torso,1,0.5)
  12337.  
  12338.  
  12339.  
  12340.  
  12341.  
  12342.  
  12343.  
  12344.  
  12345.  
  12346. coroutine.resume(coroutine.create(function()
  12347.  
  12348. for i=1, math.huge, 4 do
  12349.  
  12350. if Charging == true then
  12351.  
  12352. rs:wait()
  12353.  
  12354. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  12355.  
  12356. blm.Scale = blm.Scale + Vector3.new(0.5, 0.5, 0.5)
  12357.  
  12358. bl.Transparency = bl.Transparency + 0.05
  12359.  
  12360. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  12361.  
  12362. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  12363.  
  12364. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  12365.  
  12366. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  12367.  
  12368. elseif Charging == false then break
  12369.  
  12370. end
  12371.  
  12372. end
  12373.  
  12374. end))
  12375.  
  12376.  
  12377.  
  12378.  
  12379.  
  12380. repeat
  12381.  
  12382. local p = Instance.new('Part',torso)
  12383.  
  12384. p.formFactor = 'Custom'
  12385.  
  12386. p.Size = Vector3.new(1,1,1)
  12387.  
  12388.  
  12389.  
  12390. if holy == true then
  12391.  
  12392. p.BrickColor = BrickColor.new("Cyan")
  12393.  
  12394. else
  12395.  
  12396. p.BrickColor = BrickColor.new("Really black")
  12397.  
  12398. end
  12399.  
  12400.  
  12401.  
  12402. p.CanCollide = false
  12403.  
  12404. p.Transparency = 0
  12405.  
  12406. p.Anchored = true
  12407.  
  12408. p.Locked=true
  12409.  
  12410. p.Material = "Neon"
  12411.  
  12412. s = math.random(1,40)/10
  12413.  
  12414. local m = Instance.new("BlockMesh",p)
  12415.  
  12416. m.Scale = Vector3.new(s,s,s)
  12417.  
  12418. 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())
  12419.  
  12420. Spawn(function()
  12421.  
  12422. while rs:wait() do
  12423.  
  12424. if Charging == true then
  12425.  
  12426. 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)))
  12427.  
  12428. 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)))
  12429.  
  12430. 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))
  12431.  
  12432. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  12433.  
  12434. 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)))
  12435.  
  12436. 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)))
  12437.  
  12438. elseif Charging == false then break
  12439.  
  12440. end
  12441.  
  12442. end
  12443.  
  12444. end)
  12445.  
  12446. Spawn(function()
  12447.  
  12448. while rs:wait() do
  12449.  
  12450. if p.Transparency >= 1 then p:Destroy() break end
  12451.  
  12452. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  12453.  
  12454. p.Transparency = p.Transparency+0.01
  12455.  
  12456. end
  12457.  
  12458. end)
  12459.  
  12460. wait(.3)
  12461.  
  12462.  
  12463.  
  12464.  
  12465.  
  12466. until Charging == false
  12467.  
  12468. end
  12469.  
  12470. end
  12471.  
  12472. end
  12473.  
  12474. end)
  12475.  
  12476.  
  12477.  
  12478. ----------------------------------------------------
  12479.  
  12480. mouse.KeyUp:connect(function(key)
  12481.  
  12482. if key == "h" then
  12483.  
  12484. if Charging == true and chargewait == true then
  12485.  
  12486. chargewait = false
  12487.  
  12488. wait(1)
  12489.  
  12490. Charging = false
  12491.  
  12492.  
  12493.  
  12494. --[[for i,v in pairs (torso:GetChildren()) do
  12495.  
  12496. if v:IsA("Sound") then
  12497.  
  12498. v:Destroy()
  12499.  
  12500. end
  12501.  
  12502. end]]
  12503.  
  12504.  
  12505.  
  12506.  
  12507.  
  12508. --so("http://roblox.com/asset/?id=160867463",torso,1,0.7)
  12509.  
  12510.  
  12511.  
  12512. pt:Destroy()
  12513.  
  12514. pt2:Destroy()
  12515.  
  12516. if Debounces.CanAttack == false then
  12517.  
  12518. Debounces.CanAttack = true
  12519.  
  12520. Debounces.NoIdl = false
  12521.  
  12522. Debounces.on = false
  12523.  
  12524. Debounces.grab = false
  12525.  
  12526.  
  12527.  
  12528. end
  12529.  
  12530. end
  12531.  
  12532. end
  12533.  
  12534. end)
  12535.  
  12536. --[[mouse.KeyDown:connect(function(key)
  12537.  
  12538. if key == "y" then
  12539.  
  12540. if Debounces.CanAttack == true then
  12541.  
  12542. Debounces.CanAttack = false
  12543.  
  12544. Debounces.NoIdl = true
  12545.  
  12546. Debounces.on = true
  12547.  
  12548. local shell = Instance.new("Part",torso)
  12549.  
  12550. shell.BrickColor = BrickColor.new("Royal purple")
  12551.  
  12552. shell.Anchored = false
  12553.  
  12554. shell.CanCollide = false
  12555.  
  12556. shell.Locked = true
  12557.  
  12558. shell.TopSurface = "SmoothNoOutlines"
  12559.  
  12560. shell.BottomSurface = "SmoothNoOutlines"
  12561.  
  12562. shell.Size = Vector3.new(1.2,1.2,1.2)
  12563.  
  12564. shell.FormFactor = 3
  12565.  
  12566. local shellm = Instance.new("SpecialMesh",shell)
  12567.  
  12568. shellm.MeshType = "Sphere"
  12569.  
  12570. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  12571.  
  12572. Omega = function()
  12573.  
  12574. local X = Instance.new("Part",char)
  12575.  
  12576. local O = Instance.new("ObjectValue",X)
  12577.  
  12578. O.Name = "creator"
  12579.  
  12580. X.Locked = true
  12581.  
  12582. X.Name = "Shell"
  12583.  
  12584. X.Anchored = false
  12585.  
  12586. X.CanCollide = false
  12587.  
  12588. X.Transparency = 0.5
  12589.  
  12590. X.Reflectance = 0
  12591.  
  12592. X.BottomSurface = 0
  12593.  
  12594. X.TopSurface = 0
  12595.  
  12596. X.Shape = 0
  12597.  
  12598. local V = Instance.new("ObjectValue",X)
  12599.  
  12600. V.Value = char
  12601.  
  12602. V.Name = "creator"
  12603.  
  12604. X.BrickColor = BrickColor.new("Royal purple")
  12605.  
  12606. X.Size = Vector3.new(40,40,40)
  12607.  
  12608. --X.Material = "Neon"
  12609.  
  12610. local Z = Instance.new("SpecialMesh",X)
  12611.  
  12612. Z.MeshType = "Sphere"
  12613.  
  12614. Z.Scale = Vector3.new(0.2,0.2,0.2)
  12615.  
  12616. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  12617.  
  12618. local bv = Instance.new("BodyVelocity",X)
  12619.  
  12620. bv.maxForce = Vector3.new(99999,99999,99999)
  12621.  
  12622. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  12623.  
  12624. bv.velocity = root.CFrame.lookVector*10
  12625.  
  12626. Explode = X.Touched:connect(function(hit)
  12627.  
  12628. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart}") then
  12629.  
  12630. local cf = X.CFrame
  12631.  
  12632. bv:Destroy()
  12633.  
  12634. X.Anchored = true
  12635.  
  12636. Z:Remove()
  12637.  
  12638. Explode:disconnect()
  12639.  
  12640. X.Size = Vector3.new(3,3,3)
  12641.  
  12642. X.Touched:connect(function(hit) end)
  12643.  
  12644. X.CanCollide = false
  12645.  
  12646. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  12647.  
  12648. if v:FindFirstChild('Humanoid') then
  12649.  
  12650. v.Humanoid:TakeDamage(math.random(80,120))
  12651.  
  12652. end
  12653.  
  12654. end
  12655.  
  12656. for i = 1, (40) do rs:wait()
  12657.  
  12658. X.Transparency = X.Transparency + (1/40)
  12659.  
  12660. X.Size = X.Size + Vector3.new(1,1,1)
  12661.  
  12662. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  12663.  
  12664. end
  12665.  
  12666. X:Destroy()
  12667.  
  12668. end
  12669.  
  12670. end)
  12671.  
  12672. end
  12673.  
  12674. for i = 1,200 do
  12675.  
  12676. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  12677.  
  12678. 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)
  12679.  
  12680. 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)
  12681.  
  12682. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  12683.  
  12684. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  12685.  
  12686. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12687.  
  12688. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12689.  
  12690. if Debounces.on == false then break end
  12691.  
  12692. rs:wait()
  12693.  
  12694. end
  12695.  
  12696. for i = 1,30 do
  12697.  
  12698. shell.CFrame = torso.CFrame * CFrame.new(0,8,0)
  12699.  
  12700. 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)
  12701.  
  12702. 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)
  12703.  
  12704. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  12705.  
  12706. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  12707.  
  12708. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12709.  
  12710. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12711.  
  12712. if Debounces.on == false then break end
  12713.  
  12714. rs:wait()
  12715.  
  12716. end
  12717.  
  12718. for i = 1,40 do
  12719.  
  12720. shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  12721.  
  12722. shell.Size = shell.Size + Vector3.new(1,1,1)
  12723.  
  12724. 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)
  12725.  
  12726. 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)
  12727.  
  12728. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  12729.  
  12730. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  12731.  
  12732. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12733.  
  12734. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12735.  
  12736. if Debounces.on == false then break end
  12737.  
  12738. rs:wait()
  12739.  
  12740. end
  12741.  
  12742. for i = 1,40 do
  12743.  
  12744. shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  12745.  
  12746. 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)
  12747.  
  12748. 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)
  12749.  
  12750. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  12751.  
  12752. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  12753.  
  12754. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12755.  
  12756. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12757.  
  12758. if Debounces.on == false then break end
  12759.  
  12760. rs:wait()
  12761.  
  12762. end
  12763.  
  12764. for i = 1,60 do
  12765.  
  12766. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  12767.  
  12768. 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)
  12769.  
  12770. 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)
  12771.  
  12772. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  12773.  
  12774. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  12775.  
  12776. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12777.  
  12778. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12779.  
  12780. if Debounces.on == false then break end
  12781.  
  12782. rs:wait()
  12783.  
  12784. end
  12785.  
  12786. for i = 1,60 do
  12787.  
  12788. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  12789.  
  12790. shell.Size = shell.Size + Vector3.new(1,1,1)
  12791.  
  12792. 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)
  12793.  
  12794. 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)
  12795.  
  12796. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  12797.  
  12798. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  12799.  
  12800. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12801.  
  12802. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  12803.  
  12804. if Debounces.on == false then break end
  12805.  
  12806. rs:wait()
  12807.  
  12808. end
  12809.  
  12810. if Debounces.CanAttack == false then
  12811.  
  12812. Debounces.CanAttack = true
  12813.  
  12814. Debounces.NoIdl = false
  12815.  
  12816. Debounces.on = false
  12817.  
  12818. end
  12819.  
  12820. end
  12821.  
  12822. end
  12823.  
  12824. end)]]--
  12825.  
  12826. ----------------------------------------------------
  12827.  
  12828. Charging = false
  12829.  
  12830. mouse.KeyDown:connect(function(key)
  12831.  
  12832. if key == "r" then
  12833.  
  12834. if Charging == false then
  12835.  
  12836. Charging = true
  12837.  
  12838. if Debounces.CanAttack == true then
  12839.  
  12840. Debounces.CanAttack = false
  12841.  
  12842. Debounces.NoIdl = true
  12843.  
  12844. Debounces.on = true
  12845.  
  12846. for i = 1,20 do
  12847.  
  12848. 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)
  12849.  
  12850. 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)
  12851.  
  12852. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  12853.  
  12854. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  12855.  
  12856. 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)
  12857.  
  12858. 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)
  12859.  
  12860. if Debounces.on == false then break end
  12861.  
  12862. rs:wait()
  12863.  
  12864. end
  12865.  
  12866. --[[for i = 1,20 do
  12867.  
  12868. 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)
  12869.  
  12870. 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)
  12871.  
  12872. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  12873.  
  12874. 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)
  12875.  
  12876. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  12877.  
  12878. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  12879.  
  12880. if Debounces.on == false then break end
  12881.  
  12882. rs:wait()
  12883.  
  12884. end]]--
  12885.  
  12886. pt=Instance.new('Part',torso)
  12887.  
  12888. pt.Anchored=true
  12889.  
  12890. pt.CanCollide=false
  12891.  
  12892. pt.Locked = true
  12893.  
  12894. pt.FormFactor='Custom'
  12895.  
  12896. pt.Size=Vector3.new(1,1,1)
  12897.  
  12898. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  12899.  
  12900. pt.Transparency=.6
  12901.  
  12902. pt.BrickColor=BrickColor.new('Really black')
  12903.  
  12904. msh=Instance.new('SpecialMesh',pt)
  12905.  
  12906. msh.MeshId='http://www.roblox.com/asset/?id=9982590'
  12907.  
  12908. msh.Scale=Vector3.new(8,4,8)
  12909.  
  12910. pt2=pt:clone()
  12911.  
  12912. pt2.Parent = torso
  12913.  
  12914. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  12915.  
  12916. pt2.BrickColor=BrickColor.new("Royal purple")
  12917.  
  12918. msh2=msh:clone()
  12919.  
  12920. msh2.Parent=pt2
  12921.  
  12922. msh2.Scale=Vector3.new(10,5,10)
  12923.  
  12924.  
  12925.  
  12926. 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}
  12927.  
  12928.  
  12929.  
  12930. bl = Instance.new("Part", char)
  12931.  
  12932. bl.Locked = true
  12933.  
  12934. bl.Name = "Shell"
  12935.  
  12936. bl.BrickColor = BrickColor.new("Really black")
  12937.  
  12938. bl.Anchored = true
  12939.  
  12940. bl.CanCollide = false
  12941.  
  12942. bl.Transparency = 0
  12943.  
  12944. bl.Reflectance = 0
  12945.  
  12946. bl.BottomSurface = 0
  12947.  
  12948. bl.TopSurface = 0
  12949.  
  12950. bl.Shape = 0
  12951.  
  12952. blm = Instance.new("SpecialMesh",bl)
  12953.  
  12954. blm.MeshType = "Sphere"
  12955.  
  12956. blm.Scale = Vector3.new(1,1,1)
  12957.  
  12958. blm.MeshId = "rbxassetid://9982590"
  12959.  
  12960.  
  12961.  
  12962. coroutine.resume(coroutine.create(function()
  12963.  
  12964. for i=1, math.huge, 4 do
  12965.  
  12966. if Charging == true then
  12967.  
  12968. rs:wait()
  12969.  
  12970. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  12971.  
  12972. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  12973.  
  12974. bl.Transparency = bl.Transparency + 0.005
  12975.  
  12976. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  12977.  
  12978. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  12979.  
  12980. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  12981.  
  12982. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  12983.  
  12984. elseif Charging == false then break
  12985.  
  12986. end
  12987.  
  12988. end
  12989.  
  12990. end))
  12991.  
  12992.  
  12993.  
  12994. repeat
  12995.  
  12996. local p = Instance.new('Part',torso)
  12997.  
  12998. p.formFactor = 'Custom'
  12999.  
  13000. p.Size = Vector3.new(1,1,1)
  13001.  
  13002. p.BrickColor = workspace.Base.BrickColor
  13003.  
  13004. p.CanCollide = false
  13005.  
  13006. p.Transparency = 0
  13007.  
  13008. p.Anchored = true
  13009.  
  13010. p.Locked=true
  13011.  
  13012. p.Material = workspace.Base.Material
  13013.  
  13014. s = math.random(1,40)/10
  13015.  
  13016. local m = Instance.new("BlockMesh",p)
  13017.  
  13018. m.Scale = Vector3.new(s,s,s)
  13019.  
  13020. 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())
  13021.  
  13022. --[[coroutine.wrap(function()
  13023.  
  13024. wait(2)
  13025.  
  13026. while Charging == true do
  13027.  
  13028. wait(2)
  13029.  
  13030. GroundWave1()
  13031.  
  13032. wait(2)
  13033.  
  13034. end
  13035.  
  13036. end)()]]--
  13037.  
  13038. Spawn(function()
  13039.  
  13040. while rs:wait() do
  13041.  
  13042. if Charging == true then
  13043.  
  13044. 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)))
  13045.  
  13046. 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)))
  13047.  
  13048. 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))
  13049.  
  13050. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  13051.  
  13052. 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)))
  13053.  
  13054. 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)))
  13055.  
  13056. elseif Charging == false then break
  13057.  
  13058. end
  13059.  
  13060. end
  13061.  
  13062. end)
  13063.  
  13064. Spawn(function()
  13065.  
  13066. while rs:wait() do
  13067.  
  13068. if p.Transparency >= 1 then p:Destroy() break end
  13069.  
  13070. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  13071.  
  13072. p.Transparency = p.Transparency+0.01
  13073.  
  13074. end
  13075.  
  13076. end)
  13077.  
  13078. wait(.3)
  13079.  
  13080. until Charging == false
  13081.  
  13082. end
  13083.  
  13084. end
  13085.  
  13086. end
  13087.  
  13088. end)
  13089.  
  13090. ----------------------------------------------------
  13091.  
  13092. mouse.KeyUp:connect(function(key)
  13093.  
  13094. if key == "r" then
  13095.  
  13096. if Charging == true then
  13097.  
  13098. Charging = false
  13099.  
  13100. pt:Destroy()
  13101.  
  13102. pt2:Destroy()
  13103.  
  13104. bl:Destroy()
  13105.  
  13106. if Debounces.CanAttack == false then
  13107.  
  13108. Debounces.CanAttack = true
  13109.  
  13110. Debounces.NoIdl = false
  13111.  
  13112. Debounces.on = false
  13113.  
  13114. end
  13115.  
  13116. end
  13117.  
  13118. end
  13119.  
  13120. end)
  13121.  
  13122. ----------------------------------------------------
  13123.  
  13124. mouse.KeyDown:connect(function(key)
  13125.  
  13126. if key == "g" then
  13127.  
  13128. if Debounces.CanAttack == true then
  13129.  
  13130. Debounces.CanAttack = false
  13131.  
  13132. Debounces.NoIdl = true
  13133.  
  13134. Debounces.on = true
  13135.  
  13136. local shell = Instance.new("Part",torso)
  13137.  
  13138. shell.BrickColor = BrickColor.new("Royal purple")
  13139.  
  13140. shell.Anchored = true
  13141.  
  13142. shell.CanCollide = false
  13143.  
  13144. shell.Locked = true
  13145.  
  13146. shell.TopSurface = "SmoothNoOutlines"
  13147.  
  13148. shell.BottomSurface = "SmoothNoOutlines"
  13149.  
  13150. shell.Size = Vector3.new(1,1,1)
  13151.  
  13152. shellm = Instance.new("SpecialMesh",shell)
  13153.  
  13154. shellm.MeshType = "Sphere"
  13155.  
  13156. shellm.Scale = Vector3.new(1,1,1)
  13157.  
  13158. local shell2 = Instance.new("Part",torso)
  13159.  
  13160. shell2.BrickColor = BrickColor.new("Royal purple")
  13161.  
  13162. shell2.Anchored = true
  13163.  
  13164. shell2.CanCollide = false
  13165.  
  13166. shell2.Locked = true
  13167.  
  13168. shell2.TopSurface = "SmoothNoOutlines"
  13169.  
  13170. shell2.BottomSurface = "SmoothNoOutlines"
  13171.  
  13172. shell2.Size = Vector3.new(1,1,1)
  13173.  
  13174. shellm2 = Instance.new("SpecialMesh",shell2)
  13175.  
  13176. shellm2.MeshType = "Sphere"
  13177.  
  13178. shellm2.Scale = Vector3.new(1,1,1)
  13179.  
  13180.  
  13181.  
  13182. function FindNearestTorso(Position,Distance,SinglePlayer)
  13183.  
  13184. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  13185.  
  13186. local List = {}
  13187.  
  13188. for i,v in pairs(workspace:GetChildren())do
  13189.  
  13190. if v:IsA("Model")then
  13191.  
  13192. if v:findFirstChild("Torso")then
  13193.  
  13194. if v ~= char then
  13195.  
  13196. if(v.Torso.Position -Position).magnitude <= Distance then
  13197.  
  13198. table.insert(List,v)
  13199.  
  13200. end
  13201.  
  13202. end
  13203.  
  13204. end
  13205.  
  13206. end
  13207.  
  13208. end
  13209.  
  13210. return List
  13211.  
  13212. end
  13213.  
  13214.  
  13215.  
  13216. Shell = function()
  13217.  
  13218. local X = Instance.new("Part",char)
  13219.  
  13220. local O = Instance.new("ObjectValue",X)
  13221.  
  13222. O.Name = "creator"
  13223.  
  13224. X.Locked = true
  13225.  
  13226. X.Name = "Shell"
  13227.  
  13228. X.Anchored = false
  13229.  
  13230. X.CanCollide = false
  13231.  
  13232. X.Transparency = 0
  13233.  
  13234. X.Reflectance = 0
  13235.  
  13236. X.BottomSurface = 0
  13237.  
  13238. X.TopSurface = 0
  13239.  
  13240. X.Shape = 0
  13241.  
  13242. local V = Instance.new("ObjectValue",X)
  13243.  
  13244. V.Value = char
  13245.  
  13246. V.Name = "creator"
  13247.  
  13248. X.BrickColor = BrickColor.new("Royal purple")
  13249.  
  13250. X.Size = Vector3.new(1,1,1)
  13251.  
  13252. --X.Material = "Neon"
  13253.  
  13254. local Z = Instance.new("SpecialMesh",X)
  13255.  
  13256. Z.MeshType = "Sphere"
  13257.  
  13258. Z.Scale = Vector3.new(1,1,1)
  13259.  
  13260. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  13261.  
  13262. local bv = Instance.new("BodyVelocity",X)
  13263.  
  13264. bv.maxForce = Vector3.new(99999,99999,99999)
  13265.  
  13266. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  13267.  
  13268. bv.velocity = root.CFrame.lookVector*65
  13269.  
  13270. Explode = X.Touched:connect(function(hit)
  13271.  
  13272. if hit ~= char and hit.Name ~= "Shell" and hit:IsA("Part") or hit:IsA("BasePart}") then
  13273.  
  13274. local cf = X.CFrame
  13275.  
  13276. bv:Destroy()
  13277.  
  13278. X.Anchored = true
  13279.  
  13280. Z:Remove()
  13281.  
  13282. Explode:disconnect()
  13283.  
  13284. X.Size = Vector3.new(3,3,3)
  13285.  
  13286. X.Touched:connect(function(hit) end)
  13287.  
  13288. X.CanCollide = false
  13289.  
  13290. for i,v in pairs(FindNearestTorso(X.CFrame.p,40))do
  13291.  
  13292. if v:FindFirstChild('Humanoid') then
  13293.  
  13294. v.Humanoid:TakeDamage(math.random(6,12))
  13295.  
  13296. end
  13297.  
  13298. end
  13299.  
  13300. for i = 1, (40) do rs:wait()
  13301.  
  13302. X.Transparency = X.Transparency + (1/40)
  13303.  
  13304. X.Size = X.Size + Vector3.new(1,1,1)
  13305.  
  13306. X.CFrame = cf
  13307.  
  13308. end
  13309.  
  13310. X:Destroy()
  13311.  
  13312. end
  13313.  
  13314. end)
  13315.  
  13316. end
  13317.  
  13318. Shell()
  13319.  
  13320. for i = 1, 10 do
  13321.  
  13322. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13323.  
  13324. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13325.  
  13326. 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)
  13327.  
  13328. 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)
  13329.  
  13330. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.7)
  13331.  
  13332. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.7)
  13333.  
  13334. 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)
  13335.  
  13336. 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)
  13337.  
  13338. if Debounces.on == false then break end
  13339.  
  13340. rs:wait()
  13341.  
  13342. end
  13343.  
  13344. Shell()
  13345.  
  13346. shell.Transparency = 1
  13347.  
  13348. for i = 1, 10 do
  13349.  
  13350. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13351.  
  13352. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13353.  
  13354. 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)
  13355.  
  13356. 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)
  13357.  
  13358. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  13359.  
  13360. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  13361.  
  13362. 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)
  13363.  
  13364. 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)
  13365.  
  13366. if Debounces.on == false then break end
  13367.  
  13368. rs:wait()
  13369.  
  13370. end
  13371.  
  13372. Shell()
  13373.  
  13374. shell.Transparency = 0
  13375.  
  13376. shell2.Transparency = 1
  13377.  
  13378. for i = 1, 10 do
  13379.  
  13380. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13381.  
  13382. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13383.  
  13384. 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)
  13385.  
  13386. 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)
  13387.  
  13388. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  13389.  
  13390. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  13391.  
  13392. 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)
  13393.  
  13394. 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)
  13395.  
  13396. if Debounces.on == false then break end
  13397.  
  13398. rs:wait()
  13399.  
  13400. end
  13401.  
  13402. Shell()
  13403.  
  13404. shell2.Transparency = 0
  13405.  
  13406. shell.Transparency = 1
  13407.  
  13408. for i = 1, 10 do
  13409.  
  13410. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13411.  
  13412. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13413.  
  13414. 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)
  13415.  
  13416. 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)
  13417.  
  13418. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  13419.  
  13420. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  13421.  
  13422. 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)
  13423.  
  13424. 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)
  13425.  
  13426. if Debounces.on == false then break end
  13427.  
  13428. rs:wait()
  13429.  
  13430. end
  13431.  
  13432. Shell()
  13433.  
  13434. shell.Transparency = 0
  13435.  
  13436. shell2.Transparency = 1
  13437.  
  13438. for i = 1, 10 do
  13439.  
  13440. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13441.  
  13442. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13443.  
  13444. 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)
  13445.  
  13446. 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)
  13447.  
  13448. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  13449.  
  13450. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  13451.  
  13452. 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)
  13453.  
  13454. 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)
  13455.  
  13456. if Debounces.on == false then break end
  13457.  
  13458. rs:wait()
  13459.  
  13460. end
  13461.  
  13462. Shell()
  13463.  
  13464. shell2.Transparency = 0
  13465.  
  13466. shell.Transparency = 1
  13467.  
  13468. for i = 1, 10 do
  13469.  
  13470. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13471.  
  13472. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13473.  
  13474. 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)
  13475.  
  13476. 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)
  13477.  
  13478. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  13479.  
  13480. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  13481.  
  13482. 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)
  13483.  
  13484. 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)
  13485.  
  13486. if Debounces.on == false then break end
  13487.  
  13488. rs:wait()
  13489.  
  13490. end
  13491.  
  13492. Shell()
  13493.  
  13494. shell.Transparency = 0
  13495.  
  13496. shell2.Transparency = 1
  13497.  
  13498. for i = 1, 10 do
  13499.  
  13500. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13501.  
  13502. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13503.  
  13504. 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)
  13505.  
  13506. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.5)
  13507.  
  13508. 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)
  13509.  
  13510. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  13511.  
  13512. 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)
  13513.  
  13514. 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)
  13515.  
  13516. if Debounces.on == false then break end
  13517.  
  13518. rs:wait()
  13519.  
  13520. end
  13521.  
  13522. Shell()
  13523.  
  13524. shell2.Transparency = 0
  13525.  
  13526. shell.Transparency = 1
  13527.  
  13528. for i = 1, 10 do
  13529.  
  13530. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13531.  
  13532. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13533.  
  13534. 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)
  13535.  
  13536. 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)
  13537.  
  13538. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  13539.  
  13540. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  13541.  
  13542. 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)
  13543.  
  13544. 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)
  13545.  
  13546. if Debounces.on == false then break end
  13547.  
  13548. rs:wait()
  13549.  
  13550. end
  13551.  
  13552. Shell()
  13553.  
  13554. shell.Transparency = 0
  13555.  
  13556. shell2.Transparency = 1
  13557.  
  13558. for i = 1, 10 do
  13559.  
  13560. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13561.  
  13562. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13563.  
  13564. 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)
  13565.  
  13566. 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)
  13567.  
  13568. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  13569.  
  13570. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  13571.  
  13572. 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)
  13573.  
  13574. 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)
  13575.  
  13576. if Debounces.on == false then break end
  13577.  
  13578. rs:wait()
  13579.  
  13580. end
  13581.  
  13582. Shell()
  13583.  
  13584. shell2.Transparency = 0
  13585.  
  13586. shell.Transparency = 1
  13587.  
  13588. for i = 1, 10 do
  13589.  
  13590. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13591.  
  13592. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13593.  
  13594. 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)
  13595.  
  13596. 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)
  13597.  
  13598. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  13599.  
  13600. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  13601.  
  13602. 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)
  13603.  
  13604. 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)
  13605.  
  13606. if Debounces.on == false then break end
  13607.  
  13608. rs:wait()
  13609.  
  13610. end
  13611.  
  13612. Shell()
  13613.  
  13614. shell.Transparency = 0
  13615.  
  13616. shell2.Transparency = 1
  13617.  
  13618. for i = 1, 10 do
  13619.  
  13620. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13621.  
  13622. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13623.  
  13624. 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)
  13625.  
  13626. 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)
  13627.  
  13628. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  13629.  
  13630. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  13631.  
  13632. 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)
  13633.  
  13634. 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)
  13635.  
  13636. if Debounces.on == false then break end
  13637.  
  13638. rs:wait()
  13639.  
  13640. end
  13641.  
  13642. Shell()
  13643.  
  13644. shell2.Transparency = 0
  13645.  
  13646. shell.Transparency = 1
  13647.  
  13648. for i = 1, 10 do
  13649.  
  13650. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13651.  
  13652. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13653.  
  13654. 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)
  13655.  
  13656. 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)
  13657.  
  13658. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  13659.  
  13660. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  13661.  
  13662. 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)
  13663.  
  13664. 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)
  13665.  
  13666. if Debounces.on == false then break end
  13667.  
  13668. rs:wait()
  13669.  
  13670. end
  13671.  
  13672. Shell()
  13673.  
  13674. shell.Transparency = 0
  13675.  
  13676. shell2.Transparency = 1
  13677.  
  13678. for i = 1, 10 do
  13679.  
  13680. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  13681.  
  13682. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  13683.  
  13684. 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)
  13685.  
  13686. 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)
  13687.  
  13688. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  13689.  
  13690. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  13691.  
  13692. 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)
  13693.  
  13694. 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)
  13695.  
  13696. if Debounces.on == false then break end
  13697.  
  13698. rs:wait()
  13699.  
  13700. end
  13701.  
  13702. shell.Transparency = 1
  13703.  
  13704. if Debounces.CanAttack == false then
  13705.  
  13706. Debounces.CanAttack = true
  13707.  
  13708. Debounces.NoIdl = false
  13709.  
  13710. Debounces.on = false
  13711.  
  13712. end
  13713.  
  13714. end
  13715.  
  13716. end
  13717.  
  13718. end)
  13719.  
  13720. ----------------------------------------------------
  13721.  
  13722. Search = false
  13723.  
  13724. mouse.KeyDown:connect(function(key)
  13725.  
  13726. if key == "n" then
  13727.  
  13728. if Search == false then
  13729.  
  13730. Search = true
  13731.  
  13732. for i,v in pairs(game.Players:getPlayers()) do
  13733.  
  13734. if v.Name~=char.Name then
  13735.  
  13736. for j,k in pairs(v.Character:GetChildren()) do
  13737.  
  13738. if k:IsA("BasePart") and k.Transparency >= 1 then
  13739.  
  13740. bawx=Instance.new("SelectionBox",cam)
  13741.  
  13742. bawx.Color = BrickColor.new("Bright red")
  13743.  
  13744. bawx.Transparency = .5
  13745.  
  13746. bawx.Adornee = k
  13747.  
  13748. end
  13749.  
  13750. end
  13751.  
  13752. end
  13753.  
  13754. end
  13755.  
  13756. elseif Search == true then
  13757.  
  13758. Search = false
  13759.  
  13760. for i, v in pairs(cam:GetChildren()) do
  13761.  
  13762. if v:IsA("SelectionBox") then
  13763.  
  13764. v:Destroy()
  13765.  
  13766. end
  13767.  
  13768. end
  13769.  
  13770. end
  13771.  
  13772. end
  13773.  
  13774. end)
  13775.  
  13776. ----------------------------------------------------
  13777.  
  13778. Grab = false
  13779.  
  13780. mouse.KeyDown:connect(function(key)
  13781.  
  13782. if key == "z" then
  13783.  
  13784. Debounces.on = true
  13785.  
  13786. Debounces.NoIdl = true
  13787.  
  13788. Debounces.ks = true
  13789.  
  13790. if Grab == false then
  13791.  
  13792. gp = nil
  13793.  
  13794. for i = 1, 20 do
  13795.  
  13796. 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)
  13797.  
  13798. 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)
  13799.  
  13800. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  13801.  
  13802. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  13803.  
  13804. 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)
  13805.  
  13806. 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)
  13807.  
  13808. if Debounces.on == false then break end
  13809.  
  13810. rs:wait()
  13811.  
  13812. end
  13813.  
  13814. con1=larm.Touched:connect(function(hit) -- this is grab
  13815.  
  13816. ht = hit.Parent
  13817.  
  13818. hum1=ht:FindFirstChild('Humanoid')
  13819.  
  13820. if hum1 ~= nil then
  13821.  
  13822. if Debounces.ks==true then
  13823.  
  13824. z = Instance.new("Sound",hed)
  13825.  
  13826. z.SoundId = "rbxassetid://169380525"
  13827.  
  13828. z.Volume = 1
  13829.  
  13830. z:Play()
  13831.  
  13832. Debounces.ks=false
  13833.  
  13834. end
  13835.  
  13836. hum1.PlatformStand=true
  13837.  
  13838. gp = ht
  13839.  
  13840. Grab = true
  13841.  
  13842. asd=weld5(root,ht:FindFirstChild("Torso"),CFrame.new(0,0,-2.4),CFrame.new(0,0,0))
  13843.  
  13844. asd.Parent = larm
  13845.  
  13846. asd.Name = "asd"
  13847.  
  13848. asd.C0=asd.C0*CFrame.Angles(math.rad(0),math.rad(180),0)
  13849.  
  13850. --[[elseif hum1 == nil then
  13851.  
  13852. con1:disconnect()
  13853.  
  13854. wait() return]]--
  13855.  
  13856. end
  13857.  
  13858. end)
  13859.  
  13860. for i = 1, 20 do
  13861.  
  13862. 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)
  13863.  
  13864. 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)
  13865.  
  13866. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  13867.  
  13868. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  13869.  
  13870. 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)
  13871.  
  13872. 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)
  13873.  
  13874. if Debounces.on == false then break end
  13875.  
  13876. rs:wait()
  13877.  
  13878. end
  13879.  
  13880. if hum1 == nil then
  13881.  
  13882. Debounces.on = false
  13883.  
  13884. Debounces.NoIdl = false
  13885.  
  13886. end
  13887.  
  13888. con1:disconnect()
  13889.  
  13890. elseif Grab == true then
  13891.  
  13892. Grab = false
  13893.  
  13894. Punch()
  13895.  
  13896. z = Instance.new("Sound",hed)
  13897.  
  13898. z.SoundId = "rbxassetid://169380525"
  13899.  
  13900. z.Pitch = ptz[math.random(1,#ptz)]
  13901.  
  13902. z.Volume = 1
  13903.  
  13904. z:Play()
  13905.  
  13906. for i = 1, 10 do
  13907.  
  13908. 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)
  13909.  
  13910. 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)
  13911.  
  13912. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  13913.  
  13914. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  13915.  
  13916. 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)
  13917.  
  13918. 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)
  13919.  
  13920. if Debounces.on == false then break end
  13921.  
  13922. rs:wait()
  13923.  
  13924. end
  13925.  
  13926. Punch()
  13927.  
  13928. z = Instance.new("Sound",hed)
  13929.  
  13930. z.SoundId = "rbxassetid://169380525"
  13931.  
  13932. z.Pitch = ptz[math.random(1,#ptz)]
  13933.  
  13934. z.Volume = 1
  13935.  
  13936. z:Play()
  13937.  
  13938. for i = 1, 10 do
  13939.  
  13940. 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)
  13941.  
  13942. 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)
  13943.  
  13944. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  13945.  
  13946. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  13947.  
  13948. 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)
  13949.  
  13950. 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)
  13951.  
  13952. if Debounces.on == false then break end
  13953.  
  13954. rs:wait()
  13955.  
  13956. end
  13957.  
  13958. Punch()
  13959.  
  13960. z = Instance.new("Sound",hed)
  13961.  
  13962. z.SoundId = "rbxassetid://169380525"
  13963.  
  13964. z.Pitch = ptz[math.random(1,#ptz)]
  13965.  
  13966. z.Volume = 1
  13967.  
  13968. z:Play()
  13969.  
  13970. for i = 1, 10 do
  13971.  
  13972. 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)
  13973.  
  13974. 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)
  13975.  
  13976. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  13977.  
  13978. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  13979.  
  13980. 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)
  13981.  
  13982. 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)
  13983.  
  13984. if Debounces.on == false then break end
  13985.  
  13986. rs:wait()
  13987.  
  13988. end
  13989.  
  13990. Punch()
  13991.  
  13992. z = Instance.new("Sound",hed)
  13993.  
  13994. z.SoundId = "rbxassetid://169380525"
  13995.  
  13996. z.Pitch = ptz[math.random(1,#ptz)]
  13997.  
  13998. z.Volume = 1
  13999.  
  14000. z:Play()
  14001.  
  14002. for i = 1, 10 do
  14003.  
  14004. 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)
  14005.  
  14006. 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)
  14007.  
  14008. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  14009.  
  14010. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  14011.  
  14012. 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)
  14013.  
  14014. 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)
  14015.  
  14016. if Debounces.on == false then break end
  14017.  
  14018. rs:wait()
  14019.  
  14020. end
  14021.  
  14022. Punch()
  14023.  
  14024. z = Instance.new("Sound",hed)
  14025.  
  14026. z.SoundId = "rbxassetid://169380525"
  14027.  
  14028. z.Pitch = ptz[math.random(1,#ptz)]
  14029.  
  14030. z.Volume = 1
  14031.  
  14032. z:Play()
  14033.  
  14034. for i = 1, 10 do
  14035.  
  14036. 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)
  14037.  
  14038. 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)
  14039.  
  14040. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  14041.  
  14042. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  14043.  
  14044. 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)
  14045.  
  14046. 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)
  14047.  
  14048. if Debounces.on == false then break end
  14049.  
  14050. rs:wait()
  14051.  
  14052. end
  14053.  
  14054. Punch()
  14055.  
  14056. z = Instance.new("Sound",hed)
  14057.  
  14058. z.SoundId = "rbxassetid://169380525"
  14059.  
  14060. z.Pitch = ptz[math.random(1,#ptz)]
  14061.  
  14062. z.Volume = 1
  14063.  
  14064. z:Play()
  14065.  
  14066. for i = 1, 10 do
  14067.  
  14068. 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)
  14069.  
  14070. 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)
  14071.  
  14072. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  14073.  
  14074. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  14075.  
  14076. 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)
  14077.  
  14078. 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)
  14079.  
  14080. if Debounces.on == false then break end
  14081.  
  14082. rs:wait()
  14083.  
  14084. end
  14085.  
  14086. Punch()
  14087.  
  14088. z = Instance.new("Sound",hed)
  14089.  
  14090. z.SoundId = "rbxassetid://169380525"
  14091.  
  14092. z.Pitch = ptz[math.random(1,#ptz)]
  14093.  
  14094. z.Volume = 1
  14095.  
  14096. z:Play()
  14097.  
  14098. for i = 1, 10 do
  14099.  
  14100. 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)
  14101.  
  14102. 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)
  14103.  
  14104. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  14105.  
  14106. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  14107.  
  14108. 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)
  14109.  
  14110. 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)
  14111.  
  14112. if Debounces.on == false then break end
  14113.  
  14114. rs:wait()
  14115.  
  14116. end
  14117.  
  14118. Punch()
  14119.  
  14120. z = Instance.new("Sound",hed)
  14121.  
  14122. z.SoundId = "rbxassetid://169380525"
  14123.  
  14124. z.Pitch = ptz[math.random(1,#ptz)]
  14125.  
  14126. z.Volume = 1
  14127.  
  14128. z:Play()
  14129.  
  14130. for i = 1, 10 do
  14131.  
  14132. 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)
  14133.  
  14134. 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)
  14135.  
  14136. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  14137.  
  14138. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  14139.  
  14140. 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)
  14141.  
  14142. 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)
  14143.  
  14144. if Debounces.on == false then break end
  14145.  
  14146. rs:wait()
  14147.  
  14148. end
  14149.  
  14150. Punch()
  14151.  
  14152. z = Instance.new("Sound",hed)
  14153.  
  14154. z.SoundId = "rbxassetid://169380525"
  14155.  
  14156. z.Pitch = ptz[math.random(1,#ptz)]
  14157.  
  14158. z.Volume = 1
  14159.  
  14160. z:Play()
  14161.  
  14162. for i = 1, 10 do
  14163.  
  14164. 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)
  14165.  
  14166. 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)
  14167.  
  14168. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  14169.  
  14170. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  14171.  
  14172. 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)
  14173.  
  14174. 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)
  14175.  
  14176. if Debounces.on == false then break end
  14177.  
  14178. rs:wait()
  14179.  
  14180. end
  14181.  
  14182. Punch()
  14183.  
  14184. z = Instance.new("Sound",hed)
  14185.  
  14186. z.SoundId = "rbxassetid://169380525"
  14187.  
  14188. z.Pitch = ptz[math.random(1,#ptz)]
  14189.  
  14190. z.Volume = 1
  14191.  
  14192. z:Play()
  14193.  
  14194. for i = 1, 10 do
  14195.  
  14196. 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)
  14197.  
  14198. 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)
  14199.  
  14200. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  14201.  
  14202. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  14203.  
  14204. 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)
  14205.  
  14206. 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)
  14207.  
  14208. if Debounces.on == false then break end
  14209.  
  14210. rs:wait()
  14211.  
  14212. end
  14213.  
  14214. Punch()
  14215.  
  14216. z = Instance.new("Sound",hed)
  14217.  
  14218. z.SoundId = "rbxassetid://169380525"
  14219.  
  14220. z.Pitch = ptz[math.random(1,#ptz)]
  14221.  
  14222. z.Volume = 1
  14223.  
  14224. z:Play()
  14225.  
  14226. for i = 1, 10 do
  14227.  
  14228. 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)
  14229.  
  14230. 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)
  14231.  
  14232. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  14233.  
  14234. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  14235.  
  14236. 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)
  14237.  
  14238. 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)
  14239.  
  14240. if Debounces.on == false then break end
  14241.  
  14242. rs:wait()
  14243.  
  14244. end
  14245.  
  14246. Punch()
  14247.  
  14248. z = Instance.new("Sound",hed)
  14249.  
  14250. z.SoundId = "rbxassetid://169380525"
  14251.  
  14252. z.Pitch = ptz[math.random(1,#ptz)]
  14253.  
  14254. z.Volume = 1
  14255.  
  14256. z:Play()
  14257.  
  14258. for i = 1, 10 do
  14259.  
  14260. 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)
  14261.  
  14262. 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)
  14263.  
  14264. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  14265.  
  14266. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  14267.  
  14268. 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)
  14269.  
  14270. 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)
  14271.  
  14272. if Debounces.on == false then break end
  14273.  
  14274. rs:wait()
  14275.  
  14276. end
  14277.  
  14278. con1:disconnect()
  14279.  
  14280. Debounces.on = false
  14281.  
  14282. Debounces.NoIdl = false
  14283.  
  14284. if gp ~= nil then
  14285.  
  14286. gp:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 140
  14287.  
  14288. for i,v in pairs(larm:GetChildren()) do
  14289.  
  14290. if v.Name == "asd" and v:IsA("Weld") then
  14291.  
  14292. v:Remove()
  14293.  
  14294. end
  14295.  
  14296. end
  14297.  
  14298. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  14299.  
  14300. bv.maxForce = Vector3.new(400000, 400000, 400000)
  14301.  
  14302. bv.P = 125000
  14303.  
  14304. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  14305.  
  14306. hum1=nil
  14307.  
  14308. ht=nil
  14309.  
  14310. Debounces.on = false
  14311.  
  14312. Debounces.NoIdl = false
  14313.  
  14314. elseif ht == nil then wait()
  14315.  
  14316. Grab = false
  14317.  
  14318. Debounces.on = false
  14319.  
  14320. Debounces.NoIdl = false
  14321.  
  14322. end
  14323.  
  14324. end
  14325.  
  14326. end
  14327.  
  14328. end)
  14329.  
  14330. ----------------------------------------------------
  14331.  
  14332. mouse.KeyDown:connect(function(key)
  14333.  
  14334. if string.byte(key) == 52 then
  14335.  
  14336. char.Humanoid.WalkSpeed = 60
  14337.  
  14338. end
  14339.  
  14340. end)
  14341.  
  14342. mouse.KeyUp:connect(function(key)
  14343.  
  14344. if string.byte(key) == 52 then
  14345.  
  14346. char.Humanoid.WalkSpeed = 16
  14347.  
  14348. end
  14349.  
  14350. end)
  14351.  
  14352. -------------------------------
  14353.  
  14354. local animpose = "Idle"
  14355.  
  14356. local lastanimpose = "Idle"
  14357.  
  14358. local sine = 0
  14359.  
  14360. local change = 1
  14361.  
  14362. local val = 0
  14363.  
  14364. local ffing = false
  14365.  
  14366. -------------------------------
  14367.  
  14368. game:GetService("RunService").RenderStepped:connect(function()
  14369.  
  14370. --[[if char.Humanoid.Jump == true then
  14371.  
  14372. jump = true
  14373.  
  14374. else
  14375.  
  14376. jump = false
  14377.  
  14378. end]]
  14379.  
  14380. char.Humanoid.FreeFalling:connect(function(f)
  14381.  
  14382. if f then
  14383.  
  14384. ffing = true
  14385.  
  14386. else
  14387.  
  14388. ffing = false
  14389.  
  14390. end
  14391.  
  14392. end)
  14393.  
  14394. sine = sine + change
  14395.  
  14396. if jumpn == true then
  14397.  
  14398. animpose = "Jumping"
  14399.  
  14400. elseif ffing == true then
  14401.  
  14402. animpose = "Freefalling"
  14403.  
  14404. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  14405.  
  14406. animpose = "Idle"
  14407.  
  14408. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  14409.  
  14410. animpose = "Walking"
  14411.  
  14412. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  14413.  
  14414. animpose = "Running"
  14415.  
  14416. end
  14417.  
  14418. if animpose ~= lastanimpose then
  14419.  
  14420. sine = 0
  14421.  
  14422. if Debounces.NoIdl == false then
  14423.  
  14424. if animpose == "Idle" then
  14425.  
  14426. for i = 1, 2 do
  14427.  
  14428. 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)
  14429.  
  14430. 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)
  14431.  
  14432. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  14433.  
  14434. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  14435.  
  14436. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  14437.  
  14438. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  14439.  
  14440. end
  14441.  
  14442. elseif animpose == "Walking" then
  14443.  
  14444. for i = 1, 2 do
  14445.  
  14446. 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)
  14447.  
  14448. 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)
  14449.  
  14450. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  14451.  
  14452. 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)
  14453.  
  14454. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  14455.  
  14456. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  14457.  
  14458. --[[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)
  14459.  
  14460. 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)
  14461.  
  14462. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  14463.  
  14464. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  14465.  
  14466. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  14467.  
  14468. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4) ]]
  14469.  
  14470. end
  14471.  
  14472. elseif animpose == "Running" then
  14473.  
  14474. for i = 1, 2 do
  14475.  
  14476. 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)
  14477.  
  14478. 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)
  14479.  
  14480. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  14481.  
  14482. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  14483.  
  14484. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  14485.  
  14486. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  14487.  
  14488. wait()
  14489.  
  14490. end
  14491.  
  14492. end
  14493.  
  14494. else
  14495.  
  14496. end
  14497.  
  14498. end
  14499.  
  14500. --[[local HP1 = Instance.new("Part",larm)
  14501.  
  14502. HP1.Size = Vector3.new(-0.25,0.5,0.25)
  14503.  
  14504. HP1.BrickColor = BrickColor.new("Royal purple")
  14505.  
  14506. local HP1W = Instance.new("Weld", HP1)
  14507.  
  14508. HP1W.Part0 = larm
  14509.  
  14510. HP1W.Part1 = HP1
  14511.  
  14512. HP1W.C0 = CFrame.new(-1, .45, 0) ]]
  14513.  
  14514. lastanimpose = animpose
  14515.  
  14516. if Debounces.NoIdl == false then
  14517.  
  14518. if animpose == "Idle" then
  14519.  
  14520. change = 0.5
  14521.  
  14522. 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)
  14523.  
  14524. --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)
  14525.  
  14526. 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)
  14527.  
  14528. --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)
  14529.  
  14530. 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)
  14531.  
  14532. --torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  14533.  
  14534. --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)
  14535.  
  14536. 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)
  14537.  
  14538. 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)
  14539.  
  14540. 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)
  14541.  
  14542. elseif animpose == "Walking" then
  14543.  
  14544. change = 1
  14545.  
  14546. 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)
  14547.  
  14548. 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)
  14549.  
  14550. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  14551.  
  14552. 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)
  14553.  
  14554. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  14555.  
  14556. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  14557.  
  14558. elseif animpose == "Running" then
  14559.  
  14560. change = 1
  14561.  
  14562. 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)
  14563.  
  14564. 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)
  14565.  
  14566. --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)
  14567.  
  14568.  
  14569.  
  14570. --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)
  14571.  
  14572. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.53, -.1) * CFrame.Angles(math.rad(-5),0,0), 0.4)
  14573.  
  14574. --hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  14575.  
  14576. 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)
  14577.  
  14578.  
  14579.  
  14580. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(-1)), 0.4)
  14581.  
  14582. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(1)), 0.4)
  14583.  
  14584.  
  14585.  
  14586. --[[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)
  14587.  
  14588. 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) ]]
  14589.  
  14590. --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)
  14591.  
  14592.  
  14593.  
  14594. --[[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)
  14595.  
  14596. 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)
  14597.  
  14598. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  14599.  
  14600. 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)
  14601.  
  14602. 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)
  14603.  
  14604. 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) ]]
  14605.  
  14606. end
  14607.  
  14608. end
  14609.  
  14610. end)
  14611.  
  14612.  
  14613.  
  14614. hum.MaxHealth = 9001
  14615.  
  14616. wait(3)
  14617.  
  14618. hum.Health = 9001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement