XDMANFROMXDWORLD

ROBLOX Cybuster

Jul 12th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.00 KB | None | 0 0
  1. Player=game:GetService("Players").LocalPlayer
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. LeftArm=Character["Left Arm"]
  9. LeftLeg=Character["Left Leg"]
  10. RightArm=Character["Right Arm"]
  11. RightLeg=Character["Right Leg"]
  12. LS=Torso["Left Shoulder"]
  13. LH=Torso["Left Hip"]
  14. RS=Torso["Right Shoulder"]
  15. RH=Torso["Right Hip"]
  16. Face = Head.face
  17. Neck=Torso.Neck
  18. it=Instance.new
  19. attacktype=1
  20. vt=Vector3.new
  21. cf=CFrame.new
  22. euler=CFrame.fromEulerAnglesXYZ
  23. angles=CFrame.Angles
  24. cloaked=false
  25. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  26. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  28. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  29. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  30. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RootPart=Character.HumanoidRootPart
  32. RootJoint=RootPart.RootJoint
  33. RootCF=euler(-1.57,0,3.14)
  34. attack = false
  35. attackdebounce = false
  36. deb=false
  37. equipped=true
  38. hand=false
  39. MMouse=nil
  40. combo=0
  41. mana=0
  42. trispeed=.2
  43. attackmode='none'
  44. local idle=0
  45. local Anim="Idle"
  46. local Effects={}
  47. local gun=false
  48. local shoot=false
  49. player=nil
  50. mana=0
  51. cam = workspace.CurrentCamera
  52. ZTarget = nil
  53. RocketTarget = nil
  54. local m = Instance.new("Model",Character)
  55. m.Name = "WeaponModel"
  56.  
  57. mouse=Player:GetMouse()
  58. --save shoulders
  59. RSH, LSH=nil, nil
  60. --welds
  61. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  62. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  63. LH=Torso["Left Hip"]
  64. RH=Torso["Right Hip"]
  65. TorsoColor=Torso.BrickColor
  66. function NoOutline(Part)
  67. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  68. end
  69. player=Player
  70. ch=Character
  71. RSH=ch.Torso["Right Shoulder"]
  72. LSH=ch.Torso["Left Shoulder"]
  73. --
  74. RSH.Parent=nil
  75. LSH.Parent=nil
  76. --
  77. RW.Name="Right Shoulder"
  78. RW.Part0=ch.Torso
  79. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  80. RW.C1=cf(0, 0.5, 0)
  81. RW.Part1=ch["Right Arm"]
  82. RW.Parent=ch.Torso
  83. --
  84. LW.Name="Left Shoulder"
  85. LW.Part0=ch.Torso
  86. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  87. LW.C1=cf(0, 0.5, 0)
  88. LW.Part1=ch["Left Arm"]
  89. LW.Parent=ch.Torso
  90.  
  91. function swait(num)
  92. if num==0 or num==nil then
  93. game:service'RunService'.Stepped:wait(0)
  94. else
  95. for i=0,num do
  96. game:service'RunService'.Stepped:wait(0)
  97. end
  98. end
  99. end
  100.  
  101. function nooutline(part)
  102. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  103. end
  104.  
  105. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  106. local fp=it("Part")
  107. fp.formFactor=formfactor
  108. fp.Parent=parent
  109. fp.Reflectance=reflectance
  110. fp.Transparency=transparency
  111. fp.CanCollide=false
  112. fp.Locked=true
  113. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  114. fp.Name=name
  115. fp.Size=size
  116. fp.Position=Character.Torso.Position
  117. nooutline(fp)
  118. fp.Material=material
  119. fp:BreakJoints()
  120. return fp
  121. end
  122.  
  123. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  124. local mesh=it(Mesh)
  125. mesh.Parent=part
  126. if Mesh=="SpecialMesh" then
  127. mesh.MeshType=meshtype
  128. mesh.MeshId=meshid
  129. end
  130. mesh.Offset=offset
  131. mesh.Scale=scale
  132. return mesh
  133. end
  134.  
  135. function weld(parent,part0,part1,c0,c1)
  136. local weld=it("Weld")
  137. weld.Parent=parent
  138. weld.Part0=part0
  139. weld.Part1=part1
  140. weld.C0=c0
  141. weld.C1=c1
  142. return weld
  143. end
  144.  
  145.  
  146. local function CFrameFromTopBack(at, top, back)
  147. local right = top:Cross(back)
  148. return CFrame.new(at.x, at.y, at.z,
  149. right.x, top.x, back.x,
  150. right.y, top.y, back.y,
  151. right.z, top.z, back.z)
  152. end
  153.  
  154. function Triangle(a, b, c)
  155. local edg1 = (c-a):Dot((b-a).unit)
  156. local edg2 = (a-b):Dot((c-b).unit)
  157. local edg3 = (b-c):Dot((a-c).unit)
  158. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  159. a, b, c = a, b, c
  160. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  161. a, b, c = b, c, a
  162. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  163. a, b, c = c, a, b
  164. else
  165. assert(false, "unreachable")
  166. end
  167.  
  168. local len1 = (c-a):Dot((b-a).unit)
  169. local len2 = (b-a).magnitude - len1
  170. local width = (a + (b-a).unit*len1 - c).magnitude
  171.  
  172. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  173.  
  174. local list = {}
  175.  
  176. local TrailColor = ("Navy blue")
  177.  
  178. if len1 > 0.01 then
  179. local w1 = Instance.new('WedgePart', m)
  180. game:GetService("Debris"):AddItem(w1,5)
  181. w1.Material = "SmoothPlastic"
  182. w1.FormFactor = 'Custom'
  183. w1.BrickColor = BrickColor.new(TrailColor)
  184. w1.Transparency = 0
  185. w1.Reflectance = 0
  186. w1.Material = "Neon"
  187. w1.CanCollide = false
  188. NoOutline(w1)
  189. local sz = Vector3.new(0.2, width, len1)
  190. w1.Size = sz
  191. local sp = Instance.new("SpecialMesh",w1)
  192. sp.MeshType = "Wedge"
  193. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  194. w1:BreakJoints()
  195. w1.Anchored = true
  196. w1.Parent = workspace
  197. w1.Transparency = 0.7
  198. table.insert(Effects,{w1,"Disappear",.01})
  199. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  200. table.insert(list,w1)
  201. end
  202.  
  203. if len2 > 0.01 then
  204. local w2 = Instance.new('WedgePart', m)
  205. game:GetService("Debris"):AddItem(w2,5)
  206. w2.Material = "SmoothPlastic"
  207. w2.FormFactor = 'Custom'
  208. w2.BrickColor = BrickColor.new(TrailColor)
  209. w2.Transparency = 0
  210. w2.Reflectance = 0
  211. w2.Material = "Neon"
  212. w2.CanCollide = false
  213. NoOutline(w2)
  214. local sz = Vector3.new(0.2, width, len2)
  215. w2.Size = sz
  216. local sp = Instance.new("SpecialMesh",w2)
  217. sp.MeshType = "Wedge"
  218. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  219. w2:BreakJoints()
  220. w2.Anchored = true
  221. w2.Parent = workspace
  222. w2.Transparency = 0.7
  223. table.insert(Effects,{w2,"Disappear",.01})
  224. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  225. table.insert(list,w2)
  226. end
  227. return unpack(list)
  228. end
  229.  
  230.  
  231. so = function(id,par,vol,pit)
  232. coroutine.resume(coroutine.create(function()
  233. local sou = Instance.new("Sound",par or workspace)
  234. sou.Volume=vol
  235. sou.Pitch=pit or 1
  236. sou.SoundId=id
  237. swait()
  238. sou:play()
  239. game:GetService("Debris"):AddItem(sou,6)
  240. end))
  241. end
  242.  
  243. function clerp(a,b,t)
  244. local qa = {QuaternionFromCFrame(a)}
  245. local qb = {QuaternionFromCFrame(b)}
  246. local ax, ay, az = a.x, a.y, a.z
  247. local bx, by, bz = b.x, b.y, b.z
  248. local _t = 1-t
  249. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  250. end
  251.  
  252. function QuaternionFromCFrame(cf)
  253. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  254. local trace = m00 + m11 + m22
  255. if trace > 0 then
  256. local s = math.sqrt(1 + trace)
  257. local recip = 0.5/s
  258. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  259. else
  260. local i = 0
  261. if m11 > m00 then
  262. i = 1
  263. end
  264. if m22 > (i == 0 and m00 or m11) then
  265. i = 2
  266. end
  267. if i == 0 then
  268. local s = math.sqrt(m00-m11-m22+1)
  269. local recip = 0.5/s
  270. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  271. elseif i == 1 then
  272. local s = math.sqrt(m11-m22-m00+1)
  273. local recip = 0.5/s
  274. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  275. elseif i == 2 then
  276. local s = math.sqrt(m22-m00-m11+1)
  277. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  278. end
  279. end
  280. end
  281.  
  282. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  283. local xs, ys, zs = x + x, y + y, z + z
  284. local wx, wy, wz = w*xs, w*ys, w*zs
  285. local xx = x*xs
  286. local xy = x*ys
  287. local xz = x*zs
  288. local yy = y*ys
  289. local yz = y*zs
  290. local zz = z*zs
  291. 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))
  292. end
  293.  
  294. function QuaternionSlerp(a, b, t)
  295. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  296. local startInterp, finishInterp;
  297. if cosTheta >= 0.0001 then
  298. if (1 - cosTheta) > 0.0001 then
  299. local theta = math.acos(cosTheta)
  300. local invSinTheta = 1/math.sin(theta)
  301. startInterp = math.sin((1-t)*theta)*invSinTheta
  302. finishInterp = math.sin(t*theta)*invSinTheta
  303. else
  304. startInterp = 1-t
  305. finishInterp = t
  306. end
  307. else
  308. if (1+cosTheta) > 0.0001 then
  309. local theta = math.acos(-cosTheta)
  310. local invSinTheta = 1/math.sin(theta)
  311. startInterp = math.sin((t-1)*theta)*invSinTheta
  312. finishInterp = math.sin(t*theta)*invSinTheta
  313. else
  314. startInterp = t-1
  315. finishInterp = t
  316. end
  317. end
  318. 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
  319. end
  320.  
  321. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  322. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  323. end
  324.  
  325. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  326. if hit.Parent==nil then
  327. return
  328. end
  329. local h=hit.Parent:FindFirstChild("Humanoid")
  330. for _,v in pairs(hit.Parent:children()) do
  331. if v:IsA("Humanoid") then
  332. h=v
  333. end
  334. end
  335. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  336. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  337. end
  338. if hit.Parent.className=="Hat" then
  339. hit=hit.Parent.Parent:findFirstChild("Head")
  340. end
  341. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  342. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  343. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  344. return
  345. end]]
  346. -- hs(hit,1.2)
  347. local c=Instance.new("ObjectValue")
  348. c.Name="creator"
  349. c.Value=game:service("Players").LocalPlayer
  350. c.Parent=h
  351. game:GetService("Debris"):AddItem(c,.5)
  352. local Damage=math.random(minim,maxim)
  353. -- h:TakeDamage(Damage)
  354. local blocked=false
  355. local block=hit.Parent:findFirstChild("Block")
  356. if block~=nil then
  357. print(block.className)
  358. if block.className=="NumberValue" then
  359. if block.Value>0 then
  360. blocked=true
  361. if decreaseblock==nil then
  362. block.Value=block.Value-1
  363. end
  364. end
  365. end
  366. if block.className=="IntValue" then
  367. if block.Value>0 then
  368. blocked=true
  369. if decreaseblock~=nil then
  370. block.Value=block.Value-1
  371. end
  372. end
  373. end
  374. end
  375. if blocked==false then
  376. -- h:TakeDamage(Damage)
  377. h.Health=h.Health-Damage
  378. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  379. else
  380. h.Health=h.Health-(Damage/2)
  381. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color)
  382. end
  383. if Type=="Knockdown" then
  384. local hum=hit.Parent.Humanoid
  385. hum.PlatformStand=true
  386. coroutine.resume(coroutine.create(function(HHumanoid)
  387. swait(1)
  388. HHumanoid.PlatformStand=false
  389. end),hum)
  390. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  391. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  392. local bodvol=Instance.new("BodyVelocity")
  393. bodvol.velocity=angle*knockback
  394. bodvol.P=5000
  395. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  396. bodvol.Parent=hit
  397. local rl=Instance.new("BodyAngularVelocity")
  398. rl.P=3000
  399. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  400. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  401. rl.Parent=hit
  402. game:GetService("Debris"):AddItem(bodvol,.5)
  403. game:GetService("Debris"):AddItem(rl,.5)
  404. elseif Type=="Normal" then
  405. local vp=Instance.new("BodyVelocity")
  406. vp.P=500
  407. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  408. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  409. if KnockbackType==1 then
  410. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  411. elseif KnockbackType==2 then
  412. vp.velocity=Property.CFrame.lookVector*knockback
  413. end
  414. if knockback>0 then
  415. vp.Parent=hit.Parent.Torso
  416. end
  417. game:GetService("Debris"):AddItem(vp,.5)
  418. elseif Type=="Up" then
  419. local bodyVelocity=Instance.new("BodyVelocity")
  420. bodyVelocity.velocity=vt(0,60,0)
  421. bodyVelocity.P=5000
  422. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  423. bodyVelocity.Parent=hit
  424. game:GetService("Debris"):AddItem(bodyVelocity,1)
  425. local rl=Instance.new("BodyAngularVelocity")
  426. rl.P=3000
  427. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  428. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  429. rl.Parent=hit
  430. game:GetService("Debris"):AddItem(rl,.5)
  431. elseif Type=="Snare" then
  432. local bp=Instance.new("BodyPosition")
  433. bp.P=2000
  434. bp.D=100
  435. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  436. bp.position=hit.Parent.Torso.Position
  437. bp.Parent=hit.Parent.Torso
  438. game:GetService("Debris"):AddItem(bp,1)
  439. elseif Type=="Target" then
  440. local Targetting = false
  441. if Targetting==false then
  442. ZTarget=hit.Parent.Torso
  443. coroutine.resume(coroutine.create(function(Part)
  444. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  445. swait(5)
  446. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  447. end),ZTarget)
  448. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  449. local targetgui=Instance.new("BillboardGui")
  450. targetgui.Parent=ZTarget
  451. targetgui.Size=UDim2.new(10,100,10,100)
  452. local targ=Instance.new("ImageLabel")
  453. targ.Parent=targetgui
  454. targ.BackgroundTransparency=1
  455. targ.Image="rbxassetid://4834067"
  456. targ.Size=UDim2.new(1,0,1,0)
  457. cam.CameraType="Scriptable"
  458. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  459. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  460. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  461. Targetting=true
  462. RocketTarget=ZTarget
  463. for i=1,Property do
  464. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  465. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  466. swait()
  467. end
  468. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  469. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  470. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  471. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  472. end
  473. Targetting=false
  474. RocketTarget=nil
  475. targetgui.Parent=nil
  476. cam.CameraType="Custom"
  477. end
  478. end
  479. local debounce=Instance.new("BoolValue")
  480. debounce.Name="DebounceHit"
  481. debounce.Parent=hit.Parent
  482. debounce.Value=true
  483. game:GetService("Debris"):AddItem(debounce,Delay)
  484. c=Instance.new("ObjectValue")
  485. c.Name="creator"
  486. c.Value=Player
  487. c.Parent=h
  488. game:GetService("Debris"):AddItem(c,.5)
  489. end
  490. end
  491.  
  492.  
  493. function ShowDamage(Pos, Text, Time, Color)
  494. local Rate = (1 / 30)
  495. local Pos = (Pos or Vector3.new(0, 0, 0))
  496. local Text = (Text or "")
  497. local Time = (Time or 2)
  498. local Color = (Color or Color3.new(1, 0, 0))
  499. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  500. EffectPart.Anchored = true
  501. local BillboardGui = Instance.new("BillboardGui")
  502. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  503. BillboardGui.Adornee = EffectPart
  504. local TextLabel = Instance.new("TextLabel")
  505. TextLabel.BackgroundTransparency = 1
  506. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  507. TextLabel.Text = Text
  508. TextLabel.TextColor3 = Color
  509. TextLabel.TextScaled = true
  510. TextLabel.Font = Enum.Font.ArialBold
  511. TextLabel.Parent = BillboardGui
  512. BillboardGui.Parent = EffectPart
  513. game.Debris:AddItem(EffectPart, (Time + 0.1))
  514. EffectPart.Parent = game:GetService("Workspace")
  515. Delay(0, function()
  516. local Frames = (Time / Rate)
  517. for Frame = 1, Frames do
  518. wait(Rate)
  519. local Percent = (Frame / Frames)
  520. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  521. TextLabel.TextTransparency = Percent
  522. end
  523. if EffectPart and EffectPart.Parent then
  524. EffectPart:Destroy()
  525. end
  526. end)
  527. end
  528.  
  529. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Handle",Vector3.new(0.237522021, 0.237521961, 1.90017581))
  530. HandleWeld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.00356292725, 1.14132118, -0.188839912, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037))
  531. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  532. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000274658203, -2.49396038, 0.23774457, -1.00000358, -0.00025753997, -0.00019489511, 0.000194905093, -3.76809076e-005, -1.00000358, 0.000257531909, -1, 3.77307297e-005))
  533. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  534. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  535. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-7.62939453e-005, -1.06887531, -4.8160553e-005, -1.00000358, -0.000257541367, -0.000255930499, -0.000255940482, 3.76586795e-005, 1.0000037, -0.000257530977, 1, -3.7724225e-005))
  536. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  537. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  538. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000335693359, -0.000241756439, -2.49396706, -1.00000393, -0.000341686624, -0.000225411786, -0.000341677136, 1.00000024, -4.03386584e-005, 0.000225425756, -4.02620026e-005, -1.0000037))
  539. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  540. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  541. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000473022461, 2.96902084, -0.237581491, -1.0000037, -0.000196505294, -0.000255923573, -0.000255919207, -2.3374756e-005, 1.0000037, -0.0001965103, 1, 2.33250576e-005))
  542. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  543. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  544. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000373840332, 0.237349272, 9.14462948, -1.00000358, -0.000255381834, -0.000139096752, 0.000255384628, -1, -2.50091507e-005, -0.00013909064, -2.50440789e-005, 1.00000358))
  545. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  546. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  547. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000480651855, -0.000255346298, -2.96901798, -1.0000037, -0.000298528757, -0.000268572127, -0.000298517407, 1.00000024, -4.03300073e-005, 0.000268584408, -4.02501937e-005, -1.0000037))
  548. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  549. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  550. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000267028809, -2.96899986, 0.237756968, -1.00000358, -0.00025753997, -0.00019489511, 0.000194905093, -3.76809076e-005, -1.00000358, 0.000257531909, -1, 3.77307297e-005))
  551. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  552. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  553. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000129699707, 0.237582207, 2.73147392, -1.00000358, -0.000255381834, -0.000139096752, 0.000255384628, -1, -2.50091507e-005, -0.00013909064, -2.50440789e-005, 1.00000358))
  554. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  555. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  556. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(4.57763672e-005, 2.25646687, 4.83989716e-005, -1.00000358, -0.000257541367, -0.000255930499, -0.000255940482, 3.76586795e-005, 1.0000037, -0.000257530977, 1, -3.7724225e-005))
  557. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  558. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  559. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000160217285, -2.25646687, 8.91685486e-005, -1.00000381, -0.000318574312, -0.000194898428, 0.000194930093, -9.87161911e-005, -1.00000358, 0.000318554608, -1.00000024, 9.87781386e-005))
  560. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  562. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000221252441, 6.07967377e-005, 2.4939661, -1.00000381, -0.000298538391, -0.000182252843, 0.000298542378, -1.00000024, -2.4998335e-005, -0.000182245596, -2.50521498e-005, 1.00000358))
  563. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  564. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.712566018, 0.950087845, 0.237521976))
  565. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0, -0.118883848, 1.7814312, 1.0000037, 0.000212217914, 0.00026858499, -0.000212183018, 1, -0.000126619299, -0.000268612115, 0.000126562343, 1.0000037))
  566. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  567. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000137329102, 1.06887531, -1.40666962e-005, -1.00000381, -0.000318574312, -0.000194898428, 0.000194930093, -9.87161911e-005, -1.00000358, 0.000318554608, -1.00000024, 9.87781386e-005))
  568. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  569. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  570. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000282287598, 0.237331152, 9.61972427, -1.00000358, -0.000255381834, -0.000139096752, 0.000255384628, -1, -2.50091507e-005, -0.00013909064, -2.50440789e-005, 1.00000358))
  571. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  572. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  573. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000122070313, -0.237676382, -2.25645542, -1.00000393, -0.000341695006, -0.00022541458, -0.000341666047, 1.00000024, -0.000126642291, 0.000225458032, -0.000126565312, -1.0000037))
  574. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  575. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  576. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.00032043457, 2.49397469, -0.237598419, -1.00000358, -0.000196505745, -0.000194888184, -0.000194883833, -2.33543979e-005, 1.00000358, -0.000196509354, 1, 2.33166975e-005))
  577. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  578. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  579. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000160217285, 0.237331152, 2.25647068, -1.00000358, -0.000212241648, -0.00018226188, 0.00021224533, -1, -2.50163685e-005, -0.00018225683, -2.50544617e-005, 1.00000358))
  580. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  581. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 5.46300602))
  582. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000671386719, -0.237869501, 6.29435349, 1.0000037, 0.000212216066, 0.000268573756, -0.000212204337, 1, -4.03105623e-005, -0.000268582575, 4.02539263e-005, 1.0000037))
  583. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  584. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(1.52587891e-005, 0.000101566315, -1.30639076, 1.0000037, 0.00025536833, 0.000225418888, -0.000255339051, 1, -0.000126622836, -0.000225451484, 0.000126565326, 1.0000037))
  585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.475043952))
  586. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-1.78143024, -0.475196838, 0.118642569, 0.000352418923, -0.000136582181, -1.0000037, -1.00000381, -0.000212222454, -0.000352389703, -0.0002121734, 1, -0.000136656949))
  587. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.475043952))
  589. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(1.78146553, -0.475036621, 0.356306076, -0.000245111209, 9.34722775e-005, 1.0000037, -1.0000037, -0.000169049774, -0.000245095143, 0.000169025807, -1, 9.35135176e-005))
  590. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  592. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-5.34057617e-005, -0.237425208, -1.06889343, 1.0000037, 0.000255377672, 0.000225418917, 0.000255343592, -1, 0.000147793966, 0.000225456941, -0.000147736369, -1.0000037))
  593. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  595. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.00025177002, -3.44404984, 0.237771511, -1.00000358, -0.00025753997, -0.00019489511, 0.000194905093, -3.76809076e-005, -1.00000358, 0.000257531909, -1, 3.77307297e-005))
  596. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  598. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(1.78147221, -0.237487793, 0.712545872, -0.000245091942, 5.0310864e-005, 1.0000037, -1.0000037, -0.00021220796, -0.000245080999, 0.000212194718, -1, 5.03625597e-005))
  599. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  601. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000511169434, 3.44407082, -0.237567425, -1.0000037, -0.000196505294, -0.000255923573, -0.000255919207, -2.3374756e-005, 1.0000037, -0.0001965103, 1, 2.33250576e-005))
  602. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  604. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(7.62939453e-006, -0.47503686, 1.78143883, -1.0000037, -0.000212228333, -0.000268577482, 0.000212210987, -1, 6.12893928e-005, -0.000268590753, 6.12326694e-005, 1.0000037))
  605. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  606. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000114440918, -9.38215256, 0.237928867, -1.00000358, -0.00025753997, -0.00019489511, 0.000194905093, -3.76809076e-005, -1.00000358, 0.000257531909, -1, 3.77307297e-005))
  607. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  608. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.475044042))
  609. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(5.34057617e-005, -0.237433195, -1.18763828, 1.0000037, 0.00025536833, 0.000225418888, -0.000255339051, 1, -0.000126622836, -0.000225451484, 0.000126565326, 1.0000037))
  610. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  611. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000114440918, -0.71269536, 1.7814045, 1.0000037, 0.000169062929, 0.000311746437, -0.000169022416, 1, -0.000126610641, -0.00031176809, 0.000126558007, 1.0000037))
  612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  613. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(1.78144741, -0.237419128, 0.475049376, -0.000331274932, 5.02683724e-005, 1.0000037, 1.00000381, 0.0002122226, 0.000331264047, -0.000212205035, 1, -5.0338338e-005))
  614. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 1.42513192))
  616. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(2.28881836e-005, -0.237521172, -6.67572021e-006, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037))
  617. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  618. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-1.78144646, -0.237701416, 0.474970222, 0.000352459319, -9.34207492e-005, -1.00000381, -1.0000037, -0.000255377876, -0.000352435105, -0.000255344203, 1, -9.35105927e-005))
  619. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  620. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  621. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(4.57763672e-005, -1.0688467, -4.41074371e-005, 1.00000358, 0.000257545529, 0.000316972379, 0.000316998106, -9.86715895e-005, -1.0000037, -0.000257513515, 1, -9.87530802e-005))
  622. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  623. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.712565839, 0.237521976))
  624. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0, -0.237625122, 1.54391098, 1.0000037, 0.000212217914, 0.00026858499, -0.000212183018, 1, -0.000126619299, -0.000268612115, 0.000126562343, 1.0000037))
  625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  626. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-1.52587891e-005, 1.06886196, 4.9829483e-005, 1.00000358, 0.000257542299, 0.000255937048, -0.000255962746, 9.86938103e-005, 1.0000037, 0.000257516309, -1, 9.87595777e-005))
  627. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  628. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  629. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000114440918, -0.237661123, 2.01896191, 1.0000037, 0.000169062929, 0.000311746437, -0.000169022416, 1, -0.000126610641, -0.00031176809, 0.000126558007, 1.0000037))
  630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  631. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-1.78141499, -0.237548828, 0.712627172, 0.000265971787, -9.34521813e-005, -1.0000037, 1.00000358, 0.000255371677, 0.000265947572, 0.000255346094, -1, 9.35199205e-005))
  632. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  634. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000717163086, 9.38216305, -0.237362385, -1.0000037, -0.000196505294, -0.000255923573, -0.000255919207, -2.3374756e-005, 1.0000037, -0.0001965103, 1, 2.33250576e-005))
  635. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.475043923, 0.237521976))
  637. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(1.52587891e-005, -0.118854046, 1.30638027, 1.0000037, 0.000212217914, 0.00026858499, -0.000212183018, 1, -0.000126619299, -0.000268612115, 0.000126562343, 1.0000037))
  638. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  639. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0, 1.30637836, 0.475101233, 1.0000037, 0.000196507142, 0.000255940366, -0.000255959982, 9.86955565e-005, 1.0000037, 0.00019648092, -1, 9.87457024e-005))
  640. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  641. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.475043952))
  642. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(1.78146648, -0.474914551, 0.118762016, -0.000331274932, 5.02683724e-005, 1.0000037, 1.00000381, 0.0002122226, 0.000331264047, -0.000212205035, 1, -5.0338338e-005))
  643. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.475043952))
  645. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-7.62939453e-006, 0.23740983, 1.42517662, 1.0000037, 0.000212217914, 0.00026858499, -0.000212183018, 1, -0.000126619299, -0.000268612115, 0.000126562343, 1.0000037))
  646. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  647. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000213623047, -0.237773657, -3.20652294, -1.00000381, -0.000298526342, -0.00018225376, -0.000298518426, 1.00000024, -4.03278536e-005, 0.000182266042, -4.02738115e-005, -1.00000358))
  648. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  650. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.00025177002, 2.73149014, -6.27040863e-005, -1.00000358, -0.000257540931, -0.000194888591, -0.000194882858, -2.33542669e-005, 1.00000358, -0.000257544743, 1, 2.33046667e-005))
  651. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  653. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(3.05175781e-005, -0.237580061, 0.831332207, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037))
  654. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  656. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0, 0.237597227, -0.831331253, 1.0000037, 0.000255377672, 0.000225418917, 0.000255343592, -1, 0.000147793966, 0.000225456941, -0.000147736369, -1.0000037))
  657. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.475044042, 0.261274159, 0.237522006))
  659. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.118864059, 0.000343322754, -1.40266609, 0.000232745078, -1, 3.81679929e-005, 1.00000358, 0.0002327533, 0.000194892811, -0.00019490195, 3.8123002e-005, 1.00000358))
  660. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.475043952))
  662. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-1.78142262, -0.47504425, 0.356337547, 0.000265971787, -9.34521813e-005, -1.0000037, 1.00000358, 0.000255371677, 0.000265947572, 0.000255346094, -1, 9.35199205e-005))
  663. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  665. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000122070313, 0.237564325, 3.2065382, -1.00000358, -0.000255381834, -0.000139096752, 0.000255384628, -1, -2.50091507e-005, -0.00013909064, -2.50440789e-005, 1.00000358))
  666. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  668. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000282287598, -2.73148441, 0.000229597092, -1.00000381, -0.000318575214, -0.000194893772, 0.000194905995, -3.7681024e-005, -1.00000358, 0.000318567356, -1.00000024, 3.77427423e-005))
  669. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  671. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(3.05175781e-005, -0.237946749, -9.1446209, -1.00000381, -0.000298526342, -0.00018225376, -0.000298518426, 1.00000024, -4.03278536e-005, 0.000182266042, -4.02738115e-005, -1.00000358))
  672. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  674. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(1.52587891e-005, -0.237601042, 1.06884861, 1.0000037, 0.000212217914, 0.00026858499, -0.000212183018, 1, -0.000126619299, -0.000268612115, 0.000126562343, 1.0000037))
  675. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Hitbox",Vector3.new(0.237522021, 0.237521961, 5.93804932))
  676. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000411987305, -0.00035738945, 6.29435825, 1.0000037, 0.000255372986, 0.000225414231, -0.000255363178, 1, -4.03191989e-005, -0.000225424825, 4.02619953e-005, 1.0000037))
  677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  678. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.00032043457, 4.36306e-005, 2.96901703, -1.0000037, -0.000255382474, -0.000225409574, 0.000255387393, -1, -2.50070079e-005, -0.000225403448, -2.50639805e-005, 1.00000358))
  679. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  681. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.00025177002, 3.20654964, -4.55379486e-005, -1.00000358, -0.000257540931, -0.000194888591, -0.000194882858, -2.33542669e-005, 1.00000358, -0.000257544743, 1, 2.33046667e-005))
  682. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  683. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.475044042, 0.237521961, 0.475043952))
  684. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.11869216, 0, -1.42515659, 0.000232732127, -1, 9.92033893e-005, 1.0000037, 0.000232758335, 0.000255929743, -0.000255953055, 9.91439592e-005, 1.0000037))
  685. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  687. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000228881836, -0.237525463, -2.73149204, -1.00000358, -0.000212210027, -0.000182245145, -0.000212217506, 1, 4.58215218e-005, 0.000182235701, 4.58595241e-005, -1.00000358))
  688. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  690. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000129699707, -0.2374897, 0.831339836, -1.0000037, -0.000298530562, -0.000268579635, -0.000298496045, 1.00000024, -0.000126638784, 0.000268617674, -0.000126558632, -1.0000037))
  691. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  693. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000137329102, 0.237544298, -0.831316948, -1.0000037, -0.000255382445, -0.000225418888, 0.000255367864, -1, 6.1298022e-005, -0.000225434836, 6.12407457e-005, 1.0000037))
  694. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0.19999998807907,"Toothpaste","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  696. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(0.000282287598, -0.00018119812, 9.38218307, -1.00000358, -0.000255381834, -0.000139096752, 0.000255384628, -1, -2.50091507e-005, -0.00013909064, -2.50440789e-005, 1.00000358))
  697. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  698. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  699. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(-0.000267028809, -3.20654964, 0.000241756439, -1.00000381, -0.000318575214, -0.000194893772, 0.000194905995, -3.7681024e-005, -1.00000358, 0.000318567356, -1.00000024, 3.77427423e-005))
  700. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  701. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.237522021, 0.237521961, 0.237521976))
  702. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1.0000037, 0.000212211395, 0.000268580334, -0.000212176499, 1, -0.000126614119, -0.000268607429, 0.000126557148, 1.0000037),CFrame.new(9.91821289e-005, -0.000140190125, 2.01896191, 1.00000358, 0.000255379127, 0.00031174015, -0.000255338964, 1, -0.000126630141, -0.000311772805, 0.000126550585, 1.0000037))
  703.  
  704. HandleSheath=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","HandleSheath",Vector3.new(0.27382499, 0.522756696, 7.71688461))
  705. HandleSheathweld=weld(m,Character["Torso"],HandleSheath,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.655022621, 0.881320953, 0.26348114, 0.000490999897, 0.000594999874, -0.999999762, -0.18843396, 0.982085764, 0.000491819985, 0.982085705, 0.188433647, 0.000594322104))
  706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.248931795, 0.497863561, 0.248931751))
  707. Partweld=weld(m,HandleSheath,Part,CFrame.new(0, 0, 0, 0.000490999897, 0.000594999874, -0.999999762, -0.18843396, 0.982085764, 0.000491819985, 0.982085705, 0.188433647, 0.000594322104),CFrame.new(-3.23623657, 0.0121183395, -0.0123138428, -0.98207438, -0.188493073, -0.000608000206, -0.188493386, 0.98207432, 0.000528000004, 0.000497577072, 0.00063313928, -0.999999762))
  708. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.21657069, 0.261378407, 3.84599495))
  709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(5.47650003, 0.497863561, 0.248931751))
  710. Partweld=weld(m,HandleSheath,Part,CFrame.new(0, 0, 0, 0.000490999897, 0.000594999874, -0.999999762, -0.18843396, 0.982085764, 0.000491819985, 0.982085705, 0.188433647, 0.000594322104),CFrame.new(-0.373420715, 0.0123081207, -0.0122480392, -0.98207438, -0.188493073, -0.000608000206, -0.188493386, 0.98207432, 0.000528000004, 0.000497577072, 0.00063313928, -0.999999762))
  711. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(3.21619892, 0.159316391, 3.84599495))
  712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.27382499, 0.522756696, 0.510310233))
  713. Partweld=weld(m,HandleSheath,Part,CFrame.new(0, 0, 0, 0.000490999897, 0.000594999874, -0.999999762, -0.18843396, 0.982085764, 0.000491819985, 0.982085705, 0.188433647, 0.000594322104),CFrame.new(6.29425049e-005, -0.000170707703, 4.11382294, -0.000462999888, -0.000546999858, 0.999999762, 0.18836692, -0.982098639, -0.000449994026, 0.982098579, 0.188366652, 0.000557748135))
  714. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  715. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.248931795, 0.497863561, 0.248931751))
  716. Partweld=weld(m,HandleSheath,Part,CFrame.new(0, 0, 0, 0.000490999897, 0.000594999874, -0.999999762, -0.18843396, 0.982085764, 0.000491819985, 0.982085705, 0.188433647, 0.000594322104),CFrame.new(2.48940277, 0.0126237869, -0.0125102997, -0.98207438, -0.188493073, -0.000608000206, -0.188493386, 0.98207432, 0.000528000004, 0.000497577072, 0.00063313928, -0.999999762))
  717. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.21657069, 0.261378407, 3.84599495))
  718.  
  719. HandleCannon=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","HandleCannon",Vector3.new(0.380853504, 0.465487719, 0.299818367))
  720. HandleCannonweld=weld(m,Character["Left Arm"],HandleCannon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(-0.0349960327, 0.00903892517, -1.38847697, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005))
  721. mesh("SpecialMesh",HandleCannon,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(1.13240445, 1.10278249, 5.35903311))
  722. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 0.846341252, 0.507804573))
  723. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(0.546882629, 0.41355896, -0.00118350983, 0.865929723, 0.500165999, -4.80155359e-005, 0.50016588, -0.865929902, 2.83071313e-005, -2.74212107e-005, -4.7741989e-005, -0.999999881))
  724. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.846853971, 1, 1))
  725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 0.846341252, 0.423170537))
  726. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(0.57966423, 0.432435989, -0.00188446045, -0.000144000034, 0.499983549, -0.866035163, 0.000182999996, -0.866035104, -0.499982744, -1, -0.000230482023, 3.32121745e-005))
  727. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.846853971, 1, 1))
  728. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 0.846341252, 0.338536382))
  729. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(-0.57763195, 0.431354523, -0.0142745972, 8.40085704e-005, -0.49997887, -0.86603713, 0.000198996524, -0.866037726, 0.499979317, -1, -0.00021434098, 2.67395135e-005))
  730. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.846853971, 1, 1))
  731. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 0.299818367, 0.423170626))
  732. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(1.6304903, -0.621986389, 0.153175354, 0.000259000633, -1.00000024, 5.10206301e-005, -4.29957763e-005, -5.03085794e-005, -0.999999881, 1.00000012, 0.00025899848, -4.30089131e-005))
  733. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.282284617, 0.282284617, 1))
  734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 2.28512096, 0.761707008))
  735. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(-0.528982162, 1.24835825, -0.00759887695, 3.09952957e-005, 2.72388133e-005, 0.999999881, 0.000214000916, -1.00000024, 2.79849282e-005, 1, 0.000214000072, -3.10011965e-005))
  736. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.564569294, 1, 1))
  737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 0.846341252, 0.592438817))
  738. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(-0.494949341, 0.383617401, 0.0411663055, 0.866149008, -0.49978596, -9.87100066e-007, -0.49978587, -0.866149127, 5.12359038e-005, -2.64841146e-005, -4.31224107e-005, -0.999999881))
  739. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.846853971, 1, 1))
  740. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 2.2851212, 0.761707008))
  741. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(0.486633301, 1.24845505, 0.000785827637, 3.09952957e-005, 2.72388133e-005, 0.999999881, 0.000214000916, -1.00000024, 2.79849282e-005, 1, 0.000214000072, -3.10011965e-005))
  742. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.564569294, 1, 1))
  743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0.30000001192093,"Toothpaste","Part",Vector3.new(1.18487751, 0.592438877, 1.20804858))
  744. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(0.000869750977, 1.24849939, 0.0211935043, 1.00000012, 0.000259000721, -3.2994576e-005, 0.00025900203, -1.00000012, 4.09772474e-005, -3.29840368e-005, -4.02628866e-005, -0.999999821))
  745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299818367, 0.299818367, 0.423170626))
  746. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(1.46092153, -0.622012138, 0.15750885, 0.000259000633, -1.00000024, 5.10206301e-005, -4.29957763e-005, -5.03085794e-005, -0.999999881, 1.00000012, 0.00025899848, -4.30089131e-005))
  747. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.282284617, 0.282284617, 1))
  748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.18487751, 0.846341312, 1.20804846))
  749. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(0.000877380371, 1.96789289, 0.0212240219, 1.00000012, 0.000259000721, -3.2994576e-005, 0.00025900203, -1.00000012, 4.09772474e-005, -3.29840368e-005, -4.02628866e-005, -0.999999821))
  750. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.20000000298023,0.5,"Toothpaste","Part",Vector3.new(1.18487751, 0.423170626, 1.0156095))
  751. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(0.0209197998, -0.105600953, -0.0211791992, 1.00000012, 0.000259000721, -3.2994576e-005, 0.00025900203, -1.00000012, 4.09772474e-005, -3.29840368e-005, -4.02628866e-005, -0.999999821))
  752. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  753. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.18487751, 0.846341312, 1.20804846))
  754. Partweld=weld(m,HandleCannon,Part,CFrame.new(0, 0, 0, -0.99999994, 0.000457996561, -9.09982045e-005, 9.10133022e-005, 3.37350612e-005, -0.999999881, -0.000457993418, -1.00000012, -3.30279108e-005),CFrame.new(0.000930786133, 0.529093742, 0.0211801529, 1.00000012, 0.000259000721, -3.2994576e-005, 0.00025900203, -1.00000012, 4.09772474e-005, -3.29840368e-005, -4.02628866e-005, -0.999999821))
  755.  
  756. function MagniDamage(Hit,Part,magni,mindam,maxdam,knock,Type)
  757. for _,c in pairs(workspace:children()) do
  758. local hum=c:findFirstChild("Humanoid")
  759. if hum~=nil then
  760. local head=c:findFirstChild("Torso")
  761. if head~=nil then
  762. local targ=head.Position-Part.Position
  763. local mag=targ.magnitude
  764. if mag<=magni and c.Name~=Player.Name then
  765. Damagefunc(Hit,head,mindam,maxdam,knock,Type,RootPart,.2,1,3)
  766. end
  767. end
  768. end
  769. end
  770. end
  771.  
  772. function magicring(brickcolor,cframe,x1,y1,z1,x3,y3,z3)
  773. local prt=part(3,workspace,"SmoothPlastic",0,0,brickcolor,"Effect",Vector3.new(0.5,0.5,0.5))
  774. prt.Anchored=true
  775. prt.CFrame=cframe
  776. prt.Touched:connect(function(hit) end)
  777. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",Vector3.new(0,0,0),Vector3.new(x1,y1,z1))
  778. local ref = Instance.new("Part",workspace)
  779. ref.Anchored = true
  780. ref.Size = Vector3.new(5,5,5)
  781. ref.CFrame = Torso.CFrame*CFrame.new(-5,0,0)
  782. ref.CanCollide = false
  783. ref.Transparency = 1
  784. MagniDamage(prt,ref,10,5,10,0,"Knockdown")
  785. coroutine.resume(coroutine.create(function(Part,Mesh)
  786. for i=0,1,0.03 do
  787. wait()
  788. Part.CFrame=Part.CFrame
  789. Part.Transparency=i
  790. Mesh.Scale=Mesh.Scale+Vector3.new(x3,y3,z3)
  791. end
  792. Part.Parent=nil
  793. ref.Parent = nil
  794. end),prt,msh)
  795. end
  796.  
  797. function attackone()
  798. attack = true
  799. for i = 0,1,0.1 do
  800. swait()
  801. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  802. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  803. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  804. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  805. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  806. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  807. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  808. end
  809. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(5,10),"Normal",RootPart,.2,1) end)
  810. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  811. for i = 0,1,0.1 do
  812. swait()
  813. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  814. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  815. local h = 5
  816. 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)
  817. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  818. 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)
  819. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  820. scfr = blcf
  821. elseif not scfr then
  822. scfr = blcf
  823. end
  824. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  825. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  826. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-130)),.3)
  827. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-20)),.3)
  828. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  829. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  830. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  831. end
  832. for i = 0,1,0.1 do
  833. swait()
  834. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  835. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  836. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(90), math.rad(50)),.3)
  837. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  838. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  839. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  840. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  841. end
  842. so("http://roblox.com/asset/?id=199146359",Hitbox,1,1)
  843. for i = 0,1,0.1 do
  844. swait()
  845. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  846. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  847. local h = 5
  848. 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)
  849. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  850. 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)
  851. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  852. scfr = blcf
  853. elseif not scfr then
  854. scfr = blcf
  855. end
  856. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  857. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(50)),.3)
  858. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(130)),.3)
  859. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3)
  860. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  861. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  862. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3)
  863. end
  864. attack = false
  865. con:disconnect()
  866. scfr = nil
  867. end
  868.  
  869. function attacktwo()
  870. attack = true
  871. for i = 0,1,0.1 do
  872. swait()
  873. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  874. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  875. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-90)),.3)
  876. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  877. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  878. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  879. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  880. end
  881. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(5,10),"Normal",RootPart,.2,1) end)
  882. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  883. for i = 0,1,0.1 do
  884. swait()
  885. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  886. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  887. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-190), math.rad(-90)),.3)
  888. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  889. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  890. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  891. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)
  892. end
  893. for i = 0,1,0.1 do
  894. swait()
  895. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  896. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  897. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(120), math.rad(90)),.3)
  898. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  899. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  900. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  901. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  902. end
  903. so("http://roblox.com/asset/?id=199150686",Hitbox,1,.9)
  904. for i = 0,1,0.1 do
  905. swait()
  906. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  907. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  908. local h = 5
  909. 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)
  910. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  911. 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)
  912. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  913. scfr = blcf
  914. elseif not scfr then
  915. scfr = blcf
  916. end
  917. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  918. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  919. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-20), math.rad(90)),.3)
  920. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  921. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  922. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  923. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  924. end
  925. for i = 0,1,0.1 do
  926. swait()
  927. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  928. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  929. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(0)),.3)
  930. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3)
  931. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  932. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  933. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  934. end
  935. so("http://roblox.com/asset/?id=199146359",Hitbox,1,.9)
  936. for i = 0,1,0.1 do
  937. swait()
  938. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  939. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  940. local h = 5
  941. 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)
  942. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  943. 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)
  944. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  945. scfr = blcf
  946. elseif not scfr then
  947. scfr = blcf
  948. end
  949. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  950. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-20)),.3)
  951. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)),.3)
  952. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-30)),.3)
  953. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  954. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  955. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  956. end
  957. attack = false
  958. con:disconnect()
  959. scfr = nil
  960. end
  961.  
  962. function Spin()
  963. attack=true
  964. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(5,10),"Normal",RootPart,.2,1) end)
  965. for i=0,1,0.1 do
  966. swait()
  967. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  968. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  969. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(50), math.rad(120)),.3)
  970. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-50)),.3)
  971. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  972. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  973. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  974. end
  975. Humanoid.Jump = true
  976. for i=0,1,1 do
  977. so("http://roblox.com/asset/?id=234365573",Torso,1,1)
  978. swait()
  979. for i=0,1,0.1 do
  980. swait()
  981. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  982. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  983. local h = 5
  984. 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)
  985. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  986. 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)
  987. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  988. scfr = blcf
  989. elseif not scfr then
  990. scfr = blcf
  991. end
  992. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,2)*euler(0,-1.2,6*i),.3)
  993. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3)
  994. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(80)),.3)
  995. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-70)),.3)
  996. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(60),math.rad(-10)),.3)
  997. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(10)),.3)
  998. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3)
  999. end
  1000. end
  1001. attack=false
  1002. con:disconnect()
  1003. scfr = nil
  1004. end
  1005.  
  1006. function StunTarget()
  1007. attack = true
  1008. for i = 0,1,0.05 do
  1009. swait()
  1010. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
  1011. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  1012. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3)
  1013. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-90)),.3)
  1014. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3)
  1015. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3)
  1016. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1017. end
  1018. so("http://roblox.com/asset/?id=228343249",Torso,1,1)
  1019. for i = 1,2 do
  1020. magicring(BrickColor.new("Navy blue"),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  1021. magicring(BrickColor.new("Navy blue"),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05)
  1022. end
  1023. attack = false
  1024. end
  1025.  
  1026. mouse.Button1Down:connect(function()
  1027. if attack == false and attacktype == 1 then
  1028. attacktype = 2
  1029. attackone()
  1030. elseif attack == false and attacktype == 2 then
  1031. attacktype = 1
  1032. attacktwo()
  1033. end
  1034. end)
  1035.  
  1036. mouse.KeyDown:connect(function(k)
  1037. k=k:lower()
  1038. if attack == false and k == 'q' then
  1039. Spin()
  1040. elseif attack == false and k == 'e' then
  1041. StunTarget()
  1042. end
  1043. end)
  1044.  
  1045.  
  1046. local sine = 0
  1047. local change = 1
  1048. local val = 0
  1049.  
  1050. while true do
  1051. swait()
  1052. sine = sine + change
  1053. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1054. local velderp=RootPart.Velocity.y
  1055. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1056. if equipped==true or equipped==false then
  1057. if attack==false then
  1058. idle=idle+1
  1059. else
  1060. idle=0
  1061. end
  1062. if idle>=500 then
  1063. if attack==false then
  1064. --Sheath()
  1065. end
  1066. end
  1067. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1068. if attack==false then
  1069. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1070. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  1071. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(20)),.2)
  1072. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-20)),.2)
  1073. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  1074. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-20)),.2)
  1075. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  1076. end
  1077. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1078. Anim="Fall"
  1079. if attack==false then
  1080. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  1081. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(20),math.rad(0),math.rad(0)),.2)
  1082. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(40)),.2)
  1083. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)),.2)
  1084. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2)
  1085. LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  1086. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2)
  1087. end
  1088. elseif torvel<1 and hitfloor~=nil then
  1089. Anim="Idle"
  1090. if attack==false then
  1091. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-40)),.2)
  1092. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(40)),.2)
  1093. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(10)),.2)
  1094. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)),.2)
  1095. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.2)
  1096. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.2)
  1097. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  1098. end
  1099. elseif torvel>2 and hitfloor~=nil then
  1100. Anim="Walk"
  1101. if attack==false then
  1102. change=3
  1103. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.2)
  1104. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.2)
  1105. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(10)),.2)
  1106. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-15)),.2)
  1107. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(10)),.2)
  1108. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2)
  1109. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.2)
  1110. end
  1111. end
  1112. end
  1113. if #Effects>0 then
  1114. for e=1,#Effects do
  1115. if Effects[e]~=nil then
  1116. local Thing=Effects[e]
  1117. if Thing~=nil then
  1118. local Part=Thing[1]
  1119. local Mode=Thing[2]
  1120. local Delay=Thing[3]
  1121. local IncX=Thing[4]
  1122. local IncY=Thing[5]
  1123. local IncZ=Thing[6]
  1124. if Thing[1].Transparency<=1 then
  1125. if Thing[2]=="Block1" then
  1126. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1127. Mesh=Thing[1].Mesh
  1128. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1129. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1130. elseif Thing[2]=="Cylinder" then
  1131. Mesh=Thing[1].Mesh
  1132. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1133. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1134. elseif Thing[2]=="Blood" then
  1135. Mesh=Thing[7]
  1136. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  1137. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  1138. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1139. elseif Thing[2]=="Elec" then
  1140. Mesh=Thing[1].Mesh
  1141. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  1142. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1143. elseif Thing[2]=="Disappear" then
  1144. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1145. end
  1146. else
  1147. Part.Parent=nil
  1148. table.remove(Effects,e)
  1149. end
  1150. end
  1151. end
  1152. end
  1153. end
  1154. end
Add Comment
Please, Sign In to add comment