Advertisement
SuperJason64

Edited Script 1

Jan 11th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.76 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=646619289"
  5. s.Volume = 10
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = game.Players.LocalPlayer.Character.Head
  10.  
  11. wait(1)
  12.  
  13. s:play()
  14.  
  15. Player=game:GetService("Players").LocalPlayer
  16. Character=Player.Character
  17. PlayerGui=Player.PlayerGui
  18. Backpack=Player.Backpack
  19. Torso=Character.Torso
  20. Head=Character.Head
  21. Humanoid=Character.Humanoid
  22. m=Instance.new('Model',Character)
  23. LeftArm=Character["Left Arm"]
  24. LeftLeg=Character["Left Leg"]
  25. RightArm=Character["Right Arm"]
  26. RightLeg=Character["Right Leg"]
  27. LS=Torso["Left Shoulder"]
  28. LH=Torso["Left Hip"]
  29. RS=Torso["Right Shoulder"]
  30. RH=Torso["Right Hip"]
  31. Face = Head.face
  32. Neck=Torso.Neck
  33. it=Instance.new
  34. attacktype=1
  35. vt=Vector3.new
  36. cf=CFrame.new
  37. euler=CFrame.fromEulerAnglesXYZ
  38. angles=CFrame.Angles
  39. cloaked=false
  40. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  41. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  42. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  43. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  44. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  45. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  46. RootPart=Character.HumanoidRootPart
  47. RootJoint=RootPart.RootJoint
  48. RootCF=euler(-1.57,0,3.14)
  49. attack = false
  50. attackdebounce = false
  51. deb=false
  52. equipped=true
  53. hand=false
  54. MMouse=nil
  55. combo=0
  56. mana=0
  57. trispeed=.2
  58. attackmode='none'
  59. local idle=0
  60. local Anim="Idle"
  61. local Effects={}
  62. local gun=false
  63. local shoot=false
  64. player=nil
  65. mana=0
  66.  
  67. mouse=Player:GetMouse()
  68. --save shoulders
  69. RSH, LSH=nil, nil
  70. --welds
  71. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  72. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  73. LH=Torso["Left Hip"]
  74. RH=Torso["Right Hip"]
  75. TorsoColor=Torso.BrickColor
  76. function NoOutline(Part)
  77. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  78. end
  79. player=Player
  80. ch=Character
  81. RSH=ch.Torso["Right Shoulder"]
  82. LSH=ch.Torso["Left Shoulder"]
  83. --
  84. RSH.Parent=nil
  85. LSH.Parent=nil
  86. --
  87. RW.Name="Right Shoulder"
  88. RW.Part0=ch.Torso
  89. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  90. RW.C1=cf(0, 0.5, 0)
  91. RW.Part1=ch["Right Arm"]
  92. RW.Parent=ch.Torso
  93. --
  94. LW.Name="Left Shoulder"
  95. LW.Part0=ch.Torso
  96. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  97. LW.C1=cf(0, 0.5, 0)
  98. LW.Part1=ch["Left Arm"]
  99. LW.Parent=ch.Torso
  100.  
  101. Player=game:GetService('Players').LocalPlayer
  102. Character=Player.Character
  103. Mouse=Player:GetMouse()
  104. m=Instance.new('Model',Character)
  105.  
  106.  
  107. local function weldBetween(a, b)
  108. local weldd = Instance.new("ManualWeld")
  109. weldd.Part0 = a
  110. weldd.Part1 = b
  111. weldd.C0 = CFrame.new()
  112. weldd.C1 = b.CFrame:inverse() * a.CFrame
  113. weldd.Parent = a
  114. return weldd
  115. end
  116.  
  117. it=Instance.new
  118.  
  119. function nooutline(part)
  120. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  121. end
  122.  
  123. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  124. local fp=it("Part")
  125. fp.formFactor=formfactor
  126. fp.Parent=parent
  127. fp.Reflectance=reflectance
  128. fp.Transparency=transparency
  129. fp.CanCollide=false
  130. fp.Locked=true
  131. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  132. fp.Name=name
  133. fp.Size=size
  134. fp.Position=Character.Torso.Position
  135. nooutline(fp)
  136. fp.Material=material
  137. fp:BreakJoints()
  138. return fp
  139. end
  140.  
  141. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  142. local mesh=it(Mesh)
  143. mesh.Parent=part
  144. if Mesh=="SpecialMesh" then
  145. mesh.MeshType=meshtype
  146. mesh.MeshId=meshid
  147. end
  148. mesh.Offset=offset
  149. mesh.Scale=scale
  150. return mesh
  151. end
  152.  
  153. function weld(parent,part0,part1,c0,c1)
  154. local weld=it("Weld")
  155. weld.Parent=parent
  156. weld.Part0=part0
  157. weld.Part1=part1
  158. weld.C0=c0
  159. weld.C1=c1
  160. return weld
  161. end
  162.  
  163.  
  164. Player=game:GetService('Players').LocalPlayer
  165. Character=Player.Character
  166. Mouse=Player:GetMouse()
  167. m=Instance.new('Model',Character)
  168.  
  169.  
  170. local function weldBetween(a, b)
  171. local weldd = Instance.new("ManualWeld")
  172. weldd.Part0 = a
  173. weldd.Part1 = b
  174. weldd.C0 = CFrame.new()
  175. weldd.C1 = b.CFrame:inverse() * a.CFrame
  176. weldd.Parent = a
  177. return weldd
  178. end
  179.  
  180. it=Instance.new
  181.  
  182. function nooutline(part)
  183. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  184. end
  185.  
  186. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  187. local fp=it("Part")
  188. fp.formFactor=formfactor
  189. fp.Parent=parent
  190. fp.Reflectance=reflectance
  191. fp.Transparency=transparency
  192. fp.CanCollide=false
  193. fp.Locked=true
  194. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  195. fp.Name=name
  196. fp.Size=size
  197. fp.Position=Character.Torso.Position
  198. nooutline(fp)
  199. fp.Material=material
  200. fp:BreakJoints()
  201. return fp
  202. end
  203.  
  204. function swait(num)
  205. if num==0 or num==nil then
  206. game:service'RunService'.Heartbeat:wait(0)
  207. else
  208. for i=0,num do
  209. game:service'RunService'.Heartbeat:wait(0)
  210. end
  211. end
  212. end
  213.  
  214. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  215. local mesh=it(Mesh)
  216. mesh.Parent=part
  217. if Mesh=="SpecialMesh" then
  218. mesh.MeshType=meshtype
  219. mesh.MeshId=meshid
  220. end
  221. mesh.Offset=offset
  222. mesh.Scale=scale
  223. return mesh
  224. end
  225.  
  226. function weld(parent,part0,part1,c0,c1)
  227. local weld=it("Weld")
  228. weld.Parent=parent
  229. weld.Part0=part0
  230. weld.Part1=part1
  231. weld.C0=c0
  232. weld.C1=c1
  233. return weld
  234. end
  235.  
  236.  
  237. local function CFrameFromTopBack(at, top, back)
  238. local right = top:Cross(back)
  239. return CFrame.new(at.x, at.y, at.z,
  240. right.x, top.x, back.x,
  241. right.y, top.y, back.y,
  242. right.z, top.z, back.z)
  243. end
  244.  
  245. function Triangle(a, b, c)
  246. local edg1 = (c-a):Dot((b-a).unit)
  247. local edg2 = (a-b):Dot((c-b).unit)
  248. local edg3 = (b-c):Dot((a-c).unit)
  249. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  250. a, b, c = a, b, c
  251. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  252. a, b, c = b, c, a
  253. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  254. a, b, c = c, a, b
  255. else
  256. assert(false, "unreachable")
  257. end
  258.  
  259. local len1 = (c-a):Dot((b-a).unit)
  260. local len2 = (b-a).magnitude - len1
  261. local width = (a + (b-a).unit*len1 - c).magnitude
  262.  
  263. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  264.  
  265. local list = {}
  266.  
  267. local Color = BrickColor.new("Dark grey")
  268.  
  269. if len1 > 0.01 then
  270. local w1 = Instance.new('WedgePart', m)
  271. game:GetService("Debris"):AddItem(w1,5)
  272. w1.Material = "SmoothPlastic"
  273. w1.FormFactor = 'Custom'
  274. w1.BrickColor = BrickColor.new(Color)
  275. w1.Transparency = 0
  276. w1.Reflectance = 0
  277. w1.Material = "SmoothPlastic"
  278. w1.CanCollide = false
  279. NoOutline(w1)
  280. local sz = Vector3.new(0.2, width, len1)
  281. w1.Size = sz
  282. local sp = Instance.new("SpecialMesh",w1)
  283. sp.MeshType = "Wedge"
  284. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  285. w1:BreakJoints()
  286. w1.Anchored = true
  287. w1.Parent = workspace
  288. w1.Transparency = 0.7
  289. table.insert(Effects,{w1,"Disappear",.01})
  290. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  291. table.insert(list,w1)
  292. end
  293.  
  294. if len2 > 0.01 then
  295. local w2 = Instance.new('WedgePart', m)
  296. game:GetService("Debris"):AddItem(w2,5)
  297. w2.Material = "SmoothPlastic"
  298. w2.FormFactor = 'Custom'
  299. w2.BrickColor = BrickColor.new(Color)
  300. w2.Transparency = 0
  301. w2.Reflectance = 0
  302. w2.Material = "SmoothPlastic"
  303. w2.CanCollide = false
  304. NoOutline(w2)
  305. local sz = Vector3.new(0.2, width, len2)
  306. w2.Size = sz
  307. local sp = Instance.new("SpecialMesh",w2)
  308. sp.MeshType = "Wedge"
  309. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  310. w2:BreakJoints()
  311. w2.Anchored = true
  312. w2.Parent = workspace
  313. w2.Transparency = 0.7
  314. table.insert(Effects,{w2,"Disappear",.01})
  315. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  316. table.insert(list,w2)
  317. end
  318. return unpack(list)
  319. end
  320.  
  321.  
  322. so = function(id,par,vol,pit)
  323. coroutine.resume(coroutine.create(function()
  324. local sou = Instance.new("Sound",par or workspace)
  325. sou.Volume=vol
  326. sou.Pitch=pit or 1
  327. sou.SoundId=id
  328. swait()
  329. sou:play()
  330. game:GetService("Debris"):AddItem(sou,6)
  331. end))
  332. end
  333.  
  334. function clerp(a,b,t)
  335. local qa = {QuaternionFromCFrame(a)}
  336. local qb = {QuaternionFromCFrame(b)}
  337. local ax, ay, az = a.x, a.y, a.z
  338. local bx, by, bz = b.x, b.y, b.z
  339. local _t = 1-t
  340. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  341. end
  342.  
  343. function QuaternionFromCFrame(cf)
  344. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  345. local trace = m00 + m11 + m22
  346. if trace > 0 then
  347. local s = math.sqrt(1 + trace)
  348. local recip = 0.5/s
  349. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  350. else
  351. local i = 0
  352. if m11 > m00 then
  353. i = 1
  354. end
  355. if m22 > (i == 0 and m00 or m11) then
  356. i = 2
  357. end
  358. if i == 0 then
  359. local s = math.sqrt(m00-m11-m22+1)
  360. local recip = 0.5/s
  361. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  362. elseif i == 1 then
  363. local s = math.sqrt(m11-m22-m00+1)
  364. local recip = 0.5/s
  365. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  366. elseif i == 2 then
  367. local s = math.sqrt(m22-m00-m11+1)
  368. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  369. end
  370. end
  371. end
  372.  
  373. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  374. local xs, ys, zs = x + x, y + y, z + z
  375. local wx, wy, wz = w*xs, w*ys, w*zs
  376. local xx = x*xs
  377. local xy = x*ys
  378. local xz = x*zs
  379. local yy = y*ys
  380. local yz = y*zs
  381. local zz = z*zs
  382. 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))
  383. end
  384.  
  385. function QuaternionSlerp(a, b, t)
  386. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  387. local startInterp, finishInterp;
  388. if cosTheta >= 0.0001 then
  389. if (1 - cosTheta) > 0.0001 then
  390. local theta = math.acos(cosTheta)
  391. local invSinTheta = 1/math.sin(theta)
  392. startInterp = math.sin((1-t)*theta)*invSinTheta
  393. finishInterp = math.sin(t*theta)*invSinTheta
  394. else
  395. startInterp = 1-t
  396. finishInterp = t
  397. end
  398. else
  399. if (1+cosTheta) > 0.0001 then
  400. local theta = math.acos(-cosTheta)
  401. local invSinTheta = 1/math.sin(theta)
  402. startInterp = math.sin((t-1)*theta)*invSinTheta
  403. finishInterp = math.sin(t*theta)*invSinTheta
  404. else
  405. startInterp = t-1
  406. finishInterp = t
  407. end
  408. end
  409. 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
  410. end
  411.  
  412. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  413. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  414. end
  415.  
  416. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  417. if hit.Parent==nil then
  418. return
  419. end
  420. h=hit.Parent:FindFirstChild("Humanoid")
  421. for _,v in pairs(hit.Parent:children()) do
  422. if v:IsA("Humanoid") then
  423. h=v
  424. end
  425. end
  426. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  427. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  428. end
  429. if hit.Parent.className=="Hat" then
  430. hit=hit.Parent.Parent:findFirstChild("Head")
  431. end
  432. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  433. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  434. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  435. return
  436. end]]
  437. -- hs(hit,1.2)
  438. c=Instance.new("ObjectValue")
  439. c.Name="creator"
  440. c.Value=game:service("Players").LocalPlayer
  441. c.Parent=h
  442. game:GetService("Debris"):AddItem(c,.5)
  443. Damage=math.random(minim,maxim)
  444. -- h:TakeDamage(Damage)
  445. blocked=false
  446. block=hit.Parent:findFirstChild("Block")
  447. if block~=nil then
  448. print(block.className)
  449. if block.className=="NumberValue" then
  450. if block.Value>0 then
  451. blocked=true
  452. if decreaseblock==nil then
  453. block.Value=block.Value-1
  454. end
  455. end
  456. end
  457. if block.className=="IntValue" then
  458. if block.Value>0 then
  459. blocked=true
  460. if decreaseblock~=nil then
  461. block.Value=block.Value-1
  462. end
  463. end
  464. end
  465. end
  466. if blocked==false then
  467. -- h:TakeDamage(Damage)
  468. h.Health=h.Health-Damage
  469. showDamage(hit.Parent,Damage,.5,BrickColor.new("Dark stone grey"))
  470. else
  471. h.Health=h.Health-(Damage/2)
  472. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  473. end
  474. if Type=="Knockdown" then
  475. hum=hit.Parent.Humanoid
  476. hum.PlatformStand=true
  477. coroutine.resume(coroutine.create(function(HHumanoid)
  478. swait(1)
  479. HHumanoid.PlatformStand=false
  480. end),hum)
  481. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  482. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  483. local bodvol=Instance.new("BodyVelocity")
  484. bodvol.velocity=angle*knockback
  485. bodvol.P=5000
  486. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  487. bodvol.Parent=hit
  488. rl=Instance.new("BodyAngularVelocity")
  489. rl.P=3000
  490. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  491. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  492. rl.Parent=hit
  493. game:GetService("Debris"):AddItem(bodvol,.5)
  494. game:GetService("Debris"):AddItem(rl,.5)
  495. elseif Type=="Normal" then
  496. vp=Instance.new("BodyVelocity")
  497. vp.P=500
  498. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  499. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  500. if KnockbackType==1 then
  501. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  502. elseif KnockbackType==2 then
  503. vp.velocity=Property.CFrame.lookVector*knockback
  504. end
  505. if knockback>0 then
  506. vp.Parent=hit.Parent.Torso
  507. end
  508. game:GetService("Debris"):AddItem(vp,.5)
  509. elseif Type=="Up" then
  510. local bodyVelocity=Instance.new("BodyVelocity")
  511. bodyVelocity.velocity=vt(0,60,0)
  512. bodyVelocity.P=5000
  513. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  514. bodyVelocity.Parent=hit
  515. game:GetService("Debris"):AddItem(bodyVelocity,1)
  516. rl=Instance.new("BodyAngularVelocity")
  517. rl.P=3000
  518. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  519. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  520. rl.Parent=hit
  521. game:GetService("Debris"):AddItem(rl,.5)
  522. elseif Type=="Snare" then
  523. bp=Instance.new("BodyPosition")
  524. bp.P=2000
  525. bp.D=100
  526. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  527. bp.position=hit.Parent.Torso.Position
  528. bp.Parent=hit.Parent.Torso
  529. game:GetService("Debris"):AddItem(bp,1)
  530. elseif Type=="Target" then
  531. if Targetting==false then
  532. ZTarget=hit.Parent.Torso
  533. coroutine.resume(coroutine.create(function(Part)
  534. so("http://www.roblox.com/asset/?id=437928192",Part,1,1.5)
  535. swait(5)
  536. so("http://www.roblox.com/asset/?id=874084114",Part,1,1.5)
  537. end),ZTarget)
  538. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  539. targetgui=Instance.new("BillboardGui")
  540. targetgui.Parent=ZTarget
  541. targetgui.Size=UDim2.new(10,100,10,100)
  542. targ=Instance.new("ImageLabel")
  543. targ.Parent=targetgui
  544. targ.BackgroundTransparency=1
  545. targ.Image="rbxassetid://4834067"
  546. targ.Size=UDim2.new(1,0,1,0)
  547. cam.CameraType="Scriptable"
  548. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  549. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  550. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  551. Targetting=true
  552. RocketTarget=ZTarget
  553. for i=1,Property do
  554. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  555. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  556. swait()
  557. end
  558. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  559. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  560. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  561. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  562. end
  563. Targetting=false
  564. RocketTarget=nil
  565. targetgui.Parent=nil
  566. cam.CameraType="Custom"
  567. end
  568. end
  569. debounce=Instance.new("BoolValue")
  570. debounce.Name="DebounceHit"
  571. debounce.Parent=hit.Parent
  572. debounce.Value=true
  573. game:GetService("Debris"):AddItem(debounce,Delay)
  574. c=Instance.new("ObjectValue")
  575. c.Name="creator"
  576. c.Value=Player
  577. c.Parent=h
  578. game:GetService("Debris"):AddItem(c,.5)
  579. CRIT=false
  580. hitDeb=true
  581. AttackPos=6
  582. end
  583. end
  584.  
  585. showDamage=function(Char,Dealt,du,Color)
  586. m=Instance.new("Model")
  587. m.Name=tostring(Dealt)
  588. h=Instance.new("Humanoid")
  589. h.Health=0
  590. h.MaxHealth=0
  591. h.Parent=m
  592. c=Instance.new("Part")
  593. c.Transparency=0
  594. c.BrickColor=Color
  595. c.Name="Head"
  596. c.TopSurface=0
  597. c.BottomSurface=0
  598. c.formFactor="Plate"
  599. c.Size=Vector3.new(1,.4,1)
  600. ms=Instance.new("CylinderMesh")
  601. ms.Scale=Vector3.new(.8,.8,.8)
  602. if CRIT==true then
  603. ms.Scale=Vector3.new(1,1.25,1)
  604. end
  605. ms.Parent=c
  606. c.Reflectance=0
  607. Instance.new("BodyGyro").Parent=c
  608. c.Parent=m
  609. if Char:findFirstChild("Head")~=nil then
  610. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  611. elseif Char.Parent:findFirstChild("Head")~=nil then
  612. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  613. end
  614. f=Instance.new("BodyPosition")
  615. f.P=2000
  616. f.D=100
  617. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  618. f.position=c.Position+Vector3.new(0,3,0)
  619. f.Parent=c
  620. game:GetService("Debris"):AddItem(m,.5+du)
  621. c.CanCollide=false
  622. m.Parent=workspace
  623. c.CanCollide=false
  624. end
  625.  
  626. handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Maroon","Handle",Vector3.new(0.232000008, 0.812000036, 0.34799999))
  627. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146102905, -0.318485737, 0.839184284, 1.00000632, -4.93172472e-008, -0.000935511896, -0.000935515272, -6.51810888e-006, -1.00000536, 4.32263612e-008, 0.999999762, -6.51843266e-006))
  628. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Maroon","Hitbox",Vector3.new(5.11999989, 1.03200006, 0.800000012))
  629. Hitboxweld=weld(m,handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.26914215, -2.28439808, -0.0138931274, 5.5279628e-008, 0.000357966754, -0.999999583, -0.000903482374, 1.00000536, 0.000357964687, 1.00000632, 0.000903477019, 3.78699411e-007))
  630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.463999987, 0.200000003, 0.232000008))
  631. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0174179077, -4.69187212, -0.754995346, -1.0000025, 0.000546428899, -0.00286973943, -0.00286977179, -2.13581079e-005, 0.999995589, 0.000546361669, 1.00000572, 2.29263151e-005))
  632. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599992, 0.579999983, 0.927999973))
  634. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00373840332, -2.08894491, 2.90544128, 1.00000536, 0.00170327828, -1.6089453e-007, -0.00170328422, 1.00000441, 1.36183207e-005, 1.84098781e-007, -1.36177896e-005, 0.999999642))
  635. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.200000003, 0.231999993))
  637. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.79949474, -0.180219173, -0.227863312, -0.00172967673, 1.00001013, 2.24112646e-005, 6.46309104e-007, 2.24120486e-005, -0.999999523, -1.00001204, -0.00172966474, -6.85080067e-007))
  638. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.34799999, 0.200000003, 0.696000099))
  640. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.74123478, -0.409946442, 4.40184164, -0.00107316044, 1.00000525, 1.4551938e-005, 1.0000062, 0.00107315509, 7.93131278e-007, 7.77512412e-007, 1.45525482e-005, -0.999999642))
  641. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.69599998, 0.579999983, 0.927999914))
  643. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000267028809, -0.582561016, -1.50176382, 1.00001347, -3.86033207e-007, -3.92623845e-009, 3.77418473e-007, 1.00001156, 2.45045476e-006, 3.94029254e-009, -2.44983767e-006, 0.999999285))
  644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  645. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00412750244, 1.45268583, -1.05011797, 1.00001216, 0.00172310648, 2.03311345e-007, 0.00172311824, -1.00001025, 6.49886579e-006, 2.14497248e-007, -6.49923504e-006, -0.999999285))
  646. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  647. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(3.13199997, 0.231999978, 0.69599998))
  648. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.80415058, -0.524322987, -0.00103759766, 9.72363068e-007, 2.15515029e-005, -0.999999285, -0.00172366935, 1.00001025, 2.15501732e-005, 1.00001216, 0.00172365736, 1.0095107e-006))
  649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.463999987, 0.231999993, 0.232000008))
  650. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00213241577, 0.754931927, -3.58990145, -1.00000894, 0.00341619202, 7.19290369e-007, -0.00341618108, -1.00000799, -2.25470994e-005, 6.42287603e-007, -2.25490967e-005, 0.999999642))
  651. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.200000003, 0.231999993))
  653. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.79969883, -0.180217266, 0.23601532, -0.00172980642, 1.00001013, 2.24137202e-005, 6.46412275e-007, 2.24145024e-005, -0.999999285, -1.00001204, -0.00172979443, -6.85189946e-007))
  654. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  656. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00409317017, 1.45303392, 2.21011066, -1.00001216, -0.00168438489, -1.55491065e-007, 0.00168439688, -1.00001025, 6.03345643e-006, -1.6564087e-007, 6.03390299e-006, 0.999999285))
  657. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.928000152, 0.34799999))
  659. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164337158, 0.00995254517, 0.378734589, 1.00000417, -0.000275396451, 0.000659934303, -0.000271914061, 0.707111299, 0.70709461, -0.000661380531, -0.707101762, 0.707109511))
  660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.463999957, 0.452400029))
  661. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0109825134, -0.0555400848, 0.707753658, 1.00001204, 0.00170851196, -1.88033137e-005, -0.0017085236, 1.00001013, 1.71195006e-005, 1.88328195e-005, -1.70869171e-005, 0.999999285))
  662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.812000036, 0.200000003, 0.200000003))
  663. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.96466255, -0.414768219, 0.721370459, -0.00134572294, 0.500003576, 0.866025984, 1.00001371, 0.000263436057, 0.00140178087, 0.000472741085, 0.866039276, -0.499996334))
  664. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0.60000002384186,"Dark red","Part",Vector3.new(2.31999993, 0.34799999, 0.200000003))
  666. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2697916, -1.39367867, 0.285621643, 9.60484385e-007, 2.34255967e-005, -0.999999404, -0.00169333746, 1.00001848, 2.34244617e-005, 1.00002027, 0.00169331662, 1.00015268e-006))
  667. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  668. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999904, 0.231999978, 0.69599998))
  669. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.02214336, -0.756259918, -0.00161361694, 9.72405815e-007, 2.15511936e-005, -0.999999046, -0.00172374037, 1.00001574, 2.15500022e-005, 1.00001884, 0.00172372279, 1.00955594e-006))
  670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.812000036, 0.34799999))
  671. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164260864, 0.299938202, -0.537542105, 1.00001764, -0.000275420141, 0.000659916259, -0.000271896773, 0.707119524, 0.707094133, -0.000661385478, -0.707109988, 0.707109034))
  672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.579999983, 0.695999742, 0.463999987))
  673. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39053106, -0.458235741, -0.011390686, -0.000440491422, 1.00001991, 1.48311792e-005, -5.82179155e-007, -1.48307363e-005, 0.999999404, 1.00002158, 0.000440472504, 5.88722855e-007))
  674. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.200000003, 0.200000003))
  676. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0137062073, 0.00253915787, -1.46745825, -1.00000048, 0.00355784409, 1.83245029e-005, 0.00355784269, 0.999999583, 2.01142084e-005, -1.82529657e-005, 2.0179079e-005, -0.999999642))
  677. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.200000003, 0.200000003))
  679. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0136070251, 0.113649845, 0.986213684, -1.00001204, -0.00167019933, -1.89533148e-005, 0.0016702119, -1.00001013, -2.11289407e-005, -1.89182501e-005, -2.11601837e-005, 0.999999285))
  680. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  681. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.812000036, 0.200000003, 0.200000003))
  682. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.96466923, 0.397167206, 0.721361637, -0.0013458092, 0.50001061, 0.86602205, 1.00001383, 0.00026367465, 0.00140174653, 0.000472528627, 0.866035402, -0.500003278))
  683. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  684. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.69599998, 0.200000003, 0.928000033))
  685. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.56735134, -0.408821106, 3.24180651, -0.000670250331, 1.00001955, 1.51960503e-005, 1.00002134, 0.000670230889, 6.58439376e-007, 6.48245248e-007, 1.51957993e-005, -0.999999404))
  686. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  687. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0.60000002384186,"Dark red","Part",Vector3.new(2.31999993, 0.34799999, 0.200000003))
  688. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26982021, -1.39350224, -0.295120239, 1.08945255e-006, 2.34336403e-005, -0.999999404, -0.00210836693, 1.00001788, 2.34318177e-005, 1.00001955, 0.00210834551, 1.13885642e-006))
  689. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  690. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999904, 0.231999978, 0.69599998))
  691. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.02117348, 1.4526372, 0.0043182373, -8.55062524e-007, -7.5024268e-006, -0.999999642, 0.00172491686, -1.00000417, 7.50057416e-006, -1.00000513, -0.00172491092, 8.67988547e-007))
  692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  693. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.170059204, -2.2058959, 4.45978069, -1.00001419, -0.00135475828, -4.16571709e-007, -0.00135477353, 1.00001323, 4.34294707e-005, 3.57724417e-007, 4.34299582e-005, -0.999999642))
  694. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 0.579999983, 0.579999983))
  695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.232000008, 0.200000003, 0.34800005))
  696. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00218582153, -0.812090874, 2.42410946, 1.0000062, -0.000122337253, -0.000491121027, -0.000139618875, 0.866030037, -0.499999434, 0.000486493052, 0.500002682, 0.866024911))
  697. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  698. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.34799999, 0.200000003))
  699. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00135040283, 0.462905884, 3.42825031, -1.00001216, -0.00170107209, -3.2242329e-007, 0.00170108408, -1.00001025, -4.80908056e-007, -3.21594428e-007, -4.80819381e-007, 0.999999285))
  700. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  701. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 1.27600002, 0.69599998))
  702. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00625753403, -1.16150713, -0.00413131714, 9.68375389e-007, 2.27232595e-005, -0.999999404, -0.00171916001, 1.00001824, 2.27220989e-005, 1.00002003, 0.00171913893, 1.0074408e-006))
  703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  704. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.174598694, -2.20604086, 4.45978403, -1.0000217, 3.07324808e-006, 3.6950091e-008, 3.05491267e-006, 1.00001991, 4.44986144e-005, -3.68387809e-008, 4.44985162e-005, -0.999999404))
  705. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 0.579999983, 0.579999983))
  706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.231999993, 0.34800005))
  707. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.7220459e-005, -0.171551704, 2.84820986, 1.00001347, 1.32246059e-005, -1.8708166e-005, -1.32331043e-005, 1.00001156, 9.19823833e-007, 1.87084588e-005, -9.18944352e-007, 0.999999285))
  708. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.812000155, 0.200000003, 0.231999993))
  709. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90776682, -1.85868549, -0.00782012939, 1.8466252e-006, 2.3490722e-005, -0.999999404, -0.00454348512, 1.0000093, 2.34826093e-005, 1.00001109, 0.00454345904, 1.95331836e-006))
  710. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.232000038, 0.463999987))
  712. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.69186592, -0.987005711, -0.00565719604, 1.16656577e-006, 2.24069317e-005, -0.999999642, -0.0023512831, 1.00000334, 2.24043106e-005, 1.00000429, 0.00235127681, 1.21924631e-006))
  713. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599992, 0.463999987, 0.34799999))
  715. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.008228302, -2.14741659, -0.0642538071, -1.00000715, 0.00357599347, 3.75979994e-007, 0.00357599184, 1.00000525, 2.70939381e-007, -3.75028975e-007, 2.71639692e-007, -0.999999285))
  716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.200000003, 0.200000003))
  718. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000347137451, -1.8586607, -0.167779922, 1.00002146, -7.44219869e-006, -3.64530095e-008, 7.4239797e-006, 1.00001967, 2.38242046e-006, 3.6459241e-008, -2.38146504e-006, 0.999999404))
  719. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.200000003, 0.200000003))
  721. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0133476257, 0.114125729, -1.46745729, 1.00000048, -0.00355736027, 1.89384191e-005, -0.00355735887, -0.999999583, 2.02438559e-006, 1.8931225e-005, -2.09207792e-006, -0.999999642))
  722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(1.74000013, 0.232000083, 0.69599998))
  724. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.64782763, -2.03162193, -0.00580215454, 1.18259686e-006, 2.35495809e-005, -0.999999404, -0.00240779901, 1.00001693, 2.35471889e-005, 1.00001872, 0.00240777642, 1.23929362e-006))
  725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(2.31999993, 0.232000008, 0.463999987))
  726. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26977873, -1.68380308, -0.00464248657, 1.04666037e-006, 2.36031628e-005, -0.999999285, -0.00197039847, 1.00000978, 2.36014093e-005, 1.00001168, 0.00197038613, 1.09316613e-006))
  727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.463999987, 0.579999983, 1.15999985))
  728. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000141143799, -0.00238656998, -1.38578653, 1.00001347, -2.6228372e-007, -3.18987103e-009, 2.53668986e-007, 1.00001156, 2.2798049e-006, 3.2041374e-009, -2.27918736e-006, 0.999999285))
  729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.34800005, 0.200000003, 0.200000003))
  730. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.12457228, 0.377754211, -2.04072428, -0.00161815656, 2.28647568e-005, 0.999998331, 1.00000501, -0.000935775577, 0.00161816564, 0.000935807999, 1.00000536, -2.13500443e-005))
  731. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.69599998, 0.34800005))
  733. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00218963623, -1.21802139, 2.42397022, 1.00000656, -0.000122337195, -0.000491121318, -0.000139618875, 0.866030455, -0.499999672, 0.000486493111, 0.500002742, 0.866025031))
  734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.200000003, 0.59740001))
  735. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012588501, -0.230174541, 1.22678614, 1.00001204, 0.00170156895, -1.85436711e-005, -0.00170158059, 1.00001013, 1.60903783e-005, 1.85713052e-005, -1.60583568e-005, 0.999999285))
  736. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.232000187, 0.200000003, 0.200000003))
  738. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.28582335, -2.20614576, 0.16740036, 1.29392276e-006, 2.35486077e-005, -0.999999285, -0.00276590372, 1.00000787, 2.35452953e-005, 1.00000978, 0.00276589021, 1.3590477e-006))
  739. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  740. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright green","Part",Vector3.new(0.579999983, 0.927999735, 0.463999987))
  741. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39041233, -1.27023077, -0.011089325, -0.000441556913, 1.00001168, 1.47172686e-005, -5.82458881e-007, -1.47170649e-005, 0.999999285, 1.00001359, 0.0004415476, 5.88964099e-007))
  742. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.463999987, 0.200000003, 0.928000033))
  744. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.56732988, 0.403812408, 3.24179888, -0.000671263493, 1.00000596, 1.39352715e-005, 1.00000691, 0.000671258371, 6.59181296e-007, 6.49824415e-007, 1.39354743e-005, -0.999999642))
  745. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  746. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1.27600002, 0.69599998))
  747. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.180254936, -1.16150093, -0.0041885376, 9.68362087e-007, 2.2722732e-005, -0.999999285, -0.00171916536, 1.00001013, 2.27213986e-005, 1.00001204, 0.00171915337, 1.00742602e-006))
  748. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1))
  749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.231999993, 0.916400015))
  750. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164260864, 0.589895248, 0.094648838, 1.00001764, -0.000275413156, 0.000659923593, -0.000271906902, 0.707119524, 0.707094133, -0.000661385711, -0.707109988, 0.707109034))
  751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.34799999, 0.200000003))
  752. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00074005127, -0.113721371, 2.02377272, 1.00001466, -2.03231466e-005, 3.07392952e-007, -2.03155214e-005, -1.00001335, -1.85632734e-006, 3.07421914e-007, 1.85568797e-006, -0.999999404))
  753. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599992, 0.232000008, 0.200000003))
  755. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000648498535, 0.523108482, 3.42824936, -1.00001204, -0.00170232763, -3.22026239e-007, 0.00170233962, -1.00001013, -4.4727858e-007, -3.21253964e-007, -4.47188995e-007, 0.999999285))
  756. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  757. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599992, 0.232000008, 0.231999993))
  758. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00292205811, -2.03163147, 4.63377762, -1.00001311, -0.000978587777, -2.91069369e-007, -0.000978597905, 1.00001121, 4.45006881e-005, 2.4750986e-007, 4.45008554e-005, -0.999999285))
  759. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.62399995, 0.927999794, 0.928000033))
  761. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1038084, 0.702246666, -0.00408935547, -0.00171928364, 1.00001013, 1.46179427e-005, -5.92813478e-007, -1.46185203e-005, 0.999999285, 1.00001204, 0.00171927165, 6.17952878e-007))
  762. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.463999987))
  764. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.180233479, -1.85741377, -0.00400161743, 9.68401537e-007, 2.21498412e-005, -0.999999285, -0.00171989296, 1.00001013, 2.2148517e-005, 1.00001204, 0.00171988097, 1.00649675e-006))
  765. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 0.580000103, 1))
  766. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.463999987, 0.34799999, 0.200000003))
  767. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00061416626, 0.113962173, -0.515907764, 1.00000679, 8.48609488e-007, -1.58665658e-009, -8.52916855e-007, 1.00000584, 8.92841399e-007, 1.59491531e-009, -8.9252535e-007, 0.999999642))
  768. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.69599998, 0.200000003, 0.200000003))
  770. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000152587891, 0.350605965, -0.979739666, -1.00001347, 3.24973371e-007, -3.23643548e-007, -3.16358637e-007, -1.00001156, -4.67361169e-005, -3.23648152e-007, -4.67360405e-005, 0.999999285))
  771. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.200000003, 0.231999978))
  773. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0134773254, -2.03588963, 0.0627288818, 1.0000118, 0.00168008753, -0.000919409504, -0.000919448154, 1.43879734e-005, -0.999998927, -0.00168008532, 1.00001025, 1.59331266e-005))
  774. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.34799999, 0.34799999))
  776. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00144577026, 0.465278625, 2.25577259, 1.00000525, -0.00357661862, 2.83521615e-007, -0.00357662095, -1.00000381, -2.32054535e-005, 3.66508516e-007, 2.32040093e-005, -0.999999404))
  777. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.231999993, 0.69599998))
  779. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.4577775, -0.755722523, -0.00420379639, 9.68686891e-007, 2.31499107e-005, -0.999999285, -0.00171863148, 1.00001037, 2.31485628e-005, 1.00001228, 0.00171861949, 1.00847365e-006))
  780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.927999914, 0.231999978, 0.69599998))
  781. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.63014698, -0.756272316, -0.00161361694, 9.72395696e-007, 2.15512227e-005, -0.999999285, -0.00172371534, 1.00001013, 2.15498931e-005, 1.00001204, 0.00172370335, 1.00954367e-006))
  782. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  783. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000984191895, -0.756361485, 0.354147911, 1.00001216, 0.00168376672, -1.40138248e-008, -0.00168377871, 1.00001025, 2.1083024e-005, 4.95281753e-008, -2.10825874e-005, 0.999999285))
  784. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  785. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.463999987, 0.200000003, 0.231999844))
  786. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.19616699e-005, -0.350408554, -0.921793938, 1.00001347, 8.28295015e-008, -2.89782998e-009, -9.14442353e-008, 1.00001156, 2.05126844e-006, 2.91285485e-009, -2.05064771e-006, 0.999999285))
  787. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  788. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.200000003, 0.463999987))
  789. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00622749329, -1.85754061, -0.00392532349, 9.6856877e-007, 2.22277413e-005, -0.999999285, -0.00171961775, 1.00001037, 2.2226408e-005, 1.00001228, 0.00171960576, 1.00679244e-006))
  790. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1))
  791. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(3.13199997, 0.231999978, 0.69599998))
  792. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.804111, 1.68473339, 0.00412750244, -8.36535833e-007, -6.4935798e-006, -0.999999285, 0.00172392465, -1.00001013, 6.49140156e-006, -1.00001204, -0.00172391266, 8.47700733e-007))
  793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  794. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00101089478, -0.756358147, 3.25414419, 1.00001884, 0.00168378535, -1.40127501e-008, -0.00168380293, 1.00001574, 2.10829876e-005, 4.953597e-008, -2.1082411e-005, 0.999999046))
  795. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.200000003, 0.200000003))
  797. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00154876709, -0.345762253, -0.747890472, -1.00000513, 0.00184790534, -9.90573952e-008, -0.00184790278, -1.00000417, -3.50944756e-005, -1.63901603e-007, -3.50941227e-005, 0.999999642))
  798. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  799. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.200000003, 0.231999993))
  800. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00116729736, 0.582655907, 0.921771049, 1.0000118, -0.0018872465, 3.00768534e-007, -0.00188724138, -1.00000989, -2.33032779e-006, 3.05155339e-007, 2.32914181e-006, -0.999999285))
  801. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(2.31999993, 0.34799999, 0.69599998))
  803. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26979065, -1.04566193, -0.00424575806, 9.68193035e-007, 2.35501375e-005, -0.999999285, -0.00171805895, 1.00001037, 2.35487987e-005, 1.00001228, 0.00171804742, 1.00865361e-006))
  804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.232000187, 0.200000003, 0.200000003))
  805. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.28582954, -2.20552588, -0.181804657, 1.45761271e-006, 2.37911408e-005, -0.999999285, -0.00329261925, 1.00000644, 2.37865734e-005, 1.00000834, 0.00329260482, 1.53593442e-006))
  806. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.69599998, 0.200000003, 0.928000033))
  808. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.56748581, 0.403205872, 3.24181366, -0.000669696892, 1.00001156, 1.54301233e-005, 1.00001347, 0.000669687288, 6.58446311e-007, 6.48107061e-007, 1.54301015e-005, -0.999999285))
  809. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599992, 0.232000008, 0.34799999))
  811. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00191497803, -2.03143692, -2.60386896, 1.00001359, 0.000368760899, 2.53006078e-007, -0.000368769979, 1.00001168, 2.77856907e-006, -2.51969908e-007, -2.77804475e-006, 0.999999285))
  812. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  813. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.231999993, 0.231999993))
  814. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.79963732, -0.0062046051, -0.227901459, -0.00172873132, 1.00001025, 2.30093628e-005, 6.45988621e-007, 2.30101468e-005, -0.999999285, -1.00001216, -0.00172871957, -6.85771909e-007))
  815. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  816. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.200000003, 0.200000003))
  817. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000247955322, -1.85837555, 0.515717983, -1.00001347, 0.00037799112, 1.62256811e-007, 0.000377983262, 1.00001156, 4.46234044e-005, -1.45407441e-007, 4.4623368e-005, -0.999999285))
  818. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  819. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599992, 0.231999993, 0.200000003))
  820. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00257110596, -1.6831336, 3.42826033, 1.00001204, 0.00170258048, -1.60158933e-007, -0.00170259248, 1.00001013, 1.46196398e-005, 1.8506725e-007, -1.46188831e-005, 0.999999285))
  821. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  822. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.200000003, 0.200000003))
  823. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000370025635, -1.8587203, -1.44380522, 1.00001359, -8.11205246e-006, -3.67194701e-008, 8.10361234e-006, 1.00001168, 2.74641434e-006, 3.67127662e-008, -2.74579975e-006, 0.999999285))
  824. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  825. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(2.31999993, 0.231999993, 0.200000003))
  826. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.27035666, -1.68360662, 0.293216705, -6.99449004e-007, 0.000311892974, 0.999999285, -0.00104407989, 1.00001121, -0.000311888987, -1.00001323, -0.00104407, -3.73821621e-007))
  827. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  828. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.928000152, 0.464000016, 0.463999987))
  829. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.16985369, -0.871246338, -0.0051651001, 1.16509625e-006, 2.38373486e-005, -0.999998808, -0.00235050265, 1.00001895, 2.38351458e-005, 1.00002158, 0.00235049031, 1.22111521e-006))
  830. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.232000008, 0.200000003, 1.04399979))
  831. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000732421875, 0.345625401, -1.32782841, 1.00001347, 1.57987233e-006, -3.28700223e-009, -1.58848707e-006, 1.00001156, 1.30031594e-006, 3.30395888e-009, -1.29968794e-006, 0.999999285))
  832. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  833. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000172, 0.200000003, 0.231999993))
  834. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.341750622, -1.85878611, -0.00778961182, 1.84655323e-006, 2.3751556e-005, -0.999999285, -0.00454270514, 1.00000131, 2.3743276e-005, 1.00000322, 0.00454268791, 1.9544193e-006))
  835. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  836. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.69599998, 0.200000003, 1.2759999))
  837. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -0.466629028, -0.399776936, 1.00001347, -3.22703272e-007, -3.16622373e-009, 3.14088538e-007, 1.00001156, 2.64065238e-006, 3.18028226e-009, -2.6400412e-006, 0.999999285))
  838. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  839. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  840. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0040397644, 1.45275879, 0.354114056, -1.00001884, -0.00168373343, -1.7531282e-007, 0.00168375147, -1.00001597, 6.02276077e-006, -1.85434587e-007, 6.02347882e-006, 0.999999166))
  841. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  842. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.231999993, 0.231999993))
  843. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.79963207, -0.00620794296, 0.236164093, -0.00172861468, 1.00001025, 2.30448168e-005, 6.46028013e-007, 2.30456026e-005, -0.999999285, -1.00001216, -0.00172860292, -6.85869907e-007))
  844. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  845. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.62399995, 1.27599967, 0.928000033))
  846. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10384512, 2.7322464, -0.00403213501, -0.00171939307, 1.00001013, 1.46226739e-005, -5.92917615e-007, -1.46232505e-005, 0.999999285, 1.00001204, 0.00171938131, 6.18066792e-007))
  847. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  848. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.231999993, 0.200000003, 0.200000003))
  849. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000701904297, -0.345462322, 1.90779448, 1.00001347, -2.00413051e-005, 3.0602007e-007, -2.00327486e-005, -1.00001156, -2.15015098e-006, 3.06052669e-007, 2.14952706e-006, -0.999999285))
  850. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  851. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(1.04400015, 0.811999977, 0.69599998))
  852. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.2278223, -1.50939083, -0.00476455688, 1.06762559e-006, 2.37910026e-005, -0.999999285, -0.00203778502, 1.00000966, 2.37891327e-005, 1.00001156, 0.00203777291, 1.11610427e-006))
  853. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.463999987, 0.200000003, 0.928000033))
  854. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.56723642, -0.411323547, 3.2417984, -0.000671109243, 1.0000056, 1.40209831e-005, 1.00000656, 0.000671104353, 6.59014859e-007, 6.49602271e-007, 1.40211887e-005, -0.999999642))
  855. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  856. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  857. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00456619263, 1.45251989, 3.25319099, -1.00000548, -0.00168398093, -1.74997453e-007, 0.0016839871, -1.00000453, 7.01806357e-006, -1.86809473e-007, 7.01812223e-006, 0.999999642))
  858. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  859. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  860. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0012512207, 0.756712437, 0.921786785, 1.00001192, -0.00188787864, 2.99965563e-007, -0.00188787398, -1.00001001, -2.71932527e-006, 3.05087923e-007, 2.71814042e-006, -0.999999285))
  861. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  862. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  863. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00101852417, -0.756660938, -1.05014706, -1.00001204, -0.00172244979, 6.12758271e-008, -0.00172246178, 1.00001013, 2.15474902e-005, -9.84062183e-008, 2.15469754e-005, -0.999999285))
  864. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  865. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.580000103, 2.204))
  866. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00379943848, -2.08976412, 1.34025192, 1.00001204, 0.00171907921, 2.17523793e-005, -0.00171909155, 1.00001013, 1.06986054e-005, -2.17342458e-005, -1.07354717e-005, 0.999999285))
  867. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(1.27600014, 1.04400003, 0.69599998))
  868. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.06781864, -1.39336252, -0.00276947021, 6.42567954e-007, 2.37156328e-005, -0.999999285, -0.000670476642, 1.00001156, 2.37155527e-005, 1.00001347, 0.000670467038, 6.58474448e-007))
  869. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.696000159, 0.200000003, 0.232000008))
  870. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.457955837, -0.580825329, -0.0055770874, 1.16664842e-006, 2.21116316e-005, -0.999999642, -0.00235209521, 1.00000632, 2.21090704e-005, 1.00000727, 0.0023520845, 1.21865253e-006))
  871. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  872. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  873. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00102996826, -0.756342888, -2.7901454, -1.00001884, -0.00172247365, 6.13245135e-008, -0.001722491, 1.00001574, 2.15474611e-005, -9.84643691e-008, 2.15468062e-005, -0.999999046))
  874. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  875. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.927999973, 0.200000003))
  876. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.35656452, -0.0282249451, -2.04077148, -0.00161817856, 2.2865348e-005, 0.999997616, 1.00001848, -0.000935790653, 0.00161816448, 0.000935816381, 1.00001693, -2.13497078e-005))
  877. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 0.579999983))
  878. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.34799999, 0.200000003, 0.696000099))
  879. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.7414937, 0.402587891, 4.40184164, -0.00107212085, 1.00001121, 1.57967261e-005, 1.00001311, 0.00107211061, 7.93275149e-007, 7.76334844e-007, 1.57971135e-005, -0.999999285))
  880. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  881. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.231999993, 0.200000003, 0.200000003))
  882. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0135307312, 0.00276422501, 0.986213207, 1.00001204, 0.00167110038, -1.825656e-005, -0.00167111226, 1.00001013, -1.0784629e-006, 1.82550084e-005, 1.10962583e-006, 0.999999285))
  883. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  884. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(0.232000008, 0.231999964, 0.200000003))
  885. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0116043091, -0.169836521, 2.03595734, 1.00001204, 0.00170413801, -1.86736106e-005, -0.00170414965, 1.00001013, 1.63084733e-005, 1.87016558e-005, -1.62761844e-005, 0.999999285))
  886. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  887. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.927999914, 0.231999978, 0.69599998))
  888. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.62992048, 1.45317078, 0.00423812866, -8.35475475e-007, -7.49478841e-006, -0.999999642, 0.00172465458, -1.00001037, 7.49267065e-006, -1.00001204, -0.00172464119, 8.48372508e-007))
  889. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.69599998, 0.232000008, 0.231999993))
  890. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0048866272, 1.45256662, -2.78931189, 1.00000513, 0.00172351021, 2.02878823e-007, 0.00172351615, -1.00000417, 7.49809578e-006, 2.15795779e-007, -7.49809897e-006, -0.999999642))
  891. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  892. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  893. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.170646667, -2.20620346, -4.11187887, 1.00001299, 0.00135321938, 4.18644504e-007, -0.00135323033, 1.00001109, 2.83407667e-006, -4.147997e-007, -2.83402255e-006, 0.999999285))
  894. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 0.579999983, 0.579999983))
  895. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.34800005, 0.200000003, 0.200000003))
  896. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.12456751, -0.434249878, -2.04071569, -0.00161815656, 2.28647568e-005, 0.999998331, 1.00000501, -0.000935775577, 0.00161816564, 0.000935807999, 1.00000536, -2.13500443e-005))
  897. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 0.579999983))
  898. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Part",Vector3.new(2.31999993, 0.231999993, 0.200000003))
  899. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.27036333, -1.68534136, 0.286766052, 4.37200288e-006, -0.00031248352, -0.999999225, -0.00104415184, 1.00001121, -0.000312483375, 1.00001323, 0.00104414311, 4.04568164e-006))
  900. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983))
  901. Barrel=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Maroon","Barrel",Vector3.new(0.695999742, 0.200000003, 0.928000033))
  902. Barrelweld=weld(m,handle,Barrel,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09376717, 3.31707621, -0.00493240356, -0.00171980122, 1.00000441, 1.36221133e-005, -5.93967741e-007, -1.36229164e-005, 0.999999642, 1.00000536, 0.00171979528, 6.1739911e-007))
  903. mesh("CylinderMesh",Barrel,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1))
  904.  
  905. LASER_WIDTH = 5
  906. LASER_MAGIC_CIRCLE_DISTANCE = 6.25
  907. laser_data = {}
  908.  
  909. player=game.Players.localPlayer
  910. char=player.Character
  911. active=false
  912.  
  913. math = {
  914. abs = math.abs,
  915. acos = math.acos,
  916. asin = math.asin,
  917. atan = math.atan,
  918. atan2 = math.atan2,
  919. ceil = math.ceil,
  920. cos = math.cos,
  921. cosh = math.cosh,
  922. deg = math.deg,
  923. exp = math.exp,
  924. floor = math.floor,
  925. fmod = math.fmod,
  926. frexp = math.frexp,
  927. huge = math.huge,
  928. ldexp = math.ldexp,
  929. log = math.log,
  930. log10 = math.log10,
  931. max = math.max,
  932. min = math.min,
  933. modf = math.modf,
  934. phi = 1.618033988749895,
  935. pi = math.pi,
  936. pow = math.pow,
  937. rad = math.rad,
  938. random = math.random,
  939. randomseed = math.randomseed,
  940. sin = math.sin,
  941. sinh = math.sinh,
  942. sqrt = math.sqrt,
  943. tan = math.tan,
  944. tanh = math.tanh,
  945. tau = 2 * math.pi
  946. }
  947. magicCircleData = {}
  948. MAGIC_CIRCLE_DEFAULT_OFFSET = 6.25
  949. function AnimateMagicCircle(data)
  950. local frame, direction, magic_circle_model, magic_circle_part, magic_circle_light, magic_circle_decal_back, magic_circle_decal_front, duration,
  951.  
  952. stay, magic_circle_adornee_func, magic_circle_offset = unpack(data)
  953. frame = frame + 1
  954. data[1] = frame
  955. local transparency = (frame / duration) ^ stay
  956. local opacity = 1 - transparency
  957. if frame == duration then
  958. pcall(game.Destroy, magic_circle_model)
  959. magicCircleData[data] = nil
  960. else
  961. if magic_circle_model.Parent ~= workspace then
  962. magic_circle_model.Parent=workspace
  963. end
  964. local magic_circle_adornee = magic_circle_adornee_func()
  965. magic_circle_position = magic_circle_adornee.Position + direction * magic_circle_offset
  966. local magic_circle_cframe = CFrame.new(magic_circle_position, magic_circle_position + direction) * CFrame.Angles(0, 0, math.tau * frame /
  967.  
  968. 25)
  969. magic_circle_part.CFrame = magic_circle_cframe
  970. magic_circle_light.Brightness = opacity
  971. magic_circle_decal_back.Transparency = transparency
  972. magic_circle_decal_front.Transparency = transparency
  973. end
  974. end
  975. function CreateMagicCircle(target, magic_circle_scale, magic_circle_image, light_color, duration, stay, magic_circle_adornee_func,
  976.  
  977. magic_circle_offset)
  978. local magic_circle_adornee = magic_circle_adornee_func()
  979. if magic_circle_adornee then
  980. local origin = magic_circle_adornee.Position
  981. local direction = (target - origin).unit
  982. local magic_circle_position = origin + direction * magic_circle_offset
  983. local magic_circle_cframe = CFrame.new(magic_circle_position, magic_circle_position + direction)
  984. local magic_circle_model = Instance.new("Model")
  985. local magic_circle_part = Instance.new("Part", magic_circle_model)
  986. local magic_circle_mesh = Instance.new("BlockMesh", magic_circle_part)
  987. local magic_circle_light = Instance.new("PointLight", magic_circle_part)
  988. local magic_circle_decal_back = Instance.new("Decal", magic_circle_part)
  989. local magic_circle_decal_front = Instance.new("Decal", magic_circle_part)
  990. magic_circle_model.Archivable = false
  991. magic_circle_part.Anchored = true
  992. magic_circle_part.BottomSurface = "Smooth"
  993. magic_circle_part.CanCollide = false
  994. magic_circle_part.CFrame = magic_circle_cframe
  995. magic_circle_part.FormFactor = "Custom"
  996. magic_circle_part.Locked = true
  997. magic_circle_part.Size = Vector3.new(0.2, 0.2, 0.2)
  998. magic_circle_part.TopSurface = "Smooth"
  999. magic_circle_part.Transparency = 1
  1000. magic_circle_mesh.Scale = Vector3.new(60, 60, 0) * magic_circle_scale
  1001. magic_circle_light.Color = light_color
  1002. magic_circle_light.Range = 16 * magic_circle_scale
  1003. magic_circle_light.Shadows = true
  1004. magic_circle_decal_back.Face = "Back"
  1005. magic_circle_decal_back.Texture = magic_circle_image
  1006. magic_circle_decal_front.Face = "Front"
  1007. magic_circle_decal_front.Texture = magic_circle_image
  1008. magic_circle_model.Parent = workspace
  1009. local data = {0, direction, magic_circle_model, magic_circle_part, magic_circle_light, magic_circle_decal_back, magic_circle_decal_front,
  1010.  
  1011. duration, stay, magic_circle_adornee_func, magic_circle_offset}
  1012. magicCircleData[data] = true
  1013. return data
  1014. end
  1015. end
  1016.  
  1017. --GraphicalEffects.fragmentation = {}
  1018. function AnimateLaserOfDeath(data)
  1019. local frame, directionOrientation, direction, magic_circle_model, laser_part, laser_mesh, magic_circle_part, magic_circle_light,
  1020.  
  1021. magic_circle_decal_back, magic_circle_decal_front, sound, laser_scale, fragmentation_size, duration, laser_lights, laser_effects, stay, light_effects =
  1022.  
  1023. unpack(data)
  1024. local laser_color = laser_part.Color
  1025. frame = frame + 1
  1026. data[1] = frame
  1027. local transparency = (frame / duration) ^ stay
  1028. local opacity = 1 - transparency
  1029. if frame == 2 then
  1030. sound:Play()
  1031. end
  1032. if frame == duration then
  1033. pcall(game.Destroy, magic_circle_model)
  1034. laser_data[data] = nil
  1035. else
  1036. if magic_circle_model.Parent ~= workspace then
  1037. magic_circle_model.Parent=workspace
  1038. end
  1039. local laser_distance = 0
  1040. local origin = Barrel.CFrame
  1041. if not light_effects then
  1042. direction = (origin * directionOrientation - origin.p).unit
  1043. end
  1044. local magic_circle_position = origin.p + direction * LASER_MAGIC_CIRCLE_DISTANCE
  1045. local magic_circle_cframe = CFrame.new(magic_circle_position, magic_circle_position + direction) * CFrame.Angles(0, 0, math.tau * frame /
  1046.  
  1047. 25)
  1048. local loop_scale = (laser_scale - 1) / 10
  1049. for x_offset = -loop_scale, loop_scale, 2 do
  1050. for y_offset = -loop_scale, loop_scale, 2 do
  1051. local origin_position = magic_circle_cframe * Vector3.new(x_offset, y_offset, 0)
  1052. for index = 1, 8 do
  1053. local part, position
  1054. for ray_index = 1, 10 do
  1055. local ray = Ray.new(origin_position + direction * (999 * (ray_index - 1)), direction * 999)
  1056. part, position = workspace:FindPartOnRay(ray, magic_circle_model)
  1057. if part then
  1058. break
  1059. end
  1060. end
  1061. if part then
  1062. laser_distance = (position - origin_position).magnitude
  1063. if frame % 8 == 1 and index == 1 then
  1064. Instance.new("Explosion", workspace).Position = position
  1065. end
  1066. if not part:IsA("Terrain") then
  1067. pcall(part.BreakJoints, part)
  1068. local is_block = part:IsA("Part") and part.Shape == Enum.PartType.Block
  1069. local mass = part:GetMass()
  1070. local size = part.Size
  1071. if (is_block and ((size.X < fragmentation_size and size.Y < fragmentation_size and size.Z <
  1072.  
  1073. fragmentation_size) or (not part.Anchored and mass < 750))) or (not is_block and mass < 250000) then
  1074. local part_transparency = math.max(part.Transparency + 0.007 * fragmentation_size, 0.5)
  1075. if part_transparency >= 0.5 then -- temporarily to minimize debris
  1076. pcall(game.Destroy, part)
  1077. else
  1078. local cframe = part.CFrame
  1079. part.Anchored = false
  1080. part.BrickColor = BrickColor.new("Maroon")
  1081. part.CanCollide = true
  1082. if part:IsA("FormFactorPart") then
  1083. part.FormFactor = "Custom"
  1084. end
  1085. part.Size = size - Vector3.new(0.135, 0.135, 0.135) * fragmentation_size
  1086. part.Transparency = part_transparency
  1087. part.CFrame = cframe + direction * 5
  1088. part.Velocity = part.Velocity + direction * 40
  1089. end
  1090. elseif is_block then
  1091. local parts = {part}
  1092. local model = Instance.new("Model", part.Parent)
  1093. model.Name = "Fragments"
  1094. if size.X >= fragmentation_size then
  1095. size = Vector3.new(0.5, 1, 1) * size
  1096. local archivable = part.Archivable
  1097. local cframe = part.CFrame
  1098. part.FormFactor = "Custom"
  1099. part.Size = size
  1100. part.Archivable = true
  1101. local part_clone = part:Clone()
  1102. part.Archivable = archivable
  1103. part_clone.Archivable = archivable
  1104. part.CFrame = cframe * CFrame.new(-0.5 * size.X, 0, 0)
  1105. part_clone.CFrame = cframe * CFrame.new(0.5 * size.X, 0, 0)
  1106. part_clone.Parent = model
  1107. parts[2] = part_clone
  1108. end
  1109. if size.Y >= fragmentation_size then
  1110. size = Vector3.new(1, 0.5, 1) * size
  1111. for part_index = 1, #parts do
  1112. local part = parts[part_index]
  1113. local archivable = part.Archivable
  1114. local cframe = part.CFrame
  1115. part.FormFactor = "Custom"
  1116. part.Size = size
  1117. part.Archivable = true
  1118. local part_clone = part:Clone()
  1119. part.Archivable = archivable
  1120. part_clone.Archivable = archivable
  1121. part.CFrame = cframe * CFrame.new(0, -0.5 * size.Y, 0)
  1122. part_clone.CFrame = cframe * CFrame.new(0, 0.5 * size.Y, 0)
  1123. part_clone.Parent = model
  1124. table.insert(parts, part_clone)
  1125. end
  1126. end
  1127. if size.Z >= fragmentation_size then
  1128. size = Vector3.new(1, 1, 0.5) * size
  1129. for part_index = 1, #parts do
  1130. local part = parts[part_index]
  1131. local archivable = part.Archivable
  1132. local cframe = part.CFrame
  1133. part.FormFactor = "Custom"
  1134. part.Size = size
  1135. part.Archivable = true
  1136. local part_clone = part:Clone()
  1137. part.Archivable = archivable
  1138. part_clone.Archivable = archivable
  1139. part.CFrame = cframe * CFrame.new(0, 0, -0.5 * size.Z)
  1140. part_clone.CFrame = cframe * CFrame.new(0, 0, 0.5 * size.Z)
  1141. part_clone.Parent = model
  1142. table.insert(parts, part_clone)
  1143. end
  1144. end
  1145. for _, part in ipairs(parts) do
  1146. part:MakeJoints()
  1147. end
  1148. else
  1149. break
  1150. end
  1151. end
  1152. else
  1153. laser_distance = 9990
  1154. break
  1155. end
  1156. end
  1157. end
  1158. end
  1159. local laser_cframe = magic_circle_cframe * CFrame.Angles(-0.5 * math.pi, 0, 0)
  1160. local laser_width = LASER_WIDTH * opacity * laser_scale
  1161. local laser_mesh_offset = Vector3.new(0, 0.5 * laser_distance, 0)
  1162. laser_part.CFrame = laser_cframe
  1163. if laser_effects then
  1164. local laser_effect_data_1, laser_effect_data_2 = laser_effects[1], laser_effects[2]
  1165. local laser_effect_1, laser_effect_mesh_1 = laser_effect_data_1[1], laser_effect_data_1[2]
  1166. local laser_effect_2, laser_effect_mesh_2 = laser_effect_data_2[1], laser_effect_data_2[2]
  1167. laser_effect_1.CFrame = laser_cframe
  1168. laser_effect_2.CFrame = laser_cframe
  1169. laser_effect_mesh_1.Offset = laser_mesh_offset
  1170. laser_effect_mesh_2.Offset = laser_mesh_offset
  1171. local game_time = time()
  1172. local effect_scale_1 = 0.5 + 0.5 * math.sin(16 * math.pi * game_time)
  1173. local effect_scale_2 = 0.5 + 0.5 * math.cos(16 * math.pi * game_time)
  1174. laser_effect_mesh_1.Scale = 5 * Vector3.new(laser_width * effect_scale_1, laser_distance, laser_width * effect_scale_1)
  1175. laser_effect_mesh_2.Scale = 5 * Vector3.new(laser_width * effect_scale_2, laser_distance, laser_width * effect_scale_2)
  1176. laser_width = laser_width * 0.25
  1177. end
  1178. laser_mesh.Offset = laser_mesh_offset
  1179. laser_mesh.Scale = 5 * Vector3.new(laser_width, laser_distance, laser_width)
  1180. magic_circle_part.CFrame = magic_circle_cframe
  1181. magic_circle_light.Brightness = opacity
  1182. magic_circle_decal_back.Transparency = transparency
  1183. magic_circle_decal_front.Transparency = transparency
  1184. if light_effects then
  1185. for index, data in ipairs(laser_lights) do
  1186. local laser_spotlight_part, laser_spotlight = data[1], data[2]
  1187. local laser_spotlight_offset = 30 * (index - 1)
  1188. if laser_spotlight_offset <= laser_distance then
  1189. laser_spotlight_part.CFrame = magic_circle_cframe * CFrame.new(0, 0, -laser_spotlight_offset)
  1190. laser_spotlight.Brightness = opacity
  1191. laser_spotlight.Enabled = true
  1192. else
  1193. laser_spotlight.Enabled = false
  1194. end
  1195. end
  1196. end
  1197. end
  1198. end
  1199. function ShootLaserOfDeath(target, data)
  1200. data = data or {}
  1201. local brickcolor = data.brickcolor or BrickColor.new("Really red")
  1202. local duration = data.duration or 40
  1203. local fragmentation_size = data.fragmentation_size or 3
  1204. local laser_scale = data.laser_scale or 1
  1205. local light_color = data.light_color or Color3.new(1, 0.5, 1)
  1206. local magic_circle_image = data.magic_circle_image or "rbxassetid://122610943"
  1207. local magic_circle_scale = data.magic_circle_scale or 1
  1208. local sound_volume = data.sound_volume or 1 / 3
  1209. local special_effects = data.special_effects
  1210. local stay = data.stay or 4
  1211. local origin = Barrel.CFrame
  1212. local directionOrientation = origin:pointToObjectSpace(target)
  1213. local direction = (target - origin.p).unit
  1214. local magic_circle_position = origin.p + direction * LASER_MAGIC_CIRCLE_DISTANCE
  1215. local magic_circle_cframe = CFrame.new(magic_circle_position, magic_circle_position + direction)
  1216. local magic_circle_model = Instance.new("Model")
  1217. local laser_part = Instance.new("Part", magic_circle_model)
  1218. local laser_mesh = Instance.new("CylinderMesh", laser_part)
  1219. local magic_circle_part = Instance.new("Part", magic_circle_model)
  1220. local magic_circle_mesh = Instance.new("BlockMesh", magic_circle_part)
  1221. local magic_circle_light = Instance.new("PointLight", magic_circle_part)
  1222. local magic_circle_decal_back = Instance.new("Decal", magic_circle_part)
  1223. local magic_circle_decal_front = Instance.new("Decal", magic_circle_part)
  1224. local sound = Instance.new("Sound", magic_circle_part)
  1225. sound.Pitch = 0.9
  1226. sound.SoundId = "rbxassetid://437928192"
  1227. sound.Volume = 1
  1228. magic_circle_model.Archivable = false
  1229. laser_part.Anchored = true
  1230. laser_part.BottomSurface = "Smooth"
  1231. laser_part.BrickColor = brickcolor
  1232. laser_part.CanCollide = false
  1233. laser_part.CFrame = magic_circle_cframe * CFrame.Angles(-0.5 * math.pi, 0, 0)
  1234. laser_part.FormFactor = "Custom"
  1235. laser_part.Locked = true
  1236. laser_part.Size = Vector3.new(0.2, 0.2, 0.2)
  1237. laser_part.TopSurface = "Smooth"
  1238. laser_mesh.Offset = Vector3.new(0, 0, 0)
  1239. laser_mesh.Name = "Mesh"
  1240. laser_mesh.Scale = 5 * laser_scale * Vector3.new(LASER_WIDTH, 0, LASER_WIDTH)
  1241. magic_circle_part.Anchored = true
  1242. magic_circle_part.BottomSurface = "Smooth"
  1243. magic_circle_part.CanCollide = false
  1244. magic_circle_part.CFrame = magic_circle_cframe
  1245. magic_circle_part.FormFactor = "Custom"
  1246. magic_circle_part.Locked = true
  1247. magic_circle_part.Size = Vector3.new(0.2, 0.2, 0.2)
  1248. magic_circle_part.TopSurface = "Smooth"
  1249. magic_circle_part.Transparency = 1
  1250. magic_circle_mesh.Scale = Vector3.new(60, 60, 0) * magic_circle_scale
  1251. magic_circle_light.Color = light_color
  1252. magic_circle_light.Range = 16 * magic_circle_scale
  1253. magic_circle_light.Shadows = true
  1254. magic_circle_decal_back.Face = "Back"
  1255. magic_circle_decal_back.Texture = magic_circle_image
  1256. magic_circle_decal_front.Face = "Front"
  1257. magic_circle_decal_front.Texture = magic_circle_image
  1258. magic_circle_model.Parent = workspace
  1259. local laser_color = brickcolor.Color
  1260. local laser_lights = {}
  1261. local light_effects = laser_color.r + laser_color.g + laser_color.b > 0.25
  1262. if light_effects then
  1263. local laser_spotlight_part_template = Instance.new("Part")
  1264. local laser_spotlight_light_template = Instance.new("SpotLight", laser_spotlight_part_template)
  1265. laser_spotlight_part_template.Anchored = true
  1266. laser_spotlight_part_template.Anchored = true
  1267. laser_spotlight_part_template.BottomSurface = "Smooth"
  1268. laser_spotlight_part_template.CanCollide = false
  1269. laser_spotlight_part_template.FormFactor = "Custom"
  1270. laser_spotlight_part_template.Locked = true
  1271. laser_spotlight_part_template.Size = Vector3.new(0.2, 0.2, 0.2)
  1272. laser_spotlight_part_template.TopSurface = "Smooth"
  1273. laser_spotlight_part_template.Transparency = 1
  1274. laser_spotlight_light_template.Angle = 45
  1275. laser_spotlight_light_template.Color = laser_color
  1276. laser_spotlight_light_template.Enabled = true
  1277. laser_spotlight_light_template.Name = "Light"
  1278. laser_spotlight_light_template.Range = 60
  1279. for index = 1, 40 do
  1280. local laser_spotlight_part = laser_spotlight_part_template:Clone()
  1281. laser_spotlight_part.CFrame = magic_circle_cframe * CFrame.new(0, 0, -30 * (index - 1))
  1282. laser_spotlight_part.Parent = magic_circle_model
  1283. laser_lights[index] = {laser_spotlight_part, laser_spotlight_part.Light}
  1284. end
  1285. end
  1286. local laser_effects
  1287. if special_effects then
  1288. laser_effects = {}
  1289. local laser_effect_1 = laser_part:Clone()
  1290. laser_effect_1.BrickColor = special_effects
  1291. laser_effect_1.Transparency = 0.5
  1292. local laser_effect_2 = laser_effect_1:Clone()
  1293. laser_effects[1], laser_effects[2] = {laser_effect_1, laser_effect_1.Mesh}, {laser_effect_2, laser_effect_2.Mesh}
  1294. laser_effect_1.Parent = magic_circle_model
  1295. laser_effect_2.Parent = magic_circle_model
  1296. end
  1297. laser_data={0, directionOrientation, direction, magic_circle_model, laser_part, laser_mesh, magic_circle_part,
  1298.  
  1299. magic_circle_light, magic_circle_decal_back, magic_circle_decal_front, sound, laser_scale, fragmentation_size, duration, laser_lights, laser_effects, stay,
  1300.  
  1301. light_effects}
  1302. end
  1303.  
  1304. function laser(target)
  1305. ShootLaserOfDeath(target, {brickcolor = BrickColor.new("New Yeller"), duration = 20, fragmentation_size = 10,
  1306.  
  1307. laser_scale = 3, light_color = Color3.new(1, 0.5, 0), magic_circle_image = "rbxassetid://1", magic_circle_scale = 1.5, sound_volume = 1,
  1308.  
  1309. special_effects = BrickColor.new("Deep orange"), stay = 2})
  1310. end
  1311.  
  1312. function LaserAtMouse()
  1313. laser(mouse.Hit.p)
  1314. end
  1315.  
  1316. mouse.Button1Down:connect(function()
  1317. pcall(function()
  1318. shoot()
  1319. end)
  1320. end)
  1321.  
  1322. ready=false
  1323.  
  1324. mouse.KeyDown:connect(function(k)
  1325. k=k:lower()
  1326. if k=='f' then
  1327. if ready==false then
  1328. ready=true
  1329. attack=true
  1330. elseif ready==true then
  1331. ready=false
  1332. attack=false
  1333. end
  1334. elseif k=='q' and attack==false then
  1335. Melee()
  1336. end
  1337. end)
  1338.  
  1339. function Melee()
  1340. attack = true
  1341. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,50,100,math.random(10,15),"Normal",RootPart,.2,1) end)
  1342. for i=0,3,0.3 do
  1343. swait()
  1344. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(5),math.rad(25),math.rad(-20)),.3)
  1345. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(160),math.rad(0),math.rad(0)),.3)
  1346.  
  1347. end
  1348. so("http://www.roblox.com/asset/?id=874084114",Hitbox,1,0.8)
  1349. for i=0,3,0.3 do
  1350. swait()
  1351. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1352. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-150),math.rad(0),math.rad(0)),.3)
  1353. end
  1354. attack=false
  1355. con1:disconnect()
  1356. end
  1357.  
  1358. function shoot()
  1359. if attack==true and ready==true then
  1360. ready=false
  1361. attack=true
  1362. LaserAtMouse()
  1363. for i=0,3,0.3 do
  1364. swait()
  1365. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1366. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-30),math.rad(0),math.rad(0)),.3)
  1367. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(120),math.rad(0),math.rad(0)),.3)
  1368. LW.C0=clerp(LW.C0,cf(-0,0.5,-.7)*angles(math.rad(180),math.rad(0),math.rad(40)),.3)
  1369. Torso.Velocity=Head.CFrame.lookVector*-100
  1370. end
  1371. attack=false
  1372. end
  1373. end
  1374.  
  1375. local sine = 0
  1376. local change = 1
  1377. local val = 0
  1378.  
  1379. while true do
  1380. swait()
  1381. sine = sine + change
  1382. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1383. local velderp=RootPart.Velocity.y
  1384. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1385. if equipped==true or equipped==false then
  1386. if attack==false then
  1387. idle=idle+1
  1388. else
  1389. idle=0
  1390. end
  1391. if idle>=500 then
  1392. if attack==false then
  1393. --Sheath()
  1394. end
  1395. end
  1396. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1397. Anim="Jump"
  1398. if attack==false then
  1399. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1400. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  1401. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1402. end
  1403. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1404. Anim="Fall"
  1405. if attack==false then
  1406. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1407. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1408. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1409. end
  1410. elseif torvel<1 and hitfloor~=nil then
  1411. Anim="Idle"
  1412. if attack==false then
  1413. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1414. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1415. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1416. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(60),math.rad(0),math.rad(0)),.3)
  1417. LW.C0=clerp(LW.C0,cf(-0,0.5,-.7)*angles(math.rad(120),math.rad(0),math.rad(40)),.3)
  1418. end
  1419. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  1420. Anim="Walk"
  1421. if attack==false then
  1422. change=3
  1423. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1424. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1425. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1426. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(60),math.rad(0),math.rad(0)),.3)
  1427. LW.C0=clerp(LW.C0,cf(-0,0.5,-.7)*angles(math.rad(120),math.rad(0),math.rad(40)),.3)
  1428. end
  1429. elseif torvel>=22 and hitfloor~=nil then
  1430. Anim="Run"
  1431. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1432. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  1433. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  1434. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(60),math.rad(0),math.rad(0)),.3)
  1435. LW.C0=clerp(LW.C0,cf(-0,0.5,-.7)*angles(math.rad(120),math.rad(0),math.rad(40)),.3)
  1436. if attack==false then
  1437. end
  1438. end
  1439. end
  1440. if ready==true then
  1441. handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1442. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1443. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1444. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(0)),.3)
  1445. LW.C0=clerp(LW.C0,cf(-0,0.5,-.7)*angles(math.rad(160),math.rad(0),math.rad(40)),.3)
  1446. end
  1447. pcall(function()
  1448. AnimateLaserOfDeath(laser_data)
  1449. end)
  1450. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement