Advertisement
DerpyAdmins

Blue Shotgun [ RELEASE ]

Sep 4th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.84 KB | None | 0 0
  1. --------------------
  2. -----Script By------
  3. --------Derpy-------
  4. -----DO NOT COPY----
  5. --Thanks For Using--
  6. --------------------
  7. --Script Name: Blue Shotgun
  8. Player=game:GetService("Players").LocalPlayer
  9. Character=Player.Character
  10. PlayerGui=Player.PlayerGui
  11. Backpack=Player.Backpack
  12. Torso=Character.Torso
  13. Head=Character.Head
  14. Humanoid=Character.Humanoid
  15. m=Instance.new('Model',Character)
  16. LeftArm=Character["Left Arm"]
  17. LeftLeg=Character["Left Leg"]
  18. RightArm=Character["Right Arm"]
  19. RightLeg=Character["Right Leg"]
  20. LS=Torso["Left Shoulder"]
  21. LH=Torso["Left Hip"]
  22. RS=Torso["Right Shoulder"]
  23. RH=Torso["Right Hip"]
  24. Face = Head.face
  25. Neck=Torso.Neck
  26. it=Instance.new
  27. attacktype=1
  28. vt=Vector3.new
  29. cf=CFrame.new
  30. euler=CFrame.fromEulerAnglesXYZ
  31. angles=CFrame.Angles
  32. cloaked=false
  33. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  34. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  35. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  36. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  37. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  38. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  39. RootPart=Character.HumanoidRootPart
  40. RootJoint=RootPart.RootJoint
  41. RootCF=euler(-1.57,0,3.14)
  42. attack = false
  43. attackdebounce = false
  44. deb=false
  45. equipped=true
  46. hand=false
  47. MMouse=nil
  48. combo=0
  49. mana=0
  50. trispeed=.2
  51. attackmode='none'
  52. local idle=0
  53. local Anim="Idle"
  54. local Effects={}
  55. local gun=false
  56. local shoot=false
  57. player=nil
  58. mana=0
  59.  
  60. mouse=Player:GetMouse()
  61. --save shoulders
  62. RSH, LSH=nil, nil
  63. --welds
  64. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  65. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  66. LH=Torso["Left Hip"]
  67. RH=Torso["Right Hip"]
  68. TorsoColor=Torso.BrickColor
  69. function NoOutline(Part)
  70. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  71. end
  72. player=Player
  73. ch=Character
  74. RSH=ch.Torso["Right Shoulder"]
  75. LSH=ch.Torso["Left Shoulder"]
  76. --
  77. RSH.Parent=nil
  78. LSH.Parent=nil
  79. --
  80. RW.Name="Right Shoulder"
  81. RW.Part0=ch.Torso
  82. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  83. RW.C1=cf(0, 0.5, 0)
  84. RW.Part1=ch["Right Arm"]
  85. RW.Parent=ch.Torso
  86. --
  87. LW.Name="Left Shoulder"
  88. LW.Part0=ch.Torso
  89. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  90. LW.C1=cf(0, 0.5, 0)
  91. LW.Part1=ch["Left Arm"]
  92. LW.Parent=ch.Torso
  93.  
  94. Player=game:GetService('Players').LocalPlayer
  95. Character=Player.Character
  96. Mouse=Player:GetMouse()
  97. m=Instance.new('Model',Character)
  98.  
  99.  
  100. local function weldBetween(a, b)
  101. local weldd = Instance.new("ManualWeld")
  102. weldd.Part0 = a
  103. weldd.Part1 = b
  104. weldd.C0 = CFrame.new()
  105. weldd.C1 = b.CFrame:inverse() * a.CFrame
  106. weldd.Parent = a
  107. return weldd
  108. end
  109.  
  110. function swait(num)
  111. if num==0 or num==nil then
  112. game:service'RunService'.Heartbeat:wait(0)
  113. else
  114. for i=0,num do
  115. game:service'RunService'.Heartbeat:wait(0)
  116. end
  117. end
  118. end
  119.  
  120. function nooutline(part)
  121. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  122. end
  123.  
  124. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  125. local fp=it("Part")
  126. fp.formFactor=formfactor
  127. fp.Parent=parent
  128. fp.Reflectance=reflectance
  129. fp.Transparency=transparency
  130. fp.CanCollide=false
  131. fp.Locked=true
  132. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  133. fp.Name=name
  134. fp.Size=size
  135. fp.Position=Character.Torso.Position
  136. nooutline(fp)
  137. fp.Material=material
  138. fp:BreakJoints()
  139. return fp
  140. end
  141.  
  142. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  143. local mesh=it(Mesh)
  144. mesh.Parent=part
  145. if Mesh=="SpecialMesh" then
  146. mesh.MeshType=meshtype
  147. mesh.MeshId=meshid
  148. end
  149. mesh.Offset=offset
  150. mesh.Scale=scale
  151. return mesh
  152. end
  153.  
  154. function weld(parent,part0,part1,c0,c1)
  155. local weld=it("Weld")
  156. weld.Parent=parent
  157. weld.Part0=part0
  158. weld.Part1=part1
  159. weld.C0=c0
  160. weld.C1=c1
  161. return weld
  162. end
  163.  
  164.  
  165. local function CFrameFromTopBack(at, top, back)
  166. local right = top:Cross(back)
  167. return CFrame.new(at.x, at.y, at.z,
  168. right.x, top.x, back.x,
  169. right.y, top.y, back.y,
  170. right.z, top.z, back.z)
  171. end
  172.  
  173. function Triangle(a, b, c)
  174. local edg1 = (c-a):Dot((b-a).unit)
  175. local edg2 = (a-b):Dot((c-b).unit)
  176. local edg3 = (b-c):Dot((a-c).unit)
  177. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  178. a, b, c = a, b, c
  179. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  180. a, b, c = b, c, a
  181. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  182. a, b, c = c, a, b
  183. else
  184. assert(false, "unreachable")
  185. end
  186.  
  187. local len1 = (c-a):Dot((b-a).unit)
  188. local len2 = (b-a).magnitude - len1
  189. local width = (a + (b-a).unit*len1 - c).magnitude
  190.  
  191. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  192.  
  193. local list = {}
  194.  
  195. local Color = BrickColor.new("Dark grey")
  196.  
  197. if len1 > 0.01 then
  198. local w1 = Instance.new('WedgePart', m)
  199. game:GetService("Debris"):AddItem(w1,5)
  200. w1.Material = "SmoothPlastic"
  201. w1.FormFactor = 'Custom'
  202. w1.BrickColor = BrickColor.new(Color)
  203. w1.Transparency = 0
  204. w1.Reflectance = 0
  205. w1.Material = "SmoothPlastic"
  206. w1.CanCollide = false
  207. NoOutline(w1)
  208. local sz = Vector3.new(0.2, width, len1)
  209. w1.Size = sz
  210. local sp = Instance.new("SpecialMesh",w1)
  211. sp.MeshType = "Wedge"
  212. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  213. w1:BreakJoints()
  214. w1.Anchored = true
  215. w1.Parent = workspace
  216. w1.Transparency = 0.7
  217. table.insert(Effects,{w1,"Disappear",.01})
  218. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  219. table.insert(list,w1)
  220. end
  221.  
  222. if len2 > 0.01 then
  223. local w2 = Instance.new('WedgePart', m)
  224. game:GetService("Debris"):AddItem(w2,5)
  225. w2.Material = "SmoothPlastic"
  226. w2.FormFactor = 'Custom'
  227. w2.BrickColor = BrickColor.new(Color)
  228. w2.Transparency = 0
  229. w2.Reflectance = 0
  230. w2.Material = "SmoothPlastic"
  231. w2.CanCollide = false
  232. NoOutline(w2)
  233. local sz = Vector3.new(0.2, width, len2)
  234. w2.Size = sz
  235. local sp = Instance.new("SpecialMesh",w2)
  236. sp.MeshType = "Wedge"
  237. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  238. w2:BreakJoints()
  239. w2.Anchored = true
  240. w2.Parent = workspace
  241. w2.Transparency = 0.7
  242. table.insert(Effects,{w2,"Disappear",.01})
  243. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  244. table.insert(list,w2)
  245. end
  246. return unpack(list)
  247. end
  248.  
  249.  
  250. so = function(id,par,vol,pit)
  251. coroutine.resume(coroutine.create(function()
  252. local sou = Instance.new("Sound",par or workspace)
  253. sou.Volume=vol
  254. sou.Pitch=pit or 1
  255. sou.SoundId=id
  256. swait()
  257. sou:play()
  258. game:GetService("Debris"):AddItem(sou,6)
  259. end))
  260. end
  261.  
  262. function clerp(a,b,t)
  263. local qa = {QuaternionFromCFrame(a)}
  264. local qb = {QuaternionFromCFrame(b)}
  265. local ax, ay, az = a.x, a.y, a.z
  266. local bx, by, bz = b.x, b.y, b.z
  267. local _t = 1-t
  268. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  269. end
  270.  
  271. function QuaternionFromCFrame(cf)
  272. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  273. local trace = m00 + m11 + m22
  274. if trace > 0 then
  275. local s = math.sqrt(1 + trace)
  276. local recip = 0.5/s
  277. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  278. else
  279. local i = 0
  280. if m11 > m00 then
  281. i = 1
  282. end
  283. if m22 > (i == 0 and m00 or m11) then
  284. i = 2
  285. end
  286. if i == 0 then
  287. local s = math.sqrt(m00-m11-m22+1)
  288. local recip = 0.5/s
  289. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  290. elseif i == 1 then
  291. local s = math.sqrt(m11-m22-m00+1)
  292. local recip = 0.5/s
  293. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  294. elseif i == 2 then
  295. local s = math.sqrt(m22-m00-m11+1)
  296. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  297. end
  298. end
  299. end
  300.  
  301. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  302. local xs, ys, zs = x + x, y + y, z + z
  303. local wx, wy, wz = w*xs, w*ys, w*zs
  304. local xx = x*xs
  305. local xy = x*ys
  306. local xz = x*zs
  307. local yy = y*ys
  308. local yz = y*zs
  309. local zz = z*zs
  310. 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))
  311. end
  312.  
  313. function QuaternionSlerp(a, b, t)
  314. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  315. local startInterp, finishInterp;
  316. if cosTheta >= 0.0001 then
  317. if (1 - cosTheta) > 0.0001 then
  318. local theta = math.acos(cosTheta)
  319. local invSinTheta = 1/math.sin(theta)
  320. startInterp = math.sin((1-t)*theta)*invSinTheta
  321. finishInterp = math.sin(t*theta)*invSinTheta
  322. else
  323. startInterp = 1-t
  324. finishInterp = t
  325. end
  326. else
  327. if (1+cosTheta) > 0.0001 then
  328. local theta = math.acos(-cosTheta)
  329. local invSinTheta = 1/math.sin(theta)
  330. startInterp = math.sin((t-1)*theta)*invSinTheta
  331. finishInterp = math.sin(t*theta)*invSinTheta
  332. else
  333. startInterp = t-1
  334. finishInterp = t
  335. end
  336. end
  337. 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
  338. end
  339.  
  340. --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)
  341.  
  342.  
  343. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  344. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  345. end
  346.  
  347. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  348. if hit.Parent==nil then
  349. return
  350. end
  351. h=hit.Parent:FindFirstChild("Humanoid")
  352. for _,v in pairs(hit.Parent:children()) do
  353. if v:IsA("Humanoid") then
  354. h=v
  355. end
  356. end
  357. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  358. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  359. end
  360. if hit.Parent.className=="Hat" then
  361. hit=hit.Parent.Parent:findFirstChild("Head")
  362. end
  363. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  364. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  365. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  366. return
  367. end]]
  368. -- hs(hit,1.2)
  369. c=Instance.new("ObjectValue")
  370. c.Name="creator"
  371. c.Value=game:service("Players").LocalPlayer
  372. c.Parent=h
  373. game:GetService("Debris"):AddItem(c,.5)
  374. Damage=math.random(minim,maxim)
  375. -- h:TakeDamage(Damage)
  376. blocked=false
  377. block=hit.Parent:findFirstChild("Block")
  378. if block~=nil then
  379. print(block.className)
  380. if block.className=="NumberValue" then
  381. if block.Value>0 then
  382. blocked=true
  383. if decreaseblock==nil then
  384. block.Value=block.Value-1
  385. end
  386. end
  387. end
  388. if block.className=="IntValue" then
  389. if block.Value>0 then
  390. blocked=true
  391. if decreaseblock~=nil then
  392. block.Value=block.Value-1
  393. end
  394. end
  395. end
  396. end
  397. if blocked==false then
  398. -- h:TakeDamage(Damage)
  399. h.Health=h.Health-Damage
  400. showDamage(hit.Parent,Damage,.5,BrickColor.new("New Yeller"))
  401. else
  402. h.Health=h.Health-(Damage/2)
  403. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  404. end
  405. if Type=="Knockdown" then
  406. hum=hit.Parent.Humanoid
  407. hum.PlatformStand=true
  408. coroutine.resume(coroutine.create(function(HHumanoid)
  409. swait(1)
  410. HHumanoid.PlatformStand=false
  411. end),hum)
  412. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  413. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  414. local bodvol=Instance.new("BodyVelocity")
  415. bodvol.velocity=angle*knockback
  416. bodvol.P=5000
  417. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  418. bodvol.Parent=hit
  419. rl=Instance.new("BodyAngularVelocity")
  420. rl.P=3000
  421. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  422. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  423. rl.Parent=hit
  424. game:GetService("Debris"):AddItem(bodvol,.5)
  425. game:GetService("Debris"):AddItem(rl,.5)
  426. elseif Type=="Normal" then
  427. vp=Instance.new("BodyVelocity")
  428. vp.P=500
  429. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  430. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  431. if KnockbackType==1 then
  432. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  433. elseif KnockbackType==2 then
  434. vp.velocity=Property.CFrame.lookVector*knockback
  435. end
  436. if knockback>0 then
  437. vp.Parent=hit.Parent.Torso
  438. end
  439. game:GetService("Debris"):AddItem(vp,.5)
  440. elseif Type=="Up" then
  441. local bodyVelocity=Instance.new("BodyVelocity")
  442. bodyVelocity.velocity=vt(0,60,0)
  443. bodyVelocity.P=5000
  444. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  445. bodyVelocity.Parent=hit
  446. game:GetService("Debris"):AddItem(bodyVelocity,1)
  447. rl=Instance.new("BodyAngularVelocity")
  448. rl.P=3000
  449. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  450. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  451. rl.Parent=hit
  452. game:GetService("Debris"):AddItem(rl,.5)
  453. elseif Type=="Snare" then
  454. bp=Instance.new("BodyPosition")
  455. bp.P=2000
  456. bp.D=100
  457. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  458. bp.position=hit.Parent.Torso.Position
  459. bp.Parent=hit.Parent.Torso
  460. game:GetService("Debris"):AddItem(bp,1)
  461. elseif Type=="Target" then
  462. if Targetting==false then
  463. ZTarget=hit.Parent.Torso
  464. coroutine.resume(coroutine.create(function(Part)
  465. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  466. swait(5)
  467. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  468. end),ZTarget)
  469. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  470. targetgui=Instance.new("BillboardGui")
  471. targetgui.Parent=ZTarget
  472. targetgui.Size=UDim2.new(10,100,10,100)
  473. targ=Instance.new("ImageLabel")
  474. targ.Parent=targetgui
  475. targ.BackgroundTransparency=1
  476. targ.Image="rbxassetid://4834067"
  477. targ.Size=UDim2.new(1,0,1,0)
  478. cam.CameraType="Scriptable"
  479. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  480. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  481. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  482. Targetting=true
  483. RocketTarget=ZTarget
  484. for i=1,Property do
  485. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  486. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  487. swait()
  488. end
  489. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  490. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  491. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  492. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  493. end
  494. Targetting=false
  495. RocketTarget=nil
  496. targetgui.Parent=nil
  497. cam.CameraType="Custom"
  498. end
  499. end
  500. debounce=Instance.new("BoolValue")
  501. debounce.Name="DebounceHit"
  502. debounce.Parent=hit.Parent
  503. debounce.Value=true
  504. game:GetService("Debris"):AddItem(debounce,Delay)
  505. c=Instance.new("ObjectValue")
  506. c.Name="creator"
  507. c.Value=Player
  508. c.Parent=h
  509. game:GetService("Debris"):AddItem(c,.5)
  510. CRIT=false
  511. hitDeb=true
  512. AttackPos=6
  513. end
  514. end
  515.  
  516. showDamage=function(Char,Dealt,du,Color)
  517. m=Instance.new("Model")
  518. m.Name=tostring(Dealt)
  519. h=Instance.new("Humanoid")
  520. h.Health=0
  521. h.MaxHealth=0
  522. h.Parent=m
  523. c=Instance.new("Part")
  524. c.Transparency=0
  525. c.BrickColor=Color
  526. c.Name="Head"
  527. c.TopSurface=0
  528. c.BottomSurface=0
  529. c.formFactor="Plate"
  530. c.Size=Vector3.new(1,.4,1)
  531. ms=Instance.new("CylinderMesh")
  532. ms.Scale=Vector3.new(.8,.8,.8)
  533. if CRIT==true then
  534. ms.Scale=Vector3.new(1,1.25,1)
  535. end
  536. ms.Parent=c
  537. c.Reflectance=0
  538. Instance.new("BodyGyro").Parent=c
  539. c.Parent=m
  540. if Char:findFirstChild("Head")~=nil then
  541. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  542. elseif Char.Parent:findFirstChild("Head")~=nil then
  543. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  544. end
  545. f=Instance.new("BodyPosition")
  546. f.P=2000
  547. f.D=100
  548. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  549. f.position=c.Position+Vector3.new(0,3,0)
  550. f.Parent=c
  551. game:GetService("Debris"):AddItem(m,.5+du)
  552. c.CanCollide=false
  553. m.Parent=workspace
  554. c.CanCollide=false
  555. end
  556.  
  557. handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","Handle",Vector3.new(0.392933369, 0.818870544, 0.484876573))
  558. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.110725403, -0.0610198975, -0.923483372, -0.999949038, 0.0097014308, 0.00306771323, -0.00306772627, 1.44194482e-005, -1.00000656, -0.00970112905, -0.999944687, 1.46424882e-005))
  559. Barrel=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","Barrel",Vector3.new(0.392933369, 0.200000003, 0.694699943))
  560. Barrelweld=weld(m,handle,Barrel,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00201416016, 4.55051184, -0.872203827, 1.00000906, -0.00011797715, -0.000356545235, -0.000356654549, -3.71675924e-007, -1.00000048, 0.000117982505, 1.00000644, -4.26134648e-007))
  561. mesh("CylinderMesh",Barrel,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.515725374, 1))
  562. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.20137848, 0.200000003))
  563. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.238044739, -1.35027695, -1.75392091, 0.999998689, -0.000530478545, -0.00165459863, 0.000530478312, 0.99999994, -7.74211003e-007, 0.00165460317, -1.15545845e-007, 0.999998569))
  564. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 1, 0.491166562))
  565. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.589399755))
  566. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.238273621, -0.955043793, -0.820649922, 0.999998808, -0.000502859708, -0.00157310732, 0.000502860174, 1, -7.29220119e-007, 0.00157311361, -1.42008503e-007, 0.999998629))
  567. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334137, 1))
  568. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933398, 0.200000003, 0.200000003))
  569. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0055770874, 0.311283112, 0.281532526, -0.999812126, 0.000483331503, -0.0194055643, 0.000482749194, 1.00000691, 3.84911909e-005, 0.0194055904, 2.91412107e-005, -0.999808013))
  570. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 0.491166562))
  571. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.20137848, 0.589399815))
  572. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.159729004, -1.35035706, -0.231489182, 0.999998689, -0.000525929499, -0.00163679547, 0.000525921816, 0.99999994, -4.69290353e-006, 0.00163680338, 3.88298758e-006, 0.999998569))
  573. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 1, 1))
  574. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.589399993, 0.392933667, 0.785866439))
  575. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.011100769, -0.9557724, 1.14765012, 0.999999285, -0.000384722836, -0.00121377606, 0.000384721672, 0.999999881, -5.19317837e-007, 0.00121378119, 5.20703907e-008, 0.999999046))
  576. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.589399993, 0.200000003, 0.200000003))
  577. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00728607178, -1.15148926, 0.0632092953, 0.999998748, -0.000521910144, -0.00163011893, 0.000521911541, 0.99999994, -7.38114977e-007, 0.00163012045, -1.60842319e-007, 0.999998689))
  578. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334018, 0.982333243))
  579. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.20137848, 1.17879963))
  580. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.144699097, -1.35028458, -1.11541545, 0.999998689, -0.000529585173, -0.00165206543, 0.000529584009, 0.99999994, -7.8289122e-007, 0.00165206904, -1.23320206e-007, 0.999998569))
  581. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 1, 1))
  582. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.200000003, 0.589399874))
  583. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00299835205, 4.4982748, -0.6599617, 1.00000095, -0.000189703889, -0.000583825924, -0.000583841, -2.80280801e-007, -0.99999994, 0.000189705053, 1.00000072, -3.84679879e-007))
  584. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.200000003, 0.289788306))
  586. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00370025635, 4.49983168, -0.657417297, 1.00000119, -4.6168454e-005, -0.000129014908, -0.000129027016, -3.45355147e-007, -1.00000012, 4.61703166e-005, 1.00000083, -3.91362846e-007))
  587. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.515725374, 1))
  588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.200000003, 1.6699661))
  589. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00726318359, -0.513141632, -0.47625798, 0.999999642, -0.000474769622, -0.00148425868, 0.000474745408, 1.00000954, -2.89473974e-008, 0.00148409116, -8.16216925e-008, 0.999991953))
  590. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  592. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.247642517, 0.562633514, 2.53756094, 0.999999225, -0.00057541742, -0.00180923659, -0.000575409504, -1.00000072, 6.17981095e-006, -0.00180925988, -5.09748679e-006, -0.999998212))
  593. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.589400113, 0.200000003, 0.200000003))
  595. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00714874268, -1.20210648, -2.03264451, -0.999999285, 0.000380247133, 0.00120855146, 0.000380247133, 1, -4.88218575e-007, -0.00120855437, -1.10539986e-007, -0.999999285))
  596. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.982333183))
  597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.599223316, 0.200000003, 0.200000003))
  598. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00782775879, -0.808174133, -1.06534135, 0.999998808, -0.00050339778, -0.00157711946, 0.00050339126, 0.999999881, -4.79227674e-006, 0.0015771254, 3.95323514e-006, 0.999998748))
  599. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.687633455, 0.200000003, 0.373286575))
  601. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.572486103, -0.368530273, -0.00534820557, -0.000796158216, 2.63861693e-007, 0.999999523, -0.000247276155, 1, -6.00727617e-007, -0.999999702, -0.000247277319, -0.000796161999))
  602. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.550106704, 0.500990391, 2.32812953))
  603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  604. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.246368408, 0.562351227, -3.51985264, -0.999999046, -0.000785131007, 0.0017751347, 0.000785123091, -1.00000048, -4.76147943e-006, 0.00177515694, -3.27731323e-006, 0.999998271))
  605. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.491167039, 1.17879963))
  607. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0116119385, -0.808311462, 1.14752233, 0.999999285, -0.000389426015, -0.0012220433, 0.000389426481, 0.999999881, -5.33280399e-007, 0.00122204656, 1.07229425e-007, 0.999999106))
  608. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.200000003, 0.39293322))
  609. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00182342529, -0.059627533, -0.237030029, 1.00000024, -2.19675712e-006, -3.47236823e-006, -9.0431422e-007, 0.707098067, -0.707115471, 4.01004218e-006, 0.707115591, 0.707097828))
  610. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334256, 1))
  611. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.785867333, 0.491166592))
  612. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00256347656, -0.855522156, -4.20529366, 1.00001729, -0.000156920636, -0.00048751838, 0.000156930648, 1.00001228, -3.12431439e-007, 0.00048772787, 1.96554538e-007, 1.00000083))
  613. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.200000003, 0.491166592))
  614. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00169372559, 3.91187406, -1.10260391, 1.00000012, -0.000409077853, -0.00127772312, -0.0012777393, -8.43629095e-008, -0.999999046, 0.000409078551, 1.00000048, -5.06528522e-007))
  615. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  616. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933398, 0.200000003, 0.200000003))
  617. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00727844238, -1.34797287, -0.427247822, 0.999998808, -0.000508218072, -0.00158813142, 0.000508218538, 1, -7.66642188e-007, 0.00158813782, -1.10825567e-007, 0.999998629))
  618. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334256, 0.982333124))
  619. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.57957679, 0.200000003, 0.589399815))
  620. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00736999512, -1.34790421, -0.231470406, 0.999998748, -0.00052127894, -0.00162254635, 0.000521271024, 0.99999994, -4.73802538e-006, 0.00162255182, 4.00318095e-006, 0.999998748))
  621. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 1))
  622. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.599223375, 0.200000003, 1.66996634))
  623. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00703430176, -0.611476898, -0.476810575, 0.999998808, -0.000503064366, -0.00157174852, 0.000503064599, 0.99999994, -7.42138582e-007, 0.00157175376, -8.65802576e-008, 0.99999851))
  624. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.618870556, 0.284876555))
  626. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.39233398e-005, 0.0999946594, -0.0900287628, 1.00000012, 1.02445483e-008, 9.82887443e-008, -1.35041773e-008, 1.00000095, -3.47667992e-007, -1.15132067e-007, 3.51504241e-007, 0.999999344))
  627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.392933369, 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.00169372559, -0.365879059, -3.61626029, 1.00000846, -0.000408411259, -0.00128341629, 0.000408425927, 1.00000811, -8.85296686e-007, 0.00128353445, 2.51153324e-007, 0.999999046))
  629. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334375, 0.491166562))
  630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(1.57173347, 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(-2.88058758, -1.30028915, 0.13936615, 0.00120653899, -0.000345678738, 0.999999046, 7.08410516e-005, 1.00000381, 0.000345571199, -1.0000037, 7.04175327e-005, 0.00120649324))
  632. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.392933369, 0.200000003, 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.00749206543, -1.40185547, -1.75392365, 0.999998629, -0.000532266451, -0.00165990624, 0.000532267848, 0.99999994, -8.01555871e-007, 0.00165991078, -8.43610906e-008, 0.999998569))
  635. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 1.57173264))
  637. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00902557373, -1.29845047, -2.88025308, 1.00000346, -0.000419300282, -0.00131881284, 0.000419305637, 1.00000381, -4.81770257e-007, 0.00131888292, 4.66625352e-008, 0.999999106))
  638. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333481, 0.491167068, 1))
  639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.200000003, 0.200000003))
  640. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000205993652, 0.366855621, 0.170970321, -1, 0.00047881878, 0.000105538013, -0.000478820177, -0.99999994, -8.0675818e-008, 0.000105541636, -2.63140464e-007, 0.999999762))
  641. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334256, 0.982333362))
  642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  643. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.43803835, 0.36598587, 0.247940063, -0.00170557899, -3.12538941e-006, -0.99999845, -0.00054662372, -1.00000072, 4.11949804e-006, -0.999999404, 0.000546629308, 0.00170555944))
  644. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.20137848, 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.25302887, -1.35042953, -1.75389695, 0.999998629, -0.000535132596, -0.0016691644, 0.000535133295, 0.99999994, -7.73754437e-007, 0.00166917022, -1.60262061e-007, 0.99999851))
  647. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 1, 0.491166562))
  648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.294699669))
  649. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00782775879, -1.29913712, -1.94930029, 0.999998808, -0.000498764217, -0.00156336208, 0.000498763984, 1, -7.68961399e-007, 0.00156336988, -8.24948074e-008, 0.99999851))
  650. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333481, 0.491167068, 1))
  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.427499413, -0.154556274, -1.44622421, -0.00155671558, -1.71825232e-005, -0.999998629, -0.999998808, 0.00048045814, 0.00155670336, 0.000480430666, 0.99999994, -1.8009463e-005))
  653. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333422, 0.491167068, 0.982333124))
  654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.589399993, 0.200000003, 0.491166413))
  655. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00770568848, -1.00417328, -1.55760884, 0.999998212, -0.000521541806, -0.00163140136, 0.000521542272, 0.999999642, -7.56599547e-007, 0.00163134676, -6.76809577e-008, 0.999998391))
  656. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.20137848, 0.589399815))
  658. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.144760132, -1.35034943, -0.231461525, 0.999998689, -0.000525572803, -0.00163578405, 0.000525564188, 0.99999994, -4.69637052e-006, 0.00163578917, 3.90967762e-006, 0.999998689))
  659. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 1, 1))
  660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.785867333, 0.785866201))
  661. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00762939453, -0.857028961, -1.70364225, 0.999998987, -0.000455782516, -0.00142784044, 0.000455782516, 1, -5.89889169e-007, 0.00142784708, -5.11990947e-008, 0.999998748))
  662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933398, 0.392933756, 0.884099782))
  663. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00498962402, 0.366672516, -1.29661703, 0.999999344, -0.000374818919, -0.00120143802, -0.000374818454, -0.999999881, 4.51476808e-007, -0.00120144174, -1.33426511e-007, -0.999999285))
  664. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.589400113, 0.200000003, 0.200000003))
  666. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123214722, -0.271297455, -2.03261518, 0.999999225, -0.000379103702, -0.00120463059, -0.000379103702, -0.999999881, 4.99312591e-007, -0.00120463443, -9.85164661e-008, -0.999999225))
  667. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.982333183))
  668. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(1.57173336, 0.200000003, 0.200000003))
  669. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.88062477, -1.29684067, 0.156394958, -0.00129424105, -0.000346052198, -0.999999106, 0.000411159359, 1.00000381, -0.000346582063, 1.00000358, -0.000411601737, -0.0012940286))
  670. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  671. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  672. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.244865417, 0.562644958, -3.51861572, -0.999999046, -0.000777990092, 0.00182061666, 0.000777981477, -1.00000048, -4.78605762e-006, 0.00182063796, -3.39111648e-006, 0.999998152))
  673. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  674. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.594311655, 0.200000003, 0.200000003))
  675. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00568389893, -0.906406403, -1.26190269, 0.999998808, -0.000490221428, -0.00153360551, 0.000490214676, 0.99999994, -4.78599577e-006, 0.00153361261, 3.96875657e-006, 0.999998689))
  676. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933398, 0.58940053, 0.491166532))
  678. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00505828857, 0.268463135, -1.49308562, 0.999999285, -0.000374148833, -0.0012002599, -0.000374148367, -0.999999881, 4.57977876e-007, -0.00120026362, -1.29813998e-007, -0.999999225))
  679. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  680. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.589399993, 0.392933697, 0.200000003))
  681. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000648498535, -0.660327911, -3.61724615, 0.999999642, -0.000490924576, -0.00154497323, 0.000490925042, 1.00000072, -1.03872662e-006, 0.00154499628, 3.08175004e-007, 0.99999845))
  682. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491166562))
  683. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.589400113, 0.294700235, 0.200000003))
  684. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0220489502, 0.906661987, 1.58002448, -0.999787569, 0.000377144665, -0.0206036828, -0.000376469921, -0.999999821, -3.66254753e-005, -0.0206036922, -2.89277486e-005, 0.99978745))
  685. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491166562))
  686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.589399993, 0.392933667, 0.491166592))
  687. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00769042969, 0.758586884, 1.55762434, 0.999998748, -0.000521539012, -0.00163144886, -0.000521538313, -0.99999994, 7.41734766e-007, -0.00163145119, 9.71595e-008, -0.999998629))
  688. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.589399993, 0.200000003, 1.76819956))
  690. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00733184814, -1.15148544, -0.918684363, 0.999998808, -0.000508943805, -0.00159034051, 0.000508943107, 1, -7.59613613e-007, 0.00159034505, -1.04051651e-007, 0.999998629))
  691. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 1))
  692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.392933398, 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.00741577148, -0.0752487183, -1.83591151, 0.999999285, -0.000375156524, -0.00120203407, -0.000375156524, -0.999999881, 5.37609594e-007, -0.00120203872, -1.35260052e-007, -0.999999285))
  694. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167486, 0.982332766))
  695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.392933697, 1.57173288))
  696. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00824737549, -0.660514832, -2.88165903, 1, -0.000430386281, -0.00135130191, 0.000430388376, 1.0000006, -5.5311466e-007, 0.0013513203, 2.69610609e-008, 0.999998927))
  697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.392933369, 0.200000003, 0.200000003))
  698. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00368499756, -0.365890503, -2.43749642, 1.00000477, -0.000397619558, -0.00124920893, 0.000397630269, 1.00000477, -8.70868462e-007, 0.00124927447, 2.80164386e-007, 0.999999166))
  699. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334375, 0.491166562))
  700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.39784503, 0.200000003, 0.39293322))
  701. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000640869141, -0.2069664, -0.237033844, 1.00000083, -2.20024958e-006, -3.47143668e-006, -9.09669325e-007, 0.707098603, -0.707114756, 4.00468707e-006, 0.707116187, 0.707097232))
  702. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.294700235, 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.00506591797, -0.0831336975, -0.674642563, 0.999986053, -0.00452287868, 0.00275901053, 0.00529642962, 0.866026342, -0.499970376, -0.000128068496, 0.499977827, 0.866038024))
  705. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.245583281))
  706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  707. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.427508831, 0.140220642, -1.44622421, -0.00155671558, -1.71825232e-005, -0.999998629, -0.999998808, 0.00048045814, 0.00155670336, 0.000480430666, 0.99999994, -1.8009463e-005))
  708. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333422, 0.491167068, 0.982333124))
  709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.589399993, 0.392933697, 0.200000003))
  710. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00257873535, -0.660266876, -2.43843269, 0.999999702, -0.000487331767, -0.00153360644, 0.000487332698, 1.0000006, -9.84169674e-007, 0.00153362576, 2.58392902e-007, 0.999998569))
  711. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491166562))
  712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.589399993, 0.200000003, 0.392933279))
  713. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00773620605, -0.954940796, 0.161763072, 0.99999851, -0.000541006448, -0.00169251533, 0.000541006448, 1.00000012, -7.61476258e-007, 0.0016925215, -1.48238541e-007, 0.999998271))
  714. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334077, 1))
  715. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  716. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.61650896, 0.366130829, 0.246315002, -0.001489455, -3.1925465e-006, -0.999998808, -0.000478490721, -1.00000644, 3.9757324e-006, -1.0000062, 0.000478483969, 0.00148936326))
  717. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  718. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.589399993, 0.200000003, 0.200000003))
  719. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00733947754, -0.955032349, -1.21347761, 0.999998808, -0.0005010725, -0.00156744593, 0.000501072034, 1, -7.31664841e-007, 0.00156745303, -1.59376214e-007, 0.999998569))
  720. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 0.98233223))
  721. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.49116677, 0.200000003, 0.589399755))
  722. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0564346313, -0.955032349, -0.820625186, 0.999998808, -0.000502503011, -0.0015719767, 0.000502502546, 1, -7.32690751e-007, 0.00157198112, -1.45482772e-007, 0.999998629))
  723. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 1))
  724. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.589399993, 0.200000003, 1.08056653))
  725. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00115203857, -0.758476257, -3.02730322, 0.999999821, -0.000465770951, -0.00146539765, 0.000465769786, 1.0000006, -9.1023503e-007, 0.00146541488, 3.32271156e-007, 0.999998868))
  726. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334316, 1))
  727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.200000003, 0.294699937))
  728. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00243377686, 4.50052071, -1.10219955, 1.00000095, -0.000117976917, -0.000356589007, -0.000356606295, -3.13344572e-007, -0.99999994, 0.000117980642, 1.00000072, -4.84469638e-007))
  729. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.515725374, 1))
  730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.589400113, 0.294700235, 0.200000003))
  731. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0101242065, 0.908729553, -0.708863616, 0.999999285, -0.000384180807, -0.00121559214, -0.000384181505, -0.999999821, 3.30837793e-007, -0.00121559505, 1.36080416e-007, -0.999999166))
  732. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491166562))
  733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  734. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.43836403, 0.365943909, 0.242881775, 0.00165945932, 5.27869361e-006, 0.99999845, -0.000527211931, -1.00000298, 6.15562749e-006, 1.00000215, -0.000527213095, -0.00165941729))
  735. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.594311714, 0.200000003, 0.200000003))
  737. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00553894043, -0.709587097, -1.06642747, 0.999998689, -0.00051244162, -0.00160147436, 0.000512442784, 0.99999994, -7.10759195e-007, 0.00160147704, -5.49989636e-008, 0.999998629))
  738. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.589400113, 0.200000003, 0.200000003))
  740. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0105209351, -1.10314941, -0.705640912, -0.999999225, 0.000379913719, 0.00120874331, 0.000379914418, 0.999999821, -5.06350261e-007, -0.00120874809, -9.62336344e-008, -0.999999225))
  741. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  742. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.589399993, 1.37526786, 0.200000003))
  743. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0066986084, -0.465335846, 2.03254437, 0.999999225, -0.000379425939, -0.00120590464, 0.000379428035, 1, -4.96167559e-007, 0.00120590848, 1.02423655e-007, 0.999999225))
  744. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.982332766))
  745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  746. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.243461609, 0.562290192, 2.53645086, 0.999999285, -0.00057541416, -0.00180921052, -0.000575405778, -1.00000072, 6.17984733e-006, -0.00180923101, -5.09739766e-006, -0.999998093))
  747. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  749. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.351196289, -0.955039978, -1.06613386, 1.00000548, -0.000499645248, -0.00156292901, 0.000499640591, 1.00000191, -6.71016096e-007, 0.00156292482, -1.13595888e-007, 1.00000298))
  750. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334137, 0.491166562))
  751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.589399993, 0.294700235, 1.66996634))
  752. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00687408447, -0.709583282, -0.476252019, 0.999999225, -0.000394738978, -0.00123136025, 0.000394739443, 1, -5.71146302e-007, 0.00123136479, 4.64042387e-008, 0.999998987))
  753. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.200000003, 0.491166592))
  754. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00233459473, 4.49864388, -1.10209656, 1.00000083, -0.000225806143, -0.000698220683, -0.000698236516, -2.58676664e-007, -0.999999821, 0.000225808006, 1.00000072, -4.21865479e-007))
  755. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.294699967, 0.200000003, 0.200000003))
  757. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.94879889, -1.29978943, 0.140174866, 0.00144009769, -0.000345781824, 0.999998927, 0.000107031781, 1.00000024, 0.000345564651, -0.999999046, 0.000106533989, 0.00144013274))
  758. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.200000003, 0.39293322))
  760. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000923156738, -0.366832733, -0.12570107, 1.00000012, -3.57127283e-005, -0.000107784639, 3.57124954e-005, 1.00000012, -2.69305019e-007, 0.000107790067, 2.80202585e-007, 0.99999994))
  761. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334256, 1))
  762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.392933369, 1.0805676, 0.200000003))
  763. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00495147705, -0.514110565, 1.83597183, 0.999999285, -0.000381410355, -0.00120938488, 0.000381409423, 1, -4.76940841e-007, 0.00120938884, 9.82017809e-008, 0.999999225))
  764. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.982332766))
  765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.200000003, 0.200000003))
  766. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00141906738, -0.268924713, -0.912668705, 1.00000024, 2.7687056e-005, 9.42582992e-005, -2.76868232e-005, 1.00000024, -2.88320734e-007, -9.42548359e-005, 2.86237082e-007, 0.999999821))
  767. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334256, 0.982333124))
  768. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  769. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.400337219, 1.06611919, -0.955036163, 1.0000087, -0.000496408204, -0.00155244884, -0.00155243871, 5.63268259e-008, -1.00000501, 0.00049640052, 1.00000274, -6.13028533e-007))
  770. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333422, 0.491167068, 0.982333124))
  771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  772. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.61547995, 0.366287231, 0.243164063, 0.00131910678, 5.38199674e-006, 0.999999166, -0.000419480959, -1.00000787, 6.0533057e-006, 1.00000846, -0.000419470016, -0.00131898699))
  773. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 0.982334256, 0.491166562))
  774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.211201712, 0.20137848, 0.200000003))
  775. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0051574707, -1.35022354, -1.65567803, 0.999998629, -0.000535673229, -0.00167071784, 0.000535675092, 0.99999994, -7.68497557e-007, 0.00167072366, -1.55496309e-007, 0.99999851))
  776. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491166562))
  777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.589399993, 0.200000003, 0.491166413))
  778. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00736236572, -0.955028534, -0.280241132, 0.999998927, -0.000500357477, -0.00156518002, 0.000500356779, 1, -7.38602466e-007, 0.00156518817, -1.96127075e-007, 0.999998689))
  779. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 1))
  780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.491167039, 0.200000003))
  781. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00985717773, -0.808174133, 0.459144831, 0.999999225, -0.000391424866, -0.00122554414, 0.000391426031, 1, -5.73487341e-007, 0.00122554973, -1.6136255e-008, 0.999999046))
  782. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.982333362))
  783. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.57957679, 0.200000003, 1.27212131))
  784. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00746154785, -1.34790421, -1.16197693, 0.999998629, -0.000532985665, -0.00166285282, 0.000532988226, 0.99999994, -7.94567313e-007, 0.00166285841, -7.53170752e-008, 0.999998629))
  785. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 1))
  786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.785867333, 0.200000003))
  787. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00390625, -0.857196808, -3.7649436, 1.00000048, -0.000322074397, -0.00100922503, 0.000322075095, 1.00000095, -3.96905307e-007, 0.00100924307, 6.53581083e-008, 0.999999344))
  788. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.982333362))
  789. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.618870556, 0.200000003))
  790. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.15527344e-005, 0.100006104, 0.101528168, 1.00000012, 9.77888703e-009, 9.92200739e-008, -1.35041773e-008, 1.00000083, -3.17867489e-007, -1.15040649e-007, 3.21705556e-007, 0.999999464))
  791. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.491166562))
  792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.200000003, 0.392933011))
  793. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00428009033, -0.415607452, -1.0127759, 0.99999994, -0.00019870582, -0.000620045874, 0.000198705588, 1.00000024, -4.01676516e-007, 0.00062004861, 2.12532541e-007, 0.999999583))
  794. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  795. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.589400113, 0.200000003, 0.200000003))
  796. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0125808716, -1.10314178, 1.58985198, 0.999999166, -0.000378279714, -0.00121128117, 0.000378279947, 0.999999821, -5.22204573e-007, 0.00121128617, 4.44160833e-008, 0.999998987))
  797. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  798. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.20137848, 1.17879963))
  799. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.159805298, -1.35028458, -1.11545217, 0.999998629, -0.000532446196, -0.00166041194, 0.000532446429, 0.99999994, -7.99824193e-007, 0.00166041648, -8.28113116e-008, 0.999998569))
  800. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.491166711, 1, 1))
  801. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.589399993, 0.200000003, 0.200000003))
  802. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00773620605, -1.15142059, 0.260152698, 0.999998569, -0.000538315857, -0.00168093725, 0.000538309338, 0.99999994, -4.72173997e-006, 0.00168094318, 3.79487574e-006, 0.999998391))
  803. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 0.982333183))
  804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.294699967, 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(1.94813347, -1.29772568, 0.153038025, -0.000204231794, -0.000346210145, -0.999999762, 5.26828226e-005, 0.99999994, -0.000346334535, 1.00000012, -5.27524389e-005, -0.000204205135))
  806. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.392933667, 1.57173264))
  808. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00835418701, -1.05312347, -2.88107395, 1.00000358, -0.000387099804, -0.00121744454, 0.000387104694, 1.00000381, -5.40847395e-007, 0.00121751497, 3.37186066e-008, 0.999998927))
  809. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392933369, 0.200000003, 1.08056641))
  810. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00281524658, -0.366123199, -3.02898932, 1.00000608, -0.000498470152, -0.00156922941, 0.000498481328, 1.0000062, -1.05474646e-006, 0.0015693194, 1.44375008e-007, 0.999998748))
  811. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334375, 1))
  812. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Navy blue","Part",Vector3.new(0.594311714, 0.200000003, 0.200000003))
  813. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00565338135, -0.758876801, -1.26295125, 0.999998748, -0.000511135673, -0.00159841403, 0.000511136372, 1, -7.38335075e-007, 0.00159841857, -6.43813109e-008, 0.999998569))
  814. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.982334137, 0.491166562))
  815. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.491166174))
  816. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00144958496, -1.29763031, -4.20536757, 1.00000739, -0.000419238117, -0.00131797371, 0.000419243239, 1.00000584, -8.37620973e-007, 0.00131808035, 2.58100044e-007, 0.999999583))
  817. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333481, 0.491167068, 1))
  818. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  819. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0881729126, 0.412960052, -3.76232553, -0.999789953, 0.000419552438, -0.020719137, -0.00041887071, -1.00000381, -3.75584641e-005, -0.0207191855, -2.88946485e-005, 0.999785244))
  820. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333481, 0.491167068, 0.982331276))
  821. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  822. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.76012516, 0.412151337, 0.238075256, 0.0207212772, 6.74803596e-005, -0.999785125, 0.00654910225, -0.999982655, 6.80589292e-005, -0.999768555, -0.00654910877, -0.0207212307))
  823. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.982334077, 0.491167068, 0.491166562))
  824. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.49116683, 0.200000003, 0.200000003))
  825. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.205369, 0.412963867, 0.0523452759, -0.0207207073, -2.90410189e-005, 0.999785721, -0.000413767062, -1.00000501, -3.75807649e-005, 0.999792337, -0.000414452516, 0.0207206365))
  826. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  827. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.49116683, 0.200000003, 0.200000003))
  828. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.20324612, -1.29775238, 0.139373779, -0.00131877232, -3.85029489e-005, -0.999999523, -0.00654961355, 0.999983668, -2.99067415e-005, 0.99998492, 0.0065495586, -0.00131890492))
  829. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  830. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.392933369, 0.200000003, 0.491166592))
  831. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00339508057, 3.91188478, -0.61145401, 1.00000215, -0.000409059459, -0.00127747073, -0.00127751508, -9.17134457e-009, -0.999999404, 0.00040906202, 1.00000226, -5.96075552e-007))
  832. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 1))
  833. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.49116683, 0.200000003, 0.200000003))
  834. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.20645714, -1.29798126, 0.14629364, 0.0013188537, -1.66272002e-007, 0.999999583, 0.000414166367, 1.00000584, -4.06869731e-007, -1.00000739, 0.000414160546, 0.00131874683))
  835. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  836. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  837. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.76342535, 0.412586212, 0.0627746582, -0.0207211263, -2.88857063e-005, 0.999785125, -0.000413808972, -1.00000393, -3.74646552e-005, 0.999789953, -0.000414489768, 0.0207210779))
  838. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.982333839, 0.491167068, 0.491166562))
  839. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.491166174))
  840. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0953521729, 0.413311005, -4.20429516, -0.999792337, 0.000419603195, -0.0207197089, -0.000418920768, -1.00000501, -3.74905794e-005, -0.0207197778, -2.88444462e-005, 0.999785662))
  841. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333481, 0.491167068, 1))
  842. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  843. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.76440763, -1.29795837, 0.149528503, 0.00131875218, 1.35669325e-007, 0.999998987, 0.000414157286, 1.00000381, -5.31716069e-007, -1.00000346, 0.000414151466, 0.00131867884))
  844. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.982333839, 0.491167068, 0.491166562))
  845. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  846. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.76118898, -1.29774475, 0.139381409, -0.00131885556, -3.8700382e-005, -0.999999225, -0.00654953765, 0.999978364, -3.00336596e-005, 0.999977827, 0.00654949201, -0.00131907722))
  847. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.982334077, 0.491167068, 0.491166562))
  848. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 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.00144195557, -1.29759598, -3.76330638, 0.999999166, -0.000419241842, -0.00131810969, 0.000419241609, 0.999999762, -5.86760507e-007, 0.00131811528, 1.03913408e-007, 0.999999106))
  850. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.982333481, 0.491167068, 0.982331276))
  851. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.49116683, 0.200000003, 0.200000003))
  852. Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.20210361, 0.412452698, 0.245223999, 0.0207206346, 6.75759875e-005, -0.999785721, 0.00654929597, -0.999983668, 6.81862584e-005, -0.999771059, -0.00654929224, -0.020720575))
  853. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.491167068, 0.491166562))
  854.  
  855. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  856. local fp = it("Part")
  857. fp.formFactor = formfactor
  858. fp.Parent = parent
  859. fp.Reflectance = reflectance
  860. fp.Transparency = transparency
  861. fp.CanCollide = false
  862. fp.Locked=true
  863. fp.BrickColor = brickcolor
  864. fp.Name = name
  865. fp.Size = size
  866. fp.Position = Torso.Position
  867. NoOutline(fp)
  868. fp.Material="SmoothPlastic"
  869. fp:BreakJoints()
  870. return fp
  871. end
  872.  
  873. function MagicCylinder(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  874. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
  875. prt.Anchored=true
  876. prt.CFrame=cframe
  877. msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
  878. game:GetService("Debris"):AddItem(prt,2)
  879. coroutine.resume(coroutine.create(function(Part,Mesh)
  880. for i=0,1,delay do
  881. swait()
  882. Part.CFrame=Part.CFrame
  883. Part.Transparency=i
  884. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  885. end
  886. Part.Parent=nil
  887. end),prt,msh)
  888. end
  889.  
  890. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  891. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  892. prt.Anchored=true
  893. prt.CFrame=cframe
  894. msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  895. game:GetService("Debris"):AddItem(prt,2)
  896. coroutine.resume(coroutine.create(function(Part,Mesh)
  897. for i=0,1,delay do
  898. swait()
  899. Part.CFrame=Part.CFrame
  900. Part.Transparency=i
  901. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  902. end
  903. Part.Parent=nil
  904. end),prt,msh)
  905. end
  906.  
  907. function LaserBarrage(Prt,Parent)
  908. attack=true
  909. --so("BeamLockon",Prt,1,1)
  910. local efprt=part(3,Parent,0,0.5,BrickColor.new("Really black"),"Effect",vt(0.2,0.2,0.2))
  911. efprt.Anchored=true
  912. local efmsh=mesh("CylinderMesh",efprt,"","",vt(0,0,0),vt(1,1,1))
  913. spread=vt((math.random(-1,0)+math.random())*7,(math.random(-1,0)+math.random())*7,(math.random(-1,0)+math.random())*7)*(Prt.Position-Mouse.Hit.p).magnitude/100
  914. --spread=vt(0,0,0)
  915. coroutine.resume(coroutine.create(function(Part,Mesh,Spreaded)
  916. game:GetService("Debris"):AddItem(Part,6)
  917. local TheHit=Mouse.Hit.p
  918. local MouseLook=cf((Prt.Position+TheHit)/2,TheHit+Spreaded)
  919. local hit,pos = rayCast(Prt.Position,MouseLook.lookVector,1000,Parent)
  920. so("Elec",Prt,0.2,1)
  921. local tefprt=part(3,workspace,0,1,BrickColor.new("Black"),"Effect",vt(0.2,0.2,0.2))
  922. tefprt.CFrame=cf(pos)
  923. MagicCircle(BrickColor.new("Really black"),cf(pos),0.5,0.5,0.5,0.5,0.5,0.5,0.04)
  924. so("Elec",tefprt,0.3,1)
  925. game:GetService("Debris"):AddItem(tefprt,3)
  926. Part.CFrame=CFrame.new((Prt.Position+pos)/2,pos)*angles(1.57,0,0)
  927. if(hit.Parent:findFirstChild("Humanoid")~= nil)then
  928. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Name ~= "Base" and hit.Parent.Name ~= Player.Name then
  929. hit.Parent.Humanoid:TakeDamage(15)
  930. end
  931. end
  932. local mag=(Prt.Position-pos).magnitude
  933. MagicCylinder(BrickColor.new("Really black"),Part.CFrame,1,mag*5,1,0.5,0,0.5,0.05)
  934. Part.Parent=nil
  935. end),efprt,efmsh,spread)
  936. end
  937.  
  938. ready = false
  939.  
  940. function shoot()
  941. if attack==true and ready==true then
  942. ready=false
  943. attack=true
  944. so("http://www.roblox.com/asset/?id=138083993",Barrel,1,1)
  945. for i=0,3,0.3 do
  946. LaserBarrage(Barrel,m)
  947. end
  948. for i=0,3,0.3 do
  949. swait()
  950. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  951. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  952. RW.C0 = clerp(RW.C0, CFrame.new(1.1, 0.5, 0.2) * angles(math.rad(120), math.rad(0), math.rad(-20)), 0.3)
  953. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, 0.5, -1.2) * angles(math.rad(140), math.rad(0), math.rad(40)), 0.3)
  954. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  955. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  956. handleweld.C0=clerp(handleweld.C0,cf(-.1,.1,.1)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  957. end
  958. for i=0,3,0.3 do
  959. swait()
  960. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  961. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  962. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.5, 0.2) * angles(math.rad(90), math.rad(0), math.rad(-20)), 0.3)
  963. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, 0.5, -1.2) * angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  964. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  965. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  966. handleweld.C0=clerp(handleweld.C0,cf(-.1,.1,.1)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  967. end
  968. for i=0,3,0.3 do
  969. swait()
  970. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  971. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  972. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(-10)), 0.3)
  973. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -1) * angles(math.rad(120), math.rad(0), math.rad(-10)), 0.3)
  974. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  975. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-0)),.3)
  976. handleweld.C0=clerp(handleweld.C0,cf(1,-1,.5)*angles(math.rad(0),math.rad(-20),math.rad(-70)),.3)
  977. end
  978. so("http://www.roblox.com/asset/?id=131072992",Barrel,1,.8)
  979. for i=0,3,0.3 do
  980. swait()
  981. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  982. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  983. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(-20)), 0.3)
  984. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -1) * angles(math.rad(120), math.rad(0), math.rad(20)), 0.3)
  985. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  986. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-0)),.3)
  987. handleweld.C0=clerp(handleweld.C0,cf(1,-1,.5)*angles(math.rad(0),math.rad(-20),math.rad(-70)),.3)
  988. end
  989. for i=0,3,0.3 do
  990. swait()
  991. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  992. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  993. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(-10)), 0.3)
  994. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -1) * angles(math.rad(120), math.rad(0), math.rad(-20)), 0.3)
  995. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  996. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-0)),.3)
  997. handleweld.C0=clerp(handleweld.C0,cf(1,-1,.5)*angles(math.rad(0),math.rad(-20),math.rad(-70)),.3)
  998. end
  999.  
  1000.  
  1001. attack=false
  1002. end
  1003. end
  1004.  
  1005. mouse.Button1Down:connect(function()
  1006. pcall(function()
  1007. shoot()
  1008. end)
  1009. end)
  1010.  
  1011. mouse.KeyDown:connect(function(k)
  1012. k=k:lower()
  1013. if k=='f' then
  1014. if ready==false then
  1015. ready=true
  1016. attack=true
  1017. elseif ready==true then
  1018. ready=false
  1019. attack=false
  1020. end
  1021. end
  1022. end)
  1023.  
  1024.  
  1025.  
  1026. local sine = 0
  1027. local change = 1
  1028. local val = 0
  1029.  
  1030. while true do
  1031. swait()
  1032. sine = sine + change
  1033. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  1034. local velderp=RootPart.Velocity.y
  1035. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  1036. if equipped==true or equipped==false then
  1037. if attack==false then
  1038. idle=idle+1
  1039. else
  1040. idle=0
  1041. end
  1042. if idle>=500 then
  1043. if attack==false then
  1044. --Sheath()
  1045. end
  1046. end
  1047. if RootPart.Velocity.y > 1 and hitfloor==nil then
  1048. Anim="Jump"
  1049. if attack==false then
  1050. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-5),math.rad(0),math.rad(-15)),.3)
  1051. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(15)),.3)
  1052. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(15)), 0.3)
  1053. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.3)
  1054. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(20)),.3)
  1055. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-75),math.rad(-10)),.3)
  1056. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1057. end
  1058. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  1059. Anim="Fall"
  1060. if attack==false then
  1061. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(-15)),.3)
  1062. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(15)),.3)
  1063. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(15)), 0.3)
  1064. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-30)), 0.3)
  1065. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(20)),.3)
  1066. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-75),math.rad(-10)),.3)
  1067. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1068. end
  1069. elseif torvel<1 and hitfloor~=nil then
  1070. Anim="Idle"
  1071. if attack==false then
  1072. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(-15)),.3)
  1073. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(15)),.3)
  1074. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3)
  1075. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1076. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1077. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-75),math.rad(-10)),.3)
  1078. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1079. end
  1080. elseif torvel>2 and hitfloor~=nil then
  1081. Anim="Walk"
  1082. if attack==false then
  1083. change=3
  1084. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1085. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  1086. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40), math.rad(0), math.rad(10)), 0.3)
  1087. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30*math.cos(sine/15)), math.rad(0), math.rad(-10)), 0.3)
  1088. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1089. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  1090. handleweld.C0=clerp(handleweld.C0,cf(0,0,-1.5)*angles(math.rad(180),math.rad(0),math.rad(0)),.3)
  1091. end
  1092. end
  1093. end
  1094. if ready==true then
  1095. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1096. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1097. RW.C0 = clerp(RW.C0, CFrame.new(1.1, 0.5, 0.2) * angles(math.rad(90), math.rad(0), math.rad(-20)), 0.3)
  1098. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, 0.5, -1.2) * angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  1099. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  1100. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-10)),.3)
  1101. handleweld.C0=clerp(handleweld.C0,cf(-.1,.1,.1)*angles(math.rad(0),math.rad(0),math.rad(20)),.3)
  1102. end
  1103. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement