Sevakot

Untitled

Mar 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.97 KB | None | 0 0
  1. Player=game:GetService("Players").LocalPlayer
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. m=Instance.new('Model',Character)
  9. LeftArm=Character["Left Arm"]
  10. LeftLeg=Character["Left Leg"]
  11. RightArm=Character["Right Arm"]
  12. RightLeg=Character["Right Leg"]
  13. LS=Torso["Left Shoulder"]
  14. LH=Torso["Left Hip"]
  15. RS=Torso["Right Shoulder"]
  16. RH=Torso["Right Hip"]
  17. Face = Head.face
  18. Neck=Torso.Neck
  19. it=Instance.new
  20. attacktype=1
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. euler=CFrame.fromEulerAnglesXYZ
  24. angles=CFrame.Angles
  25. cloaked=false
  26. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  29. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  30. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RootPart=Character.HumanoidRootPart
  33. RootJoint=RootPart.RootJoint
  34. RootCF=euler(-1.57,0,3.14)
  35. attack = false
  36. attackdebounce = false
  37. deb=false
  38. equipped=true
  39. hand=false
  40. MMouse=nil
  41. combo=0
  42. mana=0
  43. trispeed=.2
  44. attackmode='none'
  45. local idle=0
  46. local Anim="Idle"
  47. local Effects={}
  48. local gun=false
  49. local shoot=false
  50. player=nil
  51. mana=0
  52. cam = workspace.CurrentCamera
  53. ZTarget = nil
  54. RocketTarget = nil
  55.  
  56. mouse=Player:GetMouse()
  57. --save shoulders
  58. RSH, LSH=nil, nil
  59. --welds
  60. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  61. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  62. LH=Torso["Left Hip"]
  63. RH=Torso["Right Hip"]
  64. TorsoColor=Torso.BrickColor
  65. function NoOutline(Part)
  66. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  67. end
  68. player=Player
  69. ch=Character
  70. RSH=ch.Torso["Right Shoulder"]
  71. LSH=ch.Torso["Left Shoulder"]
  72. --
  73. RSH.Parent=nil
  74. LSH.Parent=nil
  75. --
  76. RW.Name="Right Shoulder"
  77. RW.Part0=ch.Torso
  78. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  79. RW.C1=cf(0, 0.5, 0)
  80. RW.Part1=ch["Right Arm"]
  81. RW.Parent=ch.Torso
  82. --
  83. LW.Name="Left Shoulder"
  84. LW.Part0=ch.Torso
  85. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  86. LW.C1=cf(0, 0.5, 0)
  87. LW.Part1=ch["Left Arm"]
  88. LW.Parent=ch.Torso
  89.  
  90. Player=game:GetService('Players').LocalPlayer
  91. Character=Player.Character
  92. Mouse=Player:GetMouse()
  93. m=Instance.new('Model',Character)
  94.  
  95.  
  96. local function weldBetween(a, b)
  97. local weldd = Instance.new("ManualWeld")
  98. weldd.Part0 = a
  99. weldd.Part1 = b
  100. weldd.C0 = CFrame.new()
  101. weldd.C1 = b.CFrame:inverse() * a.CFrame
  102. weldd.Parent = a
  103. return weldd
  104. end
  105.  
  106. function swait(num)
  107. if num==0 or num==nil then
  108. game:service'RunService'.Heartbeat:wait(0)
  109. else
  110. for i=0,num do
  111. game:service'RunService'.Heartbeat:wait(0)
  112. end
  113. end
  114. end
  115.  
  116. function nooutline(part)
  117. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  118. end
  119.  
  120. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  121. local fp=it("Part")
  122. fp.formFactor=formfactor
  123. fp.Parent=parent
  124. fp.Reflectance=reflectance
  125. fp.Transparency=transparency
  126. fp.CanCollide=false
  127. fp.Locked=true
  128. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  129. fp.Name=name
  130. fp.Size=size
  131. fp.Position=Character.Torso.Position
  132. nooutline(fp)
  133. fp.Material=material
  134. fp:BreakJoints()
  135. return fp
  136. end
  137.  
  138. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  139. local mesh=it(Mesh)
  140. mesh.Parent=part
  141. if Mesh=="SpecialMesh" then
  142. mesh.MeshType=meshtype
  143. mesh.MeshId=meshid
  144. end
  145. mesh.Offset=offset
  146. mesh.Scale=scale
  147. return mesh
  148. end
  149.  
  150. function weld(parent,part0,part1,c0,c1)
  151. local weld=it("Weld")
  152. weld.Parent=parent
  153. weld.Part0=part0
  154. weld.Part1=part1
  155. weld.C0=c0
  156. weld.C1=c1
  157. return weld
  158. end
  159.  
  160.  
  161. local function CFrameFromTopBack(at, top, back)
  162. local right = top:Cross(back)
  163. return CFrame.new(at.x, at.y, at.z,
  164. right.x, top.x, back.x,
  165. right.y, top.y, back.y,
  166. right.z, top.z, back.z)
  167. end
  168.  
  169. function Triangle(a, b, c)
  170. local edg1 = (c-a):Dot((b-a).unit)
  171. local edg2 = (a-b):Dot((c-b).unit)
  172. local edg3 = (b-c):Dot((a-c).unit)
  173. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  174. a, b, c = a, b, c
  175. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  176. a, b, c = b, c, a
  177. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  178. a, b, c = c, a, b
  179. else
  180. assert(false, "unreachable")
  181. end
  182.  
  183. local len1 = (c-a):Dot((b-a).unit)
  184. local len2 = (b-a).magnitude - len1
  185. local width = (a + (b-a).unit*len1 - c).magnitude
  186.  
  187. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  188.  
  189. local list = {}
  190.  
  191. local TrailColor = ("Dark grey")
  192.  
  193. if len1 > 0.01 then
  194. local w1 = Instance.new('WedgePart', m)
  195. game:GetService("Debris"):AddItem(w1,5)
  196. w1.Material = "SmoothPlastic"
  197. w1.FormFactor = 'Custom'
  198. w1.BrickColor = BrickColor.new(TrailColor)
  199. w1.Transparency = 0
  200. w1.Reflectance = 0
  201. w1.Material = "SmoothPlastic"
  202. w1.CanCollide = false
  203. NoOutline(w1)
  204. local sz = Vector3.new(0.2, width, len1)
  205. w1.Size = sz
  206. local sp = Instance.new("SpecialMesh",w1)
  207. sp.MeshType = "Wedge"
  208. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  209. w1:BreakJoints()
  210. w1.Anchored = true
  211. w1.Parent = workspace
  212. w1.Transparency = 0.7
  213. table.insert(Effects,{w1,"Disappear",.01})
  214. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  215. table.insert(list,w1)
  216. end
  217.  
  218. if len2 > 0.01 then
  219. local w2 = Instance.new('WedgePart', m)
  220. game:GetService("Debris"):AddItem(w2,5)
  221. w2.Material = "SmoothPlastic"
  222. w2.FormFactor = 'Custom'
  223. w2.BrickColor = BrickColor.new(TrailColor)
  224. w2.Transparency = 0
  225. w2.Reflectance = 0
  226. w2.Material = "SmoothPlastic"
  227. w2.CanCollide = false
  228. NoOutline(w2)
  229. local sz = Vector3.new(0.2, width, len2)
  230. w2.Size = sz
  231. local sp = Instance.new("SpecialMesh",w2)
  232. sp.MeshType = "Wedge"
  233. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  234. w2:BreakJoints()
  235. w2.Anchored = true
  236. w2.Parent = workspace
  237. w2.Transparency = 0.7
  238. table.insert(Effects,{w2,"Disappear",.01})
  239. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  240. table.insert(list,w2)
  241. end
  242. return unpack(list)
  243. end
  244.  
  245.  
  246. so = function(id,par,vol,pit)
  247. coroutine.resume(coroutine.create(function()
  248. local sou = Instance.new("Sound",par or workspace)
  249. sou.Volume=vol
  250. sou.Pitch=pit or 1
  251. sou.SoundId=id
  252. swait()
  253. sou:play()
  254. game:GetService("Debris"):AddItem(sou,6)
  255. end))
  256. end
  257.  
  258. function clerp(a,b,t)
  259. local qa = {QuaternionFromCFrame(a)}
  260. local qb = {QuaternionFromCFrame(b)}
  261. local ax, ay, az = a.x, a.y, a.z
  262. local bx, by, bz = b.x, b.y, b.z
  263. local _t = 1-t
  264. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  265. end
  266.  
  267. function QuaternionFromCFrame(cf)
  268. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  269. local trace = m00 + m11 + m22
  270. if trace > 0 then
  271. local s = math.sqrt(1 + trace)
  272. local recip = 0.5/s
  273. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  274. else
  275. local i = 0
  276. if m11 > m00 then
  277. i = 1
  278. end
  279. if m22 > (i == 0 and m00 or m11) then
  280. i = 2
  281. end
  282. if i == 0 then
  283. local s = math.sqrt(m00-m11-m22+1)
  284. local recip = 0.5/s
  285. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  286. elseif i == 1 then
  287. local s = math.sqrt(m11-m22-m00+1)
  288. local recip = 0.5/s
  289. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  290. elseif i == 2 then
  291. local s = math.sqrt(m22-m00-m11+1)
  292. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  293. end
  294. end
  295. end
  296.  
  297. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  298. local xs, ys, zs = x + x, y + y, z + z
  299. local wx, wy, wz = w*xs, w*ys, w*zs
  300. local xx = x*xs
  301. local xy = x*ys
  302. local xz = x*zs
  303. local yy = y*ys
  304. local yz = y*zs
  305. local zz = z*zs
  306. 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))
  307. end
  308.  
  309. function QuaternionSlerp(a, b, t)
  310. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  311. local startInterp, finishInterp;
  312. if cosTheta >= 0.0001 then
  313. if (1 - cosTheta) > 0.0001 then
  314. local theta = math.acos(cosTheta)
  315. local invSinTheta = 1/math.sin(theta)
  316. startInterp = math.sin((1-t)*theta)*invSinTheta
  317. finishInterp = math.sin(t*theta)*invSinTheta
  318. else
  319. startInterp = 1-t
  320. finishInterp = t
  321. end
  322. else
  323. if (1+cosTheta) > 0.0001 then
  324. local theta = math.acos(-cosTheta)
  325. local invSinTheta = 1/math.sin(theta)
  326. startInterp = math.sin((t-1)*theta)*invSinTheta
  327. finishInterp = math.sin(t*theta)*invSinTheta
  328. else
  329. startInterp = t-1
  330. finishInterp = t
  331. end
  332. end
  333. 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
  334. end
  335.  
  336. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  337.  
  338.  
  339. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  340. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  341. end
  342.  
  343. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  344. if hit.Parent==nil then
  345. return
  346. end
  347. local h=hit.Parent:FindFirstChild("Humanoid")
  348. for _,v in pairs(hit.Parent:children()) do
  349. if v:IsA("Humanoid") then
  350. h=v
  351. end
  352. end
  353. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  354. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  355. end
  356. if hit.Parent.className=="Hat" then
  357. hit=hit.Parent.Parent:findFirstChild("Head")
  358. end
  359. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  360. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  361. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  362. return
  363. end]]
  364. -- hs(hit,1.2)
  365. local c=Instance.new("ObjectValue")
  366. c.Name="creator"
  367. c.Value=game:service("Players").LocalPlayer
  368. c.Parent=h
  369. game:GetService("Debris"):AddItem(c,.5)
  370. local Damage=math.random(minim,maxim)
  371. -- h:TakeDamage(Damage)
  372. local blocked=false
  373. local block=hit.Parent:findFirstChild("Block")
  374. if block~=nil then
  375. print(block.className)
  376. if block.className=="NumberValue" then
  377. if block.Value>0 then
  378. blocked=true
  379. if decreaseblock==nil then
  380. block.Value=block.Value-1
  381. end
  382. end
  383. end
  384. if block.className=="IntValue" then
  385. if block.Value>0 then
  386. blocked=true
  387. if decreaseblock~=nil then
  388. block.Value=block.Value-1
  389. end
  390. end
  391. end
  392. end
  393. if blocked==false then
  394. -- h:TakeDamage(Damage)
  395. h.Health=h.Health-Damage
  396. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Hitbox.BrickColor.Color)
  397. else
  398. h.Health=h.Health-(Damage/2)
  399. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color)
  400. end
  401. if Type=="Knockdown" then
  402. local hum=hit.Parent.Humanoid
  403. hum.PlatformStand=true
  404. coroutine.resume(coroutine.create(function(HHumanoid)
  405. swait(1)
  406. HHumanoid.PlatformStand=false
  407. end),hum)
  408. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  409. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  410. local bodvol=Instance.new("BodyVelocity")
  411. bodvol.velocity=angle*knockback
  412. bodvol.P=5000
  413. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  414. bodvol.Parent=hit
  415. local rl=Instance.new("BodyAngularVelocity")
  416. rl.P=3000
  417. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  418. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  419. rl.Parent=hit
  420. game:GetService("Debris"):AddItem(bodvol,.5)
  421. game:GetService("Debris"):AddItem(rl,.5)
  422. elseif Type=="Normal" then
  423. local vp=Instance.new("BodyVelocity")
  424. vp.P=500
  425. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  426. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  427. if KnockbackType==1 then
  428. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  429. elseif KnockbackType==2 then
  430. vp.velocity=Property.CFrame.lookVector*knockback
  431. end
  432. if knockback>0 then
  433. vp.Parent=hit.Parent.Torso
  434. end
  435. game:GetService("Debris"):AddItem(vp,.5)
  436. elseif Type=="Up" then
  437. local bodyVelocity=Instance.new("BodyVelocity")
  438. bodyVelocity.velocity=vt(0,60,0)
  439. bodyVelocity.P=5000
  440. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  441. bodyVelocity.Parent=hit
  442. game:GetService("Debris"):AddItem(bodyVelocity,1)
  443. local rl=Instance.new("BodyAngularVelocity")
  444. rl.P=3000
  445. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  446. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  447. rl.Parent=hit
  448. game:GetService("Debris"):AddItem(rl,.5)
  449. elseif Type=="Snare" then
  450. local bp=Instance.new("BodyPosition")
  451. bp.P=2000
  452. bp.D=100
  453. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  454. bp.position=hit.Parent.Torso.Position
  455. bp.Parent=hit.Parent.Torso
  456. game:GetService("Debris"):AddItem(bp,1)
  457. elseif Type=="Target" then
  458. local Targetting = false
  459. if Targetting==false then
  460. ZTarget=hit.Parent.Torso
  461. coroutine.resume(coroutine.create(function(Part)
  462. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  463. swait(5)
  464. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  465. end),ZTarget)
  466. local TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  467. local targetgui=Instance.new("BillboardGui")
  468. targetgui.Parent=ZTarget
  469. targetgui.Size=UDim2.new(10,100,10,100)
  470. local targ=Instance.new("ImageLabel")
  471. targ.Parent=targetgui
  472. targ.BackgroundTransparency=1
  473. targ.Image="rbxassetid://4834067"
  474. targ.Size=UDim2.new(1,0,1,0)
  475. cam.CameraType="Scriptable"
  476. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  477. local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  478. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  479. Targetting=true
  480. RocketTarget=ZTarget
  481. for i=1,Property do
  482. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  483. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  484. swait()
  485. end
  486. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  487. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  488. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  489. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  490. end
  491. Targetting=false
  492. RocketTarget=nil
  493. targetgui.Parent=nil
  494. cam.CameraType="Custom"
  495. end
  496. end
  497. local debounce=Instance.new("BoolValue")
  498. debounce.Name="DebounceHit"
  499. debounce.Parent=hit.Parent
  500. debounce.Value=true
  501. game:GetService("Debris"):AddItem(debounce,Delay)
  502. c=Instance.new("ObjectValue")
  503. c.Name="creator"
  504. c.Value=Player
  505. c.Parent=h
  506. game:GetService("Debris"):AddItem(c,.5)
  507. end
  508. end
  509.  
  510.  
  511. function ShowDamage(Pos, Text, Time, Color)
  512. local Rate = (1 / 30)
  513. local Pos = (Pos or Vector3.new(0, 0, 0))
  514. local Text = (Text or "")
  515. local Time = (Time or 2)
  516. local Color = (Color or Color3.new(1, 0, 0))
  517. local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0))
  518. EffectPart.Anchored = true
  519. local BillboardGui = Instance.new("BillboardGui")
  520. BillboardGui.Size = UDim2.new(3, 0, 3, 0)
  521. BillboardGui.Adornee = EffectPart
  522. local TextLabel = Instance.new("TextLabel")
  523. TextLabel.BackgroundTransparency = 1
  524. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  525. TextLabel.Text = Text
  526. TextLabel.TextColor3 = Color
  527. TextLabel.TextScaled = true
  528. TextLabel.Font = Enum.Font.ArialBold
  529. TextLabel.Parent = BillboardGui
  530. BillboardGui.Parent = EffectPart
  531. game.Debris:AddItem(EffectPart, (Time + 0.1))
  532. EffectPart.Parent = game:GetService("Workspace")
  533. Delay(0, function()
  534. local Frames = (Time / Rate)
  535. for Frame = 1, Frames do
  536. wait(Rate)
  537. local Percent = (Frame / Frames)
  538. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  539. TextLabel.TextTransparency = Percent
  540. end
  541. if EffectPart and EffectPart.Parent then
  542. EffectPart:Destroy()
  543. end
  544. end)
  545. end
  546.  
  547. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Handle",Vector3.new(0.60551995, 0.269119978, 0.200000003))
  548. Handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.795875549, -0.616287231, 0.00760650635, -4.06663814e-009, 0.498903632, 0.866652966, 2.08201634e-009, -0.866652548, 0.498904079, 0.999992132, 3.83054477e-009, 2.48540166e-009))
  549. Barrel=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Barrel",Vector3.new(0.336399913, 0.200000003, 0.403679967))
  550. Barrelweld=weld(m,Handle,Barrel,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.312599182, -3.04084301, -0.00192260742, 0.866652429, 0.498903751, 2.32525288e-009, -0.498903215, 0.866651833, -6.91664725e-010, -2.36209452e-009, -5.58050939e-010, 0.99999094))
  551. mesh("CylinderMesh",Barrel,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  552. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.403679907, 0.538239956, 0.403679967))
  553. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318908691, -2.1293807, -0.00379943848, 0.866652429, 0.498903751, 2.27182828e-009, -0.498903215, 0.866651833, 8.23071211e-009, 2.13564766e-009, -8.26406144e-009, 0.99999094))
  554. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  555. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.201839954, 0.200000003, 0.200000003))
  556. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.485198975, -0.112598419, -0.170608521, 0.866652429, 0.498903751, 1.90404603e-009, -0.498903215, 0.866651773, -9.24883459e-009, -6.26629104e-009, 7.06824999e-009, 0.999990821))
  557. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.672800004, 0.336399972))
  558. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.269119978, 0.200000003, 0.200000003))
  559. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00299072266, -2.43161249, -0.0494918823, 4.00664067e-006, 2.29826651e-006, 0.99999094, -0.498903215, 0.866651833, 7.1333246e-009, -0.866652429, -0.498903751, 4.61897753e-006))
  560. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 0.672800004))
  561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.403679907, 0.269119978, 0.403679967))
  562. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318893433, -2.93703985, -0.00373840332, 0.866652429, 0.498903751, 1.76599568e-009, -0.498903215, 0.866651833, 7.95978394e-009, 2.43890108e-009, -7.77687248e-009, 0.99999094))
  563. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  564. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.403679907, 0.403679967, 0.403679967))
  565. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318466187, -1.86047745, -0.00106048584, 0.866650403, 0.498902589, 2.46652054e-009, -0.498901695, 0.866649151, -5.77466075e-009, -5.02151831e-009, 3.77818843e-009, 0.999985576))
  566. mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  567. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.269119978, 0.200000003))
  568. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0176925659, 0.00497436523, -0.210002899, 0.866652429, 0.498903751, 3.26658434e-009, 1.17902363e-008, -1.39329055e-008, -0.999990821, -0.498903215, 0.866651773, -1.79540258e-008))
  569. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672799945, 1, 0.336399972))
  570. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  571. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.170783997, 0.112445831, 0.619483948, -3.24811595e-006, 5.63719959e-006, 0.999990821, 0.498903215, -0.866651773, 6.50599031e-006, 0.866652429, 0.498903751, 2.56824162e-009))
  572. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.672799766, 0.336399972))
  573. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.470959932, 0.200000003, 0.538240016))
  574. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318893433, -2.76884508, -0.00373840332, 0.866652429, 0.498903751, 1.76599568e-009, -0.498903215, 0.866651833, 7.95978394e-009, 2.43890108e-009, -7.77687248e-009, 0.99999094))
  575. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  576. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  577. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154266357, -1.96068239, -0.00351715088, 0.866652429, 0.498903751, 2.26011188e-009, -0.498903215, 0.866651833, -7.97681921e-011, -2.00035988e-009, -1.05585696e-009, 0.99999094))
  578. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  579. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.336399913, 0.200000003, 0.403679967))
  580. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318252563, -1.35538101, -0.00323486328, 0.866652429, 0.498903751, 2.26594099e-009, -0.498903215, 0.866651833, -1.6442292e-010, -2.04764627e-009, -9.85398652e-010, 0.99999094))
  581. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  582. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.201839954, 0.403679967, 0.200000003))
  583. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.215965271, -0.380897522, 0.164527893, 0.866652429, 0.498903751, 2.28638819e-009, -0.498903215, 0.866651773, -1.34231595e-008, -8.68025474e-009, 1.04952145e-008, 0.99999088))
  584. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.336399972))
  585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  586. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154266357, -2.22983122, -0.00350952148, 0.866652429, 0.498903751, 2.26122032e-009, -0.498903215, 0.866651833, -9.34297084e-011, -2.00813588e-009, -1.04457043e-009, 0.99999094))
  587. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  589. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0485839844, -0.478780746, -0.00545501709, 0.86665231, 0.498903781, 1.85937044e-009, -0.498903096, 0.866651654, -6.03485262e-010, -1.91434224e-009, -4.0203596e-010, 0.999990821))
  590. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672800004, 0.336399972, 1))
  591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 1.07647991, 0.269120038))
  592. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827178955, -1.85979414, -0.00352478027, 0.866652429, 0.498903751, 2.25933605e-009, -0.498903215, 0.866651833, -7.67306219e-011, -1.99817207e-009, -1.05810338e-009, 0.99999094))
  593. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 1))
  594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.201839939, 1.07647991, 0.269120038))
  595. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.217285156, -1.85971975, -0.00333404541, 0.866643488, 0.498898774, 2.25623431e-009, -0.498896539, 0.866640627, -5.30833155e-011, -1.98837569e-009, -1.07037645e-009, 0.999968052))
  596. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.336399913, 0.201839983, 0.403679967))
  597. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318962097, -1.75922298, -0.00379943848, 0.866652429, 0.498903751, 2.27182828e-009, -0.498903215, 0.866651833, 8.23071211e-009, 2.13564766e-009, -8.26406144e-009, 0.99999094))
  598. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  599. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.269119978, 0.200000003))
  600. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.051071167, 0.00290679932, -0.2449646, 0.86664921, 0.498901874, 3.64214658e-009, 1.54552833e-008, -1.95462313e-008, -0.999982953, -0.49890098, 0.866647959, -2.46445477e-008))
  601. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672799945))
  602. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.60551995, 0.336399972, 0.269120038))
  603. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.418212891, -0.347076416, -0.00260162354, 0.866652429, 0.498903751, 2.19306129e-009, -0.498903215, 0.866651773, -4.24318314e-009, -4.01941147e-009, 2.58586197e-009, 0.999990821))
  604. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.201839983, 0.269120038))
  605. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0512695313, -0.34427166, -0.00487518311, 0.866652429, 0.498903751, 1.84118321e-009, -0.498903215, 0.866651773, -4.18982626e-010, -1.80652915e-009, -5.52863089e-010, 0.999990821))
  606. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 1))
  607. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.200000003, 0.200000003))
  608. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00177764893, 0.548091888, -0.0154037476, 7.56223835e-006, -4.03065678e-006, -0.999992132, 0.498903811, -0.866652071, 7.26601274e-006, -0.866652608, -0.498904318, -4.54292012e-006))
  609. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 0.336399972))
  610. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.403680056))
  611. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587188721, -0.615654945, -0.00296020508, 0.866652429, 0.498903751, 2.32280994e-009, -0.498903215, 0.866651833, 4.00462197e-009, -1.69655401e-011, -4.62691307e-009, 0.99999094))
  612. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672799945, 0.336399972, 1))
  613. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.201839983, 0.269119889, 0.269120038))
  614. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.823150635, -0.985249519, -0.0020904541, 0.866652429, 0.498903751, 2.33383957e-009, -0.498903215, 0.866651833, 2.51370436e-009, -7.70352893e-010, -3.34029848e-009, 0.99999094))
  615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.269119978, 0.200000003))
  616. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.051322937, 0.00497436523, -0.210004807, 0.866650403, 0.498902589, 3.26648864e-009, 1.17907248e-008, -1.39336134e-008, -0.999985576, -0.498901755, 0.86664921, -1.7953024e-008))
  617. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.336399972))
  618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.269119978, 0.200000003))
  619. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0513305664, 0.00498199463, -0.479110718, 0.866651297, 0.498903036, 3.2652987e-009, 1.17921033e-008, -1.39385596e-008, -0.999988198, -0.498902291, 0.866650283, -1.79589303e-008))
  620. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.336399972))
  621. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  622. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.302749634, 0.168193817, -1.7881311e-007, 3.24895666e-012, -0.999992132, -0.999996006, 1.58250332e-005, 1.78813991e-007, 1.65402889e-005, 0.999995947, 2.64410716e-012))
  623. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.672800064, 0.672799945, 0.336399972))
  624. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.269119978, 0.200000003))
  625. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336380005, -7.62939453e-006, 0, 0.999996066, -8.73208046e-006, -5.59419178e-012, 9.56654549e-006, 0.999995708, 9.69091474e-012, 4.03987954e-012, -7.46358531e-012, 0.999992132))
  626. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800243))
  627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  628. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.163887024, 0.111458778, -0.349739075, 8.04887259e-006, -1.38551368e-005, -0.999990821, 0.498901278, -0.866652668, 1.60232048e-005, -0.866653264, -0.498901874, -6.32306651e-008))
  629. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.672799766, 0.336399972))
  630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  631. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-006, 0.302688599, 0.168170929, -4.75004663e-006, -1.30574485e-008, 0.999984264, -0.999992192, -7.06315041e-006, -4.75000525e-006, 5.87105751e-006, -0.999991894, -1.30275053e-008))
  632. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.672800064, 0.672799945, 0.336399972))
  633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.874640048, 0.200000003))
  634. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00477600098, -0.398108482, 0.518852234, -3.22403184e-006, 5.62819969e-006, 0.99998951, 0.498902708, -0.866650999, 6.48617106e-006, 0.866651773, 0.498903364, -1.38144181e-008))
  635. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.672800183, 1, 0.336399972))
  636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  637. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.450813293, -0.00280761719, 0.970563889, 0.866649687, 0.498902202, -3.31878525e-009, -1.51858579e-008, 1.97283327e-008, -0.999984264, -0.498901367, 0.866648614, 2.46792311e-008))
  638. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.740079999, 0.672800183))
  639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  640. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0489349365, -0.209962845, -0.00468444824, 0.866652429, 0.498903751, 1.91206961e-009, -0.498903215, 0.866651773, -1.19068244e-009, -2.25297092e-009, 8.05715494e-011, 0.999990821))
  641. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672800004, 0.336399972, 1))
  642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  643. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154342651, -1.55697966, -0.00353240967, 0.866652429, 0.498903751, 2.2578952e-009, -0.498903215, 0.866651833, -5.24460475e-011, -1.98480765e-009, -1.07843046e-009, 0.99999094))
  644. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  646. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.383544922, -0.00280761719, 0.903319359, 0.866649687, 0.498902202, -3.31878658e-009, -1.51858668e-008, 1.9728347e-008, -0.999984264, -0.498901367, 0.866648614, 2.46792453e-008))
  647. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.740079999, 0.672800183))
  648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.336399972, 0.740079939, 0.200000003))
  649. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.317024231, 0.463025093, 0.00568389893, 0.866651773, 0.498903364, -1.41873482e-008, -0.498902708, 0.866650999, 1.34257672e-009, 1.29633655e-008, 5.91760863e-009, 0.99998951))
  650. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.672800243))
  651. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  652. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.181915283, -0.00157928467, 0.9055233, 0.866649687, 0.498902202, -1.50724624e-008, -1.99105337e-008, 4.37652004e-009, -0.999984264, -0.498901367, 0.866648614, 1.37317357e-008))
  653. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.740079999, 0.672800183))
  654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.538240016, 0.269119918, 0.200000003))
  655. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.283424377, 0.967119217, 0.00565338135, 0.866651773, 0.498903364, -1.33492808e-008, -0.498902708, 0.866650999, -9.34748989e-009, 6.90391699e-009, 1.4763736e-008, 0.99998951))
  656. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.672800243))
  657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  658. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.18196106, -0.00176239014, 1.03994465, 0.866649687, 0.498902202, -3.39995543e-009, -1.34551961e-008, 1.65592748e-008, -0.999984264, -0.498901367, 0.866648614, 2.10693365e-008))
  659. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.740079999, 0.672800183))
  660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  661. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.383544922, -0.00280761719, 1.03783798, 0.866649687, 0.498902202, -3.31878436e-009, -1.51858544e-008, 1.97283274e-008, -0.999984264, -0.498901367, 0.866648614, 2.46792276e-008))
  662. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.740079999, 0.672800183))
  663. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.269119978, 0.200000003))
  664. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0176849365, -0.00373840332, 0.479958534, 0.866652429, 0.498903751, 1.34677836e-009, -1.69635683e-008, 2.67676299e-008, 0.999990821, 0.498903215, -0.866651773, 3.16582707e-008))
  665. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672799945, 1, 0.336399972))
  666. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  667. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00584411621, 0.767393112, 0.51902771, -1.75444547e-005, 2.97711194e-005, -0.999984264, -0.498901367, 0.866648614, 3.45541339e-005, 0.866649687, 0.498902202, -3.52023733e-007))
  668. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.672800183, 0.672800303, 0.336399972))
  669. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  670. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154266357, -2.0952754, -0.00350952148, 0.866652429, 0.498903751, 2.26122032e-009, -0.498903215, 0.866651833, -9.34297084e-011, -2.00813588e-009, -1.04457043e-009, 0.99999094))
  671. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  673. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.114692688, -0.00176239014, 0.972790718, 0.866649687, 0.498902202, -1.50588342e-008, -1.99821741e-008, 4.52828131e-009, -0.999984264, -0.498901367, 0.866648614, 1.3898994e-008))
  674. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.740079999, 0.672800183))
  675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.740080059, 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.00510406494, 0.465695381, -0.115463257, 2.18699406e-005, 6.31612638e-005, 0.999984264, -0.498902321, 0.866648078, -4.38276911e-005, -0.866649151, -0.498903215, 5.0464856e-005))
  677. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.672800183, 1, 0.336399972))
  678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.269119978, 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.0513381958, -0.00524139404, 0.445455551, 0.866652787, 0.49890396, 1.17300525e-009, -1.69591043e-008, 2.71082641e-008, 0.999992132, 0.498903453, -0.86665225, 3.19517284e-008))
  680. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672799945))
  681. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.336399943, 0.403679967, 0.200000003))
  682. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.484809875, -0.380900383, 0.164237976, 0.866652429, 0.498903751, 2.2979687e-009, -0.498903215, 0.866651773, -1.35429508e-008, -8.75005668e-009, 1.05932561e-008, 0.99999088))
  683. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.336399972))
  684. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.201840073, 0.200000003))
  685. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00735473633, 0.734195709, -0.0823898315, 2.1904385e-005, 6.32324809e-005, 0.999984264, -0.498902321, 0.866648078, -4.38722309e-005, -0.866649151, -0.498903215, 5.05302487e-005))
  686. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.672800183, 1, 0.672799945))
  687. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  688. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154266357, -1.69153118, -0.00353240967, 0.866652429, 0.498903751, 2.2578952e-009, -0.498903215, 0.866651833, -5.24460475e-011, -1.98480765e-009, -1.07843046e-009, 0.99999094))
  689. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  690. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  691. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154190063, -2.36441898, -0.00350189209, 0.866652429, 0.498903751, 2.26232877e-009, -0.498903215, 0.866651833, -1.07091891e-010, -2.01591321e-009, -1.03328279e-009, 0.99999094))
  692. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  693. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  694. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154266357, -1.42240477, -0.00354003906, 0.866652429, 0.498903751, 2.25678676e-009, -0.498903215, 0.866651833, -3.87858634e-011, -1.97703143e-009, -1.08971654e-009, 0.99999094))
  695. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  696. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.672799945, 0.200000003, 0.269120038))
  697. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.385620117, -0.547970772, -0.00156402588, 0.866652787, 0.49890396, 2.34176123e-009, -0.498903453, 0.86665225, -5.86418292e-009, -4.95674879e-009, 3.91615185e-009, 0.999992132))
  698. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  699. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  700. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.485694885, 0.00344848633, -0.110714912, 0.866651773, 0.498903364, 2.06490092e-009, 1.67378111e-009, 1.23195965e-009, -0.99998951, -0.498902708, 0.866650999, 2.36235476e-010))
  701. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  702. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  703. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.552970886, 0.00350952148, -0.243771553, 0.866652429, 0.498903751, 2.00843564e-009, 2.69502953e-009, -6.55322685e-010, -0.999990821, -0.498903215, 0.866651773, -1.90933624e-009))
  704. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  705. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  706. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.164108276, 0.111265182, 0.618415833, -3.24156326e-006, 5.62580908e-006, 0.999990821, 0.498903096, -0.866651654, 6.49284902e-006, 0.86665231, 0.498903781, 2.57243071e-009))
  707. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.672799766, 0.336399972))
  708. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.269120038))
  709. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0154190063, -1.82610416, -0.00352478027, 0.866652429, 0.498903751, 2.25900343e-009, -0.498903215, 0.866651833, -6.61066757e-011, -1.99258321e-009, -1.06714459e-009, 0.99999094))
  710. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 1))
  711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.201839954, 0.403679967, 0.200000003))
  712. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.216438293, -0.381121635, -0.171089172, 0.866652429, 0.498903751, 2.19618634e-009, -0.498903215, 0.866651833, -1.24133344e-008, -8.09827227e-009, 9.66504299e-009, 0.99999088))
  713. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.336399972))
  714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  715. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.418174744, 0.00370788574, -0.245140076, 0.86665231, 0.498903781, 2.23897123e-009, 6.64269617e-009, -7.05078396e-009, -0.999990821, -0.498903096, 0.866651654, -9.42400824e-009))
  716. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.403679937, 0.269119978, 0.269120038))
  718. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.317405701, -0.0458230972, -0.00158691406, 0.866652429, 0.498903751, 2.14410667e-009, -0.498903215, 0.866651773, -3.7675072e-009, -3.73966591e-009, 2.19803686e-009, 0.999990821))
  719. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.269119978, 0.200000003))
  720. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00132751465, 0.046257019, 0.586250305, -3.23414906e-006, 5.61314437e-006, 0.999990821, 0.498903215, -0.866651773, 6.47817387e-006, 0.866652429, 0.498903751, 2.46550202e-009))
  721. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.672799945))
  722. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 1.61471975, 0.269120038))
  723. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.688362122, -1.38871622, -0.00164794922, 0.866652429, 0.498903751, 2.3246276e-009, -0.498903215, 0.866651833, -5.07280662e-009, -4.54733851e-009, 3.23922e-009, 0.99999094))
  724. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 1))
  725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.200000003, 0.269119978))
  726. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0016784668, -0.155838966, 0.384544373, -3.23989229e-006, 5.62253354e-006, 0.999990821, 0.498903215, -0.866651773, 6.48917603e-006, 0.866652429, 0.498903751, 2.75841439e-009))
  727. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.672799945, 1))
  728. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.201839954, 0.200000003, 0.200000003))
  729. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.484268188, -0.111958504, 0.164001465, 0.86665231, 0.498903781, 2.19069807e-009, -0.498903096, 0.866651654, -2.89383451e-008, -1.6337971e-008, 2.39893474e-008, 0.999990821))
  730. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.672800004, 0.336399972))
  731. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.200000003, 0.200000003))
  732. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00202941895, -0.155940056, -0.182807922, 4.07467405e-006, -7.25276459e-006, -0.999990821, 0.498895556, -0.866655946, 8.31849866e-006, -0.866656661, -0.498896152, 8.70322268e-008))
  733. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.672799945, 0.672800004))
  734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.538240016, 0.269120038))
  735. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.654853821, -2.46507072, -0.00198364258, 0.866652429, 0.498903751, 2.32239783e-009, -0.498903215, 0.866651833, -8.78909168e-010, -2.45303911e-009, -3.9434811e-010, 0.99999094))
  736. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672799945, 1, 1))
  737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.60551995, 0.200000003, 0.672799945))
  738. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.307685852, -0.683084488, -0.00399780273, 0.866652429, 0.498903751, 2.32315811e-009, -0.498903215, 0.866651833, 8.09858314e-009, 2.02524175e-009, -8.17515655e-009, 0.99999088))
  739. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  740. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.336399943, 0.403679967, 0.200000003))
  741. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.484832764, -0.381659508, -0.171195984, 0.866652429, 0.498903751, 2.13510121e-009, -0.498903215, 0.866651833, -4.31538716e-009, -4.00520239e-009, 2.67735412e-009, 0.99999088))
  742. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.336399972))
  743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  744. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.170829773, 0.112492561, -0.350662231, 8.04909632e-006, -1.38555888e-005, -0.999990821, 0.498901367, -0.866652668, 1.60237105e-005, -0.866653323, -0.498901874, -6.31975112e-008))
  745. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.672799766, 0.336399972))
  746. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.200000003, 0.200000003))
  747. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00198364258, 2.70083809, -0.890274048, 1.22612406e-007, 7.56137375e-010, -0.999991715, 0.498903275, -0.866651952, 6.05138268e-008, -0.866652787, -0.49890393, -1.06639334e-007))
  748. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 0.336399972))
  749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.200000003, 0.200000003))
  750. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00188446045, 2.70055485, 0.755661011, 6.99501257e-009, -4.66721986e-008, 0.99999094, 0.498903215, -0.866651833, -4.39415899e-008, 0.866652429, 0.498903751, 1.72223977e-008))
  751. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 0.336399972))
  752. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  753. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.553535461, 0.00312805176, -1.3889389, 0.866649628, 0.4989025, 2.28122921e-009, 2.2102844e-009, 7.3393025e-010, -0.999984264, -0.498901486, 0.866648555, -4.61247929e-010))
  754. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  755. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.269119978, 0.403679967))
  756. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00194549561, -2.86907005, 0.789337158, 2.47805443e-009, 3.73790332e-010, -0.999992132, -0.498903453, 0.86665225, -9.09659237e-010, 0.866652787, 0.49890396, 2.33386199e-009))
  757. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  758. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.336399913, 0.200000003, 0.403679967))
  759. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318229675, -1.42267275, -0.00323486328, 0.866652429, 0.498903751, 2.26594099e-009, -0.498903215, 0.866651833, -1.6442292e-010, -2.04764627e-009, -9.85398652e-010, 0.99999094))
  760. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  761. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.200000003, 0.200000003))
  762. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00204467773, -1.15345192, -0.890197754, 8.79226505e-008, 5.16588372e-008, 0.999992132, -0.498903453, 0.86665225, -9.02613317e-010, -0.866652787, -0.49890396, 1.01971423e-007))
  763. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 0.336399972))
  764. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.807359934, 0.269120038))
  765. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.520263672, -2.5996995, -0.00192260742, 0.866652429, 0.498903751, 2.32525288e-009, -0.498903215, 0.866651833, -6.91663615e-010, -2.3620943e-009, -5.58051827e-010, 0.99999094))
  766. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672799945, 1, 1))
  767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.200000003, 0.200000003))
  768. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00224304199, -1.15331078, 0.75553894, -9.81664794e-009, -8.13697287e-009, -0.99999094, -0.498903215, 0.866651833, -2.15120899e-009, 0.866652429, 0.498903751, -1.25674564e-008))
  769. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 0.336399972))
  770. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.336399913, 0.200000003, 0.403679967))
  771. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326629639, -1.63202763, 0.0157241821, 0.86664921, 0.498901874, 4.46597426e-009, -0.49890098, 0.866647959, -1.00119912e-008, -8.86894291e-009, 6.45372245e-009, 0.999982953))
  772. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  773. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  774. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.423660278, 0.00339508057, -1.52803516, 0.866652429, 0.498903751, 3.1895504e-009, 2.6605298e-009, 1.7720303e-009, -0.99999094, -0.498903215, 0.866651773, 2.11543671e-010))
  775. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  776. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  777. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.553840637, 0.00194549561, -2.19624376, 0.866652429, 0.498903751, 2.32239783e-009, 2.50885779e-009, 2.97385006e-010, -0.99999094, -0.498903215, 0.866651833, -9.90791005e-010))
  778. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  779. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 1.88383985, 0.269120038))
  780. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.957420349, -1.79261398, -0.00204467773, 0.866652787, 0.49890396, 2.33386199e-009, -0.498903453, 0.86665225, -9.09602171e-010, -2.47802578e-009, -3.73839848e-010, 0.999992132))
  781. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 1))
  782. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.672800004, 0.403680056))
  783. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.620758057, -0.985565186, -0.00221252441, 0.866652429, 0.498903751, 2.32505393e-009, -0.498903215, 0.866651833, -8.90858276e-010, -2.46130116e-009, -3.85319332e-010, 0.99999094))
  784. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 1))
  785. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.403679967, 0.200000003, 0.201839983))
  786. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00192260742, -2.26367044, 0.553855896, -2.34582611e-008, -1.43058907e-008, -0.99999094, -0.498903215, 0.866651833, -6.91662505e-010, 0.866652429, 0.498903751, -2.7467685e-008))
  787. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.672799945, 1))
  788. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.538239956, 0.200000003, 0.672799945))
  789. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.285865784, -0.750847816, -0.00677490234, 0.866652429, 0.498903751, 2.31163155e-009, -0.498903215, 0.866651833, 8.33962588e-009, 2.15549045e-009, -8.37831049e-009, 0.99999094))
  790. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  791. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.336399913, 0.200000003, 0.403679967))
  792. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318237305, -1.52358532, -0.00323486328, 0.866652429, 0.498903751, 2.26594099e-009, -0.498903215, 0.866651833, -1.6442292e-010, -2.04764627e-009, -9.85398652e-010, 0.99999094))
  793. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.672799945, 1))
  794. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  795. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.419342041, 0.000923156738, -2.06234789, 0.866652787, 0.49890396, 2.45350562e-009, 4.20546575e-009, -2.38710784e-009, -0.999992132, -0.498903453, 0.86665225, -4.16421386e-009))
  796. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  797. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  798. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.554298401, 0.00379943848, -1.92725849, 0.866652429, 0.498903751, 2.27182828e-009, -2.13564766e-009, 8.26406144e-009, -0.99999094, -0.498903215, 0.866651833, 8.23071211e-009))
  799. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  800. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.269120008, 0.336399943, 0.269119978))
  801. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00178527832, 0.682488441, 0.856414795, -3.21860102e-006, 5.58638567e-006, 0.999992132, 0.498903453, -0.86665225, 6.44723104e-006, 0.866652787, 0.49890396, 2.34038389e-009))
  802. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  803. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  804. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.419181824, 0.00199890137, -1.79305029, 0.866652131, 0.498903632, 2.32990094e-009, 3.06747294e-009, -6.57872201e-010, -0.999989688, -0.498902828, 0.866651118, -2.09690798e-009))
  805. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  806. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.336399913, 0.874639988, 0.403680056))
  807. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.486587524, -1.75865698, -0.00193786621, 0.866647184, 0.498901069, 2.32281483e-009, -0.498899341, 0.8666448, -6.6587047e-010, -2.34998132e-009, -5.75107295e-010, 0.999977112))
  808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.41040799, 0.200000003))
  809. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.553878784, -0.00231170654, -1.65839434, 0.866650403, 0.498902589, 2.46607934e-009, 5.02348474e-009, -3.78248899e-009, -0.999985576, -0.498901695, 0.866649151, -5.77936898e-009))
  810. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 1, 0.672800183))
  811. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  812. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.615721703, -0.232398987, 0.587142944, 0.498903215, -0.866651833, 4.77541471e-006, 2.38451321e-006, -4.13749922e-006, -0.99999088, 0.866652429, 0.498903751, 2.33085373e-009))
  813. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 0.672799945))
  814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  815. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.615719795, -0.238517761, 0.587135315, -0.498903215, 0.866651833, -6.69786004e-006, -3.34363585e-006, 5.80360529e-006, 0.99999088, 0.866652429, 0.498903751, 2.33072406e-009))
  816. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 0.672799945))
  817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  818. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.615716934, -0.238525391, -0.0488891602, 0.498902082, -0.86665225, 8.04640968e-006, -1.60619777e-007, 9.19200102e-006, 0.99999088, -0.866652966, -0.498902738, 4.44671059e-006))
  819. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 0.672799945))
  820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.403679967, 0.200000003, 0.200000003))
  821. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00192260742, -2.26364183, -0.385681152, -2.36786946e-009, -5.61378055e-010, 0.99999094, -0.498903215, 0.866651833, -6.91662505e-010, -0.866652429, -0.498903751, -2.33191777e-009))
  822. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.672799945, 0.672800004))
  823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.403680056))
  824. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0489349365, -0.615652084, -0.00296783447, 0.866652429, 0.498903751, 2.32153119e-009, -0.498903215, 0.866651833, 4.01780254e-009, -9.28190858e-012, -4.63769601e-009, 0.99999088))
  825. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672799945, 0.336399972, 1))
  826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.201839939, 1.07647991, 0.269120038))
  827. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.217201233, -1.85976696, -0.00347137451, 0.866647124, 0.498901218, 2.26065255e-009, -0.49889949, 0.8666448, -9.83626514e-011, -2.01297223e-009, -1.03593223e-009, 0.999977112))
  828. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.470959932, 0.269119978, 0.538240016))
  829. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318893433, -2.60064316, -0.00373840332, 0.866652429, 0.498903751, 1.76599568e-009, -0.498903215, 0.866651833, 7.95978394e-009, 2.43890108e-009, -7.77687248e-009, 0.99999094))
  830. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  831. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.470959932, 0.200000003, 0.538240016))
  832. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318901062, -2.43210697, -0.00379943848, 0.866652429, 0.498903751, 2.27182828e-009, -0.498903215, 0.866651833, 8.23071389e-009, 2.13564766e-009, -8.26405877e-009, 0.99999094))
  833. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  834. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  835. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.615708351, -0.232406616, -0.0488739014, -0.498902678, 0.866652071, -7.96434051e-006, -1.77091977e-007, -9.29171892e-006, -0.99999088, -0.866652608, -0.498903275, 4.78914217e-006))
  836. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.336399972, 0.336399972, 0.672799945))
  837. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.403679937, 0.200000003, 0.538240075))
  838. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31803894, -0.615720749, -0.00300598145, 0.866652429, 0.498903751, 2.32570896e-009, -0.498903215, 0.866651833, 3.92940835e-009, -5.70028469e-011, -4.56317428e-009, 0.99999088))
  839. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1))
  840. mesh("BlockMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.672800243))
  841.  
  842. AmmoPrt1=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","AmmoPrt1",Vector3.new(0.336399913, 0.538239956, 0.403679967))
  843. AmmoPrt1weld=weld(m,Handle,AmmoPrt1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.21711731, -1.05279922, -0.137039185, 0.866652429, 0.498903751, 2.31279484e-009, -0.498903334, 0.866652071, -7.38362926e-010, -2.37459519e-009, -5.11365839e-010, 0.99999094))
  844. mesh("CylinderMesh",AmmoPrt1,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  845.  
  846. AmmoPrt2=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","AmmoPrt2",Vector3.new(0.336399913, 0.538239956, 0.403679967))
  847. AmmoPrt2weld=weld(m,Handle,AmmoPrt2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.217201233, -1.05278873, 0.131614685, 0.866649985, 0.498902321, 2.29875496e-009, -0.498901188, 0.866648316, -5.67319081e-010, -2.27866082e-009, -6.50366649e-010, 0.999983788))
  848. mesh("CylinderMesh",AmmoPrt2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  849.  
  850. AmmoPrt3=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","AmmoPrt3",Vector3.new(0.336399913, 0.538239956, 0.403679967))
  851. AmmoPrt3weld=weld(m,Handle,AmmoPrt3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.419036865, -1.052948, -0.00316619873, 0.866649985, 0.498902321, 2.28128072e-009, -0.498901188, 0.866648316, -3.53729712e-010, -2.15695484e-009, -8.26758217e-010, 0.999983788))
  852. mesh("CylinderMesh",AmmoPrt3,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  853.  
  854. AmmoPrt4=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","AmmoPrt4",Vector3.new(0.336399913, 0.538239956, 0.403679967))
  855. AmmoPrt4weld=weld(m,Handle,AmmoPrt4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.351737976, -1.05289078, -0.137390137, 0.866649985, 0.498902321, 2.29298824e-009, -0.498901188, 0.866648316, -4.96807928e-010, -2.23848495e-009, -7.08597625e-010, 0.999983788))
  856. mesh("CylinderMesh",AmmoPrt4,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  857.  
  858. AmmoPrt5=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","AmmoPrt5",Vector3.new(0.336399913, 0.538239956, 0.403679967))
  859. AmmoPrt5weld=weld(m,Handle,AmmoPrt5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.351760864, -1.0529232, 0.131362915, 0.866652429, 0.498903751, 2.28518027e-009, -0.498903334, 0.866652071, -4.00782296e-010, -2.18224128e-009, -7.90156163e-010, 0.99999094))
  860. mesh("CylinderMesh",AmmoPrt5,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  861.  
  862. AmmoPrt6=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","AmmoPrt6",Vector3.new(0.336399913, 0.538239956, 0.403679967))
  863. AmmoPrt6weld=weld(m,Handle,AmmoPrt6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.149917603, -1.05283451, -0.00286865234, 0.866652429, 0.498903751, 2.29759878e-009, -0.498903334, 0.866652071, -5.55574475e-010, -2.27023111e-009, -6.62199851e-010, 0.99999094))
  864. mesh("CylinderMesh",AmmoPrt6,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  865.  
  866. function attackone()
  867. attack = true
  868. for i = 0,1,0.1 do
  869. swait()
  870. end
  871. attack = false
  872. end
  873.  
  874. mouse.Button1Down:connect(function()
  875. if attack == false and attacktype == 1 then
  876. attacktype = 1
  877. attackone()
  878. end
  879. end)
  880.  
  881. mouse.KeyDown:connect(function(k)
  882. k=k:lower()
  883. if attack == false and k == '' then
  884.  
  885. end
  886. end)
  887.  
  888.  
  889. local sine = 0
  890. local change = 1
  891. local val = 0
  892.  
  893. while true do
  894. swait()
  895. sine = sine + change
  896. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  897. local velderp=RootPart.Velocity.y
  898. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  899. if equipped==true or equipped==false then
  900. if attack==false then
  901. idle=idle+1
  902. else
  903. idle=0
  904. end
  905. if idle>=500 then
  906. if attack==false then
  907. --Sheath()
  908. end
  909. end
  910. if RootPart.Velocity.y > 1 and hitfloor==nil then
  911. Anim="Jump"
  912. if attack==false then
  913. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  914. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  915. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  916. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  917. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(10)),.3)
  918. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(10)),.3)
  919. Handleweld.C0=clerp(Handleweld.C0,cf(-.5,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  920. end
  921. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  922. Anim="Fall"
  923. if attack==false then
  924. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  925. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.3)
  926. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  927. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  928. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(20)),.3)
  929. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(20)),.3)
  930. Handleweld.C0=clerp(Handleweld.C0,cf(-.5,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  931. end
  932. elseif torvel<1 and hitfloor~=nil then
  933. Anim="Idle"
  934. if attack==false then
  935. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  936. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-20)),.3)
  937. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.5, 0) * angles(math.rad(70), math.rad(0), math.rad(-20)), 0.3)
  938. LW.C0 = clerp(LW.C0, CFrame.new(-0.2, 0.3, -1) * angles(math.rad(70), math.rad(0), math.rad(30)), 0.3)
  939. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.3)
  940. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-110),math.rad(0)),.3)
  941. Handleweld.C0=clerp(Handleweld.C0,cf(-.5,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  942. end
  943. elseif torvel>2 and hitfloor~=nil then
  944. Anim="Walk"
  945. if attack==false then
  946. change=3
  947. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  948. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  949. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.3)
  950. LW.C0 = clerp(LW.C0, CFrame.new(-0.2, 0, -1) * angles(math.rad(60), math.rad(0), math.rad(30)), 0.3)
  951. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  952. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  953. Handleweld.C0=clerp(Handleweld.C0,cf(-.5,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  954. end
  955. end
  956. end
  957. if #Effects>0 then
  958. --table.insert(Effects,{prt,"Block1",delay})
  959. for e=1,#Effects do
  960. if Effects[e]~=nil then
  961. --for j=1,#Effects[e] do
  962. local Thing=Effects[e]
  963. if Thing~=nil then
  964. local Part=Thing[1]
  965. local Mode=Thing[2]
  966. local Delay=Thing[3]
  967. local IncX=Thing[4]
  968. local IncY=Thing[5]
  969. local IncZ=Thing[6]
  970. if Thing[1].Transparency<=1 then
  971. if Thing[2]=="Block1" then
  972. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  973. Mesh=Thing[1].Mesh
  974. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  975. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  976. elseif Thing[2]=="Cylinder" then
  977. Mesh=Thing[1].Mesh
  978. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  979. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  980. elseif Thing[2]=="Blood" then
  981. Mesh=Thing[7]
  982. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  983. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  984. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  985. elseif Thing[2]=="Elec" then
  986. Mesh=Thing[1].Mesh
  987. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  988. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  989. elseif Thing[2]=="Disappear" then
  990. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  991. end
  992. else
  993. Part.Parent=nil
  994. table.remove(Effects,e)
  995. end
  996. end
  997. --end
  998. end
  999. end
  1000. end
  1001. end
Add Comment
Please, Sign In to add comment