Advertisement
memberhero

aerega

Dec 15th, 2017
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 103.93 KB | None | 0 0
  1. --Aerega
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. HopperBin0 = Instance.new("HopperBin")
  20. LocalScript1 = Instance.new("LocalScript")
  21. HopperBin0.Name = "Aerega"
  22. HopperBin0.Parent = mas
  23. HopperBin0.Active = true
  24. LocalScript1.Name = "Main"
  25. LocalScript1.Parent = HopperBin0
  26. table.insert(cors,sandbox(LocalScript1,function()
  27. Player=game:GetService("Players").LocalPlayer
  28. Character=Player.Character
  29. PlayerGui=Player.PlayerGui
  30. Backpack=Player.Backpack
  31. Torso=Character.Torso
  32. Head=Character.Head
  33. Humanoid=Character.Humanoid
  34. m=Instance.new('Model',Character)
  35. LeftArm=Character["Left Arm"]
  36. LeftLeg=Character["Left Leg"]
  37. RightArm=Character["Right Arm"]
  38. RightLeg=Character["Right Leg"]
  39. LS=Torso["Left Shoulder"]
  40. LH=Torso["Left Hip"]
  41. RS=Torso["Right Shoulder"]
  42. RH=Torso["Right Hip"]
  43. Face = Head.face
  44. Neck=Torso.Neck
  45. it=Instance.new
  46. attacktype=1
  47. vt=Vector3.new
  48. cf=CFrame.new
  49. euler=CFrame.fromEulerAnglesXYZ
  50. angles=CFrame.Angles
  51. cloaked=false
  52. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  53. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  54. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  55. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  56. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  57. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  58. RootPart=Character.HumanoidRootPart
  59. RootJoint=RootPart.RootJoint
  60. RootCF=euler(-1.57,0,3.14)
  61. attack = false
  62. attackdebounce = false
  63. deb=false
  64. equipped=true
  65. hand=false
  66. MMouse=nil
  67. combo=0
  68. mana=0
  69. trispeed=.2
  70. attackmode='none'
  71. local idle=0
  72. local Anim="Idle"
  73. local Effects={}
  74. local gun=false
  75. local shoot=false
  76. player=nil
  77. mana=0
  78. cam = workspace.CurrentCamera
  79. ZTarget = nil
  80. RocketTarget = nil
  81.  
  82. mouse=Player:GetMouse()
  83. --save shoulders
  84. RSH, LSH=nil, nil
  85. --welds
  86. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  87. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  88. LH=Torso["Left Hip"]
  89. RH=Torso["Right Hip"]
  90. TorsoColor=Torso.BrickColor
  91. function NoOutline(Part)
  92. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  93. end
  94. player=Player
  95. ch=Character
  96. RSH=ch.Torso["Right Shoulder"]
  97. LSH=ch.Torso["Left Shoulder"]
  98. --
  99. RSH.Parent=nil
  100. LSH.Parent=nil
  101. --
  102. RW.Name="Right Shoulder"
  103. RW.Part0=ch.Torso
  104. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  105. RW.C1=cf(0, 0.5, 0)
  106. RW.Part1=ch["Right Arm"]
  107. RW.Parent=ch.Torso
  108. --
  109. LW.Name="Left Shoulder"
  110. LW.Part0=ch.Torso
  111. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  112. LW.C1=cf(0, 0.5, 0)
  113. LW.Part1=ch["Left Arm"]
  114. LW.Parent=ch.Torso
  115.  
  116. function swait(num)
  117. if num==0 or num==nil then
  118. game:service'RunService'.Heartbeat:wait(0)
  119. else
  120. for i=0,num do
  121. game:service'RunService'.Heartbeat:wait(0)
  122. end
  123. end
  124. end
  125.  
  126. function nooutline(part)
  127. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  128. end
  129.  
  130. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  131. local fp=it("Part")
  132. fp.formFactor=formfactor
  133. fp.Parent=parent
  134. fp.Reflectance=reflectance
  135. fp.Transparency=transparency
  136. fp.CanCollide=false
  137. fp.Locked=true
  138. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  139. fp.Name=name
  140. fp.Size=size
  141. fp.Position=Character.Torso.Position
  142. nooutline(fp)
  143. fp.Material=material
  144. fp:BreakJoints()
  145. return fp
  146. end
  147.  
  148. function ppart(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  149. local fp=it("Part")
  150. fp.formFactor=formfactor
  151. fp.Parent=parent
  152. fp.Reflectance=reflectance
  153. fp.Transparency=transparency
  154. fp.CanCollide=false
  155. fp.Locked=true
  156. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  157. fp.Name=name
  158. fp.Size=size
  159. fp.Position=Character.Torso.Position
  160. nooutline(fp)
  161. fp.Material=material
  162. fp:BreakJoints()
  163. return fp
  164. end
  165.  
  166. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  167. local mesh=it(Mesh)
  168. mesh.Parent=part
  169. if Mesh=="SpecialMesh" then
  170. mesh.MeshType=meshtype
  171. mesh.MeshId=meshid
  172. end
  173. mesh.Offset=offset
  174. mesh.Scale=scale
  175. return mesh
  176. end
  177.  
  178. function weld(parent,part0,part1,c0,c1)
  179. local weld=it("Weld")
  180. weld.Parent=parent
  181. weld.Part0=part0
  182. weld.Part1=part1
  183. weld.C0=c0
  184. weld.C1=c1
  185. return weld
  186. end
  187.  
  188.  
  189. local function CFrameFromTopBack(at, top, back)
  190. local right = top:Cross(back)
  191. return CFrame.new(at.x, at.y, at.z,
  192. right.x, top.x, back.x,
  193. right.y, top.y, back.y,
  194. right.z, top.z, back.z)
  195. end
  196.  
  197. function Triangle(a, b, c)
  198. local edg1 = (c-a):Dot((b-a).unit)
  199. local edg2 = (a-b):Dot((c-b).unit)
  200. local edg3 = (b-c):Dot((a-c).unit)
  201. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  202. a, b, c = a, b, c
  203. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  204. a, b, c = b, c, a
  205. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  206. a, b, c = c, a, b
  207. else
  208. assert(false, "unreachable")
  209. end
  210.  
  211. local len1 = (c-a):Dot((b-a).unit)
  212. local len2 = (b-a).magnitude - len1
  213. local width = (a + (b-a).unit*len1 - c).magnitude
  214.  
  215. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  216.  
  217. local list = {}
  218.  
  219. local TrailColor = ("Institutional white")
  220.  
  221. if len1 > 0.01 then
  222. local w1 = Instance.new('WedgePart', m)
  223. game:GetService("Debris"):AddItem(w1,5)
  224. w1.Material = "SmoothPlastic"
  225. w1.FormFactor = 'Custom'
  226. w1.BrickColor = BrickColor.new(TrailColor)
  227. w1.Transparency = 0
  228. w1.Reflectance = 0
  229. w1.Material = "SmoothPlastic"
  230. w1.CanCollide = false
  231. NoOutline(w1)
  232. local sz = Vector3.new(0.2, width, len1)
  233. w1.Size = sz
  234. local sp = Instance.new("SpecialMesh",w1)
  235. sp.MeshType = "Wedge"
  236. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  237. w1:BreakJoints()
  238. w1.Anchored = true
  239. w1.Parent = workspace
  240. w1.Transparency = 0.7
  241. table.insert(Effects,{w1,"Disappear",.01})
  242. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  243. table.insert(list,w1)
  244. end
  245.  
  246. if len2 > 0.01 then
  247. local w2 = Instance.new('WedgePart', m)
  248. game:GetService("Debris"):AddItem(w2,5)
  249. w2.Material = "SmoothPlastic"
  250. w2.FormFactor = 'Custom'
  251. w2.BrickColor = BrickColor.new(TrailColor)
  252. w2.Transparency = 0
  253. w2.Reflectance = 0
  254. w2.Material = "SmoothPlastic"
  255. w2.CanCollide = false
  256. NoOutline(w2)
  257. local sz = Vector3.new(0.2, width, len2)
  258. w2.Size = sz
  259. local sp = Instance.new("SpecialMesh",w2)
  260. sp.MeshType = "Wedge"
  261. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  262. w2:BreakJoints()
  263. w2.Anchored = true
  264. w2.Parent = workspace
  265. w2.Transparency = 0.7
  266. table.insert(Effects,{w2,"Disappear",.01})
  267. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  268. table.insert(list,w2)
  269. end
  270. return unpack(list)
  271. end
  272.  
  273.  
  274. so = function(id,par,vol,pit)
  275. coroutine.resume(coroutine.create(function()
  276. local sou = Instance.new("Sound",par or workspace)
  277. sou.Volume=vol
  278. sou.Pitch=pit or 1
  279. sou.SoundId=id
  280. swait()
  281. sou:play()
  282. game:GetService("Debris"):AddItem(sou,6)
  283. end))
  284. end
  285.  
  286. function clerp(a,b,t)
  287. local qa = {QuaternionFromCFrame(a)}
  288. local qb = {QuaternionFromCFrame(b)}
  289. local ax, ay, az = a.x, a.y, a.z
  290. local bx, by, bz = b.x, b.y, b.z
  291. local _t = 1-t
  292. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  293. end
  294.  
  295. function QuaternionFromCFrame(cf)
  296. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  297. local trace = m00 + m11 + m22
  298. if trace > 0 then
  299. local s = math.sqrt(1 + trace)
  300. local recip = 0.5/s
  301. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  302. else
  303. local i = 0
  304. if m11 > m00 then
  305. i = 1
  306. end
  307. if m22 > (i == 0 and m00 or m11) then
  308. i = 2
  309. end
  310. if i == 0 then
  311. local s = math.sqrt(m00-m11-m22+1)
  312. local recip = 0.5/s
  313. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  314. elseif i == 1 then
  315. local s = math.sqrt(m11-m22-m00+1)
  316. local recip = 0.5/s
  317. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  318. elseif i == 2 then
  319. local s = math.sqrt(m22-m00-m11+1)
  320. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  321. end
  322. end
  323. end
  324.  
  325. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  326. local xs, ys, zs = x + x, y + y, z + z
  327. local wx, wy, wz = w*xs, w*ys, w*zs
  328. local xx = x*xs
  329. local xy = x*ys
  330. local xz = x*zs
  331. local yy = y*ys
  332. local yz = y*zs
  333. local zz = z*zs
  334. 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))
  335. end
  336.  
  337. function QuaternionSlerp(a, b, t)
  338. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  339. local startInterp, finishInterp;
  340. if cosTheta >= 0.0001 then
  341. if (1 - cosTheta) > 0.0001 then
  342. local theta = math.acos(cosTheta)
  343. local invSinTheta = 1/math.sin(theta)
  344. startInterp = math.sin((1-t)*theta)*invSinTheta
  345. finishInterp = math.sin(t*theta)*invSinTheta
  346. else
  347. startInterp = 1-t
  348. finishInterp = t
  349. end
  350. else
  351. if (1+cosTheta) > 0.0001 then
  352. local theta = math.acos(-cosTheta)
  353. local invSinTheta = 1/math.sin(theta)
  354. startInterp = math.sin((t-1)*theta)*invSinTheta
  355. finishInterp = math.sin(t*theta)*invSinTheta
  356. else
  357. startInterp = t-1
  358. finishInterp = t
  359. end
  360. end
  361. 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
  362. end
  363.  
  364. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  365. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  366. end
  367.  
  368. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  369. if hit.Parent==nil then
  370. return
  371. end
  372. h=hit.Parent:FindFirstChild("Humanoid")
  373. for _,v in pairs(hit.Parent:children()) do
  374. if v:IsA("Humanoid") then
  375. h=v
  376. end
  377. end
  378. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  379. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  380. end
  381. if hit.Parent.className=="Hat" then
  382. hit=hit.Parent.Parent:findFirstChild("Head")
  383. end
  384. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  385. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  386. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  387. return
  388. end]]
  389. -- hs(hit,1.2)
  390. c=Instance.new("ObjectValue")
  391. c.Name="creator"
  392. c.Value=game:service("Players").LocalPlayer
  393. c.Parent=h
  394. game:GetService("Debris"):AddItem(c,.5)
  395. Damage=math.random(minim,maxim)
  396. -- h:TakeDamage(Damage)
  397. blocked=false
  398. block=hit.Parent:findFirstChild("Block")
  399. if block~=nil then
  400. print(block.className)
  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. local colorchosen=math.random(1,2)
  422. if colorchosen==1 then
  423. ShowDamage((hit.CFrame * CFrame.new(0, 0, (hit.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Toothpaste").Color)
  424. else
  425. ShowDamage((hit.CFrame * CFrame.new(0, 0, (hit.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Institutional white").Color)
  426. end
  427. else
  428. h.Health=h.Health-(Damage/2)
  429. ShowDamage((hit.CFrame * CFrame.new(0, 0, (hit.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Toothpaste").Color)
  430. end
  431. if Type=="Knockdown" then
  432. hum=hit.Parent.Humanoid
  433. hum.PlatformStand=true
  434. coroutine.resume(coroutine.create(function(HHumanoid)
  435. swait(1)
  436. HHumanoid.PlatformStand=false
  437. end),hum)
  438. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  439. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  440. local bodvol=Instance.new("BodyVelocity")
  441. bodvol.velocity=angle*knockback
  442. bodvol.P=5000
  443. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  444. bodvol.Parent=hit
  445. rl=Instance.new("BodyAngularVelocity")
  446. rl.P=3000
  447. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  448. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  449. rl.Parent=hit
  450. game:GetService("Debris"):AddItem(bodvol,.5)
  451. game:GetService("Debris"):AddItem(rl,.5)
  452. elseif Type=="Normal" then
  453. vp=Instance.new("BodyVelocity")
  454. vp.P=500
  455. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  456. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  457. if KnockbackType==1 then
  458. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  459. elseif KnockbackType==2 then
  460. vp.velocity=Property.CFrame.lookVector*knockback
  461. end
  462. if knockback>0 then
  463. vp.Parent=hit.Parent.Torso
  464. end
  465. game:GetService("Debris"):AddItem(vp,.5)
  466. elseif Type=="Up" then
  467. local bodyVelocity=Instance.new("BodyVelocity")
  468. bodyVelocity.velocity=vt(0,60,0)
  469. bodyVelocity.P=5000
  470. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  471. bodyVelocity.Parent=hit
  472. game:GetService("Debris"):AddItem(bodyVelocity,1)
  473. rl=Instance.new("BodyAngularVelocity")
  474. rl.P=3000
  475. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  476. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  477. rl.Parent=hit
  478. game:GetService("Debris"):AddItem(rl,.5)
  479. elseif Type=="Snare" then
  480. bp=Instance.new("BodyPosition")
  481. bp.P=2000
  482. bp.D=100
  483. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  484. bp.position=hit.Parent.Torso.Position
  485. bp.Parent=hit.Parent.Torso
  486. game:GetService("Debris"):AddItem(bp,0.5)
  487. elseif Type=="Target" then
  488. if Targetting==false then
  489. ZTarget=hit.Parent.Torso
  490. coroutine.resume(coroutine.create(function(Part)
  491. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  492. swait(5)
  493. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  494. end),ZTarget)
  495. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  496. targetgui=Instance.new("BillboardGui")
  497. targetgui.Parent=ZTarget
  498. targetgui.Size=UDim2.new(10,100,10,100)
  499. targ=Instance.new("ImageLabel")
  500. targ.Parent=targetgui
  501. targ.BackgroundTransparency=1
  502. targ.Image="rbxassetid://4834067"
  503. targ.Size=UDim2.new(1,0,1,0)
  504. cam=game.Workspace.CurrentCamera
  505. cam.CameraType="Scriptable"
  506. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  507. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  508. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  509. Targetting=true
  510. RocketTarget=ZTarget
  511. for i=1,Property do
  512. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  513. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  514. swait(1)
  515. end
  516. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  517. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  518. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  519. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  520. end
  521. Targetting=false
  522. RocketTarget=nil
  523. targetgui.Parent=nil
  524. cam.CameraType="Custom"
  525. end
  526. end
  527. debounce=Instance.new("BoolValue")
  528. debounce.Name="DebounceHit"
  529. debounce.Parent=hit.Parent
  530. debounce.Value=true
  531. game:GetService("Debris"):AddItem(debounce,Delay)
  532. c=Instance.new("ObjectValue")
  533. c.Name="creator"
  534. c.Value=Player
  535. c.Parent=h
  536. game:GetService("Debris"):AddItem(c,.5)
  537. CRIT=false
  538. hitDeb=true
  539. AttackPos=6
  540. end
  541. end
  542.  
  543. function ShowDamage(Pos, Text, Time, Color)
  544. local Rate = (1 / 30)
  545. local Pos = (Pos or Vector3.new(0, 0, 0))
  546. local Text = (Text or "")
  547. local Time = (Time or 2)
  548. local Color = (Color or Color3.new(1, 0, 0))
  549. local EffectPart = ppart("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  550. EffectPart.Anchored = true
  551. local BillboardGui = Instance.new("BillboardGui")
  552. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  553. BillboardGui.Adornee = EffectPart
  554. local TextLabel = Instance.new("TextLabel")
  555. TextLabel.BackgroundTransparency = 1
  556. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  557. TextLabel.Text = Text
  558. TextLabel.TextColor3 = Color
  559. TextLabel.TextScaled = true
  560. TextLabel.Font = Enum.Font.ArialBold
  561. TextLabel.Parent = BillboardGui
  562. BillboardGui.Parent = EffectPart
  563. game.Debris:AddItem(EffectPart, (Time + 0.1))
  564. EffectPart.Parent = game:GetService("Workspace")
  565. Delay(0, function()
  566. local Frames = (Time / Rate)
  567. for Frame = 1, Frames do
  568. wait(Rate)
  569. local Percent = (Frame / Frames)
  570. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  571. TextLabel.TextTransparency = Percent
  572. end
  573. if EffectPart and EffectPart.Parent then
  574. EffectPart:Destroy()
  575. end
  576. end)
  577. end
  578.  
  579. HandleA=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,1,"Institutional white","HandleA",Vector3.new(0.200000003, 0.924000025, 0.251999974))
  580. HandleAweld=weld(m,Character["Right Arm"],HandleA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0840759277, -0.00163650513, 0.993845463, 0.999998212, -1.10852261e-005, -0, 0, 1.09631201e-017, -0.999998212, 1.09064322e-005, 0.999996305, 1.38777878e-016))
  581. mesh("BlockMesh",HandleA,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 1))
  582. FakeHandleA=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,1,"Institutional white","FakeHandleA",Vector3.new(0.200000003, 0.420000017, 0.251999974))
  583. FakeHandleAweld=weld(m,HandleA,FakeHandleA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 1.90734863e-006, -4.76837158e-007, 0.999998212, 2.13162126e-014, -5.3632084e-007, -2.13162126e-014, 0.999998212, -1.27329857e-016, 3.57546924e-007, -4.73488936e-019, 0.999996424))
  584. mesh("BlockMesh",FakeHandleA,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 1))
  585. HitboxA=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Toothpaste","HitboxA",Vector3.new(0.260399997, 2.26800036, 0.671999991))
  586. HitboxAweld=weld(m,FakeHandleA,HitboxA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.01556396, 0.0198795795, 0.999996424, 1.79766672e-012, -1.26029063e-005, -1.79766672e-012, 0.999996424, -1.14722063e-016, 1.22454048e-005, -1.16638766e-016, 0.999992847))
  587. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  588. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000106811523, -0.671827316, 0.313827038, 0.999993801, -3.54627962e-014, -8.19193701e-007, 4.97018401e-014, 0.99999404, -1.09530813e-013, 7.89339538e-007, 9.65395366e-014, 0.999992847))
  589. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.798000038, 1, 0.420000017))
  590. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.671999991))
  591. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.503871918, 0.0200036764, 0.999996424, 5.32912303e-015, -2.68159965e-007, -5.32912473e-015, 0.999996424, -1.26083356e-016, -8.93851393e-008, -1.26327738e-016, 0.999992847))
  592. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  593. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.252000004, 0.503999949))
  594. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05175781e-005, -0.671840668, 0.019996047, 0.999986649, -2.4655126e-012, 4.32561137e-007, 2.59496005e-012, 0.999986768, -1.49009139e-007, 2.52821337e-007, 8.94055319e-008, 0.999984741))
  595. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 1))
  596. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 1.17600012, 0.200000003))
  597. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.47001648, 0.0187937021, 0.999996424, 1.93773531e-007, -9.44143176e-005, -1.93700657e-007, 0.999996424, 7.7484583e-007, 9.40571117e-005, -7.74830198e-007, 0.999992847))
  598. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.504000008, 1, 0.839999974))
  599. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 1.17600012, 0.335999995))
  600. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.46961975, 0.0198013783, 0.999996424, 2.38440322e-007, -1.83236498e-005, -2.38423183e-007, 0.999996424, 9.53646634e-007, 1.79661693e-005, -9.53645667e-007, 0.999992847))
  601. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.462000072, 1, 1))
  602. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.671999991))
  603. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -0.83972168, 0.0198941231, 0.999996424, 1.72305952e-012, -1.13515125e-005, -1.72305952e-012, 0.999996424, -1.15788623e-016, 1.09940074e-005, -1.15460199e-016, 0.999992847))
  604. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  605. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 1.42800009, 0.671999991))
  606. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.59558105, 0.0198942423, 0.999996424, 1.79766672e-012, -1.14408977e-005, -1.79766672e-012, 0.999996424, -1.1639756e-016, 1.10833907e-005, -1.1500975e-016, 0.999992847))
  607. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.420000017, 1, 1))
  608. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  609. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, 0.335924149, 0.0199792385, 0.999992847, 1.81186826e-013, -4.11162546e-006, -1.81186826e-013, 0.999992847, -7.58573273e-016, 3.39656435e-006, 2.54499572e-016, 0.999985695))
  610. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  611. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  612. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.15527344e-005, -0.756420135, -0.277666092, 0.999994636, -2.13161381e-014, 1.78773007e-007, 5.05591743e-007, 0.707180023, -0.707022309, -5.05702701e-007, 0.707026124, 0.707176208))
  613. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  614. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  615. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.335924149, -0.0639793873, 0.999992847, 1.81186826e-013, -4.11162546e-006, -1.81186826e-013, 0.999992847, -7.58573273e-016, 3.39656435e-006, 2.54499572e-016, 0.999985695))
  616. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  617. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  618. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.756376266, -0.193712234, 0.999991059, -2.13160618e-014, 1.78773007e-007, 7.5838625e-007, 0.707176268, -0.707018554, -7.58550868e-007, 0.707024872, 0.70716995))
  619. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  620. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  621. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.083984375, -0.0200240612, 0.671857834, -0.999994636, 3.04961617e-007, -1.53258661e-005, 1.58622697e-005, 1.03287621e-005, -0.999989271, -3.04797936e-007, -0.999994636, -1.03287111e-005))
  622. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  623. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.251999974))
  624. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -1.90734863e-006, 0.0200020075, 0.999994516, -4.8679409e-013, 1.78781193e-007, -4.44161797e-013, 0.99999392, -1.42889402e-016, -7.15082933e-007, -1.14757771e-016, 0.999988675))
  625. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  626. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  627. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05175781e-005, -0.937992096, 0.137899399, 0.999991059, -2.13160618e-014, 1.78773007e-007, -7.58390797e-007, 0.707176268, 0.707018554, -7.58549049e-007, -0.707024872, 0.70716995))
  628. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 0.420000017))
  629. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  630. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.728122711, 0.305858612, 0.999991059, -2.13160618e-014, 1.78773007e-007, -7.58390797e-007, 0.707176268, 0.707018554, -7.58549049e-007, -0.707024872, 0.70716995))
  631. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  632. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  633. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.672348022, 0.0161781311, 0.999994636, -2.13161381e-014, 1.78773007e-007, 5.05591743e-007, 0.707180023, -0.707022309, -5.05702701e-007, 0.707026124, 0.707176208))
  634. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999974))
  635. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.252000004))
  636. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.125961304, 0.0200021267, 0.999992847, -2.13160991e-014, -2.68156327e-007, 2.13160974e-014, 0.999992847, -1.25976285e-016, -4.46930244e-007, -2.53540519e-016, 0.999985695))
  637. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 1))
  638. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  639. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -1.10586548, 0.221845627, 0.999991059, -2.13160618e-014, 1.78773007e-007, -7.58390797e-007, 0.707176268, 0.707018554, -7.58549049e-007, -0.707024872, 0.70716995))
  640. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000212, 0.420000017))
  641. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  642. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05175781e-005, -0.728130341, 0.13794899, 0.999996424, -2.13161753e-014, 1.78773917e-007, -3.79196507e-007, 0.707181871, 0.707024157, -3.79278418e-007, -0.70702672, 0.707179308))
  643. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  645. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.840242386, 0.184112549, 0.999991059, -2.13160618e-014, 1.78773007e-007, 7.5838625e-007, 0.707176268, -0.707018554, -7.58550868e-007, 0.707024872, 0.70716995))
  646. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999676))
  647. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  648. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.335924149, 0.103946805, 0.999992847, 1.81186826e-013, -4.11162546e-006, -1.81186826e-013, 0.999992847, -7.58573273e-016, 3.39656435e-006, 2.54499572e-016, 0.999985695))
  649. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  650. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  651. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0840148926, -0.671857834, -0.0200095177, -0.999994636, 6.84303503e-009, -1.58898201e-005, 6.67440903e-009, 0.999994636, 1.02837303e-005, 1.64262219e-005, 1.02837857e-005, -0.999989271))
  652. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  653. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  654. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.083984375, -0.671857834, -0.020023942, -0.999994636, 6.84303503e-009, -1.58898201e-005, 6.67440903e-009, 0.999994636, 1.02837303e-005, 1.64262219e-005, 1.02837857e-005, -0.999989271))
  655. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  656. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  657. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.10351563e-005, -0.335899353, -0.0639851093, 0.999992847, 2.0783188e-013, -4.55852023e-006, -2.0783188e-013, 0.999992847, -7.57696859e-016, 3.84346276e-006, 2.53825546e-016, 0.999985695))
  658. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  660. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.7563591, -0.109758377, 0.999994636, -2.13161381e-014, 1.78773007e-007, 5.05591743e-007, 0.707180023, -0.707022309, -5.05702701e-007, 0.707026124, 0.707176208))
  661. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  663. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.10351563e-005, -1.10585403, 0.305786133, 0.999991059, -2.13160618e-014, 1.78773007e-007, -7.58390797e-007, 0.707176268, 0.707018554, -7.58549049e-007, -0.707024872, 0.70716995))
  664. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000212, 0.420000017))
  665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  666. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-005, -0.728031158, 0.221849442, 0.999996424, -2.13161753e-014, 1.78773917e-007, -3.79196507e-007, 0.707181871, 0.707024157, -3.79278418e-007, -0.70702672, 0.707179308))
  667. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  668. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.252000004))
  669. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.15527344e-005, -0.67241478, -0.19370079, 0.999994636, -2.13161381e-014, 1.78773007e-007, 5.05591743e-007, 0.707180023, -0.707022309, -5.05702701e-007, 0.707026124, 0.707176208))
  670. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  671. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  672. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.10351563e-005, -0.756313324, 0.0161876678, 0.999994636, -2.13161381e-014, 1.78773007e-007, 5.05591743e-007, 0.707180023, -0.707022309, -5.05702701e-007, 0.707026124, 0.707176208))
  673. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999974))
  674. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  675. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05175781e-005, -0.672306061, 0.184104919, 0.999991059, -2.13160618e-014, 1.78773007e-007, 7.5838625e-007, 0.707176268, -0.707018554, -7.58550868e-007, 0.707024872, 0.70716995))
  676. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999676))
  677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  678. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.10351563e-005, -0.335899353, 0.0199739933, 0.999992847, 2.18489967e-013, -4.73727596e-006, -2.18489967e-013, 0.999992847, -7.57336287e-016, 4.02222031e-006, 2.53552589e-016, 0.999985695))
  679. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  681. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -1.1057682, 0.137836456, 0.999991059, -2.13160618e-014, 1.78773007e-007, -7.58390797e-007, 0.707176268, 0.707018554, -7.58549049e-007, -0.707024872, 0.70716995))
  682. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000212, 0.420000017))
  683. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  684. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.57763672e-005, -0.9379673, 0.305826187, 0.999991059, -2.13160618e-014, 1.78773007e-007, -7.58390797e-007, 0.707176268, 0.707018554, -7.58549049e-007, -0.707024872, 0.70716995))
  685. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 0.420000017))
  686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  687. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05175781e-005, -0.812028885, 0.221828461, 0.999996424, -2.13161753e-014, 1.78773917e-007, -3.79196507e-007, 0.707181871, 0.707024157, -3.79278418e-007, -0.70702672, 0.707179308))
  688. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.252000004))
  690. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.840332031, -0.193758011, 0.999994636, -2.13161381e-014, 1.78773007e-007, 5.05591743e-007, 0.707180023, -0.707022309, -5.05702701e-007, 0.707026124, 0.707176208))
  691. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  693. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0840148926, 0.0200095177, -0.671857834, -0.999994636, -5.05518983e-007, -1.59908777e-005, -1.65272759e-005, -1.03287639e-005, 0.999989271, -5.05689968e-007, 0.999994636, 1.03287002e-005))
  694. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  696. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.644088745, 0.22183609, 0.99999547, -1.31308614e-012, 1.78738446e-007, -3.79217425e-007, 0.707180977, 0.707023621, -3.79301156e-007, -0.707025945, 0.707178891))
  697. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  698. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  699. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.756282806, 0.184106827, 0.999994636, -2.13161381e-014, 1.78773007e-007, 5.05591743e-007, 0.707180023, -0.707022309, -5.05702701e-007, 0.707026124, 0.707176208))
  700. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999676))
  701. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  702. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.57763672e-005, -0.937936783, 0.221797943, 0.999991059, -2.13160618e-014, 1.78773007e-007, -7.58390797e-007, 0.707176268, 0.707018554, -7.58549049e-007, -0.707024872, 0.70716995))
  703. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 0.420000017))
  704. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  705. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.840261459, 0.016160965, 0.999991059, -2.13160618e-014, 1.78773007e-007, 7.5838625e-007, 0.707176268, -0.707018554, -7.58550868e-007, 0.707024872, 0.70716995))
  706. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999974))
  707. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  708. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.335899353, 0.103938103, 0.999992847, 2.29148081e-013, -4.9160335e-006, -2.29148081e-013, 0.999992847, -7.56970052e-016, 4.20097967e-006, 2.53277833e-016, 0.999985695))
  709. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  710. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.251999974))
  711. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, 0.125974655, 0.0200021267, 0.999992728, 2.21486258e-014, 1.78859409e-007, 7.54365239e-014, 0.999992132, -2.98020169e-008, -1.78682967e-007, -2.9802127e-008, 0.999985099))
  712. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000033, 1))
  713. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  714. Partweld=weld(m,FakeHandleA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.671825409, -0.27389431, 0.999993801, 1.20855067e-013, -2.82897417e-007, -1.17359681e-013, 0.99999404, -5.96041865e-008, 2.53045073e-007, 5.96042469e-008, 0.999992847))
  715. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.798000038, 1, 0.420000017))
  716. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Wedge",Vector3.new(0.200000003, 0.336000025, 0.335999936))
  717. Wedgeweld=weld(m,FakeHandleA,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.22543144, 0.0199115276, 0.999995947, 1.79766672e-012, -1.49265943e-005, -1.79766672e-012, 0.999995947, -1.04389876e-016, 1.4569111e-005, -1.1508405e-016, 0.999992847))
  718. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.461999953, 1, 1))
  719. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  720. Wedgeweld=weld(m,FakeHandleA,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.14149475, 0.0199415684, 0.999996424, 1.79766672e-012, -1.2781531e-005, -1.79766672e-012, 0.999996424, -1.11779232e-016, 1.24240314e-005, -1.15038324e-016, 0.999992847))
  721. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.504000008, 0.840000212, 0.839999676))
  722. WedgeX=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","WedgeX",Vector3.new(0.200000003, 0.840000033, 0.671999991))
  723. Wedgeweld=weld(m,FakeHandleA,WedgeX,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -2.72929573, 0.0198169947, 0.999996424, 3.1294465e-007, -1.93064552e-005, -3.12920946e-007, 0.999996424, 1.25165718e-006, 1.89489765e-005, -1.2516557e-006, 0.999992847))
  724. mesh("SpecialMesh",WedgeX,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.420000017, 1, 1))
  725.  
  726. HandleB=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,1,"Institutional white","HandleB",Vector3.new(0.200000003, 0.924000025, 0.251999974))
  727. HandleBweld=weld(m,Character["Left Arm"],HandleB,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.115982056, 0.0891990662, 0.993835926, -0.999997854, -1.10417595e-005, 4.54747297e-013, 4.4408921e-016, -1.49011505e-008, 0.999997795, -1.09821558e-005, 0.999995708, -1.49011541e-008))
  728. mesh("BlockMesh",HandleB,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 1))
  729. FakeHandleB=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,1,"Institutional white","FakeHandleB",Vector3.new(0.200000003, 0.420000017, 0.251999974))
  730. FakeHandleBweld=weld(m,HandleB,FakeHandleB,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -0.047870636, 5.41210175e-005, 0.999996543, 7.45058131e-008, -5.81111635e-007, -7.45051949e-008, 0.999997199, -1.49019623e-008, 3.5760695e-007, -1.49009205e-008, 0.99999553))
  731. mesh("BlockMesh",FakeHandleB,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 1))
  732. HitboxB=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Toothpaste","HitboxB",Vector3.new(0.260399997, 2.26800036, 0.671999991))
  733. HitboxBweld=weld(m,FakeHandleB,HitboxB,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -2.01556969, 0.01980865, 0.999993443, 1.02318154e-012, -1.27701678e-005, 6.82121026e-013, 0.999994397, -2.98027985e-008, 1.22934016e-005, -2.98057792e-008, 0.999991059))
  734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  735. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000106811523, -0.671806335, 0.313799143, 0.99999249, -3.12912107e-007, 8.53831443e-006, 3.12901221e-007, 0.999993801, 1.22185497e-006, -9.2088394e-006, -1.28146849e-006, 0.999990761))
  736. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.798000038, 1, 0.420000017))
  737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.671999991))
  738. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -0.503873825, 0.0199302435, 0.999991298, 7.03437308e-013, -4.47016646e-007, 7.10542736e-013, 0.999993205, -2.98063618e-008, -2.38406756e-007, -2.98045819e-008, 0.999990702))
  739. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  740. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.252000004, 0.503999949))
  741. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-005, -0.671850204, 0.0200046301, 0.999992192, -4.61934746e-007, 1.15483172e-005, 4.61917068e-007, 0.999993801, 1.43046918e-006, -1.22188476e-005, -1.49008054e-006, 0.999990463))
  742. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 1))
  743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 1.17600012, 0.200000003))
  744. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.47002983, 0.0187981129, 0.999992311, 3.26139116e-012, -9.10005256e-005, 8.38440428e-013, 0.999993801, -2.98064791e-008, 9.0330177e-005, -2.98056761e-008, 0.999990582))
  745. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.504000008, 1, 0.839999974))
  746. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 1.17600012, 0.335999995))
  747. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -1.46959877, 0.0198251009, 0.999991536, 1.05870868e-012, -1.29638747e-005, 7.10542736e-013, 0.999993205, -2.98063618e-008, 1.20996647e-005, -2.98093603e-008, 0.999990463))
  748. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.462000072, 1, 1))
  749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.671999991))
  750. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.839723587, 0.0198229551, 0.999991536, 9.45021839e-013, -1.17124828e-005, 7.88702437e-013, 0.999993205, -2.98063618e-008, 1.08482727e-005, -2.98093568e-008, 0.999990463))
  751. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  752. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 1.42800009, 0.671999991))
  753. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.59558678, 0.0198256969, 0.999991596, 1.00897068e-012, -1.13843653e-005, 7.10542736e-013, 0.999993205, -2.98063618e-008, 1.08330742e-005, -2.9807449e-008, 0.999990523))
  754. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.420000017, 1, 1))
  755. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  756. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, 0.335920334, 0.0199792385, 0.99998498, 1.77635684e-012, -4.42457076e-006, 1.20081722e-012, 0.999987602, -5.96116934e-008, 3.08357539e-006, -5.96116863e-008, 0.999981523))
  757. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  758. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  759. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000122070313, -0.756378174, -0.277729034, 0.999989688, -4.47024036e-008, 1.19204742e-007, 8.07759989e-007, 0.707177877, -0.707020879, -5.99900943e-007, 0.707024038, 0.70717448))
  760. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  761. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  762. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.335920334, -0.0639791489, 0.99998498, 1.77635684e-012, -4.42457076e-006, 1.20081722e-012, 0.999987602, -5.96116934e-008, 3.08357539e-006, -5.96116863e-008, 0.999981523))
  763. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  764. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  765. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -0.756343842, -0.193767548, 0.999986172, -4.47021336e-008, 2.97595744e-008, 9.12016958e-007, 0.707174182, -0.707016647, -8.68045106e-007, 0.707022667, 0.707168221))
  766. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  768. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.083984375, -0.019960165, 0.671865463, -0.999989688, 3.12922083e-007, -1.50947335e-005, 1.59142619e-005, 1.03585389e-005, -0.999986649, -3.1279896e-007, -0.999991477, -1.02988779e-005))
  769. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  770. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.251999974))
  771. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -7.62939453e-006, 0.0199067593, 0.999989629, -2.98013205e-008, 5.96000973e-008, 7.45057989e-008, 0.999991119, -2.98054701e-008, -8.64197318e-007, -2.98050864e-008, 0.999986231))
  772. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  773. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  774. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.57763672e-005, -0.938070297, 0.137874603, 0.999986172, -4.47021336e-008, 2.97595744e-008, -8.06638866e-007, 0.707174122, 0.707016647, -1.27141891e-006, -0.707022905, 0.707167923))
  775. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 0.420000017))
  776. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  777. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -0.728212357, 0.305807114, 0.999986172, -4.47021336e-008, 2.97595744e-008, -8.06638866e-007, 0.707174122, 0.707016647, -1.27141891e-006, -0.707022905, 0.707167923))
  778. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  779. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  780. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -0.672271729, 0.0161094666, 0.999989688, -4.47024036e-008, 1.19204742e-007, 8.07759989e-007, 0.707177877, -0.707020879, -5.99900943e-007, 0.707024038, 0.70717448))
  781. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999974))
  782. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.252000004))
  783. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -0.125976563, 0.0199372768, 0.999988139, -1.04306544e-007, -2.23536517e-007, 1.04307773e-007, 0.999989748, -2.98051006e-008, -5.51243829e-007, -2.98054808e-008, 0.999983549))
  784. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 1))
  785. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  786. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -1.10592842, 0.221801758, 0.999986172, -4.47021336e-008, 2.97595744e-008, -8.06638866e-007, 0.707174122, 0.707016647, -1.27141891e-006, -0.707022905, 0.707167923))
  787. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000212, 0.420000017))
  788. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  789. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.10351563e-005, -0.728153229, 0.137924194, 0.999991596, 6.67910172e-013, 4.47207604e-008, -7.02402133e-007, 0.707179785, 0.707022667, -7.05294042e-007, -0.707024634, 0.707177639))
  790. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  791. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  792. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.84018898, 0.184049606, 0.999986172, -4.47021336e-008, 2.97595744e-008, 9.12016958e-007, 0.707174182, -0.707016647, -8.68045106e-007, 0.707022667, 0.707168221))
  793. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999676))
  794. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  795. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.335920334, 0.103946328, 0.99998498, 1.77635684e-012, -4.42457076e-006, 1.20081722e-012, 0.999987602, -5.96116934e-008, 3.08357539e-006, -5.96116863e-008, 0.999981523))
  796. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  797. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  798. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0840606689, -0.671867371, -0.019955039, -0.999989748, 4.47028654e-008, -1.57354771e-005, 4.45826664e-008, 0.999991477, 1.02539025e-005, 1.65997171e-005, 1.03135581e-005, -0.999987185))
  799. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  800. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  801. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0839691162, -0.671863556, -0.0199602842, -0.999989748, 4.47028654e-008, -1.57354771e-005, 4.45826664e-008, 0.999991477, 1.02539025e-005, 1.65997171e-005, 1.03135581e-005, -0.999987185))
  802. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  803. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  804. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.10351563e-005, -0.335897446, -0.0639851093, 0.99998498, 1.83320026e-012, -4.87146372e-006, 1.17239551e-012, 0.999987602, -5.96116934e-008, 3.53046926e-006, -5.96116934e-008, 0.999981523))
  805. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  806. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  807. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -0.756332397, -0.109825134, 0.999989688, -4.47024036e-008, 1.19204742e-007, 8.07759989e-007, 0.707177877, -0.707020879, -5.99900943e-007, 0.707024038, 0.70717448))
  808. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  809. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  810. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-005, -1.10591888, 0.305747986, 0.999986172, -4.47021336e-008, 2.97595744e-008, -8.06638866e-007, 0.707174122, 0.707016647, -1.27141891e-006, -0.707022905, 0.707167923))
  811. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000212, 0.420000017))
  812. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  813. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000122070313, -0.728061676, 0.221828461, 0.999991596, 6.67910172e-013, 4.47207604e-008, -7.02402133e-007, 0.707179785, 0.707022667, -7.05294042e-007, -0.707024634, 0.707177639))
  814. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  815. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.252000004))
  816. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000106811523, -0.67234993, -0.193754196, 0.999989688, -4.47024036e-008, 1.19204742e-007, 8.07759989e-007, 0.707177877, -0.707020879, -5.99900943e-007, 0.707024038, 0.70717448))
  817. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  818. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  819. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -0.756284714, 0.0161113739, 0.999989688, -4.47024036e-008, 1.19204742e-007, 8.07759989e-007, 0.707177877, -0.707020879, -5.99900943e-007, 0.707024038, 0.70717448))
  820. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999974))
  821. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  822. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05175781e-005, -0.672286987, 0.18406105, 0.999986172, -4.47021336e-008, 2.97595744e-008, 9.12016958e-007, 0.707174182, -0.707016647, -8.68045106e-007, 0.707022667, 0.707168221))
  823. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999676))
  824. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  825. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.10351563e-005, -0.335897446, 0.0199738741, 0.99998498, 1.85451654e-012, -5.05021944e-006, 1.15818466e-012, 0.999987602, -5.96116934e-008, 3.7092268e-006, -5.96116934e-008, 0.999981523))
  826. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  827. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  828. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -1.10585022, 0.137811661, 0.999986172, -4.47021336e-008, 2.97595744e-008, -8.06638866e-007, 0.707174122, 0.707016647, -1.27141891e-006, -0.707022905, 0.707167923))
  829. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000212, 0.420000017))
  830. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  831. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-005, -0.938016891, 0.30575943, 0.999986172, -4.47021336e-008, 2.97595744e-008, -8.06638866e-007, 0.707174122, 0.707016647, -1.27141891e-006, -0.707022905, 0.707167923))
  832. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 0.420000017))
  833. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  834. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -0.812088013, 0.221776962, 0.999991596, 6.67910172e-013, 4.47207604e-008, -7.02402133e-007, 0.707179785, 0.707022667, -7.05294042e-007, -0.707024634, 0.707177639))
  835. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  836. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.252000004))
  837. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.57763672e-005, -0.840309143, -0.193778992, 0.999989688, -4.47024036e-008, 1.19204742e-007, 8.07759989e-007, 0.707177877, -0.707020879, -5.99900943e-007, 0.707024038, 0.70717448))
  838. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 1))
  839. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.251999915, 0.200000003))
  840. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0840606689, 0.0199552774, -0.671869278, -0.999990344, -6.10944085e-007, -1.58993953e-005, -1.67040234e-005, -1.03585407e-005, 0.999987066, -6.11064024e-007, 0.999991655, 1.02988724e-005))
  841. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.152879983, 0.215039983, 0.145319983))
  842. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  843. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -0.644163132, 0.22177124, 0.999991596, -1.63911096e-007, 4.47207675e-008, -4.63979092e-007, 0.707178771, 0.707022071, -4.51969669e-007, -0.70702374, 0.707177103))
  844. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.420000017))
  845. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  846. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.756244659, 0.184059143, 0.999989688, -4.47024036e-008, 1.19204742e-007, 8.07759989e-007, 0.707177877, -0.707020879, -5.99900943e-007, 0.707024038, 0.70717448))
  847. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999676))
  848. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  849. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.57763672e-005, -0.937994003, 0.221740723, 0.999986172, -4.47021336e-008, 2.97595744e-008, -8.06638866e-007, 0.707174122, 0.707016647, -1.27141891e-006, -0.707022905, 0.707167923))
  850. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.839999974, 0.420000017))
  851. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  852. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, -0.84022522, 0.0160942078, 0.999986172, -4.47021336e-008, 2.97595744e-008, 9.12016958e-007, 0.707174182, -0.707016647, -8.68045106e-007, 0.707022667, 0.707168221))
  853. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.420000017, 0.839999974))
  854. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.251999974, 0.200000003))
  855. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.57763672e-005, -0.335897446, 0.103937507, 0.99998498, 1.87583282e-012, -5.22897699e-006, 1.15107923e-012, 0.999987602, -5.96116934e-008, 3.88798253e-006, -5.96116863e-008, 0.999981523))
  856. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1, 0.420000017))
  857. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.200000003, 0.251999974))
  858. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.125947952, 0.019931674, 0.999988019, -7.45044133e-008, 1.19185643e-007, 7.45060262e-008, 0.99998939, -5.96073733e-008, -3.724208e-007, -5.96076077e-008, 0.999982655))
  859. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 0.840000033, 1))
  860. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Part",Vector3.new(0.200000003, 0.252000004, 0.200000003))
  861. Partweld=weld(m,FakeHandleB,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -0.671842575, -0.273898602, 0.999992251, 6.75015599e-013, 3.53156747e-006, 8.73967565e-013, 0.999993801, -8.93913352e-008, -4.2020838e-006, 2.97793719e-008, 0.999990523))
  862. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.798000038, 1, 0.420000017))
  863. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Wedge",Vector3.new(0.200000003, 0.336000025, 0.335999936))
  864. Wedgeweld=weld(m,FakeHandleB,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.57763672e-005, -2.22545815, 0.019826293, 0.999991477, -1.19207421e-007, -1.51692248e-005, 1.19209091e-007, 0.999993205, -2.98050331e-008, 1.44987343e-005, -2.9807719e-008, 0.999990404))
  865. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.461999953, 1, 1))
  866. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  867. Wedgeweld=weld(m,FakeHandleB,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05175781e-005, -2.1415081, 0.0198848248, 0.999991477, 1.07291953e-012, -1.30532799e-005, 7.10542736e-013, 0.999993205, -2.98063618e-008, 1.21592684e-005, -2.98089127e-008, 0.999990523))
  868. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.504000008, 0.840000212, 0.839999676))
  869. WedgeX2=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,0,"Institutional white","WedgeX",Vector3.new(0.200000003, 0.840000033, 0.671999991))
  870. Wedgeweld=weld(m,FakeHandleB,WedgeX2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -2.72933006, 0.0198259354, 0.999991477, 1.04449782e-012, -1.20996147e-005, 7.10542736e-013, 0.999993205, -2.98063618e-008, 1.11906975e-005, -2.98092999e-008, 0.999990761))
  871. mesh("SpecialMesh",WedgeX2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.420000017, 1, 1))
  872.  
  873.  
  874. function MagniDamage(Hit,Part,magni,mindam,maxdam,knock,Type)
  875. for _,c in pairs(workspace:children()) do
  876. if Hit then
  877. local hum=c:findFirstChild("Humanoid")
  878. if hum~=nil then
  879. local head=c:findFirstChild("Torso")
  880. if head~=nil then
  881. local targ=head.Position-Part.Position
  882. local mag=targ.magnitude
  883. if mag<=magni and c.Name~=Player.Name then
  884. Damagefunc(Hit,mindam,maxdam,knock,Type,RootPart,0.05,1,3)
  885. end
  886. end
  887. end
  888. end
  889. end
  890. end
  891.  
  892. function InvisShockwave(col1,col2,cfr,sz,rng,dmg)
  893. local Part = function(x,y,z,color,tr,cc,an,parent)
  894. local p = Instance.new('Part',parent or Character)
  895. p.Name = "Shock"
  896. p.formFactor = 'Custom'
  897. p.Size = Vector3.new(x,y,z)
  898. p.BrickColor = BrickColor.new(color)
  899. p.CanCollide = cc
  900. p.Transparency = 1
  901. p.Anchored = an
  902. p.TopSurface,p.BottomSurface = 0,0
  903. p.Locked=true
  904. p:BreakJoints()
  905. return p
  906. end
  907. local Mesh = function(par,num,x,y,z)
  908. local msh = _
  909. if num == 1 then
  910. msh = Instance.new("CylinderMesh",par)
  911. elseif num == 2 then
  912. msh = Instance.new("SpecialMesh",par)
  913. msh.MeshType = 3
  914. elseif num == 3 then
  915. msh = Instance.new("BlockMesh",par)
  916. elseif num == 4 then
  917. msh = Instance.new("SpecialMesh",par)
  918. msh.MeshType = "Torso"
  919. elseif type(num) == 'string' then
  920. msh = Instance.new("SpecialMesh",par)
  921. msh.MeshId = num
  922. end
  923. msh.Scale = Vector3.new(x,y,z)
  924. return msh
  925. end
  926. local a= Part(1,1,1,col1,.5,false,true,Character)
  927. a.Name = "Blue"
  928. local a2= Part(1,1,1,col2,.5,false,true,Character)
  929. a2.Name = "Blue"
  930. local a3= Part(1,1,1,col2,.5,false,true,Character)
  931. a3.Name = "Blue"
  932. local v1,v2,v3=sz.x,sz.y,sz.z
  933. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  934. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  935. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  936. a.CFrame=cfr
  937. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  938. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  939. for i,v in pairs(workspace:children()) do
  940. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  941. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  942. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= Player.Name and v:FindFirstChild("Humanoid") then
  943. v.Humanoid.Health=v.Humanoid.Health-dmg
  944. if blocked==false then
  945. local colorchosen=math.random(1,2)
  946. if colorchosen==1 then
  947. ShowDamage((v.Torso.CFrame * CFrame.new(0, 0, (v.Torso.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -dmg, 1.5, BrickColor.new("Toothpaste").Color)
  948. else
  949. ShowDamage((v.Torso.CFrame * CFrame.new(0, 0, (v.Torso.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -dmg, 1.5, BrickColor.new("Institutional white").Color)
  950. end
  951. else
  952. ShowDamage((v.Torso.CFrame * CFrame.new(0, 0, (v.Torso.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -dmg, 1.5, BrickColor.new("Toothpaste").Color)
  953. end
  954. end
  955. end
  956. end
  957. end
  958. Spawn(function()
  959. while true do
  960. wait()
  961. if a.Transparency >= 1 then swait(1) a:Destroy() a2:Destroy() a3:Destroy() break end
  962. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  963. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  964. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  965. a2.CFrame=a2.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))
  966. a3.CFrame=a3.CFrame*CFrame.Angles(-math.rad(2),-math.rad(2),-math.rad(2))
  967. a.Transparency=a.Transparency+0.05
  968. a2.Transparency=a2.Transparency+0.05
  969. a3.Transparency=a3.Transparency+0.05
  970. end
  971. end)
  972. end
  973.  
  974. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,material)
  975. local prt=part(3,game.Workspace,material,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  976. prt.Anchored=true
  977. prt.CFrame=cframe
  978. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(.1,.1,.1))
  979. game:GetService("Debris"):AddItem(prt,2)
  980. coroutine.resume(coroutine.create(function(Part,Mesh)
  981. for i=0,2,delay do
  982. wait()
  983. Part.CFrame=Part.CFrame
  984. Part.Transparency=i
  985. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  986. end
  987. Part.Parent=nil
  988. end),prt,msh)
  989. end
  990.  
  991. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  992. local prt=part(3,game.Workspace,"Neon",0,1,brickcolor,"Effect",vt(0.5,0.5,0.5))
  993. prt.Anchored=true
  994. prt.CFrame=cframe
  995. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  996. game:GetService("Debris"):AddItem(prt,5)
  997. coroutine.resume(coroutine.create(function(Part,Mesh)
  998. for i=0,1,delay do
  999. wait()
  1000. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1001. Part.Transparency=i
  1002. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1003. end
  1004. Part.Parent=nil
  1005. end),prt,msh)
  1006. end
  1007.  
  1008. function MagicRing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,Type,parent)
  1009. local prt=part(3,parent,"Neon",0,0,brickcolor,"Effect",vt())
  1010. if Type~=2 then
  1011. prt.Anchored=true
  1012. end
  1013. prt.CFrame=cframe
  1014. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
  1015. game:GetService("Debris"):AddItem(prt,5)
  1016. coroutine.resume(coroutine.create(function(Part,Mesh,dur)
  1017. local wld=nil
  1018. if dur==2 then
  1019. wld=weld(Part,Part,parent,euler(0,0,0)*cf(0,0,0))
  1020. end
  1021. for i=0,1,delay do
  1022. swait()
  1023. if dur==1 then
  1024. Part.CFrame=Part.CFrame
  1025. elseif dur==2 then
  1026. wld.C0=cframe
  1027. end
  1028. Part.Transparency=i
  1029. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1030. end
  1031. Part.Parent=nil
  1032. end),prt,msh,Type)
  1033. end
  1034.  
  1035. function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1036. local prt=part(3,game.Workspace,"Neon",0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1037. prt.Anchored=true
  1038. prt.CFrame=cframe
  1039. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  1040. game:GetService("Debris"):AddItem(prt,5)
  1041. coroutine.resume(coroutine.create(function(Part,Mesh)
  1042. for i=0,1,delay do
  1043. swait()
  1044. Part.CFrame=Part.CFrame*euler(0,0.7,0)
  1045. Part.Transparency=i
  1046. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1047. end
  1048. Part.Parent=nil
  1049. end),prt,msh)
  1050. end
  1051.  
  1052. function MagicCylinder(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1053. local prt=part(3,game.Workspace,"Neon",0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
  1054. prt.Anchored=true
  1055. prt.CFrame=cframe
  1056. local msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
  1057. game:GetService("Debris"):AddItem(prt,5)
  1058. coroutine.resume(coroutine.create(function(Part,Mesh)
  1059. for i=0,1,delay do
  1060. wait()
  1061. Part.CFrame=Part.CFrame
  1062. Part.Transparency=i
  1063. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1064. end
  1065. Part.Parent=nil
  1066. end),prt,msh)
  1067. end
  1068.  
  1069. function MagicWave(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1070. local prt=part(3,game.Workspace,"Neon",0,0,brickcolor,"Effect",vt())
  1071. prt.Anchored=true
  1072. prt.CFrame=cframe
  1073. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  1074. game:GetService("Debris"):AddItem(prt,5)
  1075. table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
  1076. end
  1077.  
  1078. function Shockwave(col1,col2,cfr,sz,rng,dmg)
  1079. local Part = function(x,y,z,color,tr,cc,an,parent)
  1080. local p = Instance.new('Part',parent or Character)
  1081. p.Name = "Shock"
  1082. p.formFactor = 'Custom'
  1083. p.Size = Vector3.new(x,y,z)
  1084. p.BrickColor = BrickColor.new(color)
  1085. p.CanCollide = cc
  1086. p.Transparency = tr
  1087. p.Anchored = an
  1088. p.TopSurface,p.BottomSurface = 0,0
  1089. p.Locked=true
  1090. p:BreakJoints()
  1091. return p
  1092. end
  1093. local Mesh = function(par,num,x,y,z)
  1094. local msh = _
  1095. if num == 1 then
  1096. msh = Instance.new("CylinderMesh",par)
  1097. elseif num == 2 then
  1098. msh = Instance.new("SpecialMesh",par)
  1099. msh.MeshType = 3
  1100. elseif num == 3 then
  1101. msh = Instance.new("BlockMesh",par)
  1102. elseif num == 4 then
  1103. msh = Instance.new("SpecialMesh",par)
  1104. msh.MeshType = "Torso"
  1105. elseif type(num) == 'string' then
  1106. msh = Instance.new("SpecialMesh",par)
  1107. msh.MeshId = num
  1108. end
  1109. msh.Scale = Vector3.new(x,y,z)
  1110. return msh
  1111. end
  1112. local a= Part(1,1,1,col1,.5,false,true,Character)
  1113. a.Name = "Blue"
  1114. local a2= Part(1,1,1,col2,.5,false,true,Character)
  1115. a2.Name = "Blue"
  1116. local a3= Part(1,1,1,col2,.5,false,true,Character)
  1117. a3.Name = "Blue"
  1118. local v1,v2,v3=sz.x,sz.y,sz.z
  1119. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  1120. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  1121. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  1122. a.CFrame=cfr
  1123. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1124. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1125. for i,v in pairs(workspace:children()) do
  1126. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  1127. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  1128. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= Player.Name and v:FindFirstChild("Humanoid") then
  1129. v.Humanoid.Health=v.Humanoid.Health-dmg
  1130. v.Torso.Velocity=Vector3.new(math.random(-dmg*0,dmg*0),dmg*0,math.random(-dmg*0,dmg*0))
  1131. if blocked==false then
  1132. local colorchosen=math.random(1,2)
  1133. if colorchosen==1 then
  1134. if v:findFirstChild("Humanoid") then
  1135. ShowDamage((v.Torso.CFrame * CFrame.new(0, 0, (v.Torso.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -dmg, 1.5, BrickColor.new("Toothpaste").Color)
  1136. end
  1137. else
  1138. if v:findFirstChild("Humanoid") then
  1139. ShowDamage((v.Torso.CFrame * CFrame.new(0, 0, (v.Torso.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -dmg, 1.5, BrickColor.new("Institutional white").Color)
  1140. end
  1141. end
  1142. else
  1143. if v:findFirstChild("Humanoid") then
  1144. ShowDamage((v.Torso.CFrame * CFrame.new(0, 0, (v.Torso.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -dmg, 1.5, BrickColor.new("Toothpaste").Color)
  1145. end
  1146. end
  1147. end
  1148. end
  1149. end
  1150. end
  1151. Spawn(function()
  1152. while true do
  1153. wait()
  1154. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  1155. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  1156. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  1157. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  1158. a2.CFrame=a2.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))
  1159. a3.CFrame=a3.CFrame*CFrame.Angles(-math.rad(2),-math.rad(2),-math.rad(2))
  1160. a.Transparency=a.Transparency+0.05
  1161. a2.Transparency=a2.Transparency+0.05
  1162. a3.Transparency=a3.Transparency+0.05
  1163. end
  1164. end)
  1165. end
  1166.  
  1167. function attackone()
  1168. local hitbox = HitboxA.Touched:connect(function(hit)
  1169. Damagefunc(hit,10,13,2,"Normal",RootPart,.2,1)
  1170. swait()
  1171. end)
  1172. for i = 0,1,0.1 do
  1173. swait()
  1174. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(20),math.rad(0),math.rad(-70)),.3)
  1175. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(-5),math.rad(60)),.3)
  1176. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(20)), 0.3)
  1177. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-150), math.rad(-100)), 0.3)
  1178. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1179. LH.C0=clerp(LH.C0,cf(-1,-.6,0)*angles(math.rad(0),math.rad(-40),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1180. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(6*i,math.rad(0),math.rad(0)),.3)
  1181. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1182. end
  1183. so('http://roblox.com/asset/?id=243711414',HitboxA,1,1)
  1184. for i = 0,1,0.1 do
  1185. swait()
  1186. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1187. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1188. local h = 5
  1189. scfr = blcf
  1190. elseif not scfr then
  1191. scfr = blcf
  1192. end
  1193. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1194. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1195. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  1196. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(-30), math.rad(0), math.rad(-40)), 0.3)
  1197. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(40),math.rad(0)),.3)
  1198. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(30))*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1199. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1200. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1201. end
  1202. scfr = nil
  1203. hitbox:disconnect()
  1204. end
  1205.  
  1206. function attacktwo()
  1207. local hitbox = HitboxB.Touched:connect(function(hit)
  1208. Damagefunc(hit,10,13,2,"Normal",RootPart,.2,1)
  1209. swait()
  1210. end)
  1211. for i = 0,1,0.1 do
  1212. swait()
  1213. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1214. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1215. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.3)
  1216. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(10), math.rad(-100)), 0.3)
  1217. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(40))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1218. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(30))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1219. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1220. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1221. end
  1222. so('http://roblox.com/asset/?id=243711427',HitboxB,1,1)
  1223. for i = 0,1,0.1 do
  1224. swait()
  1225. local blcf = HitboxB.CFrame*CFrame.new(0,.5,0)
  1226. if scfr and (HitboxB.Position-scfr.p).magnitude > .1 then
  1227. local h = 5
  1228. scfr = blcf
  1229. elseif not scfr then
  1230. scfr = blcf
  1231. end
  1232. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(20),math.rad(0),math.rad(-90)),.3)
  1233. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1234. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-70), math.rad(0), math.rad(30)), 0.3)
  1235. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -.5) * angles(math.rad(0), math.rad(-150), math.rad(-100)), 0.3)
  1236. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1237. LH.C0=clerp(LH.C0,cf(-1,-.6,0)*angles(math.rad(0),math.rad(-50),math.rad(-30))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1238. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1239. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(-30),math.rad(0),math.rad(0)),.3)
  1240. end
  1241. scfr = nil
  1242. hitbox:disconnect()
  1243. end
  1244.  
  1245. function attackthree()
  1246. local hitboxA = HitboxA.Touched:connect(function(hit)
  1247. Damagefunc(hit,5,7,2,"Normal",RootPart,.2,1)
  1248. swait()
  1249. end)
  1250. local hitboxB = HitboxB.Touched:connect(function(hit)
  1251. Damagefunc(hit,5,7,2,"Normal",RootPart,.2,1)
  1252. swait()
  1253. end)
  1254. for i = 0,1,0.1 do
  1255. swait()
  1256. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1257. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1258. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.5, -.5) * angles(math.rad(0), math.rad(120), math.rad(90)), 0.3)
  1259. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -.5) * angles(math.rad(0), math.rad(-120), math.rad(-90)), 0.3)
  1260. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1261. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1262. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-50),math.rad(0),math.rad(0)),.3)
  1263. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(50),math.rad(0),math.rad(0)),.3)
  1264. end
  1265. so('http://roblox.com/asset/?id=243711414',HitboxA,1,1)
  1266. so('http://roblox.com/asset/?id=243711427',HitboxB,1,1)
  1267. for i = 0,1,0.1 do
  1268. swait()
  1269. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1270. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1271. local h = 5
  1272. scfr = blcf
  1273. elseif not scfr then
  1274. scfr = blcf
  1275. end
  1276. local blcf2 = HitboxB.CFrame*CFrame.new(0,.5,0)
  1277. if scfr2 and (HitboxB.Position-scfr2.p).magnitude > .1 then
  1278. local h = 5
  1279. scfr2 = blcf2
  1280. elseif not scfr2 then
  1281. scfr2 = blcf2
  1282. end
  1283. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1284. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1285. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-30), math.rad(90)), 0.3)
  1286. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(30), math.rad(-90)), 0.3)
  1287. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(50)),.3)
  1288. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(50)),.3)
  1289. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1290. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1291. Torso.Velocity=Head.CFrame.lookVector*100
  1292. end
  1293. scfr = nil
  1294. scfr2 = nil
  1295. hitboxA:disconnect()
  1296. hitboxB:disconnect()
  1297. end
  1298.  
  1299. function LightDash()
  1300. Humanoid.WalkSpeed = 0
  1301. local hitbox = HitboxA.Touched:connect(function(hit)
  1302. Damagefunc(hit,10,13,2,"Normal",RootPart,.2,1)
  1303. swait()
  1304. end)
  1305. for i = 0,1,0.1 do
  1306. swait()
  1307. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(20),math.rad(0),math.rad(-70)),.3)
  1308. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(-5),math.rad(60)),.3)
  1309. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(20)), 0.3)
  1310. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-150), math.rad(-100)), 0.3)
  1311. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1312. LH.C0=clerp(LH.C0,cf(-1,-.6,0)*angles(math.rad(0),math.rad(-40),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1313. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(6*i,math.rad(0),math.rad(0)),.3)
  1314. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1315. end
  1316. for i = 0,1,0.1 do
  1317. swait()
  1318. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1319. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1320. local h = 5
  1321. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1322. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1323. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1324. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1325. scfr = blcf
  1326. elseif not scfr then
  1327. scfr = blcf
  1328. end
  1329. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,-22.5,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1330. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1331. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  1332. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(-30), math.rad(0), math.rad(-40)), 0.3)
  1333. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(40),math.rad(0)),.3)
  1334. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(30))*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1335. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1336. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1337. end
  1338. Character:MoveTo(HitboxA.Position)
  1339. swait()
  1340. hitbox:disconnect()
  1341. Humanoid.WalkSpeed = 16
  1342. end
  1343. function NANI()
  1344. Humanoid.WalkSpeed = 0
  1345. local hitbox = HitboxA.Touched:connect(function(hit)
  1346. Damagefunc(hit,10,13,2,"Normal",RootPart,.2,1)
  1347. swait()
  1348. end)
  1349. for i = 0,1,0.1 do
  1350. swait()
  1351. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(20),math.rad(0),math.rad(-70)),.3)
  1352. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(-5),math.rad(60)),.3)
  1353. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(20)), 0.3)
  1354. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-150), math.rad(-100)), 0.3)
  1355. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1356. LH.C0=clerp(LH.C0,cf(-1,-.6,0)*angles(math.rad(0),math.rad(-40),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1357. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(6*i,math.rad(0),math.rad(0)),.3)
  1358. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1359. end
  1360. sound = Instance.new("Sound")
  1361. sound.SoundId = "rbxassetid://992192914"
  1362. sound.Parent = game.Workspace
  1363. sound:Play()
  1364. wait(5)
  1365. for i = 0,1,0.1 do
  1366. swait()
  1367. local blcf = HitboxA.CFrame*CFrame.new(0,.5,0)
  1368. if scfr and (HitboxA.Position-scfr.p).magnitude > .1 then
  1369. local h = 5
  1370. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  1371. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1372. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  1373. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1374. scfr = blcf
  1375. elseif not scfr then
  1376. scfr = blcf
  1377. end
  1378. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,-22.5,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1379. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1380. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  1381. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(-30), math.rad(0), math.rad(-40)), 0.3)
  1382. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(40),math.rad(0)),.3)
  1383. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(30))*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1384. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1385. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1386. end
  1387. Character:MoveTo(HitboxA.Position)
  1388. swait()
  1389. hitbox:disconnect()
  1390. Humanoid.WalkSpeed = 16
  1391. end
  1392. function Blink()
  1393. Humanoid.WalkSpeed = 0
  1394. local hitbox = HitboxA.Touched:connect(function(hit)
  1395. Damagefunc(hit,5,7,2,"Normal",RootPart,.2,1)
  1396. swait()
  1397. end)
  1398. for i = 0,1,0.1 do
  1399. swait()
  1400. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(20),math.rad(0),math.rad(-70)),.3)
  1401. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(-5),math.rad(60)),.3)
  1402. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(20)), 0.3)
  1403. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-150), math.rad(-100)), 0.3)
  1404. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1405. LH.C0=clerp(LH.C0,cf(-1,-.6,0)*angles(math.rad(0),math.rad(-40),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1406. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(6*i,math.rad(0),math.rad(0)),.3)
  1407. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1408. end
  1409. so('http://roblox.com/asset/?id=243711414',HitboxA,1,1)
  1410. for i = 0,4.2,0.1 do
  1411. swait()
  1412. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1413. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1414. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  1415. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(-30), math.rad(0), math.rad(-40)), 0.3)
  1416. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(40),math.rad(0)),.3)
  1417. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(30))*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1418. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,-20)*angles(i*4,math.rad(0),math.rad(0)),.3)
  1419. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1420. end
  1421. Character:MoveTo(HitboxA.Position)
  1422. Shockwave("Institutional white","Toothpaste",Torso.CFrame,Vector3.new(40,40,40),30,11)
  1423. hitbox:disconnect()
  1424. Humanoid.WalkSpeed = 16
  1425. end
  1426.  
  1427. function Purify()
  1428. local Debounce = false
  1429. for i = 0,1,0.1 do
  1430. swait()
  1431. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(20),math.rad(0),math.rad(-70)),.3)
  1432. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(-5),math.rad(60)),.3)
  1433. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(20)), 0.3)
  1434. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-150), math.rad(-100)), 0.3)
  1435. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1436. LH.C0=clerp(LH.C0,cf(-1,-.6,0)*angles(math.rad(0),math.rad(-40),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1437. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(6*i,math.rad(0),math.rad(0)),.3)
  1438. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1439. local blue = MagicBlock(BrickColor.new("Toothpaste"),WedgeX.CFrame,0.1,0.1,0.1,0.75,0.75,0.75,0.1)
  1440. local white = MagicBlock(BrickColor.new("Institutional white"),WedgeX.CFrame,0.1,0.1,0.1,0.75,0.75,0.75,0.1)
  1441. end
  1442. so('http://roblox.com/asset/?id=243711414',HitboxA,1,1)
  1443. for i = 0,1,0.1 do
  1444. swait()
  1445. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1446. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1447. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  1448. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(-30), math.rad(0), math.rad(-40)), 0.3)
  1449. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(40),math.rad(0)),.3)
  1450. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(30))*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1451. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1452. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.3)
  1453. local blue = MagicBlock(BrickColor.new("Toothpaste"),WedgeX.CFrame,0.1,0.1,0.1,0.75,0.75,0.75,0.1)
  1454. local white = MagicBlock(BrickColor.new("Institutional white"),WedgeX.CFrame,0.1,0.1,0.1,0.75,0.75,0.75,0.1)
  1455. end
  1456. local hitbox = HitboxA.Touched:connect(function(hit)
  1457. Damagefunc(hit,5,7,2,"Normal",RootPart,.2,1)
  1458. if hit ~= nil and hit.Parent:FindFirstChild("Humanoid") ~= nil and Debounce == false then
  1459. Shockwave("Institutional white","Toothpaste",Torso.CFrame,Vector3.new(40,40,40),30,11)
  1460. swait()
  1461. Character:MoveTo(WedgeX2.Position+Vector3.new(-10,0,0))
  1462. Debounce = true
  1463. end
  1464. end)
  1465. wait(1)
  1466. hitbox:disconnect()
  1467. end
  1468.  
  1469. function HolyRaven()
  1470. for i = 0,1,0.1 do
  1471. swait()
  1472. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1473. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1474. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.5, -.5) * angles(math.rad(0), math.rad(120), math.rad(90)), 0.3)
  1475. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -.5) * angles(math.rad(0), math.rad(-120), math.rad(-90)), 0.3)
  1476. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1477. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1478. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-50),math.rad(0),math.rad(0)),.3)
  1479. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(50),math.rad(0),math.rad(0)),.3)
  1480. end
  1481. local SoundCounter = 5
  1482. local Limiter = 25
  1483. for i = 0,5,0.1 do
  1484. swait()
  1485. if Limiter ~= 25 then
  1486. Limiter = Limiter + 1
  1487. else
  1488. MagicBlock(BrickColor.new("Toothpaste"),Torso.CFrame,20,20,20,2.5,2.5,2.5,0.1)
  1489. MagicBlock(BrickColor.new("Institutional white"),Torso.CFrame,20,20,20,2.5,2.5,2.5,0.1)
  1490. InvisShockwave("Institutional white","Toothpaste",Torso.CFrame,Vector3.new(30,30,30),35,0.75)
  1491. end
  1492. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,5)* angles(math.rad(90),math.rad(0),4*i),.3)
  1493. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1494. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  1495. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  1496. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(25)),.3)
  1497. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(25)),.3)
  1498. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1499. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  1500. Torso.Velocity=RootPart.CFrame.lookVector*75
  1501. if SoundCounter ~= 5 then
  1502. SoundCounter = SoundCounter + 1
  1503. else
  1504. so('rbxassetid://233856140',HitboxA,1,0.9)
  1505. end
  1506. end
  1507.  
  1508. end
  1509.  
  1510. function Equip()
  1511. buttons = mouse.Button1Down:connect(function()
  1512. if attack == true then return end
  1513. if attacktype == 1 then
  1514. attacktype = 2
  1515. attack = true
  1516. attackone()
  1517. attack = false
  1518. elseif attacktype == 2 then
  1519. attacktype = 3
  1520. attack = true
  1521. attacktwo()
  1522. attack = false
  1523. elseif attacktype == 3 then
  1524. attacktype = 1
  1525. attack = true
  1526. attackthree()
  1527. attack = false
  1528. end
  1529. end)
  1530.  
  1531. keys = mouse.KeyDown:connect(function(key)
  1532. key=key:lower()
  1533. if attack == true then return end
  1534. if key == "z" then
  1535. attack = true
  1536. LightDash()
  1537. attack = false
  1538. elseif key == "x" then
  1539. attack = true
  1540. Blink()
  1541. attack = false
  1542. elseif key == "c" then
  1543. attack = true
  1544. Purify()
  1545. attack = false
  1546. elseif key == "v" then
  1547. attack = true
  1548. HolyRaven()
  1549. attack = false
  1550. elseif key == "b" and Player.Name == "basstracker1970" then
  1551. attack = true
  1552. NANI()
  1553. attack = false
  1554. end
  1555. end)
  1556. end
  1557.  
  1558. function Unequip()
  1559. buttons:disconnect()
  1560. keys:disconnect()
  1561. end
  1562.  
  1563. Tool = script.Parent
  1564. Tool.Selected:connect(Equip)
  1565. Tool.Deselected:connect(Unequip)
  1566.  
  1567. local sine = 0
  1568. local change = 1
  1569. local val = 0
  1570.  
  1571. while true do
  1572. swait()
  1573. sine = sine + change
  1574. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1575. local velderp=RootPart.Velocity.y
  1576. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1577. if equipped==true or equipped==false then
  1578. if attack==false then
  1579. idle=idle+1
  1580. else
  1581. idle=0
  1582. end
  1583. if idle>=500 then
  1584. if attack==false then
  1585. end
  1586. end
  1587. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1588. Anim="Jump"
  1589. if attack==false then
  1590. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1591. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.3)
  1592. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(30)), 0.3)
  1593. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-30)), 0.3)
  1594. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1595. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1596. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-180),math.rad(0),math.rad(0)),.3)
  1597. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(-0),math.rad(0),math.rad(0)),.3)
  1598. end
  1599. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1600. Anim="Fall"
  1601. if attack==false then
  1602. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1603. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1604. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(60)), 0.3)
  1605. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-60)), 0.3)
  1606. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1607. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1608. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-180),math.rad(0),math.rad(0)),.3)
  1609. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(-0),math.rad(0),math.rad(0)),.3)
  1610. end
  1611. elseif torvel<1 and hitfloor~=nil then
  1612. Anim="Idle"
  1613. if attack==false then
  1614. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-.3)* angles(math.rad(20),math.rad(0),math.rad(-50)),.3)
  1615. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-10),math.rad(50)),.3)
  1616. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(20)), 0.3)
  1617. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5, -0.5) * angles(math.rad(0), math.rad(-130), math.rad(-100)), 0.3)
  1618. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1619. LH.C0=clerp(LH.C0,cf(-1,-.6,0)*angles(math.rad(0),math.rad(-50),math.rad(-30)),.3)
  1620. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1621. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1622. end
  1623. elseif torvel>2 and hitfloor~=nil then
  1624. Anim="Walk"
  1625. if attack==false then
  1626. change=3
  1627. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1628. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.3)
  1629. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(10)), 0.3)
  1630. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-10)), 0.3)
  1631. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1632. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1633. FakeHandleAweld.C0=clerp(FakeHandleAweld.C0,cf(0,0,0)*angles(math.rad(-180),math.rad(0),math.rad(0)),.3)
  1634. FakeHandleBweld.C0=clerp(FakeHandleBweld.C0,cf(0,0,0)*angles(math.rad(-0),math.rad(0),math.rad(0)),.3)
  1635. end
  1636. end
  1637. end
  1638. if #Effects>0 then
  1639. for e=1,#Effects do
  1640. if Effects[e]~=nil then
  1641. local Thing=Effects[e]
  1642. if Thing~=nil then
  1643. local Part=Thing[1]
  1644. local Mode=Thing[2]
  1645. local Delay=Thing[3]
  1646. local IncX=Thing[4]
  1647. local IncY=Thing[5]
  1648. local IncZ=Thing[6]
  1649. if Thing[1].Transparency<=1 then
  1650. if Thing[2]=="Block1" then
  1651. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1652. Mesh=Thing[1].Mesh
  1653. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1654. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1655. elseif Thing[2]=="Cylinder" then
  1656. Mesh=Thing[1].Mesh
  1657. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1658. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1659. elseif Thing[2]=="Blood" then
  1660. Mesh=Thing[7]
  1661. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  1662. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1663. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1664. elseif Thing[2]=="Elec" then
  1665. Mesh=Thing[1].Mesh
  1666. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  1667. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1668. elseif Thing[2]=="Disappear" then
  1669. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1670. end
  1671. else
  1672. Part.Parent=nil
  1673. table.remove(Effects,e)
  1674. end
  1675. end
  1676. end
  1677. end
  1678. end
  1679. end
  1680.  
  1681. end))
  1682. for i,v in pairs(mas:GetChildren()) do
  1683. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  1684. pcall(function() v:MakeJoints() end)
  1685. end
  1686. mas:Destroy()
  1687. for i,v in pairs(cors) do
  1688. spawn(function()
  1689. pcall(v)
  1690. end)
  1691. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement