Advertisement
Noob_666

Godly Ghosdeeri scythe (REUPLOAD 2!) (MODIFIED BY ME!)

Mar 26th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 101.49 KB | None | 0 0
  1. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Hello, my name is Ghosdeeri, the cursed spirit, and this server, is now MINE!", "Really black")
  2. wait(2.6)
  3. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"We are going to have a GREAT, GREAT time together, mortal!", "Really black")
  4. Player=game:GetService("Players").LocalPlayer
  5. Character=Player.Character
  6. PlayerGui=Player.PlayerGui
  7. Backpack=Player.Backpack
  8. Torso=Character.Torso
  9. Head=Character.Head
  10. Humanoid=Character.Humanoid
  11. m=Instance.new('Model',Character)
  12. LeftArm=Character["Left Arm"]
  13. LeftLeg=Character["Left Leg"]
  14. RightArm=Character["Right Arm"]
  15. RightLeg=Character["Right Leg"]
  16. LS=Torso["Left Shoulder"]
  17. LH=Torso["Left Hip"]
  18. RS=Torso["Right Shoulder"]
  19. RH=Torso["Right Hip"]
  20. Face = Head.face
  21. Neck=Torso.Neck
  22. it=Instance.new
  23. attacktype=1
  24. vt=Vector3.new
  25. cf=CFrame.new
  26. euler=CFrame.fromEulerAnglesXYZ
  27. angles=CFrame.Angles
  28. cloaked=false
  29. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  30. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  31. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  32. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  33. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  34. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  35. RootPart=Character.HumanoidRootPart
  36. RootJoint=RootPart.RootJoint
  37. RootCF=euler(-1.57,0,3.14)
  38. attack = false
  39. attackdebounce = false
  40. deb=false
  41. equipped=true
  42. hand=false
  43. MMouse=nil
  44. combo=0
  45. mana=0
  46. trispeed=.2
  47. attackmode='none'
  48. local idle=0
  49. local Anim="Idle"
  50. local Effects={}
  51. local gun=false
  52. local shoot=false
  53. player=nil
  54. mana=0
  55.  
  56. mouse=Player:GetMouse()
  57. --save shoulders
  58. RSH, LSH=nil, nil
  59. --welds
  60. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  61. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  62. LH=Torso["Left Hip"]
  63. RH=Torso["Right Hip"]
  64. Asset="http://www.roblox.com/asset/?id="
  65. Health=1000000
  66. Humanoid.MaxHealth=1000000
  67. Humanoid.Health=1000000
  68. coroutine.resume(coroutine.create(function()
  69. for i=1,20 do
  70. Humanoid.MaxHealth=1000000
  71. Humanoid.Health=1000000
  72. end
  73. Humanoid.MaxHealth=1000000
  74. Humanoid.Health=1000000
  75. Humanoid:TakeDamage(0)
  76. Humanoid.Health=Health
  77. end))
  78. Humanoid.Health=Health
  79.  
  80. function swait(num)
  81. if num==0 or num==nil then
  82. game:service'RunService'.RenderStepped:wait()
  83. else
  84. for i=0,num do
  85. game:service'RunService'.RenderStepped:wait()
  86. end
  87. end
  88. end
  89. TorsoColor=Torso.BrickColor
  90. function NoOutline(Part)
  91. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  92. end
  93. player=Player
  94. ch=Character
  95. RSH=ch.Torso["Right Shoulder"]
  96. LSH=ch.Torso["Left Shoulder"]
  97. --
  98. RSH.Parent=nil
  99. LSH.Parent=nil
  100. --
  101. RW.Name="Right Shoulder"
  102. RW.Part0=ch.Torso
  103. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  104. RW.C1=cf(0, 0.5, 0)
  105. RW.Part1=ch["Right Arm"]
  106. RW.Parent=ch.Torso
  107. --
  108. LW.Name="Left Shoulder"
  109. LW.Part0=ch.Torso
  110. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  111. LW.C1=cf(0, 0.5, 0)
  112. LW.Part1=ch["Left Arm"]
  113. LW.Parent=ch.Torso
  114.  
  115.     Player=game:GetService('Players').LocalPlayer
  116.     Character=Player.Character
  117.     Mouse=Player:GetMouse()
  118.     m=Instance.new('Model',Character)
  119.  
  120.  
  121.     local function weldBetween(a, b)
  122.         local weldd = Instance.new("ManualWeld")
  123.         weldd.Part0 = a
  124.         weldd.Part1 = b
  125.         weldd.C0 = CFrame.new()
  126.         weldd.C1 = b.CFrame:inverse() * a.CFrame
  127.         weldd.Parent = a
  128.         return weldd
  129.     end
  130.    
  131.     function swait(num)
  132.     if num==0 or num==nil then
  133.     game:service'RunService'.Stepped:wait(0)
  134.     else
  135.     for i=0,num do
  136.     game:service'RunService'.Stepped:wait(0)
  137.     end
  138.     end
  139.         end
  140.    
  141.     function nooutline(part)
  142.         part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  143.     end
  144.    
  145.     function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  146.         local fp=it("Part")
  147.         fp.formFactor=formfactor
  148.         fp.Parent=parent
  149.         fp.Reflectance=reflectance
  150.         fp.Transparency=transparency
  151.         fp.CanCollide=false
  152.         fp.Locked=true
  153.         fp.BrickColor=BrickColor.new(tostring(brickcolor))
  154.         fp.Name=name
  155.         fp.Size=size
  156.         fp.Position=Character.Torso.Position
  157.         nooutline(fp)
  158.         fp.Material=material
  159.         fp:BreakJoints()
  160.         return fp
  161.     end
  162.    
  163.     function mesh(Mesh,part,meshtype,meshid,offset,scale)
  164.         local mesh=it(Mesh)
  165.         mesh.Parent=part
  166.         if Mesh=="SpecialMesh" then
  167.             mesh.MeshType=meshtype
  168.             mesh.MeshId=meshid
  169.         end
  170.         mesh.Offset=offset
  171.         mesh.Scale=scale
  172.         return mesh
  173.     end
  174.    
  175.     function weld(parent,part0,part1,c0,c1)
  176.         local weld=it("Weld")
  177.         weld.Parent=parent
  178.         weld.Part0=part0
  179.         weld.Part1=part1
  180.         weld.C0=c0
  181.         weld.C1=c1
  182.         return weld
  183.     end
  184.    
  185.    
  186. local function CFrameFromTopBack(at, top, back)
  187. local right = top:Cross(back)
  188. return CFrame.new(at.x, at.y, at.z,
  189. right.x, top.x, back.x,
  190. right.y, top.y, back.y,
  191. right.z, top.z, back.z)
  192. end
  193.  
  194. function Triangle(a, b, c)
  195. local edg1 = (c-a):Dot((b-a).unit)
  196. local edg2 = (a-b):Dot((c-b).unit)
  197. local edg3 = (b-c):Dot((a-c).unit)
  198. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  199. a, b, c = a, b, c
  200. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  201. a, b, c = b, c, a
  202. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  203. a, b, c = c, a, b
  204. else
  205. assert(false, "unreachable")
  206. end
  207.  
  208. local len1 = (c-a):Dot((b-a).unit)
  209. local len2 = (b-a).magnitude - len1
  210. local width = (a + (b-a).unit*len1 - c).magnitude
  211.  
  212. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  213.  
  214. local list = {}
  215.  
  216. local Color = BrickColor.new("White")
  217.  
  218. if len1 > 0.01 then
  219. local w1 = Instance.new('WedgePart', m)
  220. game:GetService("Debris"):AddItem(w1,5)
  221. w1.Material = "Granite"
  222. w1.FormFactor = 'Custom'
  223. w1.BrickColor = BrickColor.new(Color)
  224. w1.Transparency = 0
  225. w1.Reflectance = 0
  226. w1.Material = "Granite"
  227. w1.CanCollide = false
  228. NoOutline(w1)
  229. local sz = Vector3.new(0.2, width, len1)
  230. w1.Size = sz
  231. local sp = Instance.new("SpecialMesh",w1)
  232. sp.MeshType = "Wedge"
  233. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  234. w1:BreakJoints()
  235. w1.Anchored = true
  236. w1.Parent = workspace
  237. w1.Transparency = 0.7
  238. table.insert(Effects,{w1,"Disappear",.01})
  239. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  240. table.insert(list,w1)
  241. end
  242.  
  243. if len2 > 0.01 then
  244. local w2 = Instance.new('WedgePart', m)
  245. game:GetService("Debris"):AddItem(w2,5)
  246. w2.Material = "Granite"
  247. w2.FormFactor = 'Custom'
  248. w2.BrickColor = BrickColor.new(Color)
  249. w2.Transparency = 0
  250. w2.Reflectance = 0
  251. w2.Material = "Granite"
  252. w2.CanCollide = false
  253. NoOutline(w2)
  254. local sz = Vector3.new(0.2, width, len2)
  255. w2.Size = sz
  256. local sp = Instance.new("SpecialMesh",w2)
  257. sp.MeshType = "Wedge"
  258. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  259. w2:BreakJoints()
  260. w2.Anchored = true
  261. w2.Parent = workspace
  262. w2.Transparency = 0.7
  263. table.insert(Effects,{w2,"Disappear",.01})
  264. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  265. table.insert(list,w2)
  266. end
  267. return unpack(list)
  268. end
  269.    
  270.    
  271. so = function(id,par,vol,pit)
  272. coroutine.resume(coroutine.create(function()
  273. local sou = Instance.new("Sound",par or workspace)
  274. sou.Volume=vol
  275. sou.Pitch=pit or 1
  276. sou.SoundId=id
  277. swait()
  278. sou:play()
  279. game:GetService("Debris"):AddItem(sou,6)
  280. end))
  281. end
  282.  
  283. function clerp(a,b,t)
  284. local qa = {QuaternionFromCFrame(a)}
  285. local qb = {QuaternionFromCFrame(b)}
  286. local ax, ay, az = a.x, a.y, a.z
  287. local bx, by, bz = b.x, b.y, b.z
  288. local _t = 1-t
  289. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  290. end
  291.  
  292. function QuaternionFromCFrame(cf)
  293. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  294. local trace = m00 + m11 + m22
  295. if trace > 0 then
  296. local s = math.sqrt(1 + trace)
  297. local recip = 0.5/s
  298. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  299. else
  300. local i = 0
  301. if m11 > m00 then
  302. i = 1
  303. end
  304. if m22 > (i == 0 and m00 or m11) then
  305. i = 2
  306. end
  307. if i == 0 then
  308. local s = math.sqrt(m00-m11-m22+1)
  309. local recip = 0.5/s
  310. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  311. elseif i == 1 then
  312. local s = math.sqrt(m11-m22-m00+1)
  313. local recip = 0.5/s
  314. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  315. elseif i == 2 then
  316. local s = math.sqrt(m22-m00-m11+1)
  317. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  318. end
  319. end
  320. end
  321.  
  322. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  323. local xs, ys, zs = x + x, y + y, z + z
  324. local wx, wy, wz = w*xs, w*ys, w*zs
  325. local xx = x*xs
  326. local xy = x*ys
  327. local xz = x*zs
  328. local yy = y*ys
  329. local yz = y*zs
  330. local zz = z*zs
  331. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  332. end
  333.  
  334. function QuaternionSlerp(a, b, t)
  335. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  336. local startInterp, finishInterp;
  337. if cosTheta >= 0.0001 then
  338. if (1 - cosTheta) > 0.0001 then
  339. local theta = math.acos(cosTheta)
  340. local invSinTheta = 1/math.sin(theta)
  341. startInterp = math.sin((1-t)*theta)*invSinTheta
  342. finishInterp = math.sin(t*theta)*invSinTheta  
  343. else
  344. startInterp = 1-t
  345. finishInterp = t
  346. end
  347. else
  348. if (1+cosTheta) > 0.0001 then
  349. local theta = math.acos(-cosTheta)
  350. local invSinTheta = 1/math.sin(theta)
  351. startInterp = math.sin((t-1)*theta)*invSinTheta
  352. finishInterp = math.sin(t*theta)*invSinTheta
  353. else
  354. startInterp = t-1
  355. finishInterp = t
  356. end
  357. end
  358. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  359. end
  360.  
  361.  
  362. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  363.  
  364.  
  365. function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , Ignored redescendants
  366. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  367. end
  368.  
  369. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  370.         if hit.Parent==nil then
  371.                 return
  372.         end
  373.         h=hit.Parent:FindFirstChild("Humanoid")
  374.         for _,v in pairs(hit.Parent:children()) do
  375.         if v:IsA("Humanoid") then
  376.         h=v
  377.         end
  378.         end
  379.         if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  380.         h=hit.Parent.Parent:FindFirstChild("Humanoid")
  381.         end
  382.         if hit.Parent.className=="Hat" then
  383.         hit=hit.Parent.Parent:findFirstChild("Head")
  384.         end
  385.         if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  386.         if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  387.         --[[                if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  388.                         return
  389.                 end]]
  390. --                        hs(hit,1.2)
  391.                         c=Instance.new("ObjectValue")
  392.                         c.Name="creator"
  393.                         c.Value=game:service("Players").LocalPlayer
  394.                         c.Parent=h
  395.                         game:GetService("Debris"):AddItem(c,.5)
  396.                 Damage=math.random(minim,maxim)
  397. --                h:TakeDamage(Damage)
  398.                 blocked=false
  399.                 block=hit.Parent:findFirstChild("Block")
  400.                 if block~=nil then
  401.                 if block.className=="NumberValue" then
  402.                 if block.Value>0 then
  403.                 blocked=true
  404.                 if decreaseblock==nil then
  405.                 block.Value=block.Value-1
  406.                 end
  407.                 end
  408.                 end
  409.                 if block.className=="IntValue" then
  410.                 if block.Value>0 then
  411.                 blocked=true
  412.                 if decreaseblock~=nil then
  413.                 block.Value=block.Value-1
  414.                 end
  415.                 end
  416.                 end
  417.                 end
  418.                 if blocked==false then
  419. --                h:TakeDamage(Damage)
  420.                 h.Health=h.Health-Damage
  421.                 showDamage(hit.Parent,Damage,.5,BrickColor.new("White"))
  422.                 else
  423.                 h.Health=h.Health-(Damage/2)
  424.                 showDamage(hit.Parent,Damage/2,.5,BrickColor.new("White"))
  425.                 end
  426.                 if Type=="Knockdown" then
  427.                 hum=hit.Parent.Humanoid
  428. hum.PlatformStand=true
  429. coroutine.resume(coroutine.create(function(HHumanoid)
  430. swait(1)
  431. HHumanoid.PlatformStand=false
  432. end),hum)
  433.                 local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  434. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  435. local bodvol=Instance.new("BodyVelocity")
  436. bodvol.velocity=angle*knockback
  437. bodvol.P=5000
  438. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  439. bodvol.Parent=hit
  440. rl=Instance.new("BodyAngularVelocity")
  441. rl.P=3000
  442. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  443. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  444. rl.Parent=hit
  445. game:GetService("Debris"):AddItem(bodvol,.5)
  446. game:GetService("Debris"):AddItem(rl,.5)
  447.                 elseif Type=="Normal" then
  448.                 vp=Instance.new("BodyVelocity")
  449.                 vp.P=500
  450.                 vp.maxForce=Vector3.new(math.huge,0,math.huge)
  451. --                vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  452.                 if KnockbackType==1 then
  453.                 vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  454.                 elseif KnockbackType==2 then
  455.                 vp.velocity=Property.CFrame.lookVector*knockback
  456.                 end
  457.                 if knockback>0 then
  458.                         vp.Parent=hit.Parent.Torso
  459.                 end
  460.                 game:GetService("Debris"):AddItem(vp,.5)
  461.                 elseif Type=="Up" then
  462.                 local bodyVelocity=Instance.new("BodyVelocity")
  463.                 bodyVelocity.velocity=vt(0,60,0)
  464.                 bodyVelocity.P=5000
  465.                 bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  466.                 bodyVelocity.Parent=hit
  467.                 game:GetService("Debris"):AddItem(bodyVelocity,1)
  468.                 rl=Instance.new("BodyAngularVelocity")
  469.                 rl.P=3000
  470.                 rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  471.                 rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  472.                 rl.Parent=hit
  473.                 game:GetService("Debris"):AddItem(rl,.5)
  474.                 elseif Type=="Snare" then
  475.                 bp=Instance.new("BodyPosition")
  476.                 bp.P=2000
  477.                 bp.D=100
  478.                 bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  479.                 bp.position=hit.Parent.Torso.Position
  480.                 bp.Parent=hit.Parent.Torso
  481.                 game:GetService("Debris"):AddItem(bp,1)
  482.                 elseif Type=="Target" then
  483.                 if Targetting==false then
  484.                 ZTarget=hit.Parent.Torso
  485.                 coroutine.resume(coroutine.create(function(Part)
  486.                 so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  487.                 swait(5)
  488.                 so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  489.                 end),ZTarget)
  490.                 TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  491.                 targetgui=Instance.new("BillboardGui")
  492.                 targetgui.Parent=ZTarget
  493.                 targetgui.Size=UDim2.new(10,100,10,100)
  494.                 targ=Instance.new("ImageLabel")
  495.                 targ.Parent=targetgui
  496.                 targ.BackgroundTransparency=1
  497.                 targ.Image="rbxassetid://4834067"
  498.                 targ.Size=UDim2.new(1,0,1,0)
  499.                 cam.CameraType="Scriptable"
  500.                 cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  501.                 dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  502.                 workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  503.                 Targetting=true
  504.                 RocketTarget=ZTarget
  505.                 for i=1,Property do
  506.                 --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  507.                 if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  508.                 swait()
  509.                 end
  510.                 --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  511.                 cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  512.                 dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  513.                 cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  514.                 end
  515.                 Targetting=false
  516.                 RocketTarget=nil
  517.                 targetgui.Parent=nil
  518.                 cam.CameraType="Custom"
  519.                 end
  520.                 end
  521.                         debounce=Instance.new("BoolValue")
  522.                         debounce.Name="DebounceHit"
  523.                         debounce.Parent=hit.Parent
  524.                         debounce.Value=true
  525.                         game:GetService("Debris"):AddItem(debounce,Delay)
  526.                         c=Instance.new("ObjectValue")
  527.                         c.Name="creator"
  528.                         c.Value=Player
  529.                         c.Parent=h
  530.                         game:GetService("Debris"):AddItem(c,.5)
  531.                 CRIT=false
  532.                 hitDeb=true
  533.                 AttackPos=6
  534.         end
  535. end
  536.  
  537. showDamage=function(Char,Dealt,du,Color)
  538.         m=Instance.new("Model")
  539.         m.Name=tostring(Dealt)
  540.         h=Instance.new("Humanoid")
  541.         h.Health=0
  542.         h.MaxHealth=0
  543.         h.Parent=m
  544.         c=Instance.new("Part")
  545.         c.Transparency=0
  546.         c.BrickColor=Color
  547.         c.Name="Head"
  548.         c.TopSurface=0
  549.         c.BottomSurface=0
  550.         c.formFactor="Plate"
  551.         c.Size=Vector3.new(1,.4,1)
  552.         ms=Instance.new("CylinderMesh")
  553.         ms.Scale=Vector3.new(.8,.8,.8)
  554.         if CRIT==true then
  555.                 ms.Scale=Vector3.new(1,1.25,1)
  556.         end
  557.         ms.Parent=c
  558.         c.Reflectance=0
  559.         Instance.new("BodyGyro").Parent=c
  560.         c.Parent=m
  561.         if Char:findFirstChild("Head")~=nil then
  562.         c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  563.         elseif Char.Parent:findFirstChild("Head")~=nil then
  564.         c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  565.         end
  566.         f=Instance.new("BodyPosition")
  567.         f.P=2000
  568.         f.D=100
  569.         f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  570.         f.position=c.Position+Vector3.new(0,3,0)
  571.         f.Parent=c
  572.         game:GetService("Debris"):AddItem(m,.5+du)
  573.         c.CanCollide=false
  574.         m.Parent=workspace
  575.         c.CanCollide=false
  576. end
  577.  
  578. Player=game:GetService('Players').LocalPlayer
  579. Character=Player.Character
  580. Mouse=Player:GetMouse()
  581. m=Instance.new('Model',Character)
  582. it=Instance.new
  583. function nooutline(part)
  584.     part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  585. end
  586. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  587.     local fp=it("Part")
  588.     fp.formFactor=formfactor
  589.     fp.Parent=parent
  590.     fp.Reflectance=reflectance
  591.     fp.Transparency=transparency
  592.     fp.CanCollide=false
  593.     fp.Locked=true
  594.     fp.BrickColor=BrickColor.new(tostring(brickcolor))
  595.     fp.Name=name
  596.     fp.Size=size
  597.     fp.Position=Character.Torso.Position
  598.     nooutline(fp)
  599.     fp.Material=material
  600.     fp:BreakJoints()
  601.     return fp
  602. end
  603. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  604.     local mesh=it(Mesh)
  605.     mesh.Parent=part
  606.     if Mesh=="SpecialMesh" then
  607.         mesh.MeshType=meshtype
  608.         mesh.MeshId=meshid
  609.     end
  610.     mesh.Offset=offset
  611.     mesh.Scale=scale
  612.     return mesh
  613. end
  614. function weld(parent,part0,part1,c0,c1)
  615.     local weld=it("Weld")
  616.     weld.Parent=parent
  617.     weld.Part0=part0
  618.     weld.Part1=part1
  619.     weld.C0=c0
  620.     weld.C1=c1
  621.     return weld
  622. end
  623.  
  624. Player=game:GetService('Players').LocalPlayer
  625. Character=Player.Character
  626. Mouse=Player:GetMouse()
  627. m=Instance.new('Model',Character)
  628. it=Instance.new
  629. function nooutline(part)
  630.     part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  631. end
  632. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  633.     local fp=it("Part")
  634.     fp.formFactor=formfactor
  635.     fp.Parent=parent
  636.     fp.Reflectance=reflectance
  637.     fp.Transparency=transparency
  638.     fp.CanCollide=false
  639.     fp.Locked=true
  640.     fp.BrickColor=BrickColor.new(tostring(brickcolor))
  641.     fp.Name=name
  642.     fp.Size=size
  643.     fp.Position=Character.Torso.Position
  644.     nooutline(fp)
  645.     fp.Material=material
  646.     fp:BreakJoints()
  647.     return fp
  648. end
  649. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  650.     local mesh=it(Mesh)
  651.     mesh.Parent=part
  652.     if Mesh=="SpecialMesh" then
  653.         mesh.MeshType=meshtype
  654.         mesh.MeshId=meshid
  655.     end
  656.     mesh.Offset=offset
  657.     mesh.Scale=scale
  658.     return mesh
  659. end
  660. function weld(parent,part0,part1,c0,c1)
  661.     local weld=it("Weld")
  662.     weld.Parent=parent
  663.     weld.Part0=part0
  664.     weld.Part1=part1
  665.     weld.C0=c0
  666.     weld.C1=c1
  667.     return weld
  668. end
  669.  
  670. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Handle",Vector3.new(0.399999976, 6.5999999, 0.800000012))
  671. handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999994874, 0, 0, 0, 1),CFrame.new(0.0507202148, -2.52714539, 1.07002306, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005))
  672. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 2.19999981))
  674. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000564575195, 7.66964722, 1.47541952, 0.999999821, -3.44649777e-007, -2.91872539e-006, 2.73044566e-006, -6.73997056e-005, 0.999999821, -3.44861661e-007, -0.999999821, -7.3311603e-005))
  675. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 2.19999981))
  677. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000564575195, 7.66740417, -1.51460314, 0.999999821, -3.44649777e-007, -2.91872539e-006, 2.73044566e-006, -6.73997056e-005, 0.999999821, -3.44861661e-007, -0.999999821, -7.3311603e-005))
  678. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  679. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 3))
  680. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000556945801, 7.2594986, -2.07578278, 0.999999821, -3.98708266e-008, -2.78470065e-006, 1.80762606e-006, -0.707154274, 0.707054794, -1.86429861e-006, -0.707058966, -0.707158446))
  681. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 3.79999995))
  683. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000564575195, 7.67505646, -0.444343567, 0.999999642, -5.20824486e-008, -2.79772325e-006, 2.0444179e-006, -0.601868689, 0.798591197, -1.58032435e-006, -0.798594832, -0.601873219))
  684. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 1, 0.200000048))
  686. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000564575195, 0.0484619141, -7.28675842, 0.999999821, -5.98131294e-007, -3.56129613e-006, 1.96194651e-006, -0.707154334, 0.707054913, -2.80819268e-006, -0.707059085, -0.707158506))
  687. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.300000012))
  688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 1, 0.200000048))
  689. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000564575195, -1.95571899, -7.67503357, -1.00000417, 1.01207308e-006, 2.75585353e-006, 2.3536104e-006, 0.798599243, 0.60187608, -1.44131911e-006, 0.601875842, -0.798596144))
  690. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.300000012))
  691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.99999994, 0.200000048))
  692. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000564575195, -1.98649597, -7.69823456, 0.999999821, -4.62420445e-007, -3.67828466e-006, 1.73081651e-006, -0.798675954, 0.601756394, -3.06568472e-006, -0.601761043, -0.798679531))
  693. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.300000012))
  694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 3))
  695. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000564575195, 7.2868042, -2.04853058, -0.999999821, 3.65708871e-007, 2.25400572e-006, 1.71940098e-006, 0.707059085, 0.707158446, -1.20197456e-006, 0.707154274, -0.707054913))
  696. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 1, 0.200000048))
  698. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000564575195, 0.0756988525, -7.25950623, -1.00000417, 1.07557219e-006, 2.81106031e-006, 2.61523587e-006, 0.707061827, 0.707162321, -1.09386144e-006, 0.70716244, -0.707058728))
  699. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.300000012))
  700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 4.5999999))
  701. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000564575195, 7.92796326, 0.682914734, 0.999999821, -1.3379514e-007, -2.85678175e-006, 2.24400219e-006, -0.500058174, 0.865988493, -1.45030845e-006, -0.865991473, -0.5000633))
  702. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 3.79999995))
  704. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000564575195, 7.69830322, -0.413574219, -0.999999583, 3.42691209e-007, 2.2613026e-006, 1.86686486e-006, 0.601761103, 0.798679531, -9.57987822e-007, 0.798675895, -0.601756394))
  705. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 4.5999999))
  707. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.00057220459, 7.94728088, 0.716293335, -0.999999821, -1.33946315e-007, 2.85676219e-006, 2.24413407e-006, 0.499941558, 0.866061687, -1.45007982e-006, 0.866058707, -0.499936432))
  708. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  709. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,1,"White","Hitbox",Vector3.new(0.399999976, 2.95000029, 8.42000008))
  710. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.52587891e-005, -7.13064575, -0.259962082, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005))
  711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  712. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, 7.32797241, 3.78292847, 0.999999821, -5.95495209e-008, -2.55292593e-006, 2.01799162e-006, -0.500058293, 0.865988672, -1.23406596e-006, -0.865991652, -0.50006336))
  713. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(4.20000029, 0.200000003, 1.19999993))
  715. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.2829361, 0.000549316406, 7.62794495, 1.23406596e-006, 0.865991652, 0.50006336, -0.999999821, 5.95495209e-008, 2.55292593e-006, 2.01799162e-006, -0.500058293, 0.865988672))
  716. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  718. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, 7.32798767, 1.21704102, -0.999999821, 5.95495209e-008, 2.55292593e-006, 2.01799162e-006, -0.500058293, 0.865988672, 1.23406596e-006, 0.865991652, 0.50006336))
  719. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  721. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, -7.94722748, 3.81633759, 0.999999821, 5.96597474e-008, -2.55291707e-006, -2.01812372e-006, -0.499941617, -0.866061866, -1.23383734e-006, 0.866058886, -0.499936491))
  722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  724. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, 7.34732819, 3.81626892, -0.999999821, -5.96597474e-008, 2.55291707e-006, 2.01812372e-006, 0.499941617, 0.866061866, -1.23383734e-006, 0.866058886, -0.499936491))
  725. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  726. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  727. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, -7.92785645, 3.78297424, -0.999999821, 5.95495209e-008, 2.55292593e-006, -2.01799162e-006, 0.500058293, -0.865988672, -1.23406596e-006, -0.865991652, -0.50006336))
  728. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  730. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, -7.94728851, 1.18369293, -0.999999821, -5.96597474e-008, 2.55291707e-006, -2.01812372e-006, -0.499941617, -0.866061866, 1.23383734e-006, -0.866058886, 0.499936491))
  731. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(4.20000029, 0.200000003, 1.19999993))
  733. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.31630707, 0.000549316406, 7.64728546, -1.23383734e-006, 0.866058886, -0.499936491, -0.999999821, -5.96597474e-008, 2.55291707e-006, 2.01812372e-006, 0.499941617, 0.866061866))
  734. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  735. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  736. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, 7.34729767, 1.18365479, 0.999999821, 5.96597474e-008, -2.55291707e-006, 2.01812372e-006, 0.499941617, 0.866061866, 1.23383734e-006, -0.866058886, 0.499936491))
  737. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  738. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 0.800000191))
  739. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, -7.92796326, 1.2170639, 0.999999821, -5.95495209e-008, -2.55292593e-006, -2.01799162e-006, 0.500058293, -0.865988672, 1.23406596e-006, 0.865991652, 0.50006336))
  740. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  742. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, 7.22796631, 1.41705322, -0.999999821, 5.95495209e-008, 2.55292593e-006, 2.01799162e-006, -0.500058293, 0.865988672, 1.23406596e-006, 0.865991652, 0.50006336))
  743. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  744. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.20000029))
  745. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000602722168, 8.04922485, 2.2826767, -0.999999821, -1.03368154e-006, 1.92164384e-006, 1.9565648e-006, -0.707154155, 0.707055032, 4.9492246e-007, 0.707059205, 0.707158327))
  746. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 1, 1))
  747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(4.20000029, 0.200000003, 1.60000002))
  748. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.2829361, 0.000564575195, 7.62794495, 1.23406596e-006, 0.865991652, 0.50006336, -0.999999821, 5.95495209e-008, 2.55292593e-006, 2.01799162e-006, -0.500058293, 0.865988672))
  749. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.980000019, 1))
  750. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.20000029))
  751. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000541687012, -7.86872101, 4.7230072, 0.999999821, 6.18751557e-008, -2.79253641e-006, -7.33608772e-007, 0.965943217, -0.258748204, 2.49958407e-006, 0.258753926, 0.965944707))
  752. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 1, 1))
  753. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  754. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, -8.02798462, 1.41706085, 0.999999821, -5.95495209e-008, -2.55292593e-006, -2.01799162e-006, 0.500058293, -0.865988672, 1.23406596e-006, 0.865991652, 0.50006336))
  755. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  757. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, -8.04729462, 1.38368225, -0.999999821, -5.96597474e-008, 2.55291707e-006, -2.01812372e-006, -0.499941617, -0.866061866, 1.23383734e-006, -0.866058886, 0.499936491))
  758. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.20000029))
  760. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, -7.90600586, 4.71310425, -0.999999821, 6.17326492e-008, 2.79254573e-006, -7.33863715e-007, -0.965908289, -0.258889705, 2.49951563e-006, -0.258883983, 0.965906799))
  761. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 1, 1))
  762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.20000029))
  763. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000579833984, -8.19786835, 3.0612793, -0.999999821, 1.67408443e-009, 3.03368324e-006, -1.42435294e-006, -0.865991592, -0.5000633, 2.46326499e-006, -0.500058234, 0.865988612))
  764. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 1, 1))
  765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.20000029))
  766. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000610351563, 8.07653809, 2.25543213, 0.999999821, -1.03365596e-006, -1.9217955e-006, 1.95675148e-006, 0.707058907, 0.707158625, 4.94735673e-007, -0.707154453, 0.707054734))
  767. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 1, 1))
  768. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  769. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, 7.24727631, 1.38367462, 0.999999821, 5.96597474e-008, -2.55291707e-006, 2.01812372e-006, 0.499941617, 0.866061866, 1.23383734e-006, -0.866058886, 0.499936491))
  770. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.20000029))
  772. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.00057220459, -8.16441345, 3.08054352, 0.999999821, 1.84907067e-009, -3.03368279e-006, -1.42412443e-006, 0.866058826, -0.499936432, 2.46339664e-006, 0.499941558, 0.866061807))
  773. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 1, 1))
  774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  775. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, 7.22822571, 3.98279572, 0.999999821, -5.95495209e-008, -2.55292593e-006, 2.01799162e-006, -0.500058293, 0.865988672, -1.23406596e-006, -0.865991652, -0.50006336))
  776. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  778. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, -8.02787781, 3.98300171, -0.999999821, 5.95495209e-008, 2.55292593e-006, -2.01799162e-006, 0.500058293, -0.865988672, -1.23406596e-006, -0.865991652, -0.50006336))
  779. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  781. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0.000549316406, 7.24758148, 4.0161438, -0.999999821, -5.96597474e-008, 2.55291707e-006, 2.01812372e-006, 0.499941617, 0.866061866, -1.23383734e-006, 0.866058886, -0.499936491))
  782. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  783. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.800000012, 1.20000017))
  784. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-0.000549316406, -8.04721832, 4.01631165, 0.999999821, 5.96597474e-008, -2.55291707e-006, -2.01812372e-006, -0.499941617, -0.866061866, -1.23383734e-006, 0.866058886, -0.499936491))
  785. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(4.20000029, 0.200000003, 1.60000002))
  787. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.31628418, 0.000564575195, 7.6472702, -1.23383734e-006, 0.866058886, -0.499936491, -0.999999821, -5.96597474e-008, 2.55291707e-006, 2.01812372e-006, 0.499941617, 0.866061866))
  788. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.980000019, 1))
  789. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.600000024, 0.600000083))
  790. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, -2.73671722, 2.73668671, -0.999999821, 9.49127994e-008, 2.40484042e-006, -1.63459686e-006, -0.707059026, -0.707158506, 1.50011931e-006, -0.707154334, 0.707054853))
  791. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.800000012, 0.800000012))
  792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 1.4000001))
  793. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, -4.79164124, 5.3915863, -0.999999821, 9.49127994e-008, 2.40484042e-006, -1.63459686e-006, -0.707059026, -0.707158506, 1.50011931e-006, -0.707154334, 0.707054853))
  794. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 0.899999976))
  795. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 1.4000001))
  796. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, 5.99164581, -5.39162445, -0.999999821, -9.50369241e-008, 2.90747721e-006, 1.85573333e-006, 0.707058907, 0.707158327, -1.98983753e-006, 0.707154155, -0.707054734))
  797. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 0.899999976))
  798. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 1.4000001))
  799. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, 4.79161072, 5.39163208, -0.999999821, -2.51380015e-007, 2.56118346e-006, 1.85554666e-006, -0.707154155, 0.707054734, 1.50030701e-006, 0.707058907, 0.707158327))
  800. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 0.899999976))
  801. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 4))
  802. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.52587891e-005, -0.300024509, -5.0990448, 0.999999642, 8.86621194e-008, -2.71263866e-006, 8.84640485e-008, -0.999999642, -7.33413981e-005, -2.52439077e-006, 6.74295079e-005, -0.999999642))
  803. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 4))
  805. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.52587891e-005, 0.299972534, -5.0990448, 0.999999642, 8.86621194e-008, -2.71263866e-006, 8.84640485e-008, -0.999999642, -7.33413981e-005, -2.52439077e-006, 6.74295079e-005, -0.999999642))
  806. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 1))
  807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 1.4000001))
  808. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, -5.99160767, -5.3916626, -0.999999821, 2.51255869e-007, 2.75113416e-006, -1.63441007e-006, 0.707154334, -0.707054853, -1.99002329e-006, -0.707059026, -0.707158506))
  809. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 0.899999976))
  810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 0.600000083))
  811. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, 1.99224091, 2.19223022, -0.999999821, -2.51380015e-007, 2.56118346e-006, 1.85554666e-006, -0.707154155, 0.707054734, 1.50030701e-006, 0.707058907, 0.707158327))
  812. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 0.769999981))
  813. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.400000006, 0.200000003, 0.600000083))
  814. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, -1.99222565, 2.1922226, -0.999999821, 9.49127994e-008, 2.40484042e-006, -1.63459686e-006, -0.707059026, -0.707158506, 1.50011931e-006, -0.707154334, 0.707054853))
  815. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.300000012, 0.769999981))
  816. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.399999976, 0.400000006, 1.20000005))
  817. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-5.9855423, -1.52587891e-005, -5.18557739, -1.74497791e-006, 0.707154274, -0.707054913, 0.999999821, 6.20720975e-011, -2.65615972e-006, -1.74516435e-006, -0.707059085, -0.707158446))
  818. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  819. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.399999976, 0.400000006, 1.20000005))
  820. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-4.78553772, -1.52587891e-005, -5.58559418, -1.74497791e-006, 0.707154274, -0.707054913, 0.999999821, 6.20720975e-011, -2.65615972e-006, -1.74516435e-006, -0.707059085, -0.707158446))
  821. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  822. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.399999976, 0.400000006, 1.20000005))
  823. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-5.9855957, 1.52587891e-005, -5.58554077, -1.74516435e-006, -0.707059085, -0.707158446, -0.999999821, -6.20720975e-011, 2.65615972e-006, -1.74497791e-006, 0.707154274, -0.707054913))
  824. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  825. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.399999976, 0.400000006, 1.20000005))
  826. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-4.7855835, 1.52587891e-005, -5.18553162, -1.74516435e-006, -0.707059085, -0.707158446, -0.999999821, -6.20720975e-011, 2.65615972e-006, -1.74497791e-006, 0.707154274, -0.707054913))
  827. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  828. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  829. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(7.62939453e-006, -7.84564209, 1.18071747, -0.999999821, 9.66749326e-007, 2.13135627e-006, -1.94302879e-006, 6.75486881e-005, -0.999999821, -9.6690826e-007, -0.999999821, -7.3460651e-005))
  830. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  831. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  832. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-3.05175781e-005, -7.84564209, 1.21925235, 0.999999821, -9.66678385e-007, -3.18110392e-006, -2.99277713e-006, 6.71314556e-005, -0.999999821, 9.66907237e-007, 0.999999821, 7.30434185e-005))
  833. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  834. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  835. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, 7.44563293, 1.21924734, -0.999999821, -9.66873472e-007, 3.18096318e-006, 2.99277804e-006, -6.75486881e-005, 0.999999821, -9.6664337e-007, 0.999999821, 7.3460651e-005))
  836. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  837. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  838. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(7.62939453e-006, -7.84564209, -0.419251919, -0.999999821, 9.66750008e-007, 2.13135809e-006, -1.94302993e-006, 6.75784904e-005, -0.999999821, -9.66909511e-007, -0.999999821, -7.34904534e-005))
  839. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  840. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  841. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(2.28881836e-005, -0.180722237, -8.0456543, -0.999999821, 5.24748202e-007, 3.62297351e-006, 5.25008204e-007, 0.999999821, 7.34904534e-005, -3.43467877e-006, 6.75784904e-005, -0.999999821))
  842. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  843. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  844. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-7.62939453e-006, 7.44563293, -0.419239521, 0.999999821, 9.66802304e-007, -2.13121507e-006, 1.94302902e-006, -6.71016533e-005, 0.999999821, 9.66643483e-007, -0.999999821, -7.30136162e-005))
  845. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  846. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  847. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(2.28881836e-005, 7.44564819, -0.380721092, -0.999999821, -9.66873017e-007, 3.18096227e-006, 2.99277667e-006, -6.75784904e-005, 0.999999821, -9.66642006e-007, 0.999999821, 7.34904534e-005))
  848. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  849. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  850. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-7.62939453e-006, 7.44563293, 1.18072891, 0.999999821, 9.66802418e-007, -2.1312153e-006, 1.9430297e-006, -6.71314556e-005, 0.999999821, 9.66644393e-007, -0.999999821, -7.30434185e-005))
  851. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  852. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  853. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(7.62939453e-006, -0.21928072, 8.84564209, -0.999999821, -5.24871439e-007, 1.68934548e-006, 5.24742063e-007, -0.999999821, -7.34904534e-005, 1.5011276e-006, -6.75784904e-005, 0.999999821))
  854. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  855. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  856. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0, -0.219273567, -8.0456543, 0.999999821, -5.2487735e-007, -1.68942256e-006, -5.25005987e-007, -0.999999821, -7.30136162e-005, -1.50112783e-006, 6.71016533e-005, -0.999999821))
  857. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  858. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  859. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-2.28881836e-005, -0.180725098, 8.84564209, 0.999999821, 5.2500036e-007, -3.62289711e-006, -5.24742177e-007, 0.999999821, 7.29838139e-005, 3.43467877e-006, -6.70718509e-005, 0.999999821))
  860. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  861. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  862. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-7.62939453e-006, -0.219299316, -6.44563293, 0.999999821, -5.248761e-007, -1.68942245e-006, -5.25004509e-007, -0.999999821, -7.28646046e-005, -1.50112771e-006, 6.69526416e-005, -0.999999821))
  863. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  864. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 1.00000012))
  865. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(2.28881836e-005, -0.180696487, -6.44563293, -0.999999821, 5.24747293e-007, 3.62297396e-006, 5.25007465e-007, 0.999999821, 7.35649592e-005, -3.43467877e-006, 6.76529962e-005, -0.999999821))
  866. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  867. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  868. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-2.28881836e-005, -7.84564209, -0.380716801, 0.999999821, -9.66679295e-007, -3.18110324e-006, -2.99277576e-006, 6.71016533e-005, -0.999999821, 9.66908829e-007, 0.999999821, 7.30136162e-005))
  869. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  870. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  871. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0, -0.219314575, 7.24563599, -0.999999821, -5.24872348e-007, 1.68934582e-006, 5.24742916e-007, -0.999999821, -7.35649592e-005, 1.50112783e-006, -6.76529962e-005, 0.999999821))
  872. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  873. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 0.600000143))
  874. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.52587891e-005, -0.180728436, 7.24563599, 0.999999821, 5.25001496e-007, -3.62289666e-006, -5.24743371e-007, 0.999999821, 7.29540116e-005, 3.43467809e-006, -6.70420486e-005, 0.999999821))
  875. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  876. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.400000036, 0.599999964))
  877. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0, -0.200022697, 3.69998169, -0.999999821, -6.20720975e-011, 2.65615972e-006, 1.31964842e-010, 0.999999821, 7.32520348e-005, -2.46790319e-006, 6.73400718e-005, -0.999999821))
  878. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  879. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.400000036, 0.599999964))
  880. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0, -0.199978352, 3.69998169, 0.999999821, 6.20720975e-011, -2.65615972e-006, -1.31964842e-010, -0.999999821, -7.32520348e-005, -2.46790319e-006, 6.73400718e-005, -0.999999821))
  881. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  882. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.600000024, 0.399999976))
  883. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, 2.5995636, 0.20001173, -0.999999821, -6.20720975e-011, 2.65615972e-006, 2.46790319e-006, -6.73400718e-005, 0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005))
  884. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  885. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.600000024, 0.399999976))
  886. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.52587891e-005, 2.5995636, 0.199989319, 0.999999821, 6.20720975e-011, -2.65615972e-006, 2.46790319e-006, -6.73400718e-005, 0.999999821, -1.31964842e-010, -0.999999821, -7.32520348e-005))
  887. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  888. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.400000036, 0.600000024))
  889. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, -4.89909363, 0.500017643, -0.999999821, 7.47743161e-006, 2.65699214e-006, -2.46814989e-006, 5.76073035e-005, -0.999999821, -7.47759987e-006, -0.999999821, -6.35192409e-005))
  890. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  891. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.400000036, 0.600000024))
  892. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-2.28881836e-005, -4.89909363, 0.50004673, 0.999999821, -7.4775262e-006, -2.65642279e-006, -2.4674348e-006, 7.70728439e-005, -0.999999821, 7.47774311e-006, 0.999999821, 8.2984785e-005))
  893. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  894. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.200000033, 0.800000072))
  895. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-5.34057617e-005, 0.100078583, 5.09907532, 0.999999821, 3.96872668e-009, -1.0130585e-005, -8.97625707e-009, 0.999999821, 8.29848068e-005, 9.94809852e-006, -7.70728439e-005, 0.999999821))
  896. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  897. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.200000033, 1.20000005))
  898. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(3.81469727e-005, 0.699976921, -4.09957886, -0.999999821, 2.83815882e-009, 1.01304904e-005, -2.36349496e-009, 0.999999821, 6.35192628e-005, -9.94800394e-006, 5.76073035e-005, -0.999999821))
  899. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  900. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.200000033, 0.800000072))
  901. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(2.28881836e-005, 0.499930382, -4.29948425, 0.999999821, -6.6497019e-010, 4.82133237e-006, -2.50907961e-010, -0.999999821, -8.29848068e-005, 5.00964597e-006, 7.70728439e-005, -0.999999821))
  902. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  903. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.200000033, 0.800000072))
  904. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(3.81469727e-005, 0.500016212, -4.29951477, -0.999999821, 2.83815882e-009, 1.01304904e-005, -2.36349496e-009, 0.999999821, 6.35192628e-005, -9.94800394e-006, 5.76073035e-005, -0.999999821))
  905. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  906. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.80000007, 0.400000006, 0.799999952))
  907. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-3.79954529, 1.52587891e-005, 1.90734863e-005, -2.46790319e-006, 6.73400718e-005, -0.999999821, -0.999999821, -6.20720975e-011, 2.65615972e-006, 1.31964842e-010, 0.999999821, 7.32520348e-005))
  908. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  909. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.200000033, 0.800000072))
  910. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-2.28881836e-005, 0.100017548, 5.09906006, -0.999999821, -2.81154766e-009, -4.8182651e-006, 8.87377194e-009, -0.999999821, -6.35192628e-005, -5.00075112e-006, -5.76072998e-005, 0.999999821))
  911. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  912. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.200000033, 1.20000005))
  913. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(2.28881836e-005, 0.69994545, -4.09954834, 0.999999821, -6.6497019e-010, 4.82133237e-006, -2.50907961e-010, -0.999999821, -8.29848068e-005, 5.00964597e-006, 7.70728439e-005, -0.999999821))
  914. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  915. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.400000036, 0.599999964))
  916. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0, -0.199980259, -3.09999084, -0.999999821, -6.20720975e-011, 2.65615972e-006, -1.31964842e-010, -0.999999821, -7.32520348e-005, 2.46790319e-006, -6.73400718e-005, 0.999999821))
  917. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  918. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.400000006, 0.400000036, 0.599999964))
  919. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(0, -0.20002079, -3.09999084, 0.999999821, 6.20720975e-011, -2.65615972e-006, 1.31964842e-010, 0.999999821, 7.32520348e-005, 2.46790319e-006, -6.73400718e-005, 0.999999821))
  920. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  921. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.800000072, 2.20000029))
  922. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-5.34057617e-005, 1.33576965, -2.48857117, 0.999999821, 5.16932005e-007, -1.74312263e-005, 4.96099256e-006, -0.965943098, 0.258748472, -1.65219808e-005, -0.258754194, -0.965944588))
  923. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  924. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.800000072, 2.20000029))
  925. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-3.05175781e-005, 1.39878464, -2.47839355, -0.999999821, -4.90805292e-007, -1.21189832e-005, -3.66019731e-006, 0.96590817, 0.258890003, 1.17606105e-005, 0.258884311, -0.96590668))
  926. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  927. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 1.60000014))
  928. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-3.05175781e-005, 3.91101837, -1.28395081, -0.999999821, -6.39833274e-007, -1.18780463e-005, -8.98512008e-006, 0.707058847, 0.707158685, 8.07914512e-006, 0.707154512, -0.707054675))
  929. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 1))
  930. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 2.20000029))
  931. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-4.57763672e-005, 4.64130402, 0.180419922, -0.999999821, -4.90812965e-007, -1.20061359e-005, -1.08064278e-005, 0.499941379, 0.866061985, 5.67143161e-006, 0.866059065, -0.499936253))
  932. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.970000029, 1, 1))
  933. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.00000024))
  934. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-3.05175781e-005, 2.76877594, -1.9785614, -0.999999821, -6.99441955e-007, -1.18177722e-005, -6.60940168e-006, 0.865991533, 0.500063479, 1.00473708e-005, 0.500058472, -0.865988493))
  935. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  936. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 1.60000014))
  937. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-6.86645508e-005, 3.86151886, -1.3242569, 0.999999821, 5.95436006e-007, -1.7190272e-005, 1.24424796e-005, -0.707154155, 0.707055032, -1.1602061e-005, -0.707059205, -0.707158327))
  938. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 1))
  939. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.600000024, 2.00000024))
  940. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-6.86645508e-005, 2.71051025, -2.0047226, 0.999999821, 6.41683698e-007, -1.71299907e-005, 9.02559623e-006, -0.866058826, 0.49993673, -1.43517545e-005, -0.499941796, -0.866061807))
  941. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.980000019, 1, 1))
  942. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Marble,0,0,"White","Part",Vector3.new(0.200000003, 0.400000036, 2.20000029))
  943. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-6.86645508e-005, 4.60388184, 0.128692627, 0.999999821, 4.28497856e-007, -1.73183871e-005, 1.50488149e-005, -0.500058055, 0.865988791, -8.19501111e-006, -0.865991771, -0.500063181))
  944. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.970000029, 1, 1))
  945. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.80000019))
  946. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(7.62939453e-006, 3.71121216, 2.82486343, -0.999999821, -1.97225904e-006, 2.36766391e-006, 2.61569949e-006, -0.258884281, 0.965906739, -1.34077732e-006, 0.965908229, 0.258890003))
  947. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 1))
  948. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.4000001))
  949. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(7.62939453e-006, 2.19729614, 5.34124756, -0.999999821, -2.2279487e-006, 2.0706359e-006, 2.90644743e-006, -0.707154512, 0.707054675, -2.44128955e-007, 0.707058847, 0.707158685))
  950. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  951. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.4000001))
  952. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-7.62939453e-006, 2.22851563, 5.3099823, 0.999999821, 1.58679245e-006, -2.07068274e-006, 2.09235395e-007, 0.707059264, 0.707158267, 2.45308138e-006, -0.707154095, 0.707055092))
  953. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1))
  954. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.80000019))
  955. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(7.62939453e-006, 3.8639679, 0.922094584, -0.999999821, -1.58131888e-006, 2.41916155e-006, 2.2310212e-006, -6.75784904e-005, 0.999999821, -1.58114017e-006, 0.999999821, 7.34904606e-005))
  956. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 1))
  957. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.60000014))
  958. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(1.52587891e-005, 3.15304565, 4.29320526, -0.999999821, -1.68681856e-006, 2.48592164e-006, 2.83326176e-006, -0.500058532, 0.865988553, -3.1177467e-007, 0.865991533, 0.500063539))
  959. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 1))
  960. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.80000019))
  961. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.52587891e-005, 3.86395264, 0.877912998, 0.999999821, 2.23347001e-006, -2.4191138e-006, 2.23102029e-006, -6.71016533e-005, 0.999999821, 2.23329266e-006, -0.999999821, -7.30136235e-005))
  962. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 1))
  963. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.60000014))
  964. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-2.28881836e-005, 3.17512512, 4.25492859, 0.999999821, 2.12797931e-006, -2.48588958e-006, 9.26044322e-007, 0.499941796, 0.866061747, 2.9916207e-006, -0.866058767, 0.49993673))
  965. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 1))
  966. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.400000006, 1.80000019))
  967. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.999999821, 6.20720975e-011, -2.65615972e-006, -2.46790319e-006, 6.73400718e-005, -0.999999821, 1.31964842e-010, 0.999999821, 7.32520348e-005),CFrame.new(-1.52587891e-005, 3.72265625, 2.78215027, 0.999999821, 1.84252258e-006, -2.36767346e-006, 1.62845026e-006, 0.258754224, 0.965944648, 2.34368144e-006, -0.965943158, 0.258748502))
  968. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 1))
  969.  
  970. TrailDeb = false
  971.  
  972. function attackone()
  973.     attack=true
  974.     for i=0,1,0.07 do
  975.         swait()
  976.         RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-50)),.2)
  977.         Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(50)),.3)
  978.         RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(160), math.rad(0), math.rad(10)), 0.2)
  979.         LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(160), math.rad(0), math.rad(50)), 0.2)
  980.         handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(60),math.rad(-10),math.rad(0)),.2)
  981.     end
  982.     so("http://www.roblox.com/asset/?id=203691447",Hitbox,1,1)
  983.     con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000,200000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  984.      if TrailDeb == false then
  985.                             TrailDeb = true
  986.                         end
  987.                        
  988.  
  989. coroutine.wrap(function()
  990. local Old = Hitbox.CFrame.p
  991. while wait()do
  992. if not TrailDeb then break end
  993. local New = Hitbox.CFrame.p
  994. local Mag =(Old -New).magnitude
  995. local Dis =(Old +New)/2
  996. local Trail = Instance.new("Part",Character)
  997. Trail.Material = "Granite"
  998. Trail.Anchored = true
  999. Trail.CanCollide = false
  1000. Trail.BrickColor = BrickColor.new("White")
  1001. Trail.Size = Vector3.new(0.2,Mag,0.2)
  1002. Trail.TopSurface = 0
  1003. Trail.BottomSurface = 0
  1004. Trail.formFactor = "Custom"
  1005. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  1006. local ms = Instance.new("BlockMesh",Trail)
  1007. ms.Scale = Vector3.new(1,1,1)
  1008. local TM = Instance.new("CylinderMesh",Trail)
  1009. TM.Scale = Vector3.new(1,1,1)
  1010. Old = New
  1011. coroutine.wrap(function()
  1012. for i = 1,0,-0.1 do
  1013. wait()
  1014. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  1015. end
  1016. Trail:remove()
  1017. end)()
  1018. coroutine.wrap(function()
  1019. for i = 1,10 do
  1020. wait()
  1021. Trail.Transparency = Trail.Transparency +0.1
  1022. end end)()end end)()
  1023.     for i=0,1,0.06 do
  1024.         swait()
  1025.         RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(50)),.2)
  1026.         Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(5),math.rad(-50)),.3)
  1027.         RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(10)), 0.2)
  1028.         LW.C0 = clerp(LW.C0, CFrame.new(.2, 0.2, -.5) * angles(math.rad(10), math.rad(0), math.rad(50)), 0.2)
  1029.         handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(-10),math.rad(0)),.2)
  1030.     end
  1031.     attack=false
  1032.     con1:disconnect()
  1033.     if TrailDeb == true then
  1034.                         TrailDeb = false
  1035.                         end
  1036. end
  1037.  
  1038. function attacktwo()
  1039.         attack=true
  1040.         for i=0,1,0.06 do
  1041.                 swait()
  1042. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(90)),.2)
  1043. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(-80)),.3)
  1044. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.1)
  1045. LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(0), math.rad(60), math.rad(90)), 0.1)
  1046. handleweld.C0=clerp(handleweld.C0,cf(0,-.5,-2)*angles(math.rad(-80),math.rad(-10),math.rad(0)),.1)
  1047.  
  1048.         end
  1049. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000,300000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1050. so("http://www.roblox.com/asset/?id=203691492",Hitbox,1,1)
  1051. if TrailDeb == false then
  1052. TrailDeb = true
  1053. end
  1054. coroutine.wrap(function()
  1055. local Old = Hitbox.CFrame.p
  1056. while wait()do
  1057. if not TrailDeb then break end
  1058. local New = Hitbox.CFrame.p
  1059. local Mag =(Old -New).magnitude
  1060. local Dis =(Old +New)/2
  1061. local Trail = Instance.new("Part",Character)
  1062. Trail.Material = "Granite"
  1063. Trail.Anchored = true
  1064. Trail.CanCollide = false
  1065. Trail.BrickColor = BrickColor.new("White")
  1066. Trail.Size = Vector3.new(0.2,Mag,0.2)
  1067. Trail.TopSurface = 0
  1068. Trail.BottomSurface = 0
  1069. Trail.formFactor = "Custom"
  1070. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  1071. local ms = Instance.new("BlockMesh",Trail)
  1072. ms.Scale = Vector3.new(1,1,1)
  1073. local TM = Instance.new("CylinderMesh",Trail)
  1074. TM.Scale = Vector3.new(1,1,1)
  1075. Old = New
  1076. coroutine.wrap(function()
  1077. for i = 1,0,-0.1 do
  1078. wait()
  1079. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  1080. end
  1081. Trail:remove()
  1082. end)()
  1083. coroutine.wrap(function()
  1084. for i = 1,10 do
  1085. wait()
  1086. Trail.Transparency = Trail.Transparency +0.1
  1087. end end)()end end)()
  1088. for i=0,1,0.06 do
  1089.                 swait()
  1090. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-50)),.2)
  1091. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(50)),.3)
  1092. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-10),math.rad(90)),.1)
  1093. LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(0), math.rad(-10), math.rad(90)), 0.1)
  1094. handleweld.C0=clerp(handleweld.C0,cf(0,-.5,-2)*angles(math.rad(-80),math.rad(-10),math.rad(0)),.1)
  1095. end
  1096.  
  1097. for i=0,1,1 do
  1098. swait()
  1099. so("http://www.roblox.com/asset/?id=203691467",Hitbox,1,1)
  1100. for i=0,1,0.1 do
  1101. swait()
  1102. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*euler(0,0,6*i),.3)
  1103. end
  1104. end
  1105.  
  1106. attack=false
  1107. con1:disconnect()
  1108. if TrailDeb == true then
  1109.                         TrailDeb = false
  1110.                         end
  1111. end
  1112.  
  1113. function attackthree()
  1114.         attack=true
  1115.         for i=0,1.5,0.06 do
  1116. swait()
  1117. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-10),math.rad(0),math.rad(00)),.1)
  1118. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(00)),.1)
  1119. RW.C0=clerp(RW.C0,cf(1,0.8,-1)*angles(math.rad(130),math.rad(0),math.rad(-50)),.1)
  1120. LW.C0=clerp(LW.C0,cf(-1,0.8,-1)*angles(math.rad(130),math.rad(0),math.rad(50)),.1)
  1121. handleweld.C0=clerp(handleweld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3)
  1122.         end
  1123. so("http://roblox.com/asset/?id=203691467",Hitbox,1,1)
  1124. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000,300000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1125. if TrailDeb == false then
  1126. TrailDeb = true
  1127. end
  1128. coroutine.wrap(function()
  1129. local Old = Hitbox.CFrame.p
  1130. while wait()do
  1131. if not TrailDeb then break end
  1132. local New = Hitbox.CFrame.p
  1133. local Mag =(Old -New).magnitude
  1134. local Dis =(Old +New)/2
  1135. local Trail = Instance.new("Part",Character)
  1136. Trail.Material = "White"
  1137. Trail.Anchored = true
  1138. Trail.CanCollide = false
  1139. Trail.BrickColor = BrickColor.new("White")
  1140. Trail.Size = Vector3.new(0.2,Mag,0.2)
  1141. Trail.TopSurface = 0
  1142. Trail.BottomSurface = 0
  1143. Trail.formFactor = "Custom"
  1144. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  1145. local ms = Instance.new("BlockMesh",Trail)
  1146. ms.Scale = Vector3.new(1,1,1)
  1147. local TM = Instance.new("CylinderMesh",Trail)
  1148. TM.Scale = Vector3.new(1,1,1)
  1149. Old = New
  1150. coroutine.wrap(function()
  1151. for i = 1,0,-0.1 do
  1152. wait()
  1153. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  1154. end
  1155. Trail:remove()
  1156. end)()
  1157. coroutine.wrap(function()
  1158. for i = 1,10 do
  1159. wait()
  1160. Trail.Transparency = Trail.Transparency +0.1
  1161. end end)()end end)()
  1162.       for i=0,1.5,.06 do
  1163. swait()
  1164. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.2)
  1165. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(00)),.2)
  1166. RW.C0=clerp(RW.C0,cf(1,0.2,-.5)*angles(math.rad(20),math.rad(0),math.rad(-50)),.2)
  1167. LW.C0=clerp(LW.C0,cf(-1,0.2,-.5)*angles(math.rad(20),math.rad(0),math.rad(50)),.2)
  1168. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(10),math.rad(70),math.rad(0)),.3)
  1169. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(-20),math.rad(-70),math.rad(-20)),.3)
  1170. handleweld.C0=clerp(handleweld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3)
  1171.         end
  1172. attack=false
  1173. con1:disconnect()
  1174. if TrailDeb == true then
  1175.                         TrailDeb = false
  1176.                         end
  1177. end
  1178.  
  1179. function JumpSpin()
  1180. attack=true
  1181. for i=0,1,0.06 do
  1182. swait()
  1183. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-50)),.1)
  1184. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(50)),.1)
  1185. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-10),math.rad(90)),.1)
  1186. LW.C0 = clerp(LW.C0, CFrame.new(.3, 0.5, -1) * angles(math.rad(0), math.rad(-10), math.rad(90)), 0.1)
  1187. handleweld.C0=clerp(handleweld.C0,cf(0,-.5,-2)*angles(math.rad(-80),math.rad(-10),math.rad(0)),.1)
  1188. end
  1189. if TrailDeb == false then
  1190. TrailDeb = true
  1191. end
  1192. coroutine.wrap(function()
  1193. local Old = Hitbox.CFrame.p
  1194. while wait()do
  1195. if not TrailDeb then break end
  1196. local New = Hitbox.CFrame.p
  1197. local Mag =(Old -New).magnitude
  1198. local Dis =(Old +New)/2
  1199. local Trail = Instance.new("Part",Character)
  1200. Trail.Material = "Granite"
  1201. Trail.Anchored = true
  1202. Trail.CanCollide = false
  1203. Trail.BrickColor = BrickColor.new("White")
  1204. Trail.Size = Vector3.new(0.2,Mag,0.2)
  1205. Trail.TopSurface = 0
  1206. Trail.BottomSurface = 0
  1207. Trail.formFactor = "Custom"
  1208. Trail.CFrame = CFrame.new(Dis,New)* CFrame.Angles(math.pi/2,0,0)
  1209. local ms = Instance.new("BlockMesh",Trail)
  1210. ms.Scale = Vector3.new(1,1,1)
  1211. local TM = Instance.new("CylinderMesh",Trail)
  1212. TM.Scale = Vector3.new(1,1,1)
  1213. Old = New
  1214. coroutine.wrap(function()
  1215. for i = 1,0,-0.1 do
  1216. wait()
  1217. TM.Scale = TM.Scale * Vector3.new(i,1,i)
  1218. end
  1219. Trail:remove()
  1220. end)()
  1221. coroutine.wrap(function()
  1222. for i = 1,10 do
  1223. wait()
  1224. Trail.Transparency = Trail.Transparency +0.1
  1225. end end)()end end)()
  1226. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000,200000,math.random(10,20),"Knockdown",RootPart,.2,1) end)
  1227. for i=0,0.6,.5 do
  1228.     so("http://www.roblox.com/asset/?id=203691447",Hitbox,1,1)
  1229. swait()
  1230. for i=0,1,0.1 do
  1231. swait()
  1232. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,4)*euler(0,1.2,6*i),.2)
  1233. end
  1234. end
  1235. attack=false
  1236. con1:disconnect()
  1237. if TrailDeb == true then
  1238.                         TrailDeb = false
  1239.                         end
  1240. end
  1241.  
  1242. mouse.Button1Down:connect(function()
  1243.     if attack==false then
  1244.         if attacktype==1 then
  1245.             attacktype = 2
  1246.             attackone()
  1247.         elseif attacktype==2 then
  1248.             attacktype = 3
  1249.             attacktwo()
  1250.             elseif attacktype==3 then
  1251.             attacktype = 1
  1252.             attackthree()
  1253.         end
  1254.     end
  1255. end)
  1256.  
  1257. function MMMAGIC(part,x1,y1,z1,x2,y2,z2,color)
  1258.         local msh1 = it("BlockMesh")
  1259.         msh1.Scale = vt(0.5,0.5,0.5)
  1260.         S=it("Part")
  1261.         S.Material = "Granite"
  1262.         S.Name="Effect"
  1263.         S.formFactor=0
  1264.         S.Size=vt(x1,y1,z1)
  1265.         S.BrickColor=color
  1266.         S.Reflectance = 0
  1267.         S.TopSurface=0
  1268.         S.BottomSurface=0
  1269.         S.Transparency=0
  1270.         S.Anchored = true
  1271.         S.CanCollide=false
  1272.         S.CFrame=part.CFrame*cf(x2,y2,z2)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1273.         S.Parent=workspace
  1274.         nooutline(S)
  1275.         msh1.Parent = S
  1276.         coroutine.resume(coroutine.create(function(Part,CF) for i=1, 9 do Part.Mesh.Scale = Part.Mesh.Scale + vt(0.1,0.1,0.1) Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i*.1 wait() end Part.Parent=nil end),S,S.CFrame)
  1277. end
  1278.  
  1279. function MMMAGIC2(part,x1,y1,z1,x2,y2,z2,color)
  1280.         local msh1 = it("BlockMesh")
  1281.         msh1.Scale = vt(0.5,0.5,0.5)
  1282.         S=it("Part")
  1283.         S.Material = "Granite"
  1284.         S.Name="Effect"
  1285.         S.formFactor=0
  1286.         S.Size=vt(x1,y1,z1)
  1287.         S.BrickColor=color
  1288.         S.Reflectance = 0
  1289.         S.TopSurface=0
  1290.         S.BottomSurface=0
  1291.         S.Transparency=0
  1292.         S.Anchored = true
  1293.         S.CanCollide=false
  1294.         S.CFrame=part*cf(x2,y2,z2)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1295.         S.Parent=workspace
  1296.         nooutline(S)
  1297.         msh1.Parent = S
  1298.         coroutine.resume(coroutine.create(function(Part,CF) for i=1, 9 do Part.Mesh.Scale = Part.Mesh.Scale + vt(0.1,0.1,0.1) Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i*.1 wait() end Part.Parent=nil end),S,S.CFrame)
  1299. end
  1300.  
  1301. function MMMAGIC3(part,x1,y1,z1,x2,y2,z2,color)
  1302.         local msh1 = it("BlockMesh")
  1303.         msh1.Scale = vt(0.5,0.5,0.5)
  1304.         S=it("Part")
  1305.         S.Material = "Granite"
  1306.         S.Name="Effect"
  1307.         S.formFactor=0
  1308.         S.Size=vt(x1,y1,z1)
  1309.         S.BrickColor=color
  1310.         S.Reflectance = 0
  1311.         S.TopSurface=0
  1312.         S.BottomSurface=0
  1313.         S.Transparency=0
  1314.         S.Anchored = true
  1315.         S.CanCollide=false
  1316.         S.CFrame=part*cf(x2,y2,z2)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1317.         S.Parent=workspace
  1318.         nooutline(S)
  1319.         msh1.Parent = S
  1320.         coroutine.resume(coroutine.create(function(Part,CF) for i=1, 9 do Part.Mesh.Scale = Part.Mesh.Scale + vt(0,0.1,0) Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) Part.Transparency=i*.1 wait() end Part.Parent=nil end),S,S.CFrame)
  1321. end
  1322.  
  1323. DOHHit=function(hit,Damage,Pos) --cWhiteits to turdulator for making this function :D
  1324.         if hit.Parent==nil then
  1325.                 return
  1326.         end
  1327.         h=hit.Parent:FindFirstChild("Humanoid")
  1328.         t=hit.Parent:FindFirstChild("Torso")
  1329.         if h~=nil and t~=nil then
  1330.         if attackdebounce2 == false then
  1331.         attackdebounce2 = true
  1332.         coroutine.resume(coroutine.create(function()
  1333.         wait(0.2)
  1334.         attackdebounce2 = false
  1335.         end))
  1336.         elseif attackdebounce2==true then return end
  1337.                 if h.Parent==Character then
  1338.                         return
  1339.                 end
  1340.                         c=it("ObjectValue")
  1341.                         c.Name="creator"
  1342.                         c.Value=game.Players.LocalPlayer
  1343.                         c.Parent=h
  1344.                         game:GetService("Debris"):AddItem(c,.5)
  1345.                 if math.random(0,99)+math.random()<=7.8 then
  1346. --[[                        Knockback=Knockback*2
  1347.                         r=it("BodyAngularVelocity")
  1348.                         r.P=3000
  1349.                         r.maxTorque=vt(500000000,50000000000,500000000)*50000
  1350.                         r.angularvelocity=vt(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  1351.                         r.Parent=hit.Parent.Torso]]
  1352.        
  1353.                 end
  1354.                 h:TakeDamage(Damage)
  1355.                 game:GetService("Debris"):AddItem(vl,.2)
  1356.                 rl=it("BodyAngularVelocity")
  1357.                 rl.P=3000
  1358.                 rl.maxTorque=vt(500000,500000,500000)*50000000000000
  1359.                 rl.angularvelocity=vt(math.random(-3,3),math.random(-3,3),math.random(-3,3))
  1360.                 rl.Parent=t
  1361.                 game:GetService("Debris"):AddItem(rl,.05)
  1362.                 f=it("BodyPosition")
  1363.                 f.P=800
  1364.                 f.D=100
  1365.                 f.maxForce=vt(math.huge,math.huge,math.huge)
  1366.                 f.position=Pos.Position
  1367.                 f.Parent=t
  1368.                 game:GetService("Debris"):AddItem(f,.1)
  1369.         else
  1370.                 if hit.CanCollide==false then
  1371.                         return
  1372.                 end
  1373. --                DBExplode(DB)
  1374.         end
  1375. end
  1376.  
  1377. colors={"White","White"}
  1378. random=colors[math.random(1,#colors)]
  1379. function Absorber()
  1380. attack=true
  1381. so("http://www.roblox.com/asset/?id=231917977",LeftArm,1,1)
  1382. for i=0,1,0.1 do
  1383. wait()
  1384. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1385. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(-10),math.rad(-60)),.3)
  1386. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(50)),.3)
  1387. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(30)), 0.3)
  1388. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  1389. end
  1390. for i=0,1,0.1 do
  1391. wait(0)
  1392. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1393. end
  1394. for i=0,1,0.2 do
  1395. wait()
  1396. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1397. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(-10),math.rad(-90)),.3)
  1398. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(5),math.rad(80)),.3)
  1399. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(30)), 0.3)
  1400. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(-90)), 0.3)
  1401. end
  1402. for i=0,1,0.15 do
  1403. wait(0)
  1404. MMMAGIC(LeftArm,2,2,2,0,-1,0,BrickColor.new(random))
  1405. end
  1406. so("http://www.roblox.com/asset/?id=231917822",LeftArm,1,1)
  1407. MMMAGIC(LeftArm,4,4,4,0,-1,0,BrickColor.new("White"))
  1408. MMMAGIC(LeftArm,4,4,4,0,-1,0,BrickColor.new("White"))
  1409. lacf=LeftArm.CFrame
  1410. coroutine.resume(coroutine.create(function()
  1411. local derppart=part(3,workspace,"Granite",0,0,BrickColor.new("White"),"Effect",vt(1,1,1))
  1412. derppart.Anchored = true
  1413. derppart.CFrame=lacf*CFrame.new(0,-1,0)
  1414. for i=1,50 do
  1415. wait()
  1416. local c = game.Workspace:GetChildren();
  1417. for i = 1, #c do
  1418. local hum = c[i]:findFirstChild("Humanoid")
  1419. if hum ~= nil and hum.Health ~= 0 then
  1420. local head = c[i]:findFirstChild("Head");
  1421. if head ~= nil then
  1422. local targ = head.Position - derppart.Position;
  1423. local mag = targ.magnitude;
  1424. if mag <= 7 and c[i].Name ~= Player.Name then
  1425. DOHHit(head,math.random(1,3),derppart)
  1426. end
  1427. end
  1428. end
  1429. end
  1430. MMMAGIC2(lacf,3,3,3,0,-1,0,BrickColor.new(random))
  1431. MMMAGIC3(lacf,1,4,1,0,-1,0,BrickColor.new(random))
  1432. end
  1433. derppart.Parent=nil
  1434. end))
  1435. for i=0,1,0.2 do
  1436. wait()
  1437. end
  1438. attack=false
  1439. end
  1440.  
  1441. mouse.KeyDown:connect(function(k)
  1442.     k=k:lower()
  1443.     if k=='q' then
  1444.         if attack==false then
  1445.             JumpSpin()
  1446.         end
  1447.         elseif k=='e' then
  1448.         if attack==false then
  1449.             Absorber()
  1450.         end
  1451.     end
  1452. end)
  1453.  
  1454.  
  1455. local sine = 0
  1456. local change = 1
  1457. local val = 0
  1458.  
  1459. while true do
  1460. swait()
  1461. sine = sine + change
  1462. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1463. local velderp=RootPart.Velocity.y
  1464. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1465. if equipped==true or equipped==false then
  1466. if attack==false then
  1467. idle=idle+1
  1468. else
  1469. idle=0
  1470. end
  1471. if idle>=500 then
  1472. if attack==false then
  1473. --Sheath()
  1474. end
  1475. end
  1476. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1477. Anim="Jump"
  1478. if attack==false then
  1479. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
  1480. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(-5),math.rad(30)),.3)
  1481. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(20)), 0.3)
  1482. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(-20)), 0.3)
  1483. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(10),math.rad(70),math.rad(0)),.3)
  1484. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(-20),math.rad(-70),math.rad(-20)),.3)
  1485. handleweld.C0=clerp(handleweld.C0,cf(0,0,.6)*angles(math.rad(100),math.rad(-10),math.rad(0)),.3)
  1486. end
  1487. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1488. Anim="Fall"
  1489. if attack==false then
  1490. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
  1491. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(20),math.rad(5),math.rad(30)),.3)
  1492. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(30)), 0.3)
  1493. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(-30)), 0.3)
  1494. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(10),math.rad(70),math.rad(0)),.3)
  1495. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(-20),math.rad(-70),math.rad(-20)),.3)
  1496. handleweld.C0=clerp(handleweld.C0,cf(0,0,.6)*angles(math.rad(100),math.rad(-10),math.rad(0)),.3)
  1497. end
  1498. elseif torvel<1 and hitfloor~=nil then
  1499. Anim="Idle"
  1500. if attack==false then
  1501. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-30)),.3)
  1502. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(30)),.3)
  1503. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(10)), 0.3)
  1504. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  1505. RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(5),math.rad(70),math.rad(0)),.3)
  1506. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-70),math.rad(-20)),.3)
  1507. handleweld.C0=clerp(handleweld.C0,cf(0,0,.6)*angles(math.rad(100),math.rad(-10),math.rad(0)),.3)
  1508. end
  1509. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  1510. Anim="Walk"
  1511. if attack==false then
  1512. change=3
  1513. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(-20)),.3)
  1514. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(-5),math.rad(20)),.3)
  1515. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(10)), 0.3)
  1516. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.3)
  1517. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1518. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  1519. handleweld.C0=clerp(handleweld.C0,cf(0,0,.6)*angles(math.rad(90),math.rad(-10),math.rad(0)),.3)
  1520. end
  1521. elseif torvel>=22 and hitfloor~=nil then
  1522. Anim="Run"
  1523. if attack==false then
  1524. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(-20)),.3)
  1525. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(-5),math.rad(20)),.3)
  1526. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(10)), 0.3)
  1527. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.3)
  1528. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1529. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  1530. handleweld.C0=clerp(handleweld.C0,cf(0,0,.6)*angles(math.rad(90),math.rad(-10),math.rad(0)),.3)
  1531. end
  1532. end
  1533. end
  1534. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement