Advertisement
SaltySanic

Untitled

Feb 23rd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 176.95 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. Character.Head.face.Texture = "rbxassetid://0"
  7. Head=Character.Head
  8. Humanoid=Character.Humanoid
  9. m=Instance.new('Model',Character)
  10. LeftArm=Character["Left Arm"]
  11. LeftLeg=Character["Left Leg"]
  12. RightArm=Character["Right Arm"]
  13. RightLeg=Character["Right Leg"]
  14. LS=Torso["Left Shoulder"]
  15. LH=Torso["Left Hip"]
  16. RS=Torso["Right Shoulder"]
  17. RH=Torso["Right Hip"]
  18. Face = Head.face
  19. Neck=Torso.Neck
  20. it=Instance.new
  21. attacktype=1
  22. vt=Vector3.new
  23. cf=CFrame.new
  24. euler=CFrame.fromEulerAnglesXYZ
  25. angles=CFrame.Angles
  26. cloaked=false
  27. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  29. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  30. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  31. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  33. RootPart=Character.HumanoidRootPart
  34. RootJoint=RootPart.RootJoint
  35. RootCF=euler(-1.57,0,3.14)
  36. attack = false
  37. attackdebounce = false
  38. deb=false
  39. equipped=true
  40. hand=false
  41. MMouse=nil
  42. combo=0
  43. mana=0
  44. trispeed=.2
  45. attackmode='none'
  46. local idle=0
  47. local Anim="Idle"
  48. local Effects={}
  49. local gun=false
  50. local shoot=false
  51. player=nil
  52. mana=0
  53. char = Character
  54. for i,v in ipairs(Character:children'') do
  55. if v:IsA("Hat") then
  56. v:Remove()
  57. end
  58. if v.ClassName == 'Hat' then
  59. v:Remove()
  60. end
  61. if v.ClassName == 'Accessory' then
  62. v:Remove()
  63. end
  64. if v:IsA'Accessory' then
  65. v:Remove()
  66. end
  67. end
  68. for i,v in pairs(char:children'') do
  69. if v:IsA'Shirt' then
  70. v:Remove()
  71. end
  72. if v:IsA'Pants' then
  73. v:Remove()
  74. end
  75. char:WaitForChild'Body Colors'
  76. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  77. char["Body Colors"].TorsoColor = BrickColor.new("Really black")
  78. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  79. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  80. char["Body Colors"].LeftLegColor = BrickColor.new("Really black")
  81. char["Body Colors"].RightLegColor = BrickColor.new("Really black")
  82. Hat = Instance.new("Model")
  83. Hat.Parent = Character
  84. Hat.Name = "Hat"
  85. rh = Instance.new("Part")
  86. rh.Parent = Hat
  87. rh.BrickColor = BrickColor.new("Really black")
  88. rh.Locked = true
  89. rh.CanCollide = false
  90. mesh = Instance.new("SpecialMesh")
  91. rh.formFactor = "Symmetric"
  92. mesh.MeshType = "FileMesh"
  93. mesh.MeshId = "rbxassetid://167549828"
  94. mesh.Parent = rh
  95. local weld = Instance.new("Weld")
  96. weld.Parent = rh
  97. weld.Part0 = rh
  98. weld.Part1 =Character.Head
  99. weld.C0 = CFrame.new(0, -0.35, 0)*CFrame.Angles(0, 0, 0)
  100. mesh.Scale = Vector3.new(1.0,1.0, 1.0)
  101. Hat1 = Instance.new("Model")
  102. Hat1.Parent = Character
  103. Hat1.Name = "Hat"
  104. rh1 = Instance.new("Part")
  105. rh1.Parent = Hat1
  106. rh1.BrickColor = BrickColor.new("Really black")
  107. rh1.Locked = true
  108. rh1.CanCollide = false
  109. mesh1 = Instance.new("SpecialMesh")
  110. rh1.formFactor = "Symmetric"
  111. mesh1.MeshType = "FileMesh"
  112. mesh1.MeshId = "rbxassetid://167549828"
  113. mesh1.Parent = rh1
  114. local weld1 = Instance.new("Weld")
  115. weld1.Parent = rh1
  116. weld1.Part0 = rh1
  117. weld1.Part1 =Character.Head
  118. weld1.C0 = CFrame.new(0, -0.3, 0)*CFrame.Angles(0, 0, 0)
  119. mesh1.Scale = Vector3.new(1.0,1.0, 1.0)
  120. local CurrentMode = "Unsheathed"
  121. mouse=Player:GetMouse()
  122. --save shoulders
  123. RSH, LSH=nil, nil
  124. --welds
  125. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  126. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  127. LH=Torso["Left Hip"]
  128. RH=Torso["Right Hip"]
  129. TorsoColor=Torso.BrickColor
  130. function NoOutline(Part)
  131. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  132. end
  133. player=Player
  134. ch=Character
  135. RSH=ch.Torso["Right Shoulder"]
  136. LSH=ch.Torso["Left Shoulder"]
  137. --
  138. RSH.Parent=nil
  139. LSH.Parent=nil
  140. --
  141. RW.Name="Right Shoulder"
  142. RW.Part0=ch.Torso
  143. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  144. RW.C1=cf(0, 0.5, 0)
  145. RW.Part1=ch["Right Arm"]
  146. RW.Parent=ch.Torso
  147. --
  148. LW.Name="Left Shoulder"
  149. LW.Part0=ch.Torso
  150. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  151. LW.C1=cf(0, 0.5, 0)
  152. LW.Part1=ch["Left Arm"]
  153. LW.Parent=ch.Torso
  154.  
  155. local function weldBetween(a, b)
  156. local weldd = Instance.new("ManualWeld")
  157. weldd.Part0 = a
  158. weldd.Part1 = b
  159. weldd.C0 = CFrame.new()
  160. weldd.C1 = b.CFrame:inverse() * a.CFrame
  161. weldd.Parent = a
  162. return weldd
  163. end
  164.  
  165. function nooutline(part)
  166. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  167. end
  168.  
  169. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  170. local fp=it("Part")
  171. fp.formFactor=formfactor
  172. fp.Parent=parent
  173. fp.Reflectance=reflectance
  174. fp.Transparency=transparency
  175. fp.CanCollide=false
  176. fp.Locked=true
  177. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  178. fp.Name=name
  179. fp.Size=size
  180. fp.Position=Character.Torso.Position
  181. nooutline(fp)
  182. fp.Material=material
  183. fp:BreakJoints()
  184. return fp
  185. end
  186.  
  187. function swait(num)
  188. if num==0 or num==nil then
  189. game:service'RunService'.Heartbeat:wait(0)
  190. else
  191. for i=0,num do
  192. game:service'RunService'.Heartbeat:wait(0)
  193. end
  194. end
  195. end
  196.  
  197. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  198. local mesh=it(Mesh)
  199. mesh.Parent=part
  200. if Mesh=="SpecialMesh" then
  201. mesh.MeshType=meshtype
  202. mesh.MeshId=meshid
  203. end
  204. mesh.Offset=offset
  205. mesh.Scale=scale
  206. return mesh
  207. end
  208.  
  209. function weld(parent,part0,part1,c0,c1)
  210. local weld=it("Weld")
  211. weld.Parent=parent
  212. weld.Part0=part0
  213. weld.Part1=part1
  214. weld.C0=c0
  215. weld.C1=c1
  216. return weld
  217. end
  218.  
  219.  
  220. local function CFrameFromTopBack(at, top, back)
  221. local right = top:Cross(back)
  222. return CFrame.new(at.x, at.y, at.z,
  223. right.x, top.x, back.x,
  224. right.y, top.y, back.y,
  225. right.z, top.z, back.z)
  226. end
  227.  
  228. function Triangle(a, b, c)
  229. local edg1 = (c-a):Dot((b-a).unit)
  230. local edg2 = (a-b):Dot((c-b).unit)
  231. local edg3 = (b-c):Dot((a-c).unit)
  232. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  233. a, b, c = a, b, c
  234. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  235. a, b, c = b, c, a
  236. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  237. a, b, c = c, a, b
  238. else
  239. assert(false, "unreachable")
  240. end
  241.  
  242. local len1 = (c-a):Dot((b-a).unit)
  243. local len2 = (b-a).magnitude - len1
  244. local width = (a + (b-a).unit*len1 - c).magnitude
  245.  
  246. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  247.  
  248. local list = {}
  249.  
  250. if len1 > 0.01 then
  251. local w1 = Instance.new('WedgePart', m)
  252. game:GetService("Debris"):AddItem(w1,5)
  253. w1.Material = "SmoothPlastic"
  254. w1.FormFactor = 'Custom'
  255. w1.BrickColor = BrickColor.new("White")
  256. w1.Transparency = 0
  257. w1.Reflectance = 0
  258. w1.Material = "Neon"
  259. w1.CanCollide = false
  260. NoOutline(w1)
  261. local sz = Vector3.new(0.2, width, len1)
  262. w1.Size = sz
  263. local sp = Instance.new("SpecialMesh",w1)
  264. sp.MeshType = "Wedge"
  265. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  266. w1:BreakJoints()
  267. w1.Anchored = true
  268. w1.Parent = workspace
  269. w1.Transparency = 0.3
  270. table.insert(Effects,{w1,"Disappear",.03})
  271. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  272. table.insert(list,w1)
  273. end
  274. if len2 > 0.01 then
  275. local w2 = Instance.new('WedgePart', m)
  276. game:GetService("Debris"):AddItem(w2,5)
  277. w2.Material = "SmoothPlastic"
  278. w2.FormFactor = 'Custom'
  279. w2.BrickColor = BrickColor.new("White")
  280. w2.Transparency = 0
  281. w2.Reflectance = 0
  282. w2.Material = "Neon"
  283. w2.CanCollide = false
  284. NoOutline(w2)
  285. local sz = Vector3.new(0.2, width, len2)
  286. w2.Size = sz
  287. local sp = Instance.new("SpecialMesh",w2)
  288. sp.MeshType = "Wedge"
  289. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  290. w2:BreakJoints()
  291. w2.Anchored = true
  292. w2.Parent = workspace
  293. w2.Transparency = 0.3
  294. table.insert(Effects,{w2,"Disappear",.03})
  295. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  296. table.insert(list,w2)
  297. end
  298. return unpack(list)
  299. end
  300.  
  301.  
  302. so = function(id,par,vol,pit)
  303. coroutine.resume(coroutine.create(function()
  304. local sou = Instance.new("Sound",par or workspace)
  305. sou.Volume=vol
  306. sou.Pitch=pit or 1
  307. sou.SoundId=id
  308. swait()
  309. sou:play()
  310. game:GetService("Debris"):AddItem(sou,6)
  311. end))
  312. end
  313.  
  314. function clerp(a,b,t)
  315. local qa = {QuaternionFromCFrame(a)}
  316. local qb = {QuaternionFromCFrame(b)}
  317. local ax, ay, az = a.x, a.y, a.z
  318. local bx, by, bz = b.x, b.y, b.z
  319. local _t = 1-t
  320. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  321. end
  322.  
  323. function QuaternionFromCFrame(cf)
  324. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  325. local trace = m00 + m11 + m22
  326. if trace > 0 then
  327. local s = math.sqrt(1 + trace)
  328. local recip = 0.5/s
  329. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  330. else
  331. local i = 0
  332. if m11 > m00 then
  333. i = 1
  334. end
  335. if m22 > (i == 0 and m00 or m11) then
  336. i = 2
  337. end
  338. if i == 0 then
  339. local s = math.sqrt(m00-m11-m22+1)
  340. local recip = 0.5/s
  341. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  342. elseif i == 1 then
  343. local s = math.sqrt(m11-m22-m00+1)
  344. local recip = 0.5/s
  345. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  346. elseif i == 2 then
  347. local s = math.sqrt(m22-m00-m11+1)
  348. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  349. end
  350. end
  351. end
  352.  
  353. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  354. local xs, ys, zs = x + x, y + y, z + z
  355. local wx, wy, wz = w*xs, w*ys, w*zs
  356. local xx = x*xs
  357. local xy = x*ys
  358. local xz = x*zs
  359. local yy = y*ys
  360. local yz = y*zs
  361. local zz = z*zs
  362. 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))
  363. end
  364.  
  365. function QuaternionSlerp(a, b, t)
  366. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  367. local startInterp, finishInterp;
  368. if cosTheta >= 0.0001 then
  369. if (1 - cosTheta) > 0.0001 then
  370. local theta = math.acos(cosTheta)
  371. local invSinTheta = 1/math.sin(theta)
  372. startInterp = math.sin((1-t)*theta)*invSinTheta
  373. finishInterp = math.sin(t*theta)*invSinTheta
  374. else
  375. startInterp = 1-t
  376. finishInterp = t
  377. end
  378. else
  379. if (1+cosTheta) > 0.0001 then
  380. local theta = math.acos(-cosTheta)
  381. local invSinTheta = 1/math.sin(theta)
  382. startInterp = math.sin((t-1)*theta)*invSinTheta
  383. finishInterp = math.sin(t*theta)*invSinTheta
  384. else
  385. startInterp = t-1
  386. finishInterp = t
  387. end
  388. end
  389. 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
  390. end
  391.  
  392. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  393. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  394. end
  395.  
  396. Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  397. if hit.Parent==nil then
  398. return
  399. end
  400. local h=hit.Parent:FindFirstChild("Humanoid")
  401. for _,v in pairs(hit.Parent:children()) do
  402. if v:IsA("Humanoid") then
  403. h=v
  404. end
  405. end
  406. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  407. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  408. end
  409. if hit.Parent.className=="Hat" then
  410. hit=hit.Parent.Parent:findFirstChild("Head")
  411. end
  412. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  413. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  414. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  415. return
  416. end]]
  417. -- hs(hit,1.2)
  418. local c=Instance.new("ObjectValue")
  419. c.Name="creator"
  420. c.Value=game:service("Players").LocalPlayer
  421. c.Parent=h
  422. game:GetService("Debris"):AddItem(c,.5)
  423. local Damage=math.random(minim,maxim)
  424. -- h:TakeDamage(Damage)
  425. local blocked=false
  426. local block=hit.Parent:findFirstChild("Block")
  427. if block~=nil then
  428. print(block.className)
  429. if block.className=="NumberValue" then
  430. if block.Value>0 then
  431. blocked=true
  432. if decreaseblock==nil then
  433. block.Value=block.Value-1
  434. end
  435. end
  436. end
  437. if block.className=="IntValue" then
  438. if block.Value>0 then
  439. blocked=true
  440. if decreaseblock~=nil then
  441. block.Value=block.Value-1
  442. end
  443. end
  444. end
  445. end
  446. if blocked==false then
  447. -- h:TakeDamage(Damage)
  448. h.Health=h.Health-Damage
  449. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  450. else
  451. h.Health=h.Health-(Damage/2)
  452. 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)
  453. end
  454. if Type=="Knockdown" then
  455. local hum=hit.Parent.Humanoid
  456. hum.PlatformStand=true
  457. coroutine.resume(coroutine.create(function(HHumanoid)
  458. swait(1)
  459. HHumanoid.PlatformStand=false
  460. end),hum)
  461. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  462. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  463. local bodvol=Instance.new("BodyVelocity")
  464. bodvol.velocity=angle*knockback
  465. bodvol.P=5000
  466. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  467. bodvol.Parent=hit
  468. local rl=Instance.new("BodyAngularVelocity")
  469. rl.P=3000
  470. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  471. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  472. rl.Parent=hit
  473. game:GetService("Debris"):AddItem(bodvol,.5)
  474. game:GetService("Debris"):AddItem(rl,.5)
  475. elseif Type=="Normal" then
  476. local vp=Instance.new("BodyVelocity")
  477. vp.P=500
  478. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  479. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  480. if KnockbackType==1 then
  481. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  482. elseif KnockbackType==2 then
  483. vp.velocity=Property.CFrame.lookVector*knockback
  484. end
  485. if knockback>0 then
  486. vp.Parent=hit.Parent.Torso
  487. end
  488. game:GetService("Debris"):AddItem(vp,.5)
  489. elseif Type=="Up" then
  490. local bodyVelocity=Instance.new("BodyVelocity")
  491. bodyVelocity.velocity=vt(0,60,0)
  492. bodyVelocity.P=5000
  493. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  494. bodyVelocity.Parent=hit
  495. game:GetService("Debris"):AddItem(bodyVelocity,1)
  496. local rl=Instance.new("BodyAngularVelocity")
  497. rl.P=3000
  498. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  499. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  500. rl.Parent=hit
  501. game:GetService("Debris"):AddItem(rl,.5)
  502. elseif Type=="Snare" then
  503. local bp=Instance.new("BodyPosition")
  504. bp.P=2000
  505. bp.D=100
  506. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  507. bp.position=hit.Parent.Torso.Position
  508. bp.Parent=hit.Parent.Torso
  509. game:GetService("Debris"):AddItem(bp,1)
  510. elseif Type=="Target" then
  511. local Targetting = false
  512. if Targetting==false then
  513. ZTarget=hit.Parent.Torso
  514. coroutine.resume(coroutine.create(function(Part)
  515. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  516. swait(5)
  517. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  518. end),ZTarget)
  519. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  520. local targetgui=Instance.new("BillboardGui")
  521. targetgui.Parent=ZTarget
  522. targetgui.Size=UDim2.new(10,100,10,100)
  523. local targ=Instance.new("ImageLabel")
  524. targ.Parent=targetgui
  525. targ.BackgroundTransparency=1
  526. targ.Image="rbxassetid://4834067"
  527. targ.Size=UDim2.new(1,0,1,0)
  528. cam.CameraType="Scriptable"
  529. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  530. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  531. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  532. Targetting=true
  533. RocketTarget=ZTarget
  534. for i=1,Property do
  535. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  536. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  537. swait()
  538. end
  539. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  540. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  541. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  542. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  543. end
  544. Targetting=false
  545. RocketTarget=nil
  546. targetgui.Parent=nil
  547. cam.CameraType="Custom"
  548. end
  549. end
  550. local debounce=Instance.new("BoolValue")
  551. debounce.Name="DebounceHit"
  552. debounce.Parent=hit.Parent
  553. debounce.Value=true
  554. game:GetService("Debris"):AddItem(debounce,Delay)
  555. c=Instance.new("ObjectValue")
  556. c.Name="creator"
  557. c.Value=Player
  558. c.Parent=h
  559. game:GetService("Debris"):AddItem(c,.5)
  560. end
  561. end
  562.  
  563.  
  564. function ShowDamage(Pos, Text, Time, Color)
  565. local Rate = (1 / 30)
  566. local Pos = (Pos or Vector3.new(0, 0, 0))
  567. local Text = (Text or "")
  568. local Time = (Time or 2)
  569. local Color = (Color or Color3.new(1, 0, 0))
  570. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  571. EffectPart.Anchored = true
  572. local BillboardGui = Instance.new("BillboardGui")
  573. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  574. BillboardGui.Adornee = EffectPart
  575. local TextLabel = Instance.new("TextLabel")
  576. TextLabel.BackgroundTransparency = 1
  577. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  578. TextLabel.Text = Text
  579. TextLabel.TextColor3 = Color
  580. TextLabel.TextScaled = true
  581. TextLabel.Font = Enum.Font.ArialBold
  582. TextLabel.Parent = BillboardGui
  583. BillboardGui.Parent = EffectPart
  584. game.Debris:AddItem(EffectPart, (Time + 0.1))
  585. EffectPart.Parent = game:GetService("Workspace")
  586. Delay(0, function()
  587. local Frames = (Time / Rate)
  588. for Frame = 1, Frames do
  589. wait(Rate)
  590. local Percent = (Frame / Frames)
  591. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  592. TextLabel.TextTransparency = Percent
  593. end
  594. if EffectPart and EffectPart.Parent then
  595. EffectPart:Destroy()
  596. end
  597. end)
  598. end
  599.  
  600. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","HandleHoodie",Vector3.new(0.310000032, 0.200000003, 0.300000042))
  601. 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.97002399, -0.112449646, -0.0639343262, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  602. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000453, 1))
  603. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Mid gray","Hitbox",Vector3.new(0.75, 6.57999992, 0.200000003))
  604. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.0166996717, -4.50009918, -0.00540161133, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  605. mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(0.0500000045, 1, 0.450000018))
  606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  607. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.49980164, -0.40812397, -0.00491333008, -0.00187699974, -0.167490989, -0.985871851, 0.0110449996, 0.985809922, -0.167501494, 0.999937236, -0.0112033542, -4.27065089e-007))
  608. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  610. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.0747818947, -1.37517548, -0.00484466553, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  611. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.200000003, 1.09050035, 0.330000013))
  613. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-5.96046448e-006, -2.19963837, -0.00484466553, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  614. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.950000048, 1, 1))
  615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.390000015, 1.5600003, 0.200000003))
  616. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-4.88758087e-005, -1.89990234, 0.00514221191, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  617. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.550000012))
  618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.330000013))
  619. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-5.78761101e-005, -0.804878235, -0.00492095947, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  620. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0500000045, 0.800000072, 1))
  621. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  622. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.271591187, -1.29917908, -0.00495147705, -0.0108060027, -0.964178264, -0.265035063, 0.00296599395, 0.265018493, -0.964238763, 0.999937236, -0.0112056592, -4.04378807e-006))
  623. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  624. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  625. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.695175171, -1.43777466, -0.00491333008, -0.00966699515, -0.862497568, -0.50596875, 0.00567400036, 0.50593698, -0.862551808, 0.999937236, -0.0112091517, 2.92123309e-006))
  626. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.250000089, 0.102501623, 1))
  627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  628. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.338888168, 1.12273407, -0.00486755371, 0.0105040008, 0.937348127, 0.348236024, -0.00390800135, -0.34821412, 0.937406957, 0.999937236, -0.0112074288, 5.51621315e-006))
  629. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  631. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.170578, -0.297786713, -0.00492095947, -0.00187699974, -0.167490989, -0.985871851, 0.0110449996, 0.985809922, -0.167501494, 0.999937236, -0.0112033542, -4.27065089e-007))
  632. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  634. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.46807861, -0.316619873, -0.00495147705, -0.00295399921, -0.263803929, 0.964571774, -0.0108070029, -0.964511275, -0.263820499, 0.999937236, -0.0112034548, -1.76409844e-006))
  635. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.650000095, 0.102501623, 1))
  636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  637. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.624176025, -1.47100067, -0.00497436523, -0.0105540035, -0.941333354, 0.337313116, -0.00377799966, -0.337291986, -0.941392481, 0.999937236, -0.0112098297, 3.42376143e-006))
  638. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.250000089, 0.102501623, 1))
  639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  640. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.30181885, 0.605491638, -0.00490570068, 0.00564600015, 0.504061997, -0.863649011, 0.00968299713, 0.86359477, 0.504093647, 0.999937236, -0.0112088239, -4.97478322e-006))
  641. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000072, 0.102501623, 1))
  642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  643. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.46491241, -0.482786179, -0.00492858887, -0.00389000098, -0.346705079, 0.937966228, -0.0105110034, -0.937907279, -0.346726865, 0.999937236, -0.0112077333, 4.24194832e-006))
  644. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000072, 0.102501623, 1))
  645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  646. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.45322418, -0.0240330696, -0.00489807129, -0.000451999833, -0.0406189859, 0.999174654, -0.0111929988, -0.999111891, -0.0406215005, 0.999937356, -0.0112021221, -3.04984246e-006))
  647. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.33099997))
  649. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.0749446154, -1.37520599, -0.00492095947, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  650. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  651. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  652. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.48498535, 0.115077972, -0.00492858887, 0.00200100034, 0.178939015, -0.983858109, 0.0110300034, 0.983796358, 0.178950205, 0.999937236, -0.0112100393, -5.12103907e-006))
  653. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000072, 0.102501623, 1))
  654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  655. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.626190186, -1.140625, -0.00494384766, -0.0091329962, -0.815072715, -0.579286814, 0.00649200473, 0.579250395, -0.815123856, 0.999937236, -0.0112052551, 1.16453998e-006))
  656. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.390000045, 0.210000321, 0.330000013))
  658. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-4.7981739e-005, -1.54994965, -0.00490570068, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  660. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.07263184, -0.692550659, -0.00494384766, -0.00553899957, -0.493982941, -0.869453907, 0.00974900275, 0.86939925, -0.494014025, 0.999937236, -0.0112126535, 2.38510097e-007))
  661. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  663. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.266874313, -1.31082916, 0.00490570068, 0.0108429994, 0.967194855, -0.253803968, -0.00284600025, -0.253787994, -0.967255652, -0.999937236, 0.0112102805, 8.13836039e-007))
  664. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  666. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.634695053, -1.47774506, 0.00492858887, 0.0105040008, 0.937348127, 0.348236024, 0.00390800135, 0.34821412, -0.937406957, -0.999937236, 0.0112074288, -5.51621315e-006))
  667. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.250000089, 0.102501623, 1))
  668. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  669. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.46351624, -0.0169992447, 0.00492858887, 0.000327999849, 0.0289949868, 0.999579549, 0.0112029975, 0.999516785, -0.028996842, -0.999937236, 0.0112077976, 3.01058731e-006))
  670. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  671. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  672. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.49613953, 0.109327316, 0.00490570068, -0.00187699974, -0.167490989, -0.985871851, -0.0110449996, -0.985809922, 0.167501494, -0.999937236, 0.0112033542, 4.27065089e-007))
  673. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000072, 0.102501623, 1))
  674. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  675. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.31421661, 0.603988647, 0.00489044189, -0.00553899957, -0.493982941, -0.869453907, -0.00974900275, -0.86939925, 0.494014025, -0.999937236, 0.0112126535, -2.38510097e-007))
  676. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000072, 0.102501623, 1))
  677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  678. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.07759094, -0.704029083, 0.00489807129, 0.00564600015, 0.504061997, -0.863649011, -0.00968299713, -0.86359477, -0.504093647, -0.999937236, 0.0112088239, 4.97478322e-006))
  679. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  681. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.20773315, 0.238894463, -0.00493621826, 0.00187699974, 0.167490989, 0.985871851, -0.0110449996, -0.985809922, 0.167501494, 0.999937236, -0.0112033542, -4.27065089e-007))
  682. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000072, 0.102501623, 1))
  683. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  684. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.47679138, -0.479194641, 0.0048828125, 0.00376700051, 0.335774034, 0.941935122, 0.0105509991, 0.941875935, -0.335795164, -0.999937236, 0.0112032965, 5.29573617e-006))
  685. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000072, 0.102501623, 1))
  686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  687. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.50836945, -0.41729641, 0.00489807129, 0.00200000033, 0.178939015, -0.983858109, -0.0110290041, -0.983796358, -0.178950191, -0.999937236, 0.011208876, 5.92614379e-006))
  688. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  690. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.17913818, -0.30697155, 0.00497436523, 0.00200000033, 0.178939015, -0.983858109, -0.0110290041, -0.983796358, -0.178950191, -0.999937236, 0.011208876, 5.92614379e-006))
  691. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  693. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.693664551, -1.45023346, 0.00494384766, 0.00973600149, 0.868322194, -0.495905131, -0.00555100059, -0.495874017, -0.868376732, -0.999937236, 0.0112072863, -7.77313653e-006))
  694. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.250000089, 0.102501623, 1))
  695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  696. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.47976685, -0.311849594, 0.00495910645, 0.00283199991, 0.252568007, 0.967575014, 0.0108430041, 0.967514277, -0.252583891, -0.999937236, 0.0112067368, 1.40442944e-006))
  697. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.650000095, 0.102501623, 1))
  698. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  699. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.625782013, -1.15318298, 0.0048828125, 0.00921000168, 0.821751177, -0.569772124, -0.00638900371, -0.569736302, -0.821802735, -0.999937236, 0.0112090809, 2.89875129e-006))
  700. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000066, 0.102501623, 1))
  701. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  702. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.335258484, 1.13473511, 0.00492858887, -0.0105530024, -0.941335261, 0.337308079, 0.00377899874, 0.33728689, 0.941394389, -0.999937236, 0.0112092234, -2.08482766e-006))
  703. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000095, 0.102501623, 1))
  704. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark taupe","Part",Vector3.new(0.200000003, 0.200000003, 0.331))
  705. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.21631622, 0.247975349, 0.00493621826, -0.00200100034, -0.178939015, 0.983858109, 0.0110300034, 0.983796358, 0.178950205, -0.999937236, 0.0112100393, 5.12103907e-006))
  706. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000072, 0.102501623, 1))
  707. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(3.93000007, 0.200000003, 0.200000003))
  708. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(4.64488983, 0.00505065918, -0.144644618, -6.60000078e-005, -0.00581800053, 0.999983132, 0.999937356, -0.0112010082, 8.28419559e-007, 0.0112008126, 0.999920368, 0.00581837492))
  709. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.550000012, 0.5))
  710. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 3.93000031, 0.200000003))
  711. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-5.1856041e-006, -4.64490509, 0.00463867188, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  712. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.949999988, 1, 0.349999994))
  713. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 3.76000023, 0.200000003))
  714. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-5.96046448e-005, -4.77989197, 0.0046005249, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  715. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0500000045, 1, 0.450000018))
  716. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(3.93000007, 0.200000003, 0.200000003))
  717. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(4.6448822, 0.00508117676, 0.144792438, -6.60000078e-005, -0.00581800053, 0.999983132, 0.999937356, -0.0112010082, 8.28419559e-007, 0.0112008126, 0.999920368, 0.00581837492))
  718. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.550000012, 0.5))
  719. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.430000037, 0.490000337, 0.330000013))
  720. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-3.40938568e-005, -1.1999054, -0.00494384766, -0.0112070041, -0.999920368, -0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, 0.999937236, -0.0112072034, 1.81473285e-006))
  721. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Dark stone grey","Part",Vector3.new(0.320000023, 0.36500001, 0.320000023))
  722. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.0049854517, -1.20753479, -3.05175781e-005, -0.0112070041, -0.999920368, -0.00581600191, -6.69957008e-005, -0.00581561634, 0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  723. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=1033714",Vector3.new(0, 0, 0),Vector3.new(0.159500003, 0.5, 0.159500003))
  724. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 0.594999969))
  725. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00507354736, 0.0474830866, -6.31235504, -0.999937356, 0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  726. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.475000054, 1))
  727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 0.594999969))
  728. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00509643555, 0.0473840833, -6.3123703, 0.999937356, -0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  729. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.475000054, 1))
  730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 1.26499999))
  731. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.005027771, -0.0972285271, 7.24234772, 0.999937356, -0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  732. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.975000024, 1))
  733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 0.545000017))
  734. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00507354736, -0.284388721, 1.66242218, -0.999937356, 0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  735. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.899999976, 1))
  736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 0.545000017))
  737. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.0051651001, -0.284405589, 1.66241455, 0.999937356, -0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  738. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.899999976, 1))
  739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 0.265000015))
  740. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00510406494, -0.28442055, -1.25741577, 0.999937356, -0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  741. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.899999976, 1))
  742. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  743. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00492095947, -0.144849539, 1.71743774, -0.999937356, 0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  744. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.49999994, 0.624999821))
  745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 1.26499999))
  746. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00508117676, -0.0974233747, 7.24232483, -0.999937356, 0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  747. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.975000024, 1))
  748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.200000003, 0.200000003, 0.265000015))
  749. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00505828857, -0.28437078, -1.25744629, -0.999937356, 0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  750. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.899999976, 1))
  751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.329999983, 0.200000003, 0.435000002))
  752. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00485992432, -0.0473880172, 2.96239471, 0.999937356, -0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  753. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.474999994, 1))
  754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.329999983, 0.200000003, 0.435000002))
  755. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00489044189, -0.0475103259, 2.96240997, -0.999937356, 0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  756. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.474999994, 1))
  757. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  758. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00492858887, -0.0448739529, -0.817398071, -0.999937356, 0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  759. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.399999946, 0.674999893))
  760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  761. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00495910645, -0.159652472, -0.922431946, -0.999937356, 0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  762. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.549999952, 0.324999839))
  763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  764. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00489807129, -0.20469892, 1.48241425, -0.999937356, 0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  765. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.0999999717, 0.374999821))
  766. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  767. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00490570068, -0.204542756, 1.48241425, 0.999937356, -0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  768. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.0999999717, 0.374999821))
  769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  770. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00490570068, -0.144648492, 1.71740723, 0.999937356, -0.0112010036, 0, 0.0112008126, 0.999920368, 0.00581600191, -6.51450609e-005, -0.0058156373, 0.999983132))
  771. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.49999997, 0.624999821))
  772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  773. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00495910645, -0.0450550318, -0.817436218, 0.999937356, -0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  774. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.399999946, 0.674999893))
  775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.330000013, 0.200000003, 0.200000003))
  776. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00494384766, -0.1597929, -0.922409058, 0.999937356, -0.0112010036, 0, -0.0112008126, -0.999920368, -0.00581600191, 6.51450609e-005, 0.0058156373, -0.999983132))
  777. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.549999952, 0.324999839))
  778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.33100003, 0.200000003))
  779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-3.55243683e-005, -0.00493621826, 2.16444397, -0.0112070041, -0.999920368, -0.00581600191, 0.999937236, -0.0112071931, -1.10498133e-009, -6.51799492e-005, -0.00581563683, 0.999983132))
  780. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.25, 1, 0.200000018))
  781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.33100003, 0.200000003))
  782. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.00497984886, -0.00492095947, 2.69940948, -0.0112070041, -0.999920368, -0.00581600191, 0.999937236, -0.0112071931, -1.10498133e-009, -6.51799492e-005, -0.00581563683, 0.999983132))
  783. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000018, 1, 0.25))
  784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.33100003, 0.200000003))
  785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.0648363233, -0.00489807129, 1.73441315, -0.0112070041, -0.999920368, -0.00581600191, 0.999937236, -0.0112071931, -1.10498133e-009, -6.51799492e-005, -0.00581563683, 0.999983132))
  786. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000009, 1, 0.100000009))
  787. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.33100006, 0.200000003))
  788. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-4.13060188e-005, -0.00489044189, 1.37493896, -0.0112070041, -0.999920368, -0.00581600191, 0.999937236, -0.0112071931, -1.10498133e-009, -6.51799492e-005, -0.00581563683, 0.999983132))
  789. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.25, 1, 0.200000018))
  790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.33100003, 0.200000003))
  791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.1920929e-005, -0.00492095947, 0.964866638, -0.0112070041, -0.999920368, -0.00581600191, 0.999937236, -0.0112071931, -1.10498133e-009, -6.51799492e-005, -0.00581563683, 0.999983132))
  792. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.25, 1, 0.200000018))
  793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.270000041, 0.330000013, 0.270000041))
  794. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-6.42538071e-005, -0.00492858887, 0.959884644, -0.0112070041, -0.999920368, -0.00581600191, 0.999937236, -0.0112071931, -1.10498133e-009, -6.51799492e-005, -0.00581563683, 0.999983132))
  795. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.33100003, 0.200000003))
  797. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.0649956465, -0.00493621826, 1.73440552, -0.0112070041, -0.999920368, -0.00581600191, 0.999937236, -0.0112071931, -1.10498133e-009, -6.51799492e-005, -0.00581563683, 0.999983132))
  798. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000009, 1, 0.100000009))
  799. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.340000004, 0.200000003, 0.340000063))
  800. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.788146973, -1.25549316, 4.57763672e-005, -0.0029529992, -0.263803929, 0.964571774, -0.0108090024, -0.964511275, -0.263820499, 0.999937236, -0.0112051209, -3.25649921e-006))
  801. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.400000036, 1))
  802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.290000051, 0.200000003, 0.280000061))
  803. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(3.44514847e-005, -0.124908447, -8.39233398e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  804. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.35000053, 1))
  805. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.290000051, 0.200000003, 0.280000061))
  806. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(2.02655792e-006, 0.125030518, -8.39233398e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  807. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.35000053, 1))
  808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.340000004, 0.200000003, 0.320000023))
  809. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-0.00495165586, 0.960098267, -3.05175781e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  810. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.600000381, 1))
  811. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.320000023, 0.370000035, 0.340000063))
  812. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.537696838, -1.25259781, 5.34057617e-005, -0.00564600015, -0.504061997, 0.863649011, -0.00968299713, -0.86359477, -0.504093647, 0.999937236, -0.0112088239, -4.97478322e-006))
  813. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.340000004, 0.200000003, 0.340000063))
  815. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.904251099, -1.25561905, 7.62939453e-005, -0.0029529992, -0.263803929, 0.964571774, -0.0108090024, -0.964511275, -0.263820499, 0.999937236, -0.0112051209, -3.25649921e-006))
  816. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.400000036, 1))
  817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.320000023, 0.949999928, 0.320000052))
  818. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.96988678, -5.96046448e-006, 8.39233398e-005, -6.60000078e-005, -0.00581800053, 0.999983132, -0.0112070041, -0.999920368, -0.00581837492, 0.999937236, -0.0112071978, 7.92397316e-007))
  819. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.340000004, 0.200000003, 0.340000033))
  821. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.969909668, -0.513656318, 0, -6.60000078e-005, -0.00581800053, 0.999983132, -0.0112070041, -0.999920368, -0.00581837492, 0.999937236, -0.0112071978, 7.92397316e-007))
  822. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.399999231, 1))
  823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.290000051, 0.200000003, 0.280000061))
  824. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.2755394e-005, -0.624900818, -3.81469727e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  825. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.35000053, 1))
  826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.310000032, 0.240000114, 0.300000042))
  827. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-1.66893005e-006, 0.780014038, -3.81469727e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  828. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  829. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.290000051, 0.200000003, 0.280000061))
  830. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(2.95639038e-005, 0.625053406, -6.10351563e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  831. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.35000053, 1))
  832. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.310000032, 0.200000003, 0.300000042))
  833. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(4.91142273e-005, -0.499900818, -6.10351563e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  834. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000453, 1))
  835. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.290000051, 0.200000003, 0.280000061))
  836. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.53183937e-005, 0.375061035, -3.81469727e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  837. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.35000053, 1))
  838. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.290000051, 0.200000003, 0.280000061))
  839. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(3.46302986e-005, -0.374931335, -9.91821289e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  840. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.35000053, 1))
  841. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.310000032, 0.200000003, 0.300000042))
  842. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(-2.49147415e-005, 0.250038147, -9.15527344e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  843. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000453, 1))
  844. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.310000032, 0.26000008, 0.300000042))
  845. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(1.85966492e-005, -0.789901733, -6.86645508e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  846. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  847. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.340000004, 0.200000003, 0.340000033))
  848. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.96987915, 0.513498425, 4.57763672e-005, -6.60000078e-005, -0.00581800053, 0.999983132, -0.0112070041, -0.999920368, -0.00581837492, 0.999937236, -0.0112071978, 7.92397316e-007))
  849. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.399999231, 1))
  850. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.320000023, 0.5, 0.340000063))
  851. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.795562744, -0.985153198, 1.52587891e-005, -0.0029529992, -0.263803929, 0.964571774, -0.0108090024, -0.964511275, -0.263820499, 0.999937236, -0.0112051209, -3.25649921e-006))
  852. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  853. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.310000032, 0.200000003, 0.300000042))
  854. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(7.39097595e-006, -0.249954224, 2.28881836e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  855. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000453, 1))
  856. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.310000032, 0.200000003, 0.300000042))
  857. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(7.56978989e-005, 0.500045776, -6.86645508e-005, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006))
  858. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000453, 1))
  859. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.320000023, 0.370000035, 0.340000063))
  860. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.537612915, -1.25212479, -2.28881836e-005, 0.00553899957, 0.493982941, 0.869453907, 0.00974900275, 0.86939925, -0.494014025, -0.999937236, 0.0112126535, -2.38510097e-007))
  861. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  862. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.340000004, 0.200000003, 0.340000063))
  863. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.90397644, -1.25537109, -5.34057617e-005, 0.00283199991, 0.252568007, 0.967575014, 0.0108430041, 0.967514277, -0.252583891, -0.999937236, 0.0112067368, 1.40442944e-006))
  864. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.400000036, 1))
  865. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.340000004, 0.200000003, 0.340000063))
  866. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.787818909, -1.25536346, -6.86645508e-005, 0.00283199991, 0.252568007, 0.967575014, 0.0108430041, 0.967514277, -0.252583891, -0.999937236, 0.0112067368, 1.40442944e-006))
  867. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.400000036, 1))
  868. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.320000023, 0.5, 0.340000063))
  869. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 0.0112070041, 0.999920368, 0.00581600191, 6.69957008e-005, 0.00581561634, -0.999983132, -0.999937236, 0.0112072034, -1.81473285e-006),CFrame.new(0.795379639, -0.984666824, -7.62939453e-005, 0.00283199991, 0.252568007, 0.967575014, 0.0108430041, 0.967514277, -0.252583891, -0.999937236, 0.0112067368, 1.40442944e-006))
  870. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  871.  
  872. HandleArm=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","HandleArm",Vector3.new(1.04999995, 0.400000006, 1.04999995))
  873. HandleArmweld=weld(m,Character["Right Arm"],HandleArm,CFrame.new(0, 0, 0, 0, 0, -1, 0, 0.999993801, 0, 1, 0, 0),CFrame.new(-0.0193786621, 0.988277435, -0.0015411377, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  874. mesh("SpecialMesh",HandleArm,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  875. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","Hitbox",Vector3.new(1.04999995, 0.480000019, 1.04999995))
  876. Hitboxweld=weld(m,HandleArm,Hitbox,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.00234222412, 0.740032196, 0.00495147705, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  877. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  878. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.150016785, 0.270523071, -0.425022125, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  879. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 0.850000024, 0.850000024))
  880. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.07000005, 0.400000006, 1.07000005))
  881. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-1.52587891e-005, -0.800033569, 7.62939453e-006, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  882. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  883. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.04999995, 0.449999988, 1.04999995))
  884. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(7.62939453e-006, -0.42502594, 3.81469727e-006, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  885. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  886. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.04999995, 0.850000024, 0.600000024))
  887. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(7.62939453e-006, -0.425014496, -0.225013733, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  888. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  889. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  890. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.435020447, 0.270511627, -0.424991608, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  891. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 0.850000024, 0.850000024))
  892. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  893. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.149978638, 0.270496368, -0.425022125, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  894. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 0.850000024, 0.850000024))
  895. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  896. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.439987183, 0.270507813, -0.425048828, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  897. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 0.850000024, 0.850000024))
  898. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  899. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.517841339, -0.199775696, 3.81469727e-005, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  900. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?ID=9756362",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.300000012, 0.200000003))
  901. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  902. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.5, -0.799793243, -0.300029755, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  903. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  904. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  905. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.499992371, -0.799812317, -0.300060272, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  906. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  907. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  908. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.500045776, -0.799800873, 2.67028809e-005, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  909. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  910. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  911. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.499992371, -0.799823761, 0.300041199, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  912. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  913. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  914. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.499984741, -0.799808502, -1.90734863e-005, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  915. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  916. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  917. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(7.62939453e-006, -0.199756622, -0.500049591, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  918. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.600000024))
  919. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  920. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.5, -0.799850464, 0.299995422, -1, 0.000116995056, 0.000173001972, 0.000116479503, 1.00000489, -0.00299002789, -0.000173352149, -0.00299000763, -1.00000489))
  921. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  922. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  923. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.500068665, -0.799812317, 0.300010681, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  924. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  925. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  926. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.500019073, -0.799770355, 0.30002594, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  927. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  928. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  929. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.500061035, -0.799808502, -0.299942017, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  930. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  931. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  932. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.499977112, -0.799823761, -0.299972534, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  933. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  934. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  935. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(0.500053406, -0.799842834, -7.62939453e-006, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  936. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  937. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.300000012, 0.300000012, 0.300000012))
  938. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.500034332, -0.799797058, 2.28881836e-005, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005))
  939. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.699999988, 0.699999988))
  940. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.04999995, 0.200000003, 1.04999995))
  941. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(2.67028809e-005, -0.250026703, 7.62939453e-006, -0.000171573163, -0.00294177281, -1.00000501, -0.000121731515, -1.00000501, 0.00294179446, -1, 0.000122233527, 0.000171213178))
  942. mesh("SpecialMesh",Part,Enum.MeshType.Torso,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.5, 1))
  943. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 1.04999995))
  944. Partweld=weld(m,HandleArm,Part,CFrame.new(0, 0, 0, -9.19426748e-005, -0.00299816253, -1.00000489, 0.00014506001, 1.00000489, -0.0029981758, 1, -0.000145333048, -9.15054843e-005),CFrame.new(-0.424980164, 0.200485229, 0, -0.000171573134, -0.00294178538, -1.00000501, 0.000121701836, 1.00000501, -0.0029418068, 1, -0.000122203841, -0.000171213236))
  945. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  946.  
  947. HandleHoodie=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","HandleHoodie",Vector3.new(0.800999999, 1.39999998, 0.201000005))
  948. HandleHoodieweld=weld(m,Character["Torso"],HandleHoodie,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00750732422, 0.279974461, 0.401000977, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  949. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.601000011, 2, 1.00999999))
  950. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.699958801, -0.300000429, -0.400093079, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  951. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.601000011, 2, 1.00999999))
  952. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.700019836, -0.299941063, -0.399993896, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  953. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.800999999, 2, 0.201000005))
  954. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-8.39233398e-005, -0.299940348, -0.800018311, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  955. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.600000024, 0.800000012))
  956. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.270521164, -1.09639359, 0.510871887, 0.553595603, 0.826745868, -0.10011597, -0.182960913, 0.238023147, 0.953871548, 0.812439263, -0.509741485, 0.283030361))
  957. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.399999976, 1.00999999))
  958. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.498023987, 0.795139313, -0.86643219, 0.96592927, 0.258806258, -5.6550416e-005, 0.164087191, -0.612583697, -0.773186624, -0.200140134, 0.746833742, -0.634178698))
  959. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.399999976, 1.00999999))
  960. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.498008728, 0.795150757, -0.86643219, 0.965937078, -0.258777231, 0.000100893376, -0.164033279, -0.612588584, -0.773194134, 0.200146809, 0.746839643, -0.634169579))
  961. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.600000024, 0.800000012))
  962. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.357299805, -1.5111618, 0.0340995789, 0.553601563, -0.665902972, 0.500098169, 0.182908967, 0.683077991, 0.707071066, -0.812446833, -0.299962848, 0.499952525))
  963. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(2.00099993, 0.300000012, 1.00999999))
  964. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(1.52587891e-005, 0.600009441, -0.399986267, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  965. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.99000001))
  966. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Light blue","Part",Vector3.new(0.400000006, 0.200000003, 0.601999998))
  967. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.398994446, -0.0108947754, -0.732954025, 1, 5.82439752e-005, 8.27250478e-005, 8.2729166e-005, -7.11692337e-005, -1, -5.82381072e-005, 1, -7.04315171e-005))
  968. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.150000006, 1.04999995, 1))
  969. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.399999976, 1.00999999))
  970. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.498031616, -1.47087097, -0.399986267, 0.965941608, -0.258760303, 9.9245568e-005, 0.258760303, 0.965941608, -5.15231586e-005, -8.253329e-005, 7.6191689e-005, 1))
  971. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.600000024, 0.800000012))
  972. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.357570648, -1.51124954, 0.0344924927, 0.553604424, 0.665919662, -0.500072718, -0.182961851, 0.683072448, 0.707062781, 0.812432885, -0.29993853, 0.499989629))
  973. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.399999976, 1.00999999))
  974. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.498542786, -1.47100449, -0.399971008, 0.9659338, 0.258789301, -5.48517273e-005, -0.258789301, 0.965933859, -6.33935779e-005, 3.65775559e-005, 7.6171571e-005, 1))
  975. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Fossil","Part",Vector3.new(0.400999784, 0.700000048, 0.200000003))
  976. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(7.62939453e-006, 0.26002121, 0.0050201416, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  977. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1.60000002))
  978. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.800000012, 0.400000036, 0.800000012))
  979. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.00187683105, -0.325012207, 1.03645325, -1, -1.5030394e-005, -2.29256439e-005, -8.58415297e-006, 0.965920687, -0.25883767, 2.60348024e-005, -0.258838326, -0.965920925))
  980. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.800000012, 0.400000036, 0.600000024))
  981. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.00188446045, 0.464420319, 1.50968552, -1, -1.50005926e-005, -2.29405487e-005, 5.61492561e-006, 0.707092345, -0.707120836, 2.68283256e-005, -0.707121253, -0.707092762))
  982. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.400000006, 0.200000003, 0.202000007))
  983. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.400993347, -0.0109100342, -0.999987364, 1, 5.82439752e-005, 8.27250478e-005, 8.2729166e-005, -7.11692337e-005, -1, -5.82381072e-005, 1, -7.04315171e-005))
  984. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.600000024))
  985. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200999975, 0.600000024, 0.601000011))
  986. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-7.62939453e-006, -0.999970913, -0.0999908447, 8.28435441e-005, -6.97089054e-005, -1, -5.74407677e-005, 1, -6.89711524e-005, 1, 5.74465157e-005, 8.2839586e-005))
  987. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  988. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.400000006, 0.200000003, 0.202000007))
  989. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.399002075, -0.0109024048, -0.999991894, 1, 5.82439752e-005, 8.27250478e-005, 8.2729166e-005, -7.11692337e-005, -1, -5.82381072e-005, 1, -7.04315171e-005))
  990. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.600000024))
  991. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Light blue","Part",Vector3.new(0.400000006, 0.200000003, 0.801999986))
  992. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.400985718, -0.0108795166, -0.632958889, 1, 5.82439752e-005, 8.27250478e-005, 8.2729166e-005, -7.11692337e-005, -1, -5.82381072e-005, 1, -7.04315171e-005))
  993. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.150000006, 1.04999995, 1))
  994. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.600000024, 0.600000024))
  995. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.498504639, -1.5112381, 0.228591919, 0.9659338, 0.258789182, -5.45537077e-005, -0.18296428, 0.683065951, 0.707068503, 0.183018938, -0.682970822, 0.707145214))
  996. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.600000024, 0.600000024))
  997. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-0.498046875, -1.51114655, 0.228500366, 0.965941608, -0.258760184, 9.89500695e-005, 0.182911232, 0.683071315, 0.707076907, -0.183030948, -0.682976425, 0.70713675))
  998. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Fossil","Part",Vector3.new(0.400000006, 1.60000002, 0.202000007))
  999. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.00100708008, -0.0999929905, -1.52587891e-005, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  1000. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1, 1))
  1001. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.400000006, 0.600000024, 0.800000012))
  1002. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(0.270786285, -1.09629059, 0.510475159, 0.55361563, -0.826729298, 0.100141421, 0.182910204, 0.238028854, 0.953879774, -0.812436819, -0.509765625, 0.282993376))
  1003. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200999975, 0.600000024, 0.601000011))
  1004. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(-1.52587891e-005, -0.999972343, -0.100013733, -8.27392359e-005, 7.12586625e-005, 1, -5.78878098e-005, 1, -7.05209022e-005, -1, -5.78936742e-005, -8.27351469e-005))
  1005. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1006. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.60099983, 0.700000048, 0.200000003))
  1007. Partweld=weld(m,HandleHoodie,Part,CFrame.new(0, 0, 0, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1),CFrame.new(7.62939453e-006, 0.26002121, 0.0050201416, 1, 5.82735956e-005, 8.2680097e-005, -5.82672583e-005, 1, -7.62090931e-005, -8.26845426e-005, 7.69467879e-005, 1))
  1008. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1.5))
  1009.  
  1010. HandleLeg1=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","HandleGlove2",Vector3.new(1, 2, 1))
  1011. HandleLeg1weld=weld(m,Character["Left Leg"],HandleLeg1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.000116348267, 0.0199642777, -0.00973415375, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1012. mesh("BlockMesh",HandleLeg1,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1013. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1, 1.60000014, 1))
  1014. Partweld=weld(m,HandleLeg1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.200037062, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1015. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.02499998, 1, 1.02499998))
  1016. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1, 0.200000003, 1))
  1017. Partweld=weld(m,HandleLeg1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.500080049, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1018. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.03499997, 0.5, 1.03499997))
  1019. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1, 0.200000003, 1))
  1020. Partweld=weld(m,HandleLeg1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.300009072, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1021. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.03499997, 0.5, 1.03499997))
  1022. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Grime","Part",Vector3.new(0.200000003, 0.800000012, 1))
  1023. Partweld=weld(m,HandleLeg1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.600021362, -0.400018156, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1024. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.03499997, 1, 1))
  1025. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.00000012, 0.400000006, 1))
  1026. Partweld=weld(m,HandleLeg1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.799949765, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1027. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.02499998, 1.04999995, 1.02499998))
  1028.  
  1029. HandleLeg2=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","HandleGlove2",Vector3.new(1, 2, 1))
  1030. HandleLeg2weld=weld(m,Character["Right Leg"],HandleLeg2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.000116348267, 0.0199642777, -0.00973415375, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1031. mesh("BlockMesh",HandleLeg2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1032. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1, 1.60000014, 1))
  1033. Partweld=weld(m,HandleLeg2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.200037062, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1034. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.02499998, 1, 1.02499998))
  1035. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1, 0.200000003, 1))
  1036. Partweld=weld(m,HandleLeg2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.500080049, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1037. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.03499997, 0.5, 1.03499997))
  1038. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 2))
  1039. Partweld=weld(m,HandleLeg2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.190002441, -0.600006104, -0.0999948382, 1.49011612e-008, 1.86855686e-008, -0.999999404, 0.999999762, 4.52335946e-011, 2.98023224e-008, 4.52255733e-011, -0.999999702, -1.86855669e-008))
  1040. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=20719463",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
  1041. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1, 0.200000003, 1))
  1042. Partweld=weld(m,HandleLeg2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.300009072, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1043. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.03499997, 0.5, 1.03499997))
  1044. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.00000012, 0.400000006, 1))
  1045. Partweld=weld(m,HandleLeg2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.799949765, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1046. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.02499998, 1.04999995, 1.02499998))
  1047.  
  1048. HandleGlove2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","HandleGlove2",Vector3.new(1, 0.200000003, 1))
  1049. HandleGlove2weld=weld(m,Character["Right Arm"],HandleGlove2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.000104904175, 0.719071865, -0.00973415375, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1050. mesh("BlockMesh",HandleGlove2,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.00999999, 1.04999995))
  1051. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.800000012, 0.200000003, 0.800000012))
  1052. Partweld=weld(m,HandleGlove2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.100002289, 0.20014596, -0.100006104, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1053. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.00999999, 1.04999995))
  1054. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1055. Partweld=weld(m,HandleGlove2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.200016022, 0.20014596, 0.399993896, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1056. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.00999999, 1.04999995))
  1057. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Light orange","Part",Vector3.new(1, 2, 1))
  1058. Partweld=weld(m,HandleGlove2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.700212955, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1059. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1060. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1, 1.4000001, 1))
  1061. Partweld=weld(m,HandleGlove2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.00029683, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1062. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.04999995, 1.04999995))
  1063. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1, 0.200000003, 1))
  1064. Partweld=weld(m,HandleGlove2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.400226831, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1065. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.07500005, 1.17499995, 1.07500005))
  1066.  
  1067. HandleGlove1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","HandleGlove2",Vector3.new(1, 0.200000003, 1))
  1068. HandleGlove1weld=weld(m,Character["Left Arm"],HandleGlove1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(-0.000131607056, 0.719071865, 0.00973415375, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1069. mesh("BlockMesh",HandleGlove1,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.00999999, 1.04999995))
  1070. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1, 0.200000003, 1))
  1071. Partweld=weld(m,HandleGlove1,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),CFrame.new(0, -0.400226831, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1072. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.07500005, 1.17499995, 1.07500005))
  1073. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.800000012, 0.200000003, 0.800000012))
  1074. Partweld=weld(m,HandleGlove1,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),CFrame.new(-0.100006104, 0.20014596, 0.100006104, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1075. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.00999999, 1.04999995))
  1076. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.600000024, 0.200000003, 0.200000003))
  1077. Partweld=weld(m,HandleGlove1,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),CFrame.new(-0.200012207, 0.20014596, -0.399993896, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1078. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.00999999, 1.04999995))
  1079. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1, 1.4000001, 1))
  1080. Partweld=weld(m,HandleGlove1,Part,CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),CFrame.new(0, -1.00029683, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  1081. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.04999995, 1.04999995))
  1082.  
  1083. HandleSheathe=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Dark stone grey","HandleSheathe",Vector3.new(0.355113864, 0.458988994, 5.29751778))
  1084. HandleSheatheweld=weld(m,Character["Torso"],HandleSheathe,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999998927, 0, 0, 0, 1),CFrame.new(-0.434928894, 0.0603027344, -0.12845993, -0.00960100349, 0.00576700177, 0.999937356, -0.854420841, 0.519460857, -0.0111997295, -0.519492865, -0.854474843, -5.98986517e-005))
  1085. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.385113865, 0.222962931, 0.222962931))
  1086. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(0.015127182, -0.438583374, -2.7062149, 0.00958700199, -0.00579600129, -0.999937236, -0.854421198, 0.519460142, -0.0112028327, 0.519492507, 0.854474962, 2.78390507e-005))
  1087. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.428872705, 0.514649093))
  1088. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.325113863, 0.222962931, 0.222962931))
  1089. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(0.0149669647, -0.303909302, 2.97821808, -0.00960100349, 0.00576700177, 0.999937356, -0.854420841, 0.519460857, -0.0111997295, -0.519492865, -0.854474843, -5.98986517e-005))
  1090. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.781195462, 0.89628309))
  1091. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.370000005, 0.222962931, 0.222962931))
  1092. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(-0.00747871399, -0.453826904, -2.70616531, -0.00960100349, 0.00576700177, 0.999937356, 0.854420841, -0.519460857, 0.0111997295, 0.519492865, 0.854474843, 5.98986517e-005))
  1093. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.428872705, 0.514649093))
  1094. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.375113845, 0.222962931, 0.222962931))
  1095. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(0.0100440979, -0.453842163, 2.82097244, 0.00960100349, -0.00576700177, -0.999937356, 0.854420841, -0.519460857, 0.0111997295, -0.519492865, -0.854474843, -5.98986517e-005))
  1096. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.428872705, 0.514649093))
  1097. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.355113864, 0.222962931, 1.60646737))
  1098. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(-4.00543213e-005, -0.124313354, 3.4520607, 0.00960100349, -0.00576700177, -0.999937356, -0.854420841, 0.519460857, -0.0111997295, 0.519492865, 0.854474843, 5.98986517e-005))
  1099. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.94352001, 1))
  1100. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.324875206, 0.222962931, 0.554613769))
  1101. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(-0.0147743225, -0.304618835, -2.37171936, 0.00959500205, -0.0057840012, -0.999937236, -0.854421198, 0.519460142, -0.0112034352, 0.519492388, 0.854475141, 4.22480443e-005))
  1102. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.771970809, 1))
  1103. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.355113894, 0.24861905, 1.60646737))
  1104. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(3.6239624e-005, -0.105186462, 3.45211792, -0.00960100349, 0.00576700177, 0.999937356, 0.854420841, -0.519460857, 0.0111997295, 0.519492865, 0.854474843, 5.98986517e-005))
  1105. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.375113845, 0.222962931, 0.222962931))
  1106. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(-0.0100326538, -2.97826004, 0.312530518, -0.00960100349, 0.00576700177, 0.999937356, 0.519492865, 0.854474843, 5.98985025e-005, -0.8544209, 0.519460857, -0.0111997314))
  1107. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.896402597, 0.846648455))
  1108. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.375113875, 0.222962931, 0.222962931))
  1109. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(-0.0101318359, -0.43862915, 2.820961, -0.00958600361, 0.00579500198, 0.999937356, -0.854420841, 0.519460857, -0.011201459, -0.519493163, -0.854474664, -2.81830635e-005))
  1110. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.428872705, 0.514649093))
  1111. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.325113863, 0.222962931, 0.535489142))
  1112. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(0.0149383545, -0.310386658, -2.38103485, -0.00959400367, 0.00578300189, 0.999937356, 0.854420841, -0.519460857, 0.0112020615, 0.519493043, 0.854474723, 4.25915787e-005))
  1113. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.857745409, 1))
  1114. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.375113845, 0.79677403, 0.229495347))
  1115. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(-0.0100383759, 0.00759887695, 2.76353455, -0.00960100349, 0.00576700177, 0.999937356, -0.854420841, 0.519460857, -0.0111997295, -0.519492865, -0.854474843, -5.98986517e-005))
  1116. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Pine Cone","Part",Vector3.new(0.200000003, 2.82868099, 0.877077281))
  1117. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(-0.0813369751, -0.0992736816, 0.58121109, 0.865089893, -0.501616955, 0, 0.501616955, 0.865089893, 0, 0, 0, 1))
  1118. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Pine Cone","Part",Vector3.new(0.5, 0.828999996, 0.620000005))
  1119. Partweld=weld(m,HandleSheathe,Part,CFrame.new(0, 0, 0, -0.00960100349, 0.00576698966, 0.999937356, -0.854420841, 0.519459784, -0.0111997295, -0.519492865, -0.854473054, -5.98986517e-005),CFrame.new(0.0516910553, -0.603843689, 0.0957794189, -0.00974400342, 0.00550700165, 0.999937356, 0.496315986, 0.868142009, 5.52486781e-005, -0.868087292, 0.496285409, -0.0111923916))
  1120.  
  1121. HandlePet2=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","HandlePet2",Vector3.new(0.720000029, 0.300000012, 0.209999993))
  1122. HandlePet2weld=weld(m,Character["Head"],HandlePet2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999992132, 0, 0, 0, 1),CFrame.new(1.13534546, -5.77979279, -2.20617676, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764))
  1123. mesh("SpecialMesh",HandlePet2,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1124. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0.30000001192093,0.5,"Really black","Part",Vector3.new(2.20000005, 0.800000012, 1.20000017))
  1125. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.929176331, -0.2304039, -0.495742798, -8.49999706e-005, -0.328891873, -0.944367647, 1.2999998e-005, -0.944367647, 0.328891903, -1, 1.56790211e-005, 8.45468021e-005))
  1126. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1127. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.720000029, 0.300000012, 0.209999993))
  1128. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.584487915, 0.218208313, 0.769832611, 0.582706869, -0.292106926, -0.758370817, 0.224107683, 0.954744279, -0.195548579, 0.781171262, -0.0560092144, 0.621799469))
  1129. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1130. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.400000036, 0.200000003))
  1131. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(7.62939453e-005, -0.0013923645, 0.0578308105, -0.600738287, -0.29334873, -0.74368, -0.299304605, 0.945117712, -0.131031305, 0.741303086, 0.143871397, -0.655569017))
  1132. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1133. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.800000012, 0.400000036, 0.200000003))
  1134. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.584213257, 0.229740143, 0.719974518, 0.582706869, -0.292106926, -0.758370817, 0.224107668, 0.95474422, -0.195548594, 0.781171203, -0.056009233, 0.621799409))
  1135. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1136. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1137. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(-1.19508362, -0.230371475, -0.829162598, -0.999995232, 0, 6.89996741e-005, 2.26945922e-005, -0.944362342, 0.328907132, 6.51606897e-005, 0.328905553, 0.944357812))
  1138. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1139. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.600000024, 0.200000003, 0.400000006))
  1140. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.22916412, 1.19509888, -0.230369568, -6.51610026e-005, -0.328907073, -0.944362342, 1, -1.86962072e-013, -6.90000015e-005, 2.26945886e-005, -0.944362342, 0.328907073))
  1141. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.400000036, 1, 0.200000003))
  1142. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.0327949524, 0.892177582, -0.234695435, 5.59803266e-005, 0.900335252, 0.435197026, -0.258899093, 0.420371801, -0.869631469, -0.965904474, -0.112623431, 0.233119518))
  1143. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1144. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.400000036, 1, 0.200000003))
  1145. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.0327949524, 1.14883423, -0.723075867, 5.73393918e-005, 0.900332987, 0.435201854, 0.258736849, 0.420368999, -0.86968112, -0.965948045, 0.112652637, -0.232925206))
  1146. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1147. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.400000036, 1, 0.200000003))
  1148. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(-0.532897949, 1.64347076, -0.383506775, 5.73393918e-005, 0.900332987, 0.435201854, 0.258736849, 0.420368999, -0.86968112, -0.965948045, 0.112652637, -0.232925206))
  1149. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1150. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.400000036, 1, 0.200000003))
  1151. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(-0.532901764, 1.38682175, -0.574295044, 5.59803266e-005, 0.900335252, 0.435197026, -0.258899093, 0.420371801, -0.869631469, -0.965904474, -0.112623431, 0.233119518))
  1152. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1153. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(2.5999999, 1.60000002, 1.60000002))
  1154. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.929016113, -0.23043251, -0.495773315, -9.9375844e-005, -0.328916311, -0.944359004, 2.18451023e-005, -0.944359183, 0.328916281, -1.00000012, 1.20326877e-005, 0.000100925565))
  1155. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1156. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.800000012))
  1157. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.204330444, -0.0695495605, 1.32424927, -1, -3.6334086e-008, 9.20768944e-005, -3.0323743e-005, 0.94434458, -0.328958005, -8.69403666e-005, -0.328958005, -0.94434458))
  1158. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1159. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.230000004, 0.200000003, 0.719999969))
  1160. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(-0.204269409, -0.500398636, 1.29953766, 1, -3.10208321e-008, -9.21796673e-005, 3.02939206e-005, -0.944344699, 0.328957766, -8.70595686e-005, -0.328957766, -0.944344699))
  1161. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 0.899999976, 1))
  1162. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.899999857, 0.230000004, 0.719999969))
  1163. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.94380188, -0.20425415, -0.230461121, -8.69999712e-005, -0.328957886, -0.94434464, 1, -3.95619892e-008, -9.21135725e-005, 3.02641256e-005, -0.94434464, 0.328957886))
  1164. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  1165. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.719999909, 0.229999989, 0.360000014))
  1166. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.29953003, -0.204238892, -0.230438232, -8.69999712e-005, -0.328957886, -0.94434464, 1, -3.95640427e-008, -9.21135725e-005, 3.02641238e-005, -0.94434464, 0.328957886))
  1167. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  1168. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.799999952, 0.200000003, 0.400000036))
  1169. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.3243866, -0.204269409, -0.230438232, -8.69999712e-005, -0.328957886, -0.94434464, 1, -3.95618898e-008, -9.21135725e-005, 3.02641256e-005, -0.94434464, 0.328957886))
  1170. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.230000004, 0.200000003, 0.719999969))
  1171. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.204299927, -0.0395488739, 1.29947662, -1.00000477, -3.63365693e-008, 9.20773309e-005, -3.03237466e-005, 0.94434458, -0.328958005, -8.69407813e-005, -0.328959584, -0.94434911))
  1172. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 0.899999976, 1))
  1173. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.800000012))
  1174. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(-0.204299927, -0.5303936, 1.3243103, 1, -3.10217274e-008, -9.21796673e-005, 3.02939206e-005, -0.944344699, 0.328957766, -8.70595686e-005, -0.328957766, -0.944344699))
  1175. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1176. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.999999881, 0.200000003, 0.800000012))
  1177. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.929046631, -0.204284668, -0.230461121, -8.70002477e-005, -0.328958958, -0.94434768, 1.00000322, -3.95621171e-008, -9.21138708e-005, 3.02641256e-005, -0.94434464, 0.328957886))
  1178. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1179. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.200000003, 0.400000006, 0.200000003))
  1180. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.204879761, -0.230371475, -0.828964233, -0.999995232, 0, 6.89996741e-005, 2.26945922e-005, -0.944362342, 0.328907132, 6.51606897e-005, 0.328905553, 0.944357812))
  1181. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1182. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.600000024, 0.200000003, 0.400000006))
  1183. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.22896576, -0.204879761, -0.230371475, -6.51610026e-005, -0.328907073, -0.944362342, 1, -1.86962072e-013, -6.90000015e-005, 2.26945886e-005, -0.944362342, 0.328907073))
  1184. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.800000012))
  1185. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(-1.19561768, -0.0695724487, 1.32424164, -1, -3.6334086e-008, 9.20768944e-005, -3.0323743e-005, 0.94434458, -0.328958005, -8.69403666e-005, -0.328958005, -0.94434458))
  1186. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1187. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.999999881, 0.200000003, 0.800000012))
  1188. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.929039001, 1.19567871, -0.230438232, -8.70002477e-005, -0.328958958, -0.94434768, 1.00000322, -3.95621171e-008, -9.21138708e-005, 3.02641256e-005, -0.94434464, 0.328957886))
  1189. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1190. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.799999952, 0.200000003, 0.400000036))
  1191. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.32437897, 1.19567871, -0.230415344, -8.69999712e-005, -0.328957886, -0.94434464, 1, -3.95618898e-008, -9.21135725e-005, 3.02641256e-005, -0.94434464, 0.328957886))
  1192. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.800000012))
  1193. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.19564819, -0.530370712, 1.3243103, 1, -3.10217274e-008, -9.21796673e-005, 3.02939206e-005, -0.944344699, 0.328957766, -8.70595686e-005, -0.328957766, -0.944344699))
  1194. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1195. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.230000004, 0.200000003, 0.719999969))
  1196. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.19567871, -0.500375748, 1.29953003, 1, -3.10208321e-008, -9.21796673e-005, 3.02939206e-005, -0.944344699, 0.328957766, -8.70595686e-005, -0.328957766, -0.944344699))
  1197. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 0.899999976, 1))
  1198. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.899999857, 0.230000004, 0.719999969))
  1199. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.94379425, 1.19569397, -0.230438232, -8.69999712e-005, -0.328957886, -0.94434464, 1, -3.95619892e-008, -9.21135725e-005, 3.02641256e-005, -0.94434464, 0.328957886))
  1200. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  1201. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.719999909, 0.229999989, 0.360000014))
  1202. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(1.2995224, 1.19570923, -0.230417252, -8.69999712e-005, -0.328957886, -0.94434464, 1, -3.95640427e-008, -9.21135725e-005, 3.02641238e-005, -0.94434464, 0.328957886))
  1203. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1))
  1204. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.30000001192093,0,"Really black","Part",Vector3.new(0.230000004, 0.200000003, 0.719999969))
  1205. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(-1.19566345, -0.0395736694, 1.29946899, -1.00000477, -3.63365693e-008, 9.20773309e-005, -3.03237466e-005, 0.94434458, -0.328958005, -8.69407813e-005, -0.328959584, -0.94434911))
  1206. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 0.899999976, 1))
  1207. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.400000036, 1, 0.200000003))
  1208. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.25428772, 0.614953995, -0.160369873, -8.89404182e-005, 0.435169071, -0.900348902, -0.258838594, -0.869675577, -0.420317948, -0.965920568, 0.233007655, 0.112715855))
  1209. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1210. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(0.400000036, 1, 0.200000003))
  1211. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.254295349, 0.871566772, -0.797325134, -8.76002377e-005, 0.43517381, -0.900346518, 0.258797228, -0.869663477, -0.420368433, -0.965931773, -0.233044088, -0.112545617))
  1212. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1213. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Institutional white","Part",Vector3.new(2.59999967, 1.59999979, 1.59999979))
  1214. Partweld=weld(m,HandlePet2,Part,CFrame.new(0, 0, 0, -0.600704908, -0.293308944, -0.743722796, -0.299319774, 0.945120692, -0.130975559, 0.741324067, 0.143933266, -0.655531764),CFrame.new(0.929077148, 0.230449677, 0.495742798, -8.00788403e-005, -0.328945756, -0.944348812, -4.73707914e-005, 0.944348931, -0.328945845, 0.99999994, 1.84476376e-005, -9.11578536e-005))
  1215. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1216.  
  1217. local Lite = it("PointLight",Torso)
  1218. Lite.Color = Color3.new(255, 255, 0)
  1219. Lite.Range = 5
  1220. Lite.Brightness = 5
  1221. Lite.Shadows = true
  1222.  
  1223. asd = Instance.new("Sound", HandlePet2)
  1224. asd.Name = 'asd'
  1225. asd.SoundId = "rbxassetid://525721279"
  1226. asd.Looped = true
  1227. asd.Volume = 0.5
  1228. wait(.1)
  1229. asd:Play()
  1230.  
  1231. local plr=game.Players.LocalPlayer
  1232. local runDummyScript = function(f,scri)
  1233. local oldenv = getfenv(f)
  1234. local newenv = setmetatable({}, {
  1235. __index = function(_, k)
  1236. if k:lower() == 'script' then
  1237. return scri
  1238. else
  1239. return oldenv[k]
  1240. end
  1241. end
  1242. })
  1243. setfenv(f, newenv)
  1244. ypcall(function() f() end)
  1245. end
  1246. cors = {}
  1247. mas = Instance.new("Model",game:GetService("Lighting"))
  1248. mas.Name = "CompiledModel"
  1249. o1 = Instance.new("Model")
  1250. o1.Name = "Soundbar"
  1251. o1.Parent = mas
  1252. o2 = Instance.new("Part")
  1253. o2.Name = "0"
  1254. o2.Parent = o1
  1255. o2.Position = Vector3.new(9.5, 0.200000018, 0)
  1256. o2.Anchored = true
  1257. o2.CFrame = CFrame.new(9.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1258. o2.CanCollide = false
  1259. o2.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1260. o2.BottomSurface = Enum.SurfaceType.Smooth
  1261. o2.TopSurface = Enum.SurfaceType.Smooth
  1262. o3 = Instance.new("SpecialMesh")
  1263. o3.Parent = o2
  1264. o3.MeshId = "rbxassetid://9856898"
  1265. o3.Scale = Vector3.new(1, 0.400000006, 1)
  1266. o3.TextureId = "rbxassetid://2114473"
  1267. o3.MeshType = Enum.MeshType.FileMesh
  1268. o4 = Instance.new("Part")
  1269. o4.Name = "1"
  1270. o4.Parent = o1
  1271. o4.Position = Vector3.new(5, 0.200000018, 0)
  1272. o4.Anchored = true
  1273. o4.CFrame = CFrame.new(5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1274. o4.CanCollide = false
  1275. o4.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1276. o4.BottomSurface = Enum.SurfaceType.Smooth
  1277. o4.TopSurface = Enum.SurfaceType.Smooth
  1278. o5 = Instance.new("SpecialMesh")
  1279. o5.Parent = o4
  1280. o5.MeshId = "rbxassetid://9856898"
  1281. o5.Scale = Vector3.new(1, 0.400000006, 1)
  1282. o5.TextureId = "rbxassetid://2114473"
  1283. o5.MeshType = Enum.MeshType.FileMesh
  1284. o6 = Instance.new("Part")
  1285. o6.Name = "2"
  1286. o6.Parent = o1
  1287. o6.Position = Vector3.new(4.5, 0.200000018, 0)
  1288. o6.Anchored = true
  1289. o6.CFrame = CFrame.new(4.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1290. o6.CanCollide = false
  1291. o6.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1292. o6.BottomSurface = Enum.SurfaceType.Smooth
  1293. o6.TopSurface = Enum.SurfaceType.Smooth
  1294. o7 = Instance.new("SpecialMesh")
  1295. o7.Parent = o6
  1296. o7.MeshId = "rbxassetid://9856898"
  1297. o7.Scale = Vector3.new(1, 0.400000006, 1)
  1298. o7.TextureId = "rbxassetid://2114473"
  1299. o7.MeshType = Enum.MeshType.FileMesh
  1300. o8 = Instance.new("Part")
  1301. o8.Name = "3"
  1302. o8.Parent = o1
  1303. o8.Position = Vector3.new(4, 0.200000018, 0)
  1304. o8.Anchored = true
  1305. o8.CFrame = CFrame.new(4, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1306. o8.CanCollide = false
  1307. o8.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1308. o8.BottomSurface = Enum.SurfaceType.Smooth
  1309. o8.TopSurface = Enum.SurfaceType.Smooth
  1310. o9 = Instance.new("SpecialMesh")
  1311. o9.Parent = o8
  1312. o9.MeshId = "rbxassetid://9856898"
  1313. o9.Scale = Vector3.new(1, 0.400000006, 1)
  1314. o9.TextureId = "rbxassetid://2114473"
  1315. o9.MeshType = Enum.MeshType.FileMesh
  1316. o10 = Instance.new("Part")
  1317. o10.Name = "4"
  1318. o10.Parent = o1
  1319. o10.Position = Vector3.new(3.5, 0.200000018, 0)
  1320. o10.Anchored = true
  1321. o10.CFrame = CFrame.new(3.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1322. o10.CanCollide = false
  1323. o10.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1324. o10.BottomSurface = Enum.SurfaceType.Smooth
  1325. o10.TopSurface = Enum.SurfaceType.Smooth
  1326. o11 = Instance.new("SpecialMesh")
  1327. o11.Parent = o10
  1328. o11.MeshId = "rbxassetid://9856898"
  1329. o11.Scale = Vector3.new(1, 0.400000006, 1)
  1330. o11.TextureId = "rbxassetid://2114473"
  1331. o11.MeshType = Enum.MeshType.FileMesh
  1332. o12 = Instance.new("Part")
  1333. o12.Name = "5"
  1334. o12.Parent = o1
  1335. o12.Position = Vector3.new(3, 0.200000018, 0)
  1336. o12.Anchored = true
  1337. o12.CFrame = CFrame.new(3, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1338. o12.CanCollide = false
  1339. o12.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1340. o12.BottomSurface = Enum.SurfaceType.Smooth
  1341. o12.TopSurface = Enum.SurfaceType.Smooth
  1342. o13 = Instance.new("SpecialMesh")
  1343. o13.Parent = o12
  1344. o13.MeshId = "rbxassetid://9856898"
  1345. o13.Scale = Vector3.new(1, 0.400000006, 1)
  1346. o13.TextureId = "rbxassetid://2114473"
  1347. o13.MeshType = Enum.MeshType.FileMesh
  1348. o14 = Instance.new("Part")
  1349. o14.Name = "6"
  1350. o14.Parent = o1
  1351. o14.Position = Vector3.new(9, 0.200000018, 0)
  1352. o14.Anchored = true
  1353. o14.CFrame = CFrame.new(9, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1354. o14.CanCollide = false
  1355. o14.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1356. o14.BottomSurface = Enum.SurfaceType.Smooth
  1357. o14.TopSurface = Enum.SurfaceType.Smooth
  1358. o15 = Instance.new("SpecialMesh")
  1359. o15.Parent = o14
  1360. o15.MeshId = "rbxassetid://9856898"
  1361. o15.Scale = Vector3.new(1, 0.400000006, 1)
  1362. o15.TextureId = "rbxassetid://2114473"
  1363. o15.MeshType = Enum.MeshType.FileMesh
  1364. o16 = Instance.new("Part")
  1365. o16.Name = "7"
  1366. o16.Parent = o1
  1367. o16.Position = Vector3.new(0, 0.200000018, 0)
  1368. o16.Anchored = true
  1369. o16.CFrame = CFrame.new(0, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1370. o16.CanCollide = false
  1371. o16.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1372. o16.BottomSurface = Enum.SurfaceType.Smooth
  1373. o16.TopSurface = Enum.SurfaceType.Smooth
  1374. o17 = Instance.new("SpecialMesh")
  1375. o17.Parent = o16
  1376. o17.MeshId = "rbxassetid://9856898"
  1377. o17.Scale = Vector3.new(1, 0.400000006, 1)
  1378. o17.TextureId = "rbxassetid://2114473"
  1379. o17.MeshType = Enum.MeshType.FileMesh
  1380. o18 = Instance.new("Part")
  1381. o18.Name = "8"
  1382. o18.Parent = o1
  1383. o18.Position = Vector3.new(-0.5, 0.200000018, 0)
  1384. o18.Anchored = true
  1385. o18.CFrame = CFrame.new(-0.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1386. o18.CanCollide = false
  1387. o18.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1388. o18.BottomSurface = Enum.SurfaceType.Smooth
  1389. o18.TopSurface = Enum.SurfaceType.Smooth
  1390. o19 = Instance.new("SpecialMesh")
  1391. o19.Parent = o18
  1392. o19.MeshId = "rbxassetid://9856898"
  1393. o19.Scale = Vector3.new(1, 0.400000006, 1)
  1394. o19.TextureId = "rbxassetid://2114473"
  1395. o19.MeshType = Enum.MeshType.FileMesh
  1396. o20 = Instance.new("Part")
  1397. o20.Name = "9"
  1398. o20.Parent = o1
  1399. o20.Position = Vector3.new(-1, 0.200000018, 0)
  1400. o20.Anchored = true
  1401. o20.CFrame = CFrame.new(-1, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1402. o20.CanCollide = false
  1403. o20.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1404. o20.BottomSurface = Enum.SurfaceType.Smooth
  1405. o20.TopSurface = Enum.SurfaceType.Smooth
  1406. o21 = Instance.new("SpecialMesh")
  1407. o21.Parent = o20
  1408. o21.MeshId = "rbxassetid://9856898"
  1409. o21.Scale = Vector3.new(1, 0.400000006, 1)
  1410. o21.TextureId = "rbxassetid://2114473"
  1411. o21.MeshType = Enum.MeshType.FileMesh
  1412. o22 = Instance.new("Part")
  1413. o22.Name = "10"
  1414. o22.Parent = o1
  1415. o22.Position = Vector3.new(-1.5, 0.200000018, 0)
  1416. o22.Anchored = true
  1417. o22.CFrame = CFrame.new(-1.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1418. o22.CanCollide = false
  1419. o22.Size = Vector3.new(0.5, 0.200000003, 0.5)
  1420. o22.BottomSurface = Enum.SurfaceType.Smooth
  1421. o22.TopSurface = Enum.SurfaceType.Smooth
  1422. o23 = Instance.new("SpecialMesh")
  1423. o23.Parent = o22
  1424. o23.MeshId = "rbxassetid://9856898"
  1425. o23.Scale = Vector3.new(1, 0.400000006, 1)
  1426. o23.TextureId = "rbxassetid://2114473"
  1427. o23.MeshType = Enum.MeshType.FileMesh
  1428.  
  1429.  
  1430. mas.Parent = plr.Character
  1431. mas:MakeJoints()
  1432. local mas1 = mas:GetChildren()
  1433. for i=1,#mas1 do
  1434. mas1[i].Parent = plr.Character
  1435. ypcall(function() mas1[i]:MakeJoints() end)
  1436. end
  1437. mas:Destroy()
  1438. for i=1,#cors do
  1439. coroutine.resume(cors[i])
  1440. end
  1441.  
  1442. local Height=10 -- Max height of the bars
  1443.  
  1444.  
  1445. local Soundbar=plr.Character.Soundbar
  1446. local Sound=asd
  1447. local Bars={} for i,v in next,Soundbar:children() do
  1448. if v:IsA'BasePart' then
  1449. table.insert(Bars,v)
  1450. end
  1451. end Height=Height*2
  1452. local nBars,Tweens=#Bars-1,{}
  1453.  
  1454. -- EASING FUNCTIONS --
  1455. local function quadIn(t,b,c,d) t=t/d; return c*t*t+b; end;
  1456. local function quadOut(t,b,c,d) t=t/d; return -c*t*(t-2)+b; end;
  1457. local function Quad(obj,val,ease,d)
  1458. local t,f,con,nt,st,sd=tick()
  1459. Tweens[obj]=t -- Set identifier
  1460. st=obj.Scale.Y -- Start Value
  1461. sd=val-st -- Change in Value
  1462. f=ease=='In' and quadIn or quadOut -- Choose between Out/In
  1463. con=game:GetService'RunService'.RenderStepped:connect(function() nt=tick()-t
  1464. if Tweens[obj]~=t then -- Check for override
  1465. con:disconnect()
  1466. return
  1467. end
  1468. local nv=math.max(.2,f(math.min(d,nt),st,sd,d)) -- New Value
  1469. obj.Scale=Vector3.new(.9,nv,.9)
  1470. obj.Offset=Vector3.new(0,nv/4,0)
  1471. obj.VertexColor=Vector3.new(0,0,0):lerp(Vector3.new(1,1,1),nv/Height)
  1472. if nt>d then -- Easing done?
  1473. con:disconnect()
  1474. if ease~='In' then
  1475. Quad(obj,.2,'In',.3) -- Drop the bar
  1476. end
  1477. end
  1478. end)
  1479. end
  1480.  
  1481. -- BAR MANIPULATION --
  1482. local function CheckSet(N,S,D) -- Number, Scale, Direction
  1483. local nS=Soundbar[tostring(N)].Mesh.Scale.Y
  1484. if S>nS then
  1485. Set(N,nS+(S-nS)/3,D)
  1486. end
  1487. end
  1488.  
  1489. function Set(N,S,D) -- Number, Scale, Direction
  1490. Quad(Soundbar[tostring(N)].Mesh,S,'Out',.1) -- Grabs the bar and tweens
  1491. if N>0 and D~=1 then -- Checks left for smaller bars to manipulate
  1492. CheckSet(N-1,S,-1)
  1493. end
  1494. if N<nBars and D~=-1 then -- Checks right...
  1495. CheckSet(N+1,S,1)
  1496. end
  1497. end
  1498.  
  1499. -- RENDER LOOP --
  1500. local MPL,PL,curr=0 curr=Sound.SoundId
  1501. spawn(function()
  1502. game:service'RunService'.RenderStepped:connect(function()
  1503. PL=Sound.PlaybackLoudness
  1504. if Sound.IsPlaying and PL==PL then -- Sound is playing & PlaybackLoudness is not undefined
  1505. if curr~=Sound.SoundId then MPL=0 -- Reset the relative Max PlaybackLoudness on song change
  1506. curr=Sound.SoundId
  1507. end
  1508. MPL=math.max(PL,MPL) PL=PL/MPL -- Normalize PL based on relative Max PlaybackLoudness
  1509. if PL==PL then
  1510. Set(math.floor(PL*nBars),PL*Height) -- Modify bar relative to PlaybackLoudness
  1511. end
  1512. end
  1513. end)
  1514. end)
  1515.  
  1516. local Locked
  1517.  
  1518.  
  1519. local CRot = 1
  1520. local Rotation = {0,Event=nil}
  1521. local Y = 0;
  1522. local Z = 0;
  1523. Y = math.sin(Rotation[1] * 300);
  1524. local rad,sin,ceil=math.rad,math.sin,math.ceil
  1525.  
  1526.  
  1527. Sound:Play()
  1528.  
  1529. local Parts = {}
  1530. for Index,v in pairs(o1:children'') do
  1531. if v:IsA'Part' then
  1532. table.insert(Parts,v)
  1533. end
  1534. end
  1535.  
  1536. spawn(function()
  1537. game:service'RunService'.RenderStepped:connect(function()
  1538. CRot = CRot + .003
  1539. for Index,v in pairs(o1:children'') do
  1540. if v:IsA'Part' then
  1541. v.CFrame = CFrame.new(plr.Character.Torso.Position+Vector3.new(0,7,0))
  1542. *CFrame.Angles(0, ((((360)/(#Parts))*(Index))+(Rotation[1]/2*ceil(Index*#Parts)))+CRot, 0)
  1543. *CFrame.new(8 +(Index)+(#Parts*0), Y, 0)
  1544. *CFrame.Angles(0,90+CRot,0)
  1545. *CFrame.Angles(sin(tick()/2), sin(tick()/2), sin(tick()/2))
  1546. end
  1547. end
  1548. end)
  1549. end)
  1550.  
  1551. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  1552. local prt=part("Custom",workspace,"Neon",0,0,"White","Effect",vt(0.5,0.5,0.5))
  1553. prt.Anchored=true
  1554. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1555. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1556. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1557. CF=Part.CFrame
  1558. Numbb=0
  1559. randnumb=math.random()-math.random()
  1560. for i=0,1,0.05 do
  1561. wait()
  1562. CF=CF*cf(0,1,0)
  1563. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1564. Part.CFrame=CF*euler(Numbb,0,0)
  1565. Part.Transparency=i
  1566. Numbb=Numbb+randnumb
  1567. end
  1568. Part.Parent=nil
  1569. end),prt)
  1570. end
  1571. --BreakEffect(BrickColor.new("White"),Hitbox.CFrame,0.5,math.random(5,20),0.5)
  1572.  
  1573. function attackone()
  1574. attack=true
  1575. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,15,30,math.random(10,20),"Normal",RootPart,.2,1) end)
  1576. for i=0,1,0.1 do
  1577. swait()
  1578. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  1579. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  1580. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1581. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1582. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  1583. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1584. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  1585. end
  1586. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,1)
  1587. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,1)
  1588. hitconasdf = Hitbox.Touched:connect(function(hit)
  1589. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1590. if hum12 and not hum12:IsDescendantOf(Character) then
  1591. so('http://roblox.com/asset/?id=220833976',Hitbox,1,1)
  1592. for i = 1,10 do
  1593. BreakEffect(BrickColor.new("Institutional white"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1594. end
  1595. hitconasdf:disconnect()
  1596. end
  1597. end)
  1598. for i=0,1,0.1 do
  1599. swait()
  1600. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1601. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1602. local h = 5
  1603. 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)
  1604. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1605. 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)
  1606. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1607. scfr = blcf
  1608. elseif not scfr then
  1609. scfr = blcf
  1610. end
  1611. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  1612. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  1613. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1614. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1615. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  1616. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1617. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  1618. end
  1619. attack=false
  1620. con:disconnect()
  1621. scfr = nil
  1622. pcall(function()
  1623. hitconasdf:disconnect()
  1624. end)
  1625. end
  1626.  
  1627. function attacktwo()
  1628. attack = true
  1629. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,25,50,math.random(10,20),"Normal",RootPart,.2,1) end)
  1630. for i = 0,1,0.1 do
  1631. swait()
  1632. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(50)),.3)
  1633. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(10),math.rad(-50)),.3)
  1634. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(120), math.rad(120)), 0.3)
  1635. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0.5) * angles(math.rad(-50), math.rad(0), math.rad(-10)), 0.3)
  1636. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(-5),math.rad(60),math.rad(20))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1637. LH.C0=clerp(LH.C0,cf(-.8,-1,-.5)*angles(math.rad(0),math.rad(-140),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1638. HandleWeld.C0 = clerp(HandleWeld.C0,cf(0,0,0)* angles(math.rad(4),math.rad(0),math.rad(0)),.3)
  1639. end
  1640. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,1)
  1641. for i = 0,1,0.1 do
  1642. swait()
  1643. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1644. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1645. local h = 5
  1646. 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)
  1647. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1648. 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)
  1649. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1650. scfr = blcf
  1651. elseif not scfr then
  1652. scfr = blcf
  1653. end
  1654. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0.5)* angles(math.rad(30),math.rad(0),math.rad(-50)),.3)
  1655. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(50)),.3)
  1656. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-20), math.rad(90)), 0.3)
  1657. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-20)), 0.3)
  1658. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(-5),math.rad(140),math.rad(-20))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1659. LH.C0=clerp(LH.C0,cf(-1,-0.4,0)*angles(math.rad(0),math.rad(-60),math.rad(-30))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1660. HandleWeld.C0 = clerp(HandleWeld.C0,cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  1661. Torso.Velocity=Head.CFrame.lookVector*50
  1662. end
  1663. Humanoid.Jump = true
  1664. for i=0,0.6,.5 do
  1665. swait()
  1666. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,1)
  1667. for i=0,1,0.1 do
  1668. swait()
  1669. local blcf = Hitbox.CFrame*CFrame.new(0,.5,0)
  1670. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1671. local h = 5
  1672. 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)
  1673. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1674. 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)
  1675. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1676. scfr = blcf
  1677. elseif not scfr then
  1678. scfr = blcf
  1679. end
  1680. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,4)*euler(0,1,-6*i), .3)
  1681. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1682. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(70), math.rad(90)), 0.3)
  1683. LW.C0 = clerp(LW.C0, CFrame.new(.5, 0.5, -.8) * angles(math.rad(0), math.rad(-170), math.rad(-90)), 0.3)
  1684. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(-5),math.rad(80),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1685. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-80),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1686. HandleWeld.C0 = clerp(HandleWeld.C0,cf(0,0,0)* angles(math.rad(50),math.rad(0),math.rad(0)),.3)
  1687. end
  1688. end
  1689. attack = false
  1690. scfr = nil
  1691. con:disconnect()
  1692. end
  1693.  
  1694. function Stab()
  1695. attack=true
  1696. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,50,75,math.random(10,20),"Normal",RootPart,.2,1) end)
  1697. for i=0,1,0.1 do
  1698. swait()
  1699. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1700. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(60)),.3)
  1701. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(20),math.rad(90)),.3)
  1702. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-90)),.3)
  1703. LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1704. RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1705. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1706. end
  1707. hitconasdf = Hitbox.Touched:connect(function(hit)
  1708. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1709. if hum12 and not hum12:IsDescendantOf(Character) then
  1710. so('http://roblox.com/asset/?id=220833976',Hitbox,1,1)
  1711. for i = 1,10 do
  1712. BreakEffect(BrickColor.new("White"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1713. end
  1714. hitconasdf:disconnect()
  1715. end
  1716. end)
  1717. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,.9)
  1718. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,.9)
  1719. for i=0,1,0.1 do
  1720. swait()
  1721. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1722. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1723. local h = 5
  1724. 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)
  1725. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1726. 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)
  1727. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1728. scfr = blcf
  1729. elseif not scfr then
  1730. scfr = blcf
  1731. end
  1732. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1733. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-80)),.4)
  1734. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1735. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-30)),.4)
  1736. LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4)
  1737. RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4)
  1738. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1739. end
  1740. con:disconnect()
  1741. attack=false
  1742. scfr = nil
  1743. pcall(function()
  1744. hitconasdf:disconnect()
  1745. end)
  1746. end
  1747.  
  1748. function Spin()
  1749. attack=true
  1750. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,20,30,math.random(10,20),"Normal",RootPart,.2,1) end)
  1751. hitconasdf = Hitbox.Touched:connect(function(hit)
  1752. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1753. if hum12 and not hum12:IsDescendantOf(Character) then
  1754. so('http://roblox.com/asset/?id=220833976',Hitbox,1,1)
  1755. for i = 1,10 do
  1756. BreakEffect(BrickColor.new("White"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1757. end
  1758. hitconasdf:disconnect()
  1759. end
  1760. end)
  1761. for i=0,1,1 do
  1762. so("http://roblox.com/asset/?id=260433850",Hitbox,1,1)
  1763. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,1)
  1764. swait()
  1765. for i=0,1,0.1 do
  1766. swait()
  1767. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1768. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1769. local h = 5
  1770. 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)
  1771. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1772. 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)
  1773. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1774. scfr = blcf
  1775. elseif not scfr then
  1776. scfr = blcf
  1777. end
  1778. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(-50)),.3)
  1779. LW.C0=clerp(LW.C0,cf(-1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(50)),.3)
  1780. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0)),.3)
  1781. RH.C0=clerp(RH.C0,cf(1,-.5,-1)*angles(math.rad(-20),math.rad(90),math.rad(0)),.3)
  1782. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(6*i,0,0),.5)
  1783. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30)),1)
  1784. end
  1785. end
  1786. attack=false
  1787. con:disconnect()
  1788. scfr = nil
  1789. pcall(function()
  1790. hitconasdf:disconnect()
  1791. end)
  1792. end
  1793.  
  1794. function ContAttack()
  1795. attack=true
  1796. local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,20,30,math.random(10,20),"Normal",RootPart,.2,1) end)
  1797. hitconasdf = Hitbox.Touched:connect(function(hit)
  1798. local hum12 = hit.Parent:FindFirstChild("Humanoid")
  1799. if hum12 and not hum12:IsDescendantOf(Character) then
  1800. so('http://roblox.com/asset/?id=220833976',Hitbox,1,1)
  1801. for i = 1,10 do
  1802. BreakEffect(BrickColor.new("White"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5)
  1803. end
  1804. hitconasdf:disconnect()
  1805. end
  1806. end)
  1807. for i=1,4 do
  1808. swait()
  1809. for i=0,1,0.2 do
  1810. swait()
  1811. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3)
  1812. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  1813. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1814. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1815. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3)
  1816. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1817. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  1818. end
  1819. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,1)
  1820. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,1)
  1821. for i=0,1,0.2 do
  1822. swait()
  1823. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1824. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1825. local h = 5
  1826. 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)
  1827. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1828. 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)
  1829. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1830. scfr = blcf
  1831. elseif not scfr then
  1832. scfr = blcf
  1833. end
  1834. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3)
  1835. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  1836. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1837. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1838. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3)
  1839. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1840. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  1841. end
  1842. for i=0,1,0.2 do
  1843. swait()
  1844. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3)
  1845. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3)
  1846. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-130),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1847. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1848. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3)
  1849. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3)
  1850. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3)
  1851. end
  1852. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,.9)
  1853. so("http://www.roblox.com/asset/?id=260433850",Hitbox,1,.9)
  1854. for i=0,1,0.2 do
  1855. swait()
  1856. local blcf = Hitbox.CFrame*CFrame.new(0,.3,0)
  1857. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  1858. local h = 5
  1859. 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)
  1860. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1861. 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)
  1862. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  1863. scfr = blcf
  1864. elseif not scfr then
  1865. scfr = blcf
  1866. end
  1867. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3)
  1868. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3)
  1869. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1870. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(130),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1871. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3)
  1872. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1873. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3)
  1874. end
  1875. end
  1876. attack=false
  1877. con:disconnect()
  1878. scfr = nil
  1879. pcall(function()
  1880. hitconasdf:disconnect()
  1881. end)
  1882. end
  1883.  
  1884.  
  1885. function Sheathe()
  1886. attack = true
  1887. so("http://www.roblox.com/asset/?id=130785407",Hitbox,1,.9)
  1888. CurrentMode = "Sheathed"
  1889. for i = 0,1,0.1 do
  1890. swait()
  1891. HandleWeld.Part0 = Torso
  1892. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1893. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(-20)),.3)
  1894. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(190),math.rad(0),math.rad(0)),.3)
  1895. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3)
  1896. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1897. 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)
  1898. HandleWeld.C0=clerp(HandleWeld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  1899. end
  1900. attack = false
  1901. end
  1902.  
  1903. function Unsheathe()
  1904. attack = true
  1905. CurrentMode = "Unsheathed"
  1906. so("http://www.roblox.com/asset/?id=130785407",Hitbox,1,.9)
  1907. for i = 0,1,0.1 do
  1908. swait()
  1909. HandleWeld.Part0 = RightArm
  1910. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  1911. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  1912. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(200),math.rad(0),math.rad(0)),.3)
  1913. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(-30),math.rad(-30)),.3)
  1914. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1915. 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)
  1916. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(30),math.rad(0)),.3)
  1917. end
  1918. scfr = nil
  1919. attack = false
  1920. end
  1921.  
  1922. local Sit = false
  1923.  
  1924. mouse.Button1Down:connect(function()
  1925. if attack==false then
  1926. if attacktype==1 and CurrentMode == "Unsheathed" then
  1927. attack=true
  1928. attacktype=2
  1929. attackone()
  1930. elseif attacktype==2 and CurrentMode == "Unsheathed" then
  1931. attack=true
  1932. attacktype=1
  1933. attacktwo()
  1934. end
  1935. end
  1936. end)
  1937.  
  1938.  
  1939. mouse.KeyDown:connect(function(k)
  1940. k=k:lower()
  1941. if k=='q' then
  1942. if attack==false and CurrentMode == "Unsheathed" then
  1943. Stab()
  1944. end
  1945. elseif k=='e' then
  1946. if attack==false and CurrentMode == "Unsheathed" then
  1947. Spin()
  1948. end
  1949. elseif k=='r' then
  1950. if attack==false and CurrentMode == "Unsheathed" then
  1951. ContAttack()
  1952. end
  1953. elseif k=='f' then
  1954. if attack==false and CurrentMode == "Unsheathed" then
  1955. Sheathe()
  1956. Character.Animate.Disabled = false
  1957. elseif k=='f' then
  1958. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  1959. Unsheathe()
  1960. Character.Animate.Disabled = true
  1961. end
  1962. end
  1963. elseif k=='t' then
  1964. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  1965. Sit = true
  1966. Humanoid.WalkSpeed = 0
  1967. elseif k=='t' then
  1968. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  1969. Sit = false
  1970. Humanoid.WalkSpeed = 16
  1971. end
  1972. end
  1973.  
  1974. end
  1975. end)
  1976.  
  1977.  
  1978. local sine = 0
  1979. local change = 1
  1980. local val = 0
  1981. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  1982. local LHCF = (CFrame.fromEulerAnglesXYZ(0, -1.6, 0))
  1983. local cn = CFrame.new
  1984. local NeckCF = cn(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1985.  
  1986. while true do
  1987. swait()
  1988. sine = sine + change
  1989. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1990. local velderp=RootPart.Velocity.y
  1991. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1992. if equipped==true or equipped==false then
  1993. if attack==false then
  1994. idle=idle+1
  1995. else
  1996. idle=0
  1997. end
  1998. if idle>=500 then
  1999. if attack==false then
  2000. end
  2001. end
  2002. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2003. Anim="Jump"
  2004. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2005. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2006. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2007. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(50),math.rad(0),math.rad(30)),.3)
  2008. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2009. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2010. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2011. end
  2012. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2013. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2014. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2015. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(30)),.3)
  2016. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-30)),.3)
  2017. LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2018. RH.C0=clerp(RH.C0,cf(1,-1,-.2)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2019. HandleWeld.C0=clerp(HandleWeld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2020. end
  2021. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2022. Anim="Fall"
  2023. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2024. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2025. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2026. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3)
  2027. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2028. LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2029. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3)
  2030. end
  2031. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2032. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2033. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2034. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(50)),.3)
  2035. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-50)),.3)
  2036. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  2037. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-75),math.rad(-10)),.3)
  2038. HandleWeld.C0=clerp(HandleWeld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2039. end
  2040. elseif torvel<1 and hitfloor~=nil then
  2041. Anim="Idle"
  2042. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2043. change = 2
  2044. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -.1 + .1 * math.cos(sine / 40)) * angles(math.rad(0), math.rad(0), math.rad(-30)), .3)
  2045. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5 - 2 * math.cos(sine / 40)), math.rad(5), math.rad(30)), .3)
  2046. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-15), math.rad(0), math.rad(10 + 3 * math.cos(sine / 40))), .3)
  2047. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(-8 - 2 * math.cos(sine / 40))), .3)
  2048. RH.C0 = clerp(RH.C0, cn(1, -.9 - .1 * math.cos(sine / 40), 0) * RHCF * angles(math.rad(-3.5 - 1 * math.cos(sine / 40)), math.rad(20), math.rad(0)), .3)
  2049. LH.C0 = clerp(LH.C0, cn(-1, -.9 - .1 * math.cos(sine / 40), 0) * LHCF * angles(math.rad(-3.5 - 1 * math.cos(sine / 40)), math.rad(20), math.rad(0)), .3)
  2050. HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(13)), .3)
  2051. end
  2052. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2053. RootJoint.C0=clerp(RootJoint.C0,RootCF*angles(math.rad(0),math.rad(0),math.rad(-45)),.3)
  2054. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(45)),.3)
  2055. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-2),math.rad(-25),math.rad(15)),.3)
  2056. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-5)),.3)
  2057. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2058. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2059. HandleWeld.C0=clerp(HandleWeld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2060. end
  2061. if attack==false and Sit == true and CurrentMode == "Sheathed" then
  2062. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-2)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2063. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2064. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-10),math.rad(0),math.rad(5)),.3)
  2065. LW.C0=clerp(LW.C0,cf(-1.3,0.5,0)*euler(math.rad(90),math.rad(0),math.rad(30)),.3)
  2066. LH.C0=clerp(LH.C0,cf(-1,.7,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-10))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2067. RH.C0=clerp(RH.C0,cf(1,-.5,-.5)*angles(math.rad(0),math.rad(90),math.rad(70))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3)
  2068. HandleWeld.C0=clerp(HandleWeld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2069. end
  2070. elseif torvel>2 and hitfloor~=nil then
  2071. Anim="Walk"
  2072. if attack==false and Sit == false and CurrentMode == "Unsheathed" then
  2073. change=2
  2074. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(2 * math.cos((sine) / 7))), 0.3)
  2075. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5 + 3 * math.cos((sine) / 23)), math.rad(0), math.rad(-2 * math.cos((sine) / 7))), 0.3)
  2076. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.7, 0) * angles(math.rad(0), math.rad(110), math.rad(205)), 0.3)
  2077. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30 * math.cos((sine) / 10)), math.rad(0), math.rad(-5)), 0.3)
  2078. RH.C0 = clerp(RH.C0, cn(1, -1 - 0.3 * math.cos((sine) / 8) / 2, -0.03 + math.sin((sine) / 8) / 2) * RHCF * angles(math.rad(-2), math.rad(0), math.rad(-10) - math.sin((sine) / 8)), 0.3)
  2079. LH.C0 = clerp(LH.C0, cn(-1, -1 + 0.3 * math.cos((sine) / 8) / 2, -0.03 - math.sin((sine) / 8) / 2) * LHCF * angles(math.rad(-2), math.rad(0), math.rad(10) - math.sin((sine) / 8)), 0.3)
  2080. HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(23), math.rad(-20), math.rad(0)), 0.3)
  2081. end
  2082. if attack==false and Sit == false and CurrentMode == "Sheathed" then
  2083. idleanim=-1
  2084. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*euler(0.4,0,0),.3)
  2085. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*euler(-0.2,0,0),.3)
  2086. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-35),math.rad(45)),.3)
  2087. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(35),math.rad(-45)),.3)
  2088. RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.2,1.57,0),.3)
  2089. LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(0.5,-1.57,0)*euler(0,0,0),.3)
  2090. HandleWeld.C0=clerp(HandleWeld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3)
  2091. end
  2092. end
  2093. end
  2094. if #Effects>0 then
  2095. for e=1,#Effects do
  2096. if Effects[e]~=nil then
  2097. local Thing=Effects[e]
  2098. if Thing~=nil then
  2099. local Part=Thing[1]
  2100. local Mode=Thing[2]
  2101. local Delay=Thing[3]
  2102. local IncX=Thing[4]
  2103. local IncY=Thing[5]
  2104. local IncZ=Thing[6]
  2105. if Thing[1].Transparency<=1 then
  2106. if Thing[2]=="Block1" then
  2107. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2108. Mesh=Thing[1].Mesh
  2109. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2110. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2111. elseif Thing[2]=="Cylinder" then
  2112. Mesh=Thing[1].Mesh
  2113. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2114. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2115. elseif Thing[2]=="Blood" then
  2116. Mesh=Thing[7]
  2117. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  2118. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2119. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2120. elseif Thing[2]=="Elec" then
  2121. Mesh=Thing[1].Mesh
  2122. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  2123. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2124. elseif Thing[2]=="Disappear" then
  2125. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2126. end
  2127. else
  2128. Part.Parent=nil
  2129. table.remove(Effects,e)
  2130. end
  2131. end
  2132. end
  2133. end
  2134. end
  2135. end
  2136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement