Advertisement
Gotmilk0086

Sword and gun

Jun 16th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 174.03 KB | None | 0 0
  1. -- Made by NoobyGames12, remaded FM sword with additional gun
  2.  
  3. -- If you have it and if you leak it, ill never give the scripts i made since you leaked one of my scripts, pretending that you made this, its just an FREE MODEL remade thing that i made. Now if you leak it, go ahead, ill never give you scripts ever again.
  4.  
  5. --NoobyGames12
  6.  
  7. local Player = game:GetService("Players").LocalPlayer
  8. repeat
  9. wait()
  10. until Player.Character
  11. local Character = Player.Character
  12. TrailSettings = {
  13. Lifetime = 1,
  14. Texture = "http://www.roblox.com/asset/?id=0",
  15. Color1 = ColorSequence.new(BrickColor.new("Really blue").Color),
  16. Color2 = ColorSequence.new(BrickColor.new("Navy blue").Color),
  17. AllBody = true,
  18. UpperBodyOnly = false,
  19. LowerBodyOnly = false,
  20. Accessories = false,
  21. Extras = true,
  22. R15 = false,
  23. R15Parts = {"UpperTorso", "LowerTorso"}
  24. }
  25. local Trail
  26. function UpperBody()
  27. if TrailSettings.R15 == false then
  28. A0 = Instance.new("Attachment", Character.Torso)
  29. A1 = Instance.new("Attachment", Character.Head)
  30. A2 = Instance.new("Attachment", Character["Right Arm"])
  31. A3 = Instance.new("Attachment", Character["Left Arm"])
  32. Trail = Instance.new("Trail", Character)
  33. Trail.Attachment0 = A0
  34. Trail.Attachment1 = A1
  35. Trail.Texture = TrailSettings.Texture
  36. Trail.Color = TrailSettings.Color1
  37. Trail.Lifetime = TrailSettings.Lifetime
  38. local Trail2 = Trail:Clone()
  39. Trail2.Parent = Character
  40. Trail2.Attachment1 = A2
  41. local Trail3 = Trail:Clone()
  42. Trail3.Parent = Character
  43. Trail3.Attachment1 = A3
  44. local Trail6 = Trail:Clone()
  45. Trail6.Parent = Character
  46. Trail6.Attachment0 = A1
  47. Trail6.Attachment1 = A2
  48. local Trail7 = Trail:Clone()
  49. Trail7.Parent = Character
  50. Trail7.Attachment0 = A1
  51. Trail7.Attachment1 = A3
  52. else
  53. A0 = Instance.new("Attachment", Character[TrailSettings.R15Parts[1]])
  54. A0R = Instance.new("Attachment", Character[TrailSettings.R15Parts[2]])
  55. A1 = Instance.new("Attachment", Character.Head)
  56. A2 = Instance.new("Attachment", Character.RightUpperArm)
  57. A2R = Instance.new("Attachment", Character.RightLowerArm)
  58. A3 = Instance.new("Attachment", Character.LeftUpperArm)
  59. A3R = Instance.new("Attachment", Character.LeftLowerArm)
  60. Trail = Instance.new("Trail", Character)
  61. Trail.Attachment0 = A0
  62. Trail.Attachment1 = A1
  63. Trail.Texture = TrailSettings.Texture
  64. Trail.Color = TrailSettings.Color1
  65. Trail.Lifetime = TrailSettings.Lifetime
  66. local Trail2 = Trail:Clone()
  67. Trail2.Parent = Character
  68. Trail2.Attachment1 = A2
  69. local Trail3 = Trail:Clone()
  70. Trail3.Parent = Character
  71. Trail3.Attachment1 = A3
  72. local Trail6 = Trail:Clone()
  73. Trail6.Parent = Character
  74. Trail6.Attachment0 = A1
  75. Trail6.Attachment1 = A2
  76. local Trail7 = Trail:Clone()
  77. Trail7.Parent = Character
  78. Trail7.Attachment0 = A1
  79. Trail7.Attachment1 = A3
  80. local Trail1R = Trail:Clone()
  81. Trail1R.Parent = Character
  82. Trail1R.Attachment1 = A2R
  83. local Trail2R = Trail:Clone()
  84. Trail2R.Parent = Character
  85. Trail2R.Attachment1 = A3R
  86. local Trail6R = Trail:Clone()
  87. Trail6.Parent = Character
  88. Trail6.Attachment0 = A1
  89. Trail6.Attachment1 = A2R
  90. local Trail7R = Trail:Clone()
  91. Trail7.Parent = Character
  92. Trail7.Attachment0 = A1
  93. Trail7.Attachment1 = A3R
  94. end
  95. end
  96. function LowerBody()
  97. if TrailSettings.R15 == false then
  98. A4 = Instance.new("Attachment", Character["Right Leg"])
  99. A5 = Instance.new("Attachment", Character["Left Leg"])
  100. local Trail4 = Trail:Clone()
  101. Trail4.Parent = Character
  102. Trail4.Attachment1 = A4
  103. local Trail5 = Trail:Clone()
  104. Trail5.Parent = Character
  105. Trail5.Attachment1 = A5
  106. local Trail8 = Trail:Clone()
  107. Trail8.Parent = Character
  108. Trail8.Attachment0 = A2
  109. Trail8.Attachment1 = A4
  110. Trail8.Color = TrailSettings.Color2
  111. local Trail9 = Trail:Clone()
  112. Trail9.Parent = Character
  113. Trail9.Attachment0 = A3
  114. Trail9.Attachment1 = A5
  115. Trail9.Color = TrailSettings.Color2
  116. local FT = Trail:Clone()
  117. FT.Parent = Character
  118. FT.Attachment0 = A4
  119. FT.Attachment1 = A5
  120. FT.Color = TrailSettings.Color2
  121. else
  122. A4 = Instance.new("Attachment", Character.RightLowerLeg)
  123. A4R = Instance.new("Attachment", Character.RightUpperLeg)
  124. A5 = Instance.new("Attachment", Character.LeftLowerLeg)
  125. A5R = Instance.new("Attachment", Character.LeftUpperLeg)
  126. local Trail4 = Trail:Clone()
  127. Trail4.Parent = Character
  128. Trail4.Attachment1 = A4
  129. local Trail5 = Trail:Clone()
  130. Trail5.Parent = Character
  131. Trail5.Attachment1 = A5
  132. local Trail8 = Trail:Clone()
  133. Trail8.Parent = Character
  134. Trail8.Attachment0 = A2
  135. Trail8.Attachment1 = A4
  136. Trail8.Color = TrailSettings.Color2
  137. local Trail9 = Trail:Clone()
  138. Trail9.Parent = Character
  139. Trail9.Attachment0 = A3
  140. Trail9.Attachment1 = A5
  141. Trail9.Color = TrailSettings.Color2
  142. local FT = Trail:Clone()
  143. FT.Parent = Character
  144. FT.Attachment0 = A4
  145. FT.Attachment1 = A5
  146. FT.Color = TrailSettings.Color2
  147. local Trail3R = Trail:Clone()
  148. Trail3R.Parent = Character
  149. Trail3R.Attachment1 = A4R
  150. local Trail4R = Trail:Clone()
  151. Trail4R.Parent = Character
  152. Trail4R.Attachment1 = A5R
  153. local Trail8 = Trail:Clone()
  154. Trail8.Parent = Character
  155. Trail8.Attachment0 = A2R
  156. Trail8.Attachment1 = A4R
  157. Trail8.Color = TrailSettings.Color2
  158. local Trail9 = Trail:Clone()
  159. Trail9.Parent = Character
  160. Trail9.Attachment0 = A3R
  161. Trail9.Attachment1 = A5R
  162. Trail9.Color = TrailSettings.Color2
  163. local FT2R = Trail:Clone()
  164. FT2R.Parent = Character
  165. FT2R.Attachment0 = A4R
  166. FT2R.Attachment1 = A5R
  167. FT2R.Color = TrailSettings.Color2
  168. end
  169. end
  170. function AllBody()
  171. UpperBody()
  172. LowerBody()
  173. end
  174. if TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then
  175. TrailSettings.UpperBodyOnly = false
  176. TrailSettings.LowerBodyOnly = false
  177. elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == false and TrailSettings.LowerBodyOnly == true then
  178. TrailSettings.UpperBodyOnly = false
  179. TrailSettings.LowerBodyOnly = false
  180. elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == false then
  181. TrailSettings.UpperBodyOnly = false
  182. TrailSettings.LowerBodyOnly = false
  183. elseif TrailSettings.AllBody == false and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then
  184. TrailSettings.AllBody = true
  185. TrailSettings.UpperBodyOnly = false
  186. TrailSettings.LowerBodyOnly = false
  187. end
  188. if TrailSettings.UpperBodyOnly == true then
  189. UpperBody()
  190. print("Called Upper Body Trail")
  191. elseif TrailSettings.LowerBodyOnly == true then
  192. LowerBody()
  193. print("Called Lower Body Trail")
  194. elseif TrailSettings.AllBody == true then
  195. AllBody()
  196. print("Called Full Body Trail")
  197. end
  198. if TrailSettings.Accessories == true then
  199. for Index, Item in pairs(Character:GetChildren()) do
  200. if Item:IsA("Accessory") then
  201. local AA = Instance.new("Attachment", Item.Handle)
  202. local ATrail = Trail:Clone()
  203. ATrail.Parent = Character
  204. ATrail.Attachment1 = AA
  205. end
  206. end
  207. end
  208. if TrailSettings.Extras == true then
  209. spawn(function()
  210. repeat
  211. wait()
  212. until Trail
  213. local AB = Instance.new("Attachment", a)
  214. local ABT = Trail:Clone()
  215. ABT.Parent = Character
  216. ABT.Attachment0 = A4
  217. ABT.Attachment1 = AB
  218. ABT.Color = TrailSettings.Color2
  219. local ABT2 = Trail:Clone()
  220. ABT2.Parent = Character
  221. ABT2.Attachment0 = A5
  222. ABT2.Attachment1 = AB
  223. ABT2.Color = TrailSettings.Color2
  224. end)
  225. end
  226.  
  227. CV="White"
  228.  
  229. p = game.Players.LocalPlayer
  230. char = p.Character
  231. local txt = Instance.new("BillboardGui", char)
  232. txt.Adornee = char .Head
  233. txt.Name = "_status"
  234. txt.Size = UDim2.new(2, 0, 1.2, 0)
  235. txt.StudsOffset = Vector3.new(-9, 8, 0)
  236. local text = Instance.new("TextLabel", txt)
  237. text.Size = UDim2.new(10, 0, 7, 0)
  238. text.FontSize = "Size24"
  239. text.TextScaled = true
  240. text.TextTransparency = 0
  241. text.BackgroundTransparency = 1
  242. text.TextTransparency = 0
  243. text.TextStrokeTransparency = 1
  244. text.Font = "Code"
  245. text.TextStrokeColor3 = Color3.fromRGB(255,255,255)
  246.  
  247. v=Instance.new("Part")
  248. v.Name = "ColorBrick"
  249. v.Parent=p.Character
  250. v.FormFactor="Symmetric"
  251. v.Anchored=true
  252. v.CanCollide=false
  253. v.BottomSurface="Smooth"
  254. v.TopSurface="Smooth"
  255. v.Size=Vector3.new(10,5,3)
  256. v.Transparency=1
  257. v.CFrame=char.Torso.CFrame
  258. v.BrickColor=BrickColor.new(CV)
  259. v.Transparency=1
  260. text.TextColor3 = Color3.fromRGB(0, 47, 143)
  261. v.Shape="Block"
  262. text.Text = "The Swordsmen With A Gun"
  263.  
  264. plr = game.Players.LocalPlayer
  265. char = plr.Character
  266. hum = char.Humanoid
  267. t = char.Torso
  268. h = char.Head
  269. ra = char["Right Arm"]
  270. la = char["Left Arm"]
  271. rl = char["Right Leg"]
  272. ll = char["Left Leg"]
  273. tors = char.Torso
  274. lleg = char["Left Leg"]
  275. root = char.HumanoidRootPart
  276. hed = char.Head
  277. rleg = char["Right Leg"]
  278. rarm = char["Right Arm"]
  279. larm = char["Left Arm"]
  280. vt = Vector3.new
  281. bc = BrickColor.new
  282. br = BrickColor.random
  283. it = Instance.new
  284. cf = CFrame.new
  285.  
  286. function CreatePart(parent,transparency,reflectance,material,brickcolor)
  287. local p = Instance.new("Part")
  288. p.Parent = parent
  289. p.Size = Vector3.new(1,1,1)
  290. p.Transparency = transparency
  291. p.Reflectance = reflectance
  292. p.CanCollide = false
  293. p.BrickColor = brickcolor
  294. p.Material = material
  295. return p
  296. end
  297.  
  298. function CreateMesh(parent,meshtype,x1,y1,z1)
  299. local mesh = Instance.new("SpecialMesh",parent)
  300. mesh.MeshType = meshtype
  301. mesh.Scale = Vector3.new(x1,y1,z1)
  302. return mesh
  303. end
  304.  
  305. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  306. local mesh = Instance.new("SpecialMesh",parent)
  307. mesh.MeshType = "SpecialMesh"
  308. mesh.MeshId = meshid
  309. mesh.Scale = Vector3.new(x1,y1,z1)
  310. return mesh
  311. end
  312.  
  313. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  314. local weld = Instance.new("Weld")
  315. weld.Parent = parent
  316. weld.Part0 = part0
  317. weld.Part1 = part1
  318. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  319. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  320. return weld
  321. end
  322. ---------------- left gaunlet
  323. local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  324. CreateMesh(handle,"Brick",1.1,0.4,1.1)
  325. CreateWeld(handle,larm,handle,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  326. local handleout = CreatePart(char,0,0,"Neon",BrickColor.new("Navy blue"))
  327. CreateMesh(handleout,"Brick",1.075,0.45,1.075)
  328. CreateWeld(handleout,larm,handleout,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  329. local handleout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  330. CreateMesh(handleout2,"Brick",1.05,0.485,1.05)
  331. CreateWeld(handleout2,larm,handleout2,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  332.  
  333. local box = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  334. CreateMesh(box,"Brick",1.2,0.5,0.5)
  335. CreateWeld(box,handle,box,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  336. local boxout = CreatePart(char,0,0,"Neon",BrickColor.new("Really blue"))
  337. CreateMesh(boxout,"Brick",1.185,0.525,0.525)
  338. CreateWeld(boxout,handle,boxout,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  339. local boxout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  340. CreateMesh(boxout2,"Brick",1.15,0.585,0.585)
  341. CreateWeld(boxout2,handle,boxout2,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  342.  
  343. local boxoutrand = CreatePart(char,0,0,"Neon",BrickColor.new("Really blue"))
  344. CreateMesh(boxoutrand,"Brick",1,0.35,0.35)
  345. CreateWeld(boxoutrand,handle,boxoutrand,-0.075,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  346.  
  347. local glowstrip = CreatePart(char,0,0,"Neon",BrickColor.new("Really blue"))
  348. CreateMesh(glowstrip,"Brick",0.65,0.05,1.15)
  349. CreateWeld(glowstrip,larm,glowstrip,0.15,0.365,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  350. local glowstrip2 = CreatePart(char,0,0,"Neon",BrickColor.new("Really blue"))
  351. CreateMesh(glowstrip2,"Brick",0.65,0.05,1.15)
  352. CreateWeld(glowstrip2,larm,glowstrip2,0.15,0.465,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  353. local glowstrip3 = CreatePart(char,0,0,"Neon",BrickColor.new("Really blue"))
  354. CreateMesh(glowstrip3,"Brick",0.65,0.05,1.15)
  355. CreateWeld(glowstrip3,larm,glowstrip3,0.15,0.565,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  356.  
  357. local diamond = CreatePart(char,0,0,"Neon",BrickColor.new("Navy blue"))
  358. CreateMesh(diamond,"Brick",0.25,0.25,1.15)
  359. CreateWeld(diamond,handle,diamond,-0.35,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  360.  
  361. --- gun here
  362.  
  363. local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  364. CreateMesh(handle,"Brick",0.75,0.4,0.4)
  365. CreateWeld(handle,larm,handle,-0.1,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  366.  
  367. local barrel = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  368. CreateMesh(barrel,"Brick",0.45,1,0.45)
  369. CreateWeld(barrel,handle,barrel,-0.25,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  370. local barrelglow = CreatePart(char,0,0,"Neon",BrickColor.new("Navy blue"))
  371. CreateMesh(barrelglow,"Brick",0.375,0.965,0.375)
  372. CreateWeld(barrelglow,handle,barrelglow,-0.25,0.55,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  373. local barrelup = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  374. CreateMesh(barrelup,"Brick",0.385,0.535,0.4625)
  375. CreateWeld(barrelup,barrel,barrelup,-0.065,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  376. local barrelupglow = CreatePart(char,0,0,"Neon",BrickColor.new("Really blue"))
  377. CreateMesh(barrelupglow,"Brick",0.325,0.585,0.455)
  378. CreateWeld(barrelupglow,barrel,barrelupglow,-0.065,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  379. local barrel2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  380. CreateMesh(barrel2,"Brick",0.325,1.5,0.325)
  381. CreateWeld(barrel2,handle,barrel2,-0.25,1.25,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  382. local barrelhole = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Really black"))
  383. CreateMesh(barrelhole,"Brick",0.25,0.25,0.25)
  384. CreateWeld(barrelhole,barrel2,barrelhole,0,0.65,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  385. ---
  386.  
  387. local gunmode = false
  388.  
  389. Player=game:GetService("Players").LocalPlayer
  390. Character=Player.Character
  391. PlayerGui=Player.PlayerGui
  392. Backpack=Player.Backpack
  393. Torso=Character.Torso
  394. Head=Character.Head
  395. Humanoid=Character.Humanoid
  396. m=Instance.new('Model',Character)
  397. LeftArm=Character["Left Arm"]
  398. LeftLeg=Character["Left Leg"]
  399. RightArm=Character["Right Arm"]
  400. RightLeg=Character["Right Leg"]
  401. LS=Torso["Left Shoulder"]
  402. LH=Torso["Left Hip"]
  403. RS=Torso["Right Shoulder"]
  404. RH=Torso["Right Hip"]
  405. Face = Head.face
  406. Neck=Torso.Neck
  407. it=Instance.new
  408. attacktype=1
  409. vt=Vector3.new
  410. cf=CFrame.new
  411. euler=CFrame.fromEulerAnglesXYZ
  412. angles=CFrame.Angles
  413. cloaked=false
  414. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  415. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  416. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  417. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  418. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  419. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  420. RootPart=Character.HumanoidRootPart
  421. RootJoint=RootPart.RootJoint
  422. RootCF=euler(-1.57,0,3.14)
  423. attack = false
  424. attackdebounce = false
  425. deb=false
  426. equipped=true
  427. hand=false
  428. MMouse=nil
  429. combo=0
  430. mana=0
  431. trispeed=.2
  432. attackmode='none'
  433. local idle=0
  434. local Anim="Idle"
  435. local Effects={}
  436. local gun=false
  437. local shoot=false
  438. local sine = 0
  439. local change = 1
  440. player=nil
  441.  
  442. mouse=Player:GetMouse()
  443. --save shoulders
  444. RSH, LSH=nil, nil
  445. --welds
  446. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  447. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  448. LH=Torso["Left Hip"]
  449. RH=Torso["Right Hip"]
  450. TorsoColor=Torso.BrickColor
  451. function NoOutline(Part)
  452. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  453. end
  454. player=Player
  455. ch=Character
  456. RSH=ch.Torso["Right Shoulder"]
  457. LSH=ch.Torso["Left Shoulder"]
  458. --
  459. RSH.Parent=nil
  460. LSH.Parent=nil
  461. --
  462. RW.Name="Right Shoulder"
  463. RW.Part0=ch.Torso
  464. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  465. RW.C1=cf(0, 0.5, 0)
  466. RW.Part1=ch["Right Arm"]
  467. RW.Parent=ch.Torso
  468. --
  469. LW.Name="Left Shoulder"
  470. LW.Part0=ch.Torso
  471. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  472. LW.C1=cf(0, 0.5, 0)
  473. LW.Part1=ch["Left Arm"]
  474. LW.Parent=ch.Torso
  475.  
  476. local Stats=Instance.new("BoolValue")
  477. Stats.Name="Stats"
  478. Stats.Parent=Character
  479. local Atk=Instance.new("NumberValue")
  480. Atk.Name="Damage"
  481. Atk.Parent=Stats
  482. Atk.Value=1
  483. local Def=Instance.new("NumberValue")
  484. Def.Name="Defense"
  485. Def.Parent=Stats
  486. Def.Value=1
  487. local Speed=Instance.new("NumberValue")
  488. Speed.Name="Speed"
  489. Speed.Parent=Stats
  490. Speed.Value=1
  491. local Mvmt=Instance.new("NumberValue")
  492. Mvmt.Name="Movement"
  493. Mvmt.Parent=Stats
  494. Mvmt.Value=1
  495.  
  496. local donum=0
  497.  
  498.  
  499. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  500. local fp=it("Part")
  501. fp.formFactor=formfactor
  502. fp.Parent=parent
  503. fp.Reflectance=reflectance
  504. fp.Transparency=transparency
  505. fp.CanCollide=false
  506. fp.Locked=true
  507. fp.BrickColor=brickcolor
  508. fp.Name=name
  509. fp.Size=size
  510. fp.Position=Torso.Position
  511. NoOutline(fp)
  512. fp.Material="SmoothPlastic"
  513. fp:BreakJoints()
  514. return fp
  515. end
  516.  
  517. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  518. local mesh=it(Mesh)
  519. mesh.Parent=part
  520. if Mesh=="SpecialMesh" then
  521. mesh.MeshType=meshtype
  522. if meshid~="nil" then
  523. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  524. end
  525. end
  526. mesh.Offset=offset
  527. mesh.Scale=scale
  528. return mesh
  529. end
  530.  
  531. function weld(parent,part0,part1,c0)
  532. local weld=it("Weld")
  533. weld.Parent=parent
  534. weld.Part0=part0
  535. weld.Part1=part1
  536. weld.C0=c0
  537. return weld
  538. end
  539.  
  540. local Color1=Torso.BrickColor
  541.  
  542. local bodvel=Instance.new("BodyVelocity")
  543. local bg=Instance.new("BodyGyro")
  544.  
  545. function swait(num)
  546. if num==0 or num==nil then
  547. game:service'RunService'.Stepped:wait(0)
  548. else
  549. for i=0,num do
  550. game:service'RunService'.Stepped:wait(0)
  551. end
  552. end
  553. end
  554.  
  555.  
  556. so = function(id,par,vol,pit)
  557. coroutine.resume(coroutine.create(function()
  558. local sou = Instance.new("Sound",par or workspace)
  559. sou.Volume=vol
  560. sou.Pitch=pit or 1
  561. sou.SoundId=id
  562. swait()
  563. sou:play()
  564. game:GetService("Debris"):AddItem(sou,6)
  565. end))
  566. end
  567.  
  568. function clerp(a,b,t)
  569. local qa = {QuaternionFromCFrame(a)}
  570. local qb = {QuaternionFromCFrame(b)}
  571. local ax, ay, az = a.x, a.y, a.z
  572. local bx, by, bz = b.x, b.y, b.z
  573. local _t = 1-t
  574. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  575. end
  576.  
  577. function QuaternionFromCFrame(cf)
  578. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  579. local trace = m00 + m11 + m22
  580. if trace > 0 then
  581. local s = math.sqrt(1 + trace)
  582. local recip = 0.5/s
  583. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  584. else
  585. local i = 0
  586. if m11 > m00 then
  587. i = 1
  588. end
  589. if m22 > (i == 0 and m00 or m11) then
  590. i = 2
  591. end
  592. if i == 0 then
  593. local s = math.sqrt(m00-m11-m22+1)
  594. local recip = 0.5/s
  595. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  596. elseif i == 1 then
  597. local s = math.sqrt(m11-m22-m00+1)
  598. local recip = 0.5/s
  599. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  600. elseif i == 2 then
  601. local s = math.sqrt(m22-m00-m11+1)
  602. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  603. end
  604. end
  605. end
  606.  
  607. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  608. local xs, ys, zs = x + x, y + y, z + z
  609. local wx, wy, wz = w*xs, w*ys, w*zs
  610. local xx = x*xs
  611. local xy = x*ys
  612. local xz = x*zs
  613. local yy = y*ys
  614. local yz = y*zs
  615. local zz = z*zs
  616. 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))
  617. end
  618.  
  619. function QuaternionSlerp(a, b, t)
  620. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  621. local startInterp, finishInterp;
  622. if cosTheta >= 0.0001 then
  623. if (1 - cosTheta) > 0.0001 then
  624. local theta = math.acos(cosTheta)
  625. local invSinTheta = 1/math.sin(theta)
  626. startInterp = math.sin((1-t)*theta)*invSinTheta
  627. finishInterp = math.sin(t*theta)*invSinTheta
  628. else
  629. startInterp = 1-t
  630. finishInterp = t
  631. end
  632. else
  633. if (1+cosTheta) > 0.0001 then
  634. local theta = math.acos(-cosTheta)
  635. local invSinTheta = 1/math.sin(theta)
  636. startInterp = math.sin((t-1)*theta)*invSinTheta
  637. finishInterp = math.sin(t*theta)*invSinTheta
  638. else
  639. startInterp = t-1
  640. finishInterp = t
  641. end
  642. end
  643. 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
  644. end
  645.  
  646. local function CFrameFromTopBack(at, top, back)
  647. local right = top:Cross(back)
  648. return CFrame.new(at.x, at.y, at.z,
  649. right.x, top.x, back.x,
  650. right.y, top.y, back.y,
  651. right.z, top.z, back.z)
  652. end
  653.  
  654. function Triangle(a, b, c)
  655. local edg1 = (c-a):Dot((b-a).unit)
  656. local edg2 = (a-b):Dot((c-b).unit)
  657. local edg3 = (b-c):Dot((a-c).unit)
  658. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  659. a, b, c = a, b, c
  660. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  661. a, b, c = b, c, a
  662. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  663. a, b, c = c, a, b
  664. else
  665. assert(false, "unreachable")
  666. end
  667.  
  668. local len1 = (c-a):Dot((b-a).unit)
  669. local len2 = (b-a).magnitude - len1
  670. local width = (a + (b-a).unit*len1 - c).magnitude
  671.  
  672. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  673.  
  674. local list = {}
  675.  
  676. if len1 > 0.01 then
  677. local w1 = Instance.new('WedgePart', m)
  678. game:GetService("Debris"):AddItem(w1,5)
  679. w1.Material = "SmoothPlastic"
  680. w1.FormFactor = 'Custom'
  681. w1.BrickColor = BrickColor.new("Really red")
  682. w1.Transparency = 0
  683. w1.Reflectance = 0
  684. w1.Material = "SmoothPlastic"
  685. w1.CanCollide = false
  686. local l1 = Instance.new("PointLight",w1)
  687. l1.Color = Color3.new(170,0,0)
  688. NoOutline(w1)
  689. local sz = Vector3.new(0.2, width, len1)
  690. w1.Size = sz
  691. local sp = Instance.new("SpecialMesh",w1)
  692. sp.MeshType = "Wedge"
  693. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  694. w1:BreakJoints()
  695. w1.Anchored = true
  696. w1.Parent = workspace
  697. w1.Transparency = 0.7
  698. table.insert(Effects,{w1,"Disappear",.01})
  699. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  700. table.insert(list,w1)
  701. end
  702.  
  703. if len2 > 0.01 then
  704. local w2 = Instance.new('WedgePart', m)
  705. game:GetService("Debris"):AddItem(w2,5)
  706. w2.Material = "SmoothPlastic"
  707. w2.FormFactor = 'Custom'
  708. w2.BrickColor = BrickColor.new("Really red")
  709. w2.Transparency = 0
  710. w2.Reflectance = 0
  711. w2.Material = "SmoothPlastic"
  712. w2.CanCollide = false
  713. local l2 = Instance.new("PointLight",w2)
  714. l2.Color = Color3.new(170,0,0)
  715. NoOutline(w2)
  716. local sz = Vector3.new(0.2, width, len2)
  717. w2.Size = sz
  718. local sp = Instance.new("SpecialMesh",w2)
  719. sp.MeshType = "Wedge"
  720. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  721. w2:BreakJoints()
  722. w2.Anchored = true
  723. w2.Parent = workspace
  724. w2.Transparency = 0.7
  725. table.insert(Effects,{w2,"Disappear",.01})
  726. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  727. table.insert(list,w2)
  728. end
  729. return unpack(list)
  730. end
  731.  
  732.  
  733. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  734. if hit.Parent==nil then
  735. return
  736. end
  737. h=hit.Parent:FindFirstChild("Humanoid")
  738. for _,v in pairs(hit.Parent:children()) do
  739. if v:IsA("Humanoid") then
  740. h=v
  741. end
  742. end
  743. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  744. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  745. end
  746. if hit.Parent.className=="Hat" then
  747. hit=hit.Parent.Parent:findFirstChild("Head")
  748. end
  749. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  750. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  751. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  752. return
  753. end]]
  754. -- hs(hit,1.2)
  755. c=Instance.new("ObjectValue")
  756. c.Name="creator"
  757. c.Value=game:service("Players").LocalPlayer
  758. c.Parent=h
  759. game:GetService("Debris"):AddItem(c,.5)
  760. Damage=math.random(minim,maxim)
  761. -- h:TakeDamage(Damage)
  762. blocked=false
  763. block=hit.Parent:findFirstChild("Block")
  764. if block~=nil then
  765. print(block.className)
  766. if block.className=="NumberValue" then
  767. if block.Value>0 then
  768. blocked=true
  769. if decreaseblock==nil then
  770. block.Value=block.Value-1
  771. end
  772. end
  773. end
  774. if block.className=="IntValue" then
  775. if block.Value>0 then
  776. blocked=true
  777. if decreaseblock~=nil then
  778. block.Value=block.Value-1
  779. end
  780. end
  781. end
  782. end
  783. if blocked==false then
  784. -- h:TakeDamage(Damage)
  785. h.Health=h.Health-Damage
  786. showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red"))
  787. else
  788. h.Health=h.Health-(Damage/2)
  789. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Really blue"))
  790. end
  791. if Type=="Knockdown" then
  792. hum=hit.Parent.Humanoid
  793. hum.PlatformStand=true
  794. coroutine.resume(coroutine.create(function(HHumanoid)
  795. swait(1)
  796. HHumanoid.PlatformStand=false
  797. end),hum)
  798. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  799. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  800. local bodvol=Instance.new("BodyVelocity")
  801. bodvol.velocity=angle*knockback
  802. bodvol.P=5000
  803. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  804. bodvol.Parent=hit
  805. rl=Instance.new("BodyAngularVelocity")
  806. rl.P=3000
  807. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  808. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  809. rl.Parent=hit
  810. game:GetService("Debris"):AddItem(bodvol,.5)
  811. game:GetService("Debris"):AddItem(rl,.5)
  812. elseif Type=="Normal" then
  813. vp=Instance.new("BodyVelocity")
  814. vp.P=500
  815. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  816. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  817. if KnockbackType==1 then
  818. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  819. elseif KnockbackType==2 then
  820. vp.velocity=Property.CFrame.lookVector*knockback
  821. end
  822. if knockback>0 then
  823. vp.Parent=hit.Parent.Torso
  824. end
  825. game:GetService("Debris"):AddItem(vp,.5)
  826. elseif Type=="Up" then
  827. local bodyVelocity=Instance.new("BodyVelocity")
  828. bodyVelocity.velocity=vt(0,60,0)
  829. bodyVelocity.P=5000
  830. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  831. bodyVelocity.Parent=hit
  832. game:GetService("Debris"):AddItem(bodyVelocity,1)
  833. rl=Instance.new("BodyAngularVelocity")
  834. rl.P=3000
  835. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  836. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  837. rl.Parent=hit
  838. game:GetService("Debris"):AddItem(rl,.5)
  839. elseif Type=="Snare" then
  840. bp=Instance.new("BodyPosition")
  841. bp.P=2000
  842. bp.D=100
  843. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  844. bp.position=hit.Parent.Torso.Position
  845. bp.Parent=hit.Parent.Torso
  846. game:GetService("Debris"):AddItem(bp,1)
  847. elseif Type=="Target" then
  848. if Targetting==false then
  849. ZTarget=hit.Parent.Torso
  850. coroutine.resume(coroutine.create(function(Part)
  851. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  852. swait(5)
  853. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  854. end),ZTarget)
  855. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  856. targetgui=Instance.new("BillboardGui")
  857. targetgui.Parent=ZTarget
  858. targetgui.Size=UDim2.new(10,100,10,100)
  859. targ=Instance.new("ImageLabel")
  860. targ.Parent=targetgui
  861. targ.BackgroundTransparency=1
  862. targ.Image="rbxassetid://4834067"
  863. targ.Size=UDim2.new(1,0,1,0)
  864. cam.CameraType="Scriptable"
  865. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  866. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  867. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  868. Targetting=true
  869. RocketTarget=ZTarget
  870. for i=1,Property do
  871. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  872. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  873. swait()
  874. end
  875. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  876. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  877. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  878. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  879. end
  880. Targetting=false
  881. RocketTarget=nil
  882. targetgui.Parent=nil
  883. cam.CameraType="Custom"
  884. end
  885. end
  886. debounce=Instance.new("BoolValue")
  887. debounce.Name="DebounceHit"
  888. debounce.Parent=hit.Parent
  889. debounce.Value=true
  890. game:GetService("Debris"):AddItem(debounce,Delay)
  891. c=Instance.new("ObjectValue")
  892. c.Name="creator"
  893. c.Value=Player
  894. c.Parent=h
  895. game:GetService("Debris"):AddItem(c,.5)
  896. CRIT=false
  897. hitDeb=true
  898. AttackPos=6
  899. end
  900. end
  901.  
  902. showDamage=function(Char,Dealt,du,Color)
  903. m=Instance.new("Model")
  904. m.Name=tostring(Dealt)
  905. h=Instance.new("Humanoid")
  906. h.Health=0
  907. h.MaxHealth=0
  908. h.Parent=m
  909. c=Instance.new("Part")
  910. c.Transparency=0
  911. c.BrickColor=Color
  912. c.Name="Head"
  913. c.TopSurface=0
  914. c.BottomSurface=0
  915. c.formFactor="Plate"
  916. c.Size=Vector3.new(1,.4,1)
  917. ms=Instance.new("CylinderMesh")
  918. ms.Scale=Vector3.new(.8,.8,.8)
  919. local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
  920. local dam = Instance.new("Sound",c)
  921. local rndm=math.random(1,#hitsounds)
  922. local r=rndm
  923. dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r]
  924. dam.Volume = 1.25
  925. dam.Pitch = 1
  926. dam:Play()
  927. if CRIT==true then
  928. ms.Scale=Vector3.new(1,1.25,1)
  929. end
  930. ms.Parent=c
  931. c.Reflectance=0
  932. Instance.new("BodyGyro").Parent=c
  933. c.Parent=m
  934. if Char:findFirstChild("Head")~=nil then
  935. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  936. elseif Char.Parent:findFirstChild("Head")~=nil then
  937. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  938. end
  939. f=Instance.new("BodyPosition")
  940. f.P=2000
  941. f.D=100
  942. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  943. f.position=c.Position+Vector3.new(0,3,0)
  944. f.Parent=c
  945. game:GetService("Debris"):AddItem(m,.5+du)
  946. c.CanCollide=false
  947. m.Parent=workspace
  948. c.CanCollide=false
  949. end
  950.  
  951. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  952. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  953. end
  954.  
  955. function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
  956. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  957. prt.Anchored=true
  958. prt.CFrame=cframe
  959. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  960. --http://www.roblox.com/asset/?id=4770560
  961. game:GetService("Debris"):AddItem(prt,2)
  962. CF=prt.CFrame
  963. coroutine.resume(coroutine.create(function(Part,Mesh,TehCF)
  964. for i=0,1,0.2 do
  965. wait()
  966. Part.CFrame=CF*cf(0,0,-0.4)
  967. end
  968. for i=0,1,delay do
  969. wait()
  970. --Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5)
  971. Mesh.Scale=Mesh.Scale
  972. end
  973. for i=0,1,0.1 do
  974. wait()
  975. Part.Transparency=i
  976. end
  977. Part.Parent=nil
  978. end),prt,msh,CF)
  979. end
  980.  
  981. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  982. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  983. prt.Anchored=true
  984. prt.CFrame=cframe
  985. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  986. game:GetService("Debris"):AddItem(prt,5)
  987. coroutine.resume(coroutine.create(function(Part,Mesh)
  988. for i=0,1,delay do
  989. wait()
  990. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  991. Part.Transparency=i
  992. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  993. end
  994. Part.Parent=nil
  995. end),prt,msh)
  996. end
  997.  
  998. function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  999. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1000. prt.Anchored=false
  1001. prt.CFrame=cframe
  1002. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1003. local wld=weld(prt,prt,Parent,cframe)
  1004. game:GetService("Debris"):AddItem(prt,5)
  1005. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  1006. for i=0,1,delay do
  1007. wait()
  1008. Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
  1009. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1010. Part.Transparency=i
  1011. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1012. end
  1013. Part.Parent=nil
  1014. end),prt,msh,wld)
  1015. end
  1016.  
  1017. function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  1018. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1019. prt.Anchored=false
  1020. prt.CFrame=cframe
  1021. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1022. local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
  1023. game:GetService("Debris"):AddItem(prt,5)
  1024. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  1025. for i=0,1,delay do
  1026. wait()
  1027. Weld.C0=euler(i*20,0,0)
  1028. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1029. Part.Transparency=i
  1030. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1031. end
  1032. Part.Parent=nil
  1033. end),prt,msh,wld)
  1034. end
  1035.  
  1036. function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1037. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1038. prt.Anchored=true
  1039. prt.CFrame=cframe
  1040. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1041. game:GetService("Debris"):AddItem(prt,2)
  1042. coroutine.resume(coroutine.create(function(Part,Mesh)
  1043. for i=0,1,delay do
  1044. wait()
  1045. Part.CFrame=Part.CFrame
  1046. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1047. local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1048. prt2.Anchored=true
  1049. prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1050. local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
  1051. game:GetService("Debris"):AddItem(prt2,2)
  1052. coroutine.resume(coroutine.create(function(Part,Mesh)
  1053. for i=0,1,0.1 do
  1054. wait()
  1055. Part.CFrame=Part.CFrame*cf(0,0.5,0)
  1056. end
  1057. Part.Parent=nil
  1058. end),prt2,msh2)
  1059. end
  1060. for i=0,1,delay*2 do
  1061. wait()
  1062. Part.CFrame=Part.CFrame
  1063. Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
  1064. end
  1065. Part.Parent=nil
  1066. end),prt,msh)
  1067. end
  1068.  
  1069. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1070. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1071. prt.Anchored=true
  1072. prt.CFrame=cframe
  1073. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1074. game:GetService("Debris"):AddItem(prt,2)
  1075. coroutine.resume(coroutine.create(function(Part,Mesh)
  1076. for i=0,1,delay do
  1077. wait()
  1078. Part.CFrame=Part.CFrame
  1079. Part.Transparency=i
  1080. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1081. end
  1082. Part.Parent=nil
  1083. end),prt,msh)
  1084. end
  1085.  
  1086. function MagicRing(brickcolor,cframe,x1,y1,z1,x2,y2,z2,x3,y3,z3)
  1087. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1088. prt.Anchored=true
  1089. prt.CFrame=cframe*euler(x2,y2,z2)
  1090. --"http://www.roblox.com/asset/?id=168892465"
  1091. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
  1092. game:GetService("Debris"):AddItem(prt,2)
  1093. coroutine.resume(coroutine.create(function(Part,Mesh)
  1094. for i=0,1,0.03 do
  1095. wait()
  1096. Part.CFrame=Part.CFrame
  1097. Part.Transparency=i
  1098. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1099. end
  1100. Part.Parent=nil
  1101. end),prt,msh)
  1102. end
  1103.  
  1104. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  1105. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1106. prt.Anchored=true
  1107. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1108. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1109. game:GetService("Debris"):AddItem(prt,2)
  1110. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1111. CF=Part.CFrame
  1112. Numbb=0
  1113. randnumb=math.random()/10
  1114. rand1=math.random()/10
  1115. for i=0,1,rand1 do
  1116. wait()
  1117. CF=CF*cf(0,math.random()/2,0)
  1118. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1119. Part.CFrame=CF*euler(Numbb,0,0)
  1120. Part.Transparency=i
  1121. Numbb=Numbb+randnumb
  1122. end
  1123. Part.Parent=nil
  1124. end),prt,CF,Numbb,randnumb)
  1125. end
  1126.  
  1127. function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1128. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1129. prt.Anchored=true
  1130. prt.CFrame=cframe
  1131. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  1132. game:GetService("Debris"):AddItem(prt,5)
  1133. coroutine.resume(coroutine.create(function(Part,Mesh)
  1134. for i=0,1,delay do
  1135. wait()
  1136. Part.CFrame=Part.CFrame*euler(0,0.7,0)
  1137. Part.Transparency=i
  1138. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1139. end
  1140. Part.Parent=nil
  1141. end),prt,msh)
  1142. end
  1143.  
  1144. function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1145. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1146. prt.Anchored=true
  1147. prt.CFrame=cframe
  1148. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  1149. game:GetService("Debris"):AddItem(prt,2)
  1150. coroutine.resume(coroutine.create(function(Part,Mesh)
  1151. for i=0,1,delay do
  1152. wait()
  1153. Part.CFrame=Part.CFrame*cf(0,y3/2,0)
  1154. Part.Transparency=i
  1155. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1156. end
  1157. Part.Parent=nil
  1158. end),prt,msh)
  1159. end
  1160.  
  1161. function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
  1162. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1163. prt.Anchored=true
  1164. prt.CFrame=cframe*cf(x,y,z)
  1165. msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
  1166. game:GetService("Debris"):AddItem(prt,5)
  1167. coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee)
  1168. local num=math.random()
  1169. local num2=math.random(-3,2)+math.random()
  1170. local numm=0
  1171. for i=0,1,delay*2 do
  1172. swait()
  1173. Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
  1174. Part.Transparency=i
  1175. numm=numm+0.01
  1176. end
  1177. Part.Parent=nil
  1178. Mesh.Parent=nil
  1179. end),prt,msh,x,y,z)
  1180. end
  1181.  
  1182. function dmgstart(dmg,what)
  1183. hitcon = what.Touched:connect(function(hit)
  1184. local hum = hit.Parent:FindFirstChild("Humanoid")
  1185. if hum and not hum:IsDescendantOf(Character) then
  1186. hum:TakeDamage(dmg)
  1187. end
  1188. end)
  1189. end
  1190.  
  1191. function dmgstop()
  1192. hitcon:disconnect()
  1193. end
  1194.  
  1195. function Cloak()
  1196. Face.Parent=nil
  1197. cloaked=true
  1198. for _,v in pairs(Torso.Parent:children()) do
  1199. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1200. coroutine.resume(coroutine.create(function()
  1201. for i=0,1,0.2 do
  1202. wait()
  1203. v.Transparency=i
  1204. end
  1205. v.Transparency=1
  1206. end))
  1207. end
  1208. if v.className=="Hat" then
  1209. hatp=v.Handle
  1210. coroutine.resume(coroutine.create(function(derp)
  1211. for i=0,1,0.2 do
  1212. wait()
  1213. derp.Transparency=i
  1214. end
  1215. derp.Transparency=1
  1216. end),hatp)
  1217. end
  1218. end
  1219. for _,v in pairs(m:children()) do
  1220. if v.className=="Part" then
  1221. coroutine.resume(coroutine.create(function()
  1222. for i=0,1,0.2 do
  1223. wait()
  1224. v.Transparency=i
  1225. end
  1226. v.Transparency=1
  1227. end))
  1228. end
  1229. end
  1230. end
  1231.  
  1232. function UnCloak()
  1233. so("http://roblox.com/asset/?id=2767090",Torso,1,1.1)
  1234. Face.Parent=Head
  1235. cloaked=false
  1236. for _,v in pairs(Torso.Parent:children()) do
  1237. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1238. coroutine.resume(coroutine.create(function()
  1239. for i=0,1,0.1 do
  1240. wait()
  1241. v.Transparency=v.Transparency-0.1
  1242. end
  1243. v.Transparency=0
  1244. end))
  1245. end
  1246. if v.className=="Hat" then
  1247. hatp=v.Handle
  1248. coroutine.resume(coroutine.create(function(derp)
  1249. for i=0,1,0.1 do
  1250. wait()
  1251. derp.Transparency=derp.Transparency-0.1
  1252. end
  1253. derp.Transparency=0
  1254. end),hatp)
  1255. end
  1256. end
  1257. for _,v in pairs(m:children()) do
  1258. if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
  1259. coroutine.resume(coroutine.create(function()
  1260. for i=0,1,0.1 do
  1261. wait()
  1262. v.Transparency=v.Transparency-0.1
  1263. end
  1264. v.Transparency=0
  1265. end))
  1266. v.Transparency=0
  1267. end
  1268. end
  1269. end
  1270.  
  1271. Player=game:GetService('Players').LocalPlayer
  1272. Character=Player.Character
  1273. Mouse=Player:GetMouse()
  1274. m=Instance.new('Model',Character)
  1275.  
  1276.  
  1277. local function weldBetween(a, b)
  1278. local weldd = Instance.new("ManualWeld")
  1279. weldd.Part0 = a
  1280. weldd.Part1 = b
  1281. weldd.C0 = CFrame.new()
  1282. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1283. weldd.Parent = a
  1284. return weldd
  1285. end
  1286.  
  1287. it=Instance.new
  1288.  
  1289. function nooutline(part)
  1290. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1291. end
  1292.  
  1293. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1294. local fp=it("Part")
  1295. fp.formFactor=formfactor
  1296. fp.Parent=parent
  1297. fp.Reflectance=reflectance
  1298. fp.Transparency=transparency
  1299. fp.CanCollide=false
  1300. fp.Locked=true
  1301. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1302. fp.Name=name
  1303. fp.Size=size
  1304. fp.Position=Character.Torso.Position
  1305. nooutline(fp)
  1306. fp.Material=material
  1307. fp:BreakJoints()
  1308. return fp
  1309. end
  1310.  
  1311. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1312. local mesh=it(Mesh)
  1313. mesh.Parent=part
  1314. if Mesh=="SpecialMesh" then
  1315. mesh.MeshType=meshtype
  1316. mesh.MeshId=meshid
  1317. end
  1318. mesh.Offset=offset
  1319. mesh.Scale=scale
  1320. return mesh
  1321. end
  1322.  
  1323. function weld(parent,part0,part1,c0,c1)
  1324. local weld=it("Weld")
  1325. weld.Parent=parent
  1326. weld.Part0=part0
  1327. weld.Part1=part1
  1328. weld.C0=c0
  1329. weld.C1=c1
  1330. return weld
  1331. end
  1332.  
  1333. Player=game:GetService('Players').LocalPlayer
  1334. Character=Player.Character
  1335. Mouse=Player:GetMouse()
  1336. m=Instance.new('Model',Character)
  1337. it=Instance.new
  1338. function nooutline(part)
  1339. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1340. end
  1341. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1342. local fp=it("Part")
  1343. fp.formFactor=formfactor
  1344. fp.Parent=parent
  1345. fp.Reflectance=reflectance
  1346. fp.Transparency=transparency
  1347. fp.CanCollide=false
  1348. fp.Locked=true
  1349. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1350. fp.Name=name
  1351. fp.Size=size
  1352. fp.Position=Character.Torso.Position
  1353. nooutline(fp)
  1354. fp.Material=material
  1355. fp:BreakJoints()
  1356. return fp
  1357. end
  1358. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1359. local mesh=it(Mesh)
  1360. mesh.Parent=part
  1361. if Mesh=="SpecialMesh" then
  1362. mesh.MeshType=meshtype
  1363. mesh.MeshId=meshid
  1364. end
  1365. mesh.Offset=offset
  1366. mesh.Scale=scale
  1367. return mesh
  1368. end
  1369. function weld(parent,part0,part1,c0,c1)
  1370. local weld=it("Weld")
  1371. weld.Parent=parent
  1372. weld.Part0=part0
  1373. weld.Part1=part1
  1374. weld.C0=c0
  1375. weld.C1=c1
  1376. return weld
  1377. end
  1378.  
  1379. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
  1380. HandleWeld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, -1.10559327e-007, 0, 1.10559313e-007, 0.999999881, -6.82671057e-008, 7.54756585e-015, 6.82671129e-008, 1),CFrame.new(-0.069039166, -0.113463402, 1.04289675, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1381. mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  1382. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  1383. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.76659834, -0.297748327, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  1384. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1385. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
  1386. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.86247182, 0.341249466, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1387. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
  1388. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  1389. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.76659834, 0.369124293, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1390. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1391. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  1392. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-006, -1.95409656, 0.369124651, 1, -3.5029597e-008, -5.96046519e-008, -5.96046306e-008, 6.17193905e-007, -1, 3.50296325e-008, 1, 6.17193905e-007))
  1393. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1394. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  1395. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -1.95409656, -0.297748804, -1, -5.23922949e-008, 5.96046519e-008, -5.96046803e-008, 6.17193905e-007, -1, 5.23922594e-008, -1, -6.17193905e-007))
  1396. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1397. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1398. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
  1399. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1400. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  1401. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.16725111, -1.41408849, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
  1402. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1403. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
  1404. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.02655792e-006, -1.16711032, -0.0589969158, 1, 1.08027862e-007, 0, -5.37960721e-014, 4.97983308e-007, -1, -1.08027862e-007, 1, 4.97983308e-007))
  1405. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1406. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
  1407. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.35079217, 0.103010416, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  1408. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1409. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  1410. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.71972668, 0.400372267, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1411. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1412. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1413. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -2.02871776, -0.278748035, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  1414. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1415. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1416. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(8.94069672e-007, -2.02871752, 0.419371605, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1417. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1418. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
  1419. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.16047049, 0.508368373, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1420. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
  1421. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  1422. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.35976458, -0.0312541127, 1.86352515, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57641632e-008, -8.94739998e-008, -7.57096927e-008, 0.866025269, 0.500000238))
  1423. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1424. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  1425. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.08190203, 0.2501719, 1, -3.12822095e-007, 5.96046519e-008, -1.13020228e-007, -0.173648566, 0.98480773, -2.97719339e-007, -0.98480767, -0.173648566))
  1426. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
  1427. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
  1428. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.05311584e-006, 1.95058596, 0.253540456, -1, 1.02354932e-007, -1.49011612e-007, -1.17442823e-007, 0.258818656, 0.965925932, 1.3743427e-007, 0.965925992, -0.258818686))
  1429. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1430. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1431. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.68847609, 0.419371486, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1432. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1433. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  1434. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, -1.99747372, 0.400373936, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1435. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1436. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
  1437. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.18813586, 0.908314347, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
  1438. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1439. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  1440. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.35976434, -0.0312459469, 1.86352515, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47141249e-009, 1.70059607e-007, -8.20235115e-008, 0.866025269, 0.500000238))
  1441. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1442. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
  1443. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 1.82663035, 1.68847704, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
  1444. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1445. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
  1446. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1447. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
  1448. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1449. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 1.6884762, -0.278747916, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  1450. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1451. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
  1452. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, 2.75683522, 1.15006804, 1, 2.61612684e-007, -5.96046519e-008, -4.6201059e-008, 0.386711121, 0.922201037, 2.64309278e-007, -0.922201037, 0.386711121))
  1453. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1454. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1455. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.90734863e-006, 1.20410335, -0.1381253, 1, -1.30388145e-007, 5.96046519e-008, -5.96047158e-008, -4.97983308e-007, 1, -1.30388116e-007, -1, -4.97983308e-007))
  1456. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1457. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1458. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888))
  1459. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1460. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1461. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.999259949, -0.0312482715, -0.496301651, 8.94069814e-008, 0.707106769, -0.707106829, 1, -2.08849031e-007, -8.2408441e-008, -2.0595013e-007, -0.707106829, -0.707106709))
  1462. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1463. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1464. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.20410311, 0.278748631, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1465. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1466. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
  1467. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.302499771, 0.0937513113, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1468. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1469. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
  1470. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.659994602, 0.135124326, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1471. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1472. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  1473. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.25361502, 0.392871499, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1474. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
  1475. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
  1476. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1477. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1478. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
  1479. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.50817347, 0.125254035, -1, 6.68158862e-008, -1.49011612e-007, -1.4901164e-007, -4.97983194e-007, 1, 6.68158151e-008, 1, 4.97983194e-007))
  1480. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  1481. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
  1482. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.91299367, 0.281997681, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1483. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1484. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  1485. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.781131983, 0.0222299099, -1, 2.86555604e-007, -5.96046519e-008, -1.08459133e-007, -0.173648685, 0.98480773, 2.71851889e-007, 0.98480773, 0.173648685))
  1486. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1487. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
  1488. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.522374153, 0.125002146, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1489. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1490. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1491. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
  1492. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1493. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1494. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
  1495. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1496. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
  1497. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.57627869e-007, -1.79205251, -0.0442371368, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
  1498. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
  1499. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  1500. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.552494049, 0.0937507153, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1501. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1502. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
  1503. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-007, 0.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
  1504. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  1505. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
  1506. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.9935112e-006, 1.40163493, 1.65097666, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
  1507. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1508. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
  1509. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, 0.428994179, 0.0937510729, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1510. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1511. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
  1512. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.446621895, 0.0734990835, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1513. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1514. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  1515. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.967765272, 0.720929861, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
  1516. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1517. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
  1518. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1519. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
  1520. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
  1521. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 0.960361481, 0.0573717356, 1, -6.68157512e-008, -5.96046519e-008, 5.96046164e-008, -4.97983308e-007, 1, -6.68157796e-008, -1, -4.97983308e-007))
  1522. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1523. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
  1524. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.51446474, -0.287093759, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1525. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1526. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
  1527. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, -1.12023759, -0.0676275492, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
  1528. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1529. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
  1530. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -0.201990128, 0.0982512236, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1531. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
  1532. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  1533. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.38418579e-007, -0.137369633, 0.0937509537, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1534. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1535. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
  1536. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.63588333e-006, -1.29723644, 0.0231808424, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
  1537. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1538. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
  1539. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167286396, 0.746741295, -0.00556850433, -1, 6.68158222e-008, -5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, -6.68157938e-008, -1, -4.38378009e-007))
  1540. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1541. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
  1542. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.81469727e-006, 0.381998301, -0.135124564, -1, -5.23922843e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23922097e-008, -1, -4.97983251e-007))
  1543. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
  1544. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
  1545. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.35113907e-006, -1.64879727, 0.0388069153, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
  1546. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1547. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
  1548. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.14855242, -0.0782039165, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
  1549. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1550. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
  1551. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.17250943, 0.949309707, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
  1552. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1553. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
  1554. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.7106328, -4.67702293, 1, -5.28256834e-008, 3.27825546e-007, -1.54116776e-007, -0.948323309, 0.317305803, 2.94122714e-007, -0.317305803, -0.948323369))
  1555. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
  1556. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  1557. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.00251865, -0.0312470198, -0.784425139, -5.96046448e-008, 0.362437576, 0.932008028, 1, 8.8373362e-008, 2.95864595e-008, -7.16414377e-008, 0.932008028, -0.362437606))
  1558. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1559. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1560. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -3.18676305, -1.53718555, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1561. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1562. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  1563. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.73874784, -0.0312489271, 0.358844757, -8.94069814e-008, -0.0130901812, 0.999914408, 1, 5.69744678e-008, 9.01605191e-008, -5.81498085e-008, 0.999914408, 0.0130901812))
  1564. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1565. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
  1566. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.37090683e-006, 3.7712388, 4.10999966, 1, 2.20300279e-007, -3.27825546e-007, 7.26464435e-008, 0.713250935, 0.70090878, 3.88232309e-007, -0.70090884, 0.713250995))
  1567. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
  1568. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
  1569. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 3.43644333, -0.254856586, 1, 2.8833017e-007, 5.96046519e-008, -4.31625189e-008, -0.0566928945, 0.998391747, 2.91245613e-007, -0.998391688, -0.0566928908))
  1570. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1571. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  1572. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.0734067, -0.0312533975, 4.65720272, 1.49011626e-007, 0.694658399, -0.719339788, -1, 3.30585053e-008, -1.75226305e-007, -9.79421202e-008, 0.719339788, 0.694658399))
  1573. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1574. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
  1575. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, 3.25642681, 0.00496280193, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
  1576. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1577. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
  1578. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.03983688e-006, 6.0806818, -0.48661232, 1, 2.83280116e-007, 0, 3.20681721e-008, -0.113203041, 0.993571877, 2.81459165e-007, -0.993571937, -0.113203049))
  1579. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1580. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  1581. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.73874784, -0.0312509537, 0.358844757, 0, 0.0130901793, -0.999914348, -1, -5.85088848e-008, -7.65957409e-010, -5.85139013e-008, 0.999914408, 0.0130901802))
  1582. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1583. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
  1584. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.05311584e-006, 5.85410023, -0.495341063, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
  1585. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1586. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  1587. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.630329967, -0.0312533975, 7.20098686, 1.11758709e-008, 0.99984777, -0.017452918, -1, 8.5759515e-009, -1.49042407e-007, -1.48870043e-007, 0.0174529161, 0.99984777))
  1588. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  1589. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  1590. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.64131165, -0.0312466621, 0.814543009, -1.78813963e-007, -0.104528897, 0.994521916, 1, 6.1102142e-008, 1.86221044e-007, -8.02329012e-008, 0.994521916, 0.104528897))
  1591. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1592. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
  1593. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 5.27017689, -0.0733480453, 1, 2.8833017e-007, 5.96046519e-008, -4.31626219e-008, -0.0566925369, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566925332))
  1594. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  1595. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  1596. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.630329847, -0.0312465429, 7.20098686, -9.87201929e-008, -0.99984777, 0.017452918, 1, -9.613413e-008, 1.49012436e-007, -1.47311923e-007, 0.0174529161, 0.99984777))
  1597. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  1598. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
  1599. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.11272049e-006, 4.9387393, -4.49442863, 1, 2.42971879e-007, 2.68220901e-007, -1.46989407e-008, -0.713250041, 0.700909734, 3.61609949e-007, -0.700909734, -0.713250101))
  1600. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
  1601. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  1602. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.00251842, -0.0312527418, -0.784425259, -2.98023224e-008, -0.362437576, -0.932008028, -1, -3.9197058e-008, 4.7219352e-008, -5.36460405e-008, 0.932008028, -0.362437606))
  1603. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1604. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
  1605. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 4.10316849, -0.103866458, 1, 2.8833017e-007, 5.96046519e-008, -4.31625473e-008, -0.0566928051, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566928014))
  1606. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1607. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1608. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.33085537, -1.5976094, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1609. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1610. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  1611. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.64916229e-006, -0.673488855, 5.65330791, -1, 2.57733284e-008, -4.1723257e-007, 2.16240803e-008, -0.993572056, -0.11320243, -4.17468186e-007, -0.113202423, 0.993571997))
  1612. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1613. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
  1614. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 2.6059866, 0.051631093, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  1615. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1616. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  1617. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.29153442e-006, -0.399590373, 4.02885008, -1, 2.75204592e-009, -4.1723257e-007, 2.09061284e-008, -0.998391747, -0.0566919968, -4.16717569e-007, -0.0566919968, 0.998391747))
  1618. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1619. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
  1620. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 2.20885611, -3.10965157, 1, 1.22782865e-007, 3.27825546e-007, -8.59755218e-008, -0.82164669, 0.569997251, 3.39342648e-007, -0.569997191, -0.821646631))
  1621. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  1622. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
  1623. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-006, 4.40055227, -0.0314526558, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
  1624. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
  1626. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(9.53674316e-007, 2.57349205, 0.495863676, 1, 2.95756422e-007, 5.96046519e-008, -9.27020594e-008, 0.113203131, 0.993571877, 2.87107866e-007, -0.993571937, 0.113203138))
  1627. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1628. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
  1629. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.02953684, 2.8258214, -1, -1.09740803e-007, -3.27825546e-007, -2.40661642e-008, -0.923879445, 0.382683516, -3.44867317e-007, 0.382683575, 0.923879564))
  1630. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
  1631. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1632. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.40289879, -1.62781823, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1633. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1634. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
  1635. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.60998273, -0.0503669977, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  1636. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1637. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1638. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.25880861, -1.56739795, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1639. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1640. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
  1641. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 3.70434904, 2.44769764, 1, 3.05401159e-007, -1.49011612e-007, -3.84168999e-008, 0.537299871, 0.843391299, 3.37636607e-007, -0.843391299, 0.537299871))
  1642. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1643. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
  1644. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.67497754, -0.154865503, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  1645. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1646. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
  1647. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13248825e-006, 2.07749343, -1.55897069, -1, 2.0314171e-007, -1.49011612e-007, 3.82758287e-008, 0.707107008, 0.70710659, 2.49009986e-007, 0.70710659, -0.707106948))
  1648. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  1649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
  1650. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.09944153e-006, 4.72574425, -0.500342607, 1, 2.72365185e-007, 1.49011612e-007, -1.17221134e-007, -0.113203213, 0.993571877, 2.87482976e-007, -0.993571877, -0.113203213))
  1651. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
  1653. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, 4.40054798, -0.205949783, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
  1654. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
  1656. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.313133836, 6.93109894, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
  1657. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  1659. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.558792, -0.0312539935, -0.45239532, 2.98023224e-008, -0.707106769, -0.707106829, -1, -7.48441451e-008, 3.26972902e-008, -7.60432783e-008, 0.707106829, -0.707106709))
  1660. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
  1662. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.44779181, 0.103008986, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  1663. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
  1664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
  1665. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.31130219e-006, -1.70811987, 0.370481491, 1, 1.56259688e-007, -2.68220901e-007, -2.99524515e-007, 0.258819312, -0.965925872, -8.15145142e-008, 0.965925872, 0.258819312))
  1666. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  1667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1668. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.7285347e-006, -1.7005955, 0.278747916, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1669. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  1671. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.55879188, -0.0312462449, -0.452395201, 5.96046448e-008, 0.707106769, 0.707106829, 1, -4.38479519e-009, -7.99089008e-008, -5.34036033e-008, 0.707106829, -0.707106709))
  1672. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
  1674. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.27592182, 0.103008866, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  1675. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
  1677. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.08616257e-006, -0.537618876, 2.27821803, -1, 3.50292382e-008, 2.68220901e-007, -3.50290357e-008, -1, 7.53727932e-007, 2.6822093e-007, 7.53727932e-007, 1))
  1678. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1679. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  1680. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.54972076e-006, 1.79147363, 1.84832418, -1, -2.19832074e-007, -2.68220901e-007, -3.42159723e-008, -0.707107008, 0.70710659, -3.45105576e-007, 0.70710659, 0.707106948))
  1681. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  1682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  1683. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-6.55651093e-007, -0.200989008, 2.46776938, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
  1684. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  1685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
  1686. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -0.42824471, 2.46571684, -1, 3.50217348e-008, 2.68220901e-007, -3.50215323e-008, -1, 7.53727875e-007, 2.6822093e-007, 7.53727875e-007, 1))
  1687. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
  1688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  1689. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 1.93505025, 1.70474756, 1, 1.8804613e-007, -2.68220901e-007, 5.6691988e-008, 0.707107067, 0.707106471, 3.22629546e-007, -0.707106531, 0.707107067))
  1690. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  1691. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1692. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, -1.70059586, -0.138124347, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  1693. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1694. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
  1695. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.41137242, -1.47533894, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
  1696. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  1697. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
  1698. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, -1.87605298, 0.196760774, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
  1699. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
  1700. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
  1701. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.15904617e-006, 2.51099396, -0.945535302, -1, 2.51590308e-007, -1.49011612e-007, -3.25266569e-009, 0.50000006, 0.866025388, 2.92389416e-007, 0.866025448, -0.50000006))
  1702. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  1703. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  1704. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 0.00686681271, 2.46776795, 1, 4.04674836e-008, 5.96046519e-008, -4.04674481e-008, 1, -5.74912178e-007, -5.96046803e-008, 5.74912178e-007, 1))
  1705. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  1706. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
  1707. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.17232513e-007, 3.25642681, 0.179460406, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
  1708. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
  1709. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  1710. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.95527112, -0.0312464833, 0.483453929, 1.19209275e-007, 0.258818507, 0.965925932, 1, -8.24298763e-009, -1.21205815e-007, -2.34081945e-008, 0.965925932, -0.258818507))
  1711. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1712. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  1713. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.95527112, -0.0312538147, 0.483453929, -2.98023224e-008, -0.258818537, -0.965925992, -1, -2.11072013e-008, 3.65092774e-008, -2.98372704e-008, 0.965925932, -0.258818537))
  1714. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1715. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
  1716. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167268515, -1.01674032, 0.0665671825, -1, -2.06061035e-008, 5.96046519e-008, 5.96046661e-008, -4.97983308e-007, 1, -2.06060733e-008, 1, 4.97983308e-007))
  1717. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1718. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
  1719. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1720. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
  1721. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  1722. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1723. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  1724. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
  1725. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.20537186e-006, 1.49373317, 0.509495497, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  1726. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  1727. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
  1728. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 0.994490385, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1729. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1730. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
  1731. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-008, -1.13293266, -0.127015591, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
  1732. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1733. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
  1734. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.55247092, -0.700873375, -1, 3.75780473e-009, -1.49011612e-007, -1.02709933e-007, 0.707106948, 0.707106709, 1.08024309e-007, 0.70710665, -0.707106888))
  1735. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1736. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  1737. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.97657108, -0.0312469006, 0.569297791, -1.78813934e-007, -0.0523363948, 0.99862951, 1, 7.44965192e-008, 1.82963561e-007, -8.39700789e-008, 0.99862957, 0.0523363985))
  1738. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1739. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  1740. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.0734067, -0.0312458873, 4.6572032, -2.38418608e-007, -0.694658399, 0.719339788, 1, -7.77344482e-008, 2.56373596e-007, -1.22174583e-007, 0.719339788, 0.694658399))
  1741. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1742. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  1743. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.97657156, -0.0312528014, 0.569297791, 8.94069672e-008, 0.0523363948, -0.99862957, -1, -7.9065849e-008, -9.36733713e-008, -8.38600229e-008, 0.99862957, 0.0523363948))
  1744. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1745. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
  1746. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 5.95509291, -0.320841074, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
  1747. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1748. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  1749. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.64131165, -0.0312528014, 0.814543009, 8.94069672e-008, 0.104528897, -0.994521856, -1, -7.01918026e-008, -9.72769385e-008, -7.99755355e-008, 0.994521916, 0.104528904))
  1750. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1751. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
  1752. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-006, -1.16710985, 0.175246477, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
  1753. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1754. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
  1755. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -0.964124441, -0.0247514248, 1, -3.01422034e-007, 5.96046519e-008, -3.31073302e-008, 0.0871552527, 0.99619478, -3.05469911e-007, -0.99619478, 0.0871552527))
  1756. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
  1757. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
  1758. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, -0.686996341, -0.125002146, -1, -5.23922274e-008, 1.49011612e-007, -1.49011626e-007, 3.48969991e-007, -1, 5.23921742e-008, -1, -3.48969991e-007))
  1759. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1760. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  1761. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, 0.168619156, -0.0937508345, -1, -5.23922559e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23921813e-008, -1, -4.97983251e-007))
  1762. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1763. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
  1764. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.4540993, 0.200625658, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1765. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1766. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
  1767. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1768. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
  1769. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  1770. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1771. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  1772. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
  1773. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.68220901e-006, 2.08321929, -0.579118371, 1, -3.05231737e-007, 5.96046519e-008, -5.96048082e-008, -4.97983308e-007, 1, -3.05231708e-007, -1, -4.97983308e-007))
  1774. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  1775. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1776. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
  1777. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1778. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  1779. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-7.74860382e-007, -1.99747372, -0.297748566, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  1780. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1781. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
  1782. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.14576721e-006, -1.94385314, 0.47499609, 1, -6.68158364e-008, 5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, 6.6815808e-008, 1, 4.38378009e-007))
  1783. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  1784. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  1785. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.71972692, -0.297746897, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  1786. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1787. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1788. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
  1789. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1790. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1791. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
  1792. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1793. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1794. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.51446474, -0.0312479734, 0.511714339, 5.96046519e-008, 4.38378066e-007, -1, 1, -2.45074915e-007, 5.96045453e-008, -2.45074887e-007, -1, -4.38378095e-007))
  1795. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1796. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
  1797. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.2623533, 0.27874887, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1798. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
  1799. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
  1800. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.6403501, 0.474995613, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  1801. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  1802. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
  1803. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.2649765e-006, 1.84085846, 0.585492015, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  1804. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  1805. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
  1806. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.00167268515, 1.04017782, 0.125254273, 1, 2.06060218e-008, 5.96046519e-008, 5.96046448e-008, 3.48969991e-007, -1, -2.06060431e-008, 1, 3.48969991e-007))
  1807. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  1808. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
  1809. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1810. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
  1811. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  1812. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.828511, -0.0312466025, 1.86352599, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47173224e-009, 1.70059423e-007, -8.20231492e-008, 0.866025269, 0.500000238))
  1813. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1814. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
  1815. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.23306799, -0.714783967, 1, 1.28876025e-007, -1.49011612e-007, -8.8350177e-008, -0.38268286, -0.923879802, -1.76090154e-007, 0.923879862, -0.38268289))
  1816. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1817. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
  1818. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.25397205, 0.350374818, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1819. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
  1820. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  1821. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.930041909, -0.0312547088, 2.61983705, 2.68220924e-006, -0.866025388, 0.500000238, 1, 1.34954996e-006, -3.0269282e-006, 1.94662152e-006, 0.500000238, 0.866025388))
  1822. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1823. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
  1824. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.75509262e-006, -2.0832181, 0.73186779, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1825. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  1826. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
  1827. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1828. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
  1829. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  1830. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.930041909, -0.03124547, 2.61983705, -2.75671505e-006, 0.866025388, -0.500000238, -1, -1.43972136e-006, 3.0197582e-006, 1.89532614e-006, 0.500000238, 0.866025329))
  1831. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1832. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
  1833. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.16469121, -0.908047557, -1, -9.70897673e-008, -1.49011612e-007, 1.00514129e-007, 0.382683396, -0.923879564, 1.46723522e-007, -0.923879564, -0.382683367))
  1834. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1835. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
  1836. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.70876694e-006, -4.59392071, 4.83900547, -1, 3.01723389e-007, -3.27825546e-007, 2.23408545e-008, -0.700909495, -0.713250279, -4.44980344e-007, -0.713250279, 0.700909495))
  1837. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1838. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
  1839. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -1.44312787, -0.230922222, 1, -1.99133694e-007, -5.96046519e-008, 9.3278274e-008, 0.173647881, 0.984807849, -1.85758211e-007, -0.984807849, 0.173647881))
  1840. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1841. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Navy blue","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  1842. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.82851136, -0.0312532187, 1.86352599, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57638221e-008, -8.94738008e-008, -7.57092948e-008, 0.866025269, 0.500000238))
  1843. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1844. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
  1845. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 2.52654123, 0.448077202, -1, 2.51590194e-007, -1.49011612e-007, -1.49011683e-007, -2.59562086e-007, 1, 2.51590166e-007, 1, 2.59562114e-007))
  1846. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1847. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
  1848. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, 2.19158387, 0.875249863, 1, 2.87006458e-007, -5.96046519e-008, -2.30892709e-008, 0.279828936, 0.960049868, 2.92219624e-007, -0.960049927, 0.279828966))
  1849. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1850. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  1851. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.34476542, -0.473634839, 1, 1.52993096e-007, -1.49011612e-007, -1.04336792e-007, -0.258818269, -0.965926051, -1.86346938e-007, 0.965926051, -0.258818269))
  1852. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1853. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  1854. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.29170871, -0.671645045, -1, -1.21206767e-007, -1.49011612e-007, 1.12563526e-007, 0.258819103, -0.965925813, 1.55643789e-007, -0.965925813, -0.258819103))
  1855. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1856. Hitbox=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(4.90999985, 1.2299999, 0.200000003))
  1857. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.90843725, -0.0829741955, 0.0609716177, 0, -6.82671129e-008, -1, 1.1055932e-007, 1, -6.82671129e-008, 1, -1.1055932e-007, 7.547565e-015))
  1858.  
  1859. mouse.Button1Down:connect(function()
  1860. if attack==false and attacktype==1 then
  1861. attacktype=2
  1862. attackone()
  1863. elseif attack==false and attacktype==2 then
  1864. attacktype=3
  1865. attacktwo()
  1866. elseif attack==false and attacktype==3 then
  1867. attacktype=4
  1868. attackthree()
  1869. elseif attack==false and attacktype==4 then
  1870. attacktype=1
  1871. attackfour()
  1872. end
  1873. end)
  1874.  
  1875. function bladespin()
  1876. attack=true
  1877. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,5,7,math.random(10,20),"Normal",RootPart,.2,1) end)
  1878. for i=0,1,0.1 do
  1879. swait()
  1880. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-10)),.4)
  1881. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4)
  1882. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1883. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1884. end
  1885. for z = 0, 2 do
  1886. so("http://roblox.com/asset/?id=199146359",Hitbox,1.15,1.05)
  1887. for i=0,1,0.5 do
  1888. swait()
  1889. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1890. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1891. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1892. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1893. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1894. end
  1895. for i=0,1,0.5 do
  1896. swait()
  1897. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1898. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(180)),.4)
  1899. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1900. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1901. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1902. end
  1903. for i=0,1,0.5 do
  1904. swait()
  1905. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1906. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(240)),.4)
  1907. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1908. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1909. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1910. end
  1911. for i=0,1,0.5 do
  1912. swait()
  1913. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1914. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(360)),.4)
  1915. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1916. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1917. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1918. end
  1919. end
  1920. attack=false
  1921. con1:disconnect()
  1922. end
  1923.  
  1924. function flashingslash()
  1925. attack=true
  1926. for i=0,2,0.1 do
  1927. swait()
  1928. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1929. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1930. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
  1931. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1932. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1933. end
  1934. so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9)
  1935. local b = Instance.new("Part")
  1936. b.Parent = char
  1937. b.Material = "Neon"
  1938. b.Color = BrickColor.new("White").Color
  1939. b.CanCollide = false
  1940. b.Shape = "Ball"
  1941. b.CFrame = Hitbox.CFrame
  1942. b.Anchored = true
  1943. b.Transparency = 0
  1944. b.Size = vt(0.5,0.5,0.5)
  1945. local z = Instance.new("SpecialMesh",b)
  1946. z.MeshType = "Sphere"
  1947. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,13,16,math.random(10,20),"Normal",RootPart,.2,1) end)
  1948. for i=0,2,0.1 do
  1949. swait()
  1950. z.Scale = z.Scale + vt(7.5,-0.01,-0.01)
  1951. b.Transparency = b.Transparency + 0.05
  1952. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1953. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1954. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9)
  1955. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1956. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1957. end
  1958. con1:disconnect()
  1959. attack = false
  1960. b:Destroy()
  1961. end
  1962.  
  1963. function executionstab()
  1964. attack=true
  1965. for i=0,5,0.1 do
  1966. swait()
  1967. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1968. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1969. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
  1970. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1971. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1972. end
  1973. so("http://roblox.com/asset/?id=540358153",Hitbox,1.5,0.75)
  1974. local b = Instance.new("Part")
  1975. b.Parent = char
  1976. b.Material = "Neon"
  1977. b.Color = BrickColor.new("Really blue").Color
  1978. b.CanCollide = false
  1979. b.Shape = "Ball"
  1980. b.CFrame = Hitbox.CFrame
  1981. b.Anchored = true
  1982. b.Transparency = 0
  1983. b.Size = vt(0.5*2,0.5*2,0.5*2)
  1984. local z = Instance.new("SpecialMesh",b)
  1985. z.MeshType = "Sphere"
  1986. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,50,60,math.random(10,20),"Normal",RootPart,.2,1) end)
  1987. for i=0,5,0.1 do
  1988. swait()
  1989. z.Scale = z.Scale + vt(15,-0.01*2,-0.01*2)
  1990. b.Transparency = b.Transparency + 0.05
  1991. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1992. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1993. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9)
  1994. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1995. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1996. end
  1997. con1:disconnect()
  1998. attack = false
  1999. b:Destroy()
  2000. end
  2001.  
  2002. function enerwave()
  2003. attack=true
  2004. for i=0,1,0.1 do
  2005. swait()
  2006. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2007. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  2008. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
  2009. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2010. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2011. end
  2012. so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9)
  2013. local lb = Instance.new("Part")
  2014. lb.Parent = char
  2015. lb.Material = "Neon"
  2016. lb.Color = BrickColor.new("Navy blue").Color
  2017. lb.CanCollide = false
  2018. lb.CFrame = Torso.CFrame + Torso.CFrame.lookVector*5
  2019. lb.Transparency = 0
  2020. lb.Size = vt(15,0.6,3)
  2021. local tra2 = Instance.new("ParticleEmitter",lb)
  2022. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  2023. tra2.LightEmission = 1
  2024. tra2.Color = ColorSequence.new(lb.BrickColor.Color)
  2025. tra2.Rate = 500000000000
  2026. tra2.Lifetime = NumberRange.new(0.5)
  2027. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)})
  2028. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2029. tra2.Speed = NumberRange.new(0)
  2030. tra2.Rotation = NumberRange.new(-500,500)
  2031. tra2.VelocitySpread = 90000
  2032. tra2.RotSpeed = NumberRange.new(-500,500)
  2033. local thing = Instance.new("SpecialMesh",lb)
  2034. thing.MeshType = "Sphere"
  2035. lb.Touched:connect(function(hit) Damagefunc(hit,10,13,math.random(10,20),"Normal",RootPart,.2,1) end)
  2036. local bv = Instance.new("BodyVelocity")
  2037. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2038. bv.velocity = Torso.CFrame.lookVector *150
  2039. bv.Parent = lb
  2040. for i=0,2,0.1 do
  2041. swait()
  2042. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(30)),.3)
  2043. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
  2044. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.3)
  2045. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2046. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2047. end
  2048. attack = false
  2049. wait(1)
  2050. lb:Destroy()
  2051. end
  2052.  
  2053. function repeatbullet()
  2054. attack = true
  2055. for i = 0,1,0.3 do
  2056. swait()
  2057. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2058. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2059. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2060. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2061. end
  2062. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2063. local lb = Instance.new("Part")
  2064. lb.Parent = char
  2065. lb.Material = "Neon"
  2066. lb.Color = BrickColor.new("Navy blue").Color
  2067. lb.CanCollide = false
  2068. lb.Shape = "Ball"
  2069. lb.CFrame = barrelhole.CFrame
  2070. lb.Anchored = true
  2071. lb.Transparency = 0
  2072. lb.Size = vt(0.6,0.6,0.6)
  2073. local thing = Instance.new("SpecialMesh",lb)
  2074. thing.MeshType = "Sphere"
  2075. local b = Instance.new("Part")
  2076. b.Parent = char
  2077. b.Material = "Neon"
  2078. b.Color = BrickColor.new("Navy blue").Color
  2079. b.CanCollide = false
  2080. b.Shape = "Ball"
  2081. b.CFrame = barrelhole.CFrame
  2082. b.Anchored = true
  2083. b.Transparency = 0
  2084. b.Size = vt(1,1,1)
  2085. local z = Instance.new("SpecialMesh",b)
  2086. z.MeshType = "Sphere"
  2087. local hitted = false
  2088. lb.Anchored = false
  2089. local bv = Instance.new("BodyVelocity")
  2090. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2091. bv.velocity = mouse.Hit.lookVector *150
  2092. bv.Parent = lb
  2093. lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  2094. z.Scale = vt(1,1,1)
  2095. b.Transparency = 0
  2096. b.CFrame = barrelhole.CFrame
  2097. for i = 0,1,0.3 do
  2098. swait()
  2099. z.Scale = z.Scale + vt(0.2,0.2,0.2)
  2100. b.Transparency = b.Transparency + 0.25
  2101. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2102. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2103. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2104. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2105. end
  2106. for i = 0,1,0.3 do
  2107. swait()
  2108. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2109. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2110. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2111. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2112. end
  2113. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2114. local lb = Instance.new("Part")
  2115. lb.Parent = char
  2116. lb.Material = "Neon"
  2117. lb.Color = BrickColor.new("Navy blue").Color
  2118. lb.CanCollide = false
  2119. lb.Shape = "Ball"
  2120. lb.CFrame = barrelhole.CFrame
  2121. lb.Anchored = true
  2122. lb.Transparency = 0
  2123. lb.Size = vt(0.6,0.6,0.6)
  2124. local thing = Instance.new("SpecialMesh",lb)
  2125. thing.MeshType = "Sphere"
  2126. local hitted = false
  2127. lb.Anchored = false
  2128. local bv = Instance.new("BodyVelocity")
  2129. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2130. bv.velocity = mouse.Hit.lookVector *150
  2131. bv.Parent = lb
  2132. lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  2133. z.Scale = vt(1,1,1)
  2134. b.Transparency = 0
  2135. b.CFrame = barrelhole.CFrame
  2136. for i = 0,1,0.3 do
  2137. swait()
  2138. z.Scale = z.Scale + vt(0.2,0.2,0.2)
  2139. b.Transparency = b.Transparency + 0.25
  2140. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2141. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2142. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2143. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2144. end
  2145. for i = 0,1,0.3 do
  2146. swait()
  2147. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2148. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2149. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2150. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2151. end
  2152. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2153. local lb = Instance.new("Part")
  2154. lb.Parent = char
  2155. lb.Material = "Neon"
  2156. lb.Color = BrickColor.new("Navy blue").Color
  2157. lb.CanCollide = false
  2158. lb.Shape = "Ball"
  2159. lb.CFrame = barrelhole.CFrame
  2160. lb.Anchored = true
  2161. lb.Transparency = 0
  2162. lb.Size = vt(0.6,0.6,0.6)
  2163. local thing = Instance.new("SpecialMesh",lb)
  2164. thing.MeshType = "Sphere"
  2165. local hitted = false
  2166. lb.Anchored = false
  2167. local bv = Instance.new("BodyVelocity")
  2168. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2169. bv.velocity = mouse.Hit.lookVector *150
  2170. bv.Parent = lb
  2171. lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  2172. z.Scale = vt(1,1,1)
  2173. b.CFrame = barrelhole.CFrame
  2174. b.Transparency = 0
  2175. for i = 0,1,0.3 do
  2176. swait()
  2177. z.Scale = z.Scale + vt(0.2,0.2,0.2)
  2178. b.Transparency = b.Transparency + 0.25
  2179. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2180. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2181. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2182. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2183. end
  2184. attack = false
  2185. b:Destroy()
  2186. wait(10)
  2187. lb:Destroy()
  2188. lb:Destroy()
  2189. lb:Destroy()
  2190. end
  2191.  
  2192. function stickybomb()
  2193. attack = true
  2194. for i = 0,2,0.1 do
  2195. swait()
  2196. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2197. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2198. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2199. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2200. end
  2201. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2202. local lb = Instance.new("Part")
  2203. lb.Parent = char
  2204. lb.Material = "Neon"
  2205. lb.Color = BrickColor.new("Navy blue").Color
  2206. lb.CanCollide = false
  2207. lb.Shape = "Ball"
  2208. lb.CFrame = barrelhole.CFrame
  2209. lb.Anchored = true
  2210. lb.Transparency = 0
  2211. lb.Size = vt(1,1,1)
  2212. local thing = Instance.new("SpecialMesh",lb)
  2213. thing.MeshType = "Sphere"
  2214. local b = Instance.new("Part")
  2215. b.Parent = char
  2216. b.Material = "Neon"
  2217. b.Color = BrickColor.new("Navy blue").Color
  2218. b.CanCollide = false
  2219. b.Shape = "Ball"
  2220. b.CFrame = barrelhole.CFrame
  2221. b.Anchored = true
  2222. b.Transparency = 0
  2223. b.Size = vt(1,1,1)
  2224. local z = Instance.new("SpecialMesh",b)
  2225. z.MeshType = "Sphere"
  2226. local hitted = false
  2227. lb.Anchored = false
  2228. local bv = Instance.new("BodyVelocity")
  2229. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2230. bv.velocity = mouse.Hit.lookVector *150
  2231. bv.Parent = lb
  2232. hitted = false
  2233. wait(0.00005)
  2234. lb.Touched:connect(function(hit)
  2235. if hitted == false then
  2236. hitted = true
  2237. lb.Anchored = true
  2238. so("http://roblox.com/asset/?id=604906197",lb,1,1)
  2239. Damagefunc(hit,1,3,-10,"Normal",RootPart,.2,1)
  2240. for i = 0, 4 do
  2241. lb.BrickColor = BrickColor.new("Really blue")
  2242. wait(0.25)
  2243. lb.BrickColor = BrickColor.new("Navy blue")
  2244. wait(0.25)
  2245. end
  2246. lb.Transparency = 1
  2247. so("http://roblox.com/asset/?id=412755503",lb,1,0.875)
  2248. local ba = Instance.new("Part")
  2249. ba.Parent = char
  2250. ba.Material = "Neon"
  2251. ba.Color = BrickColor.new("Navy blue").Color
  2252. ba.CanCollide = false
  2253. ba.Shape = "Ball"
  2254. ba.CFrame = lb.CFrame
  2255. ba.Anchored = true
  2256. ba.Transparency = 0
  2257. ba.Size = vt(10,10,10)
  2258. ba.CFrame = lb.CFrame
  2259. local za = Instance.new("SpecialMesh",ba)
  2260. za.MeshType = "Sphere"
  2261. za.Scale = vt(0,0,0)
  2262. ba.Touched:connect(function(hit)
  2263. Damagefunc(hit,16,19,math.random(10,20),"Normal",RootPart,.2,1)
  2264. end)
  2265. for i = 0, 19 do
  2266. ba.Transparency = ba.Transparency + 0.05
  2267. za.Scale = za.Scale + vt(0.25,0.25,0.25)
  2268. wait()
  2269. end
  2270. ba:Destroy()
  2271. lb:Destroy()
  2272. end
  2273. end)
  2274. for i = 0,2,0.1 do
  2275. swait()
  2276. z.Scale = z.Scale + vt(0.1,0.1,0.1)
  2277. b.Transparency = b.Transparency + 0.05
  2278. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2279. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2280. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2281. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2282. end
  2283. attack = false
  2284. b:Destroy()
  2285. wait(30)
  2286. lb:Destroy()
  2287. end
  2288.  
  2289. function yep()
  2290. attack = true
  2291. for i = 0,2,0.1 do
  2292. swait()
  2293. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2294. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2295. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2296. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2297. end
  2298. so("http://roblox.com/asset/?id=178452221",barrelhole,1,1)
  2299. local lb = Instance.new("Part")
  2300. lb.Parent = char
  2301. lb.Material = "Neon"
  2302. lb.Color = BrickColor.new("Navy blue").Color
  2303. lb.CanCollide = false
  2304. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
  2305. lb.Anchored = true
  2306. lb.Transparency = 0
  2307. lb.Size = vt(2.5,75,2.5)
  2308. local zb = Instance.new("SpecialMesh",lb)
  2309. zb.MeshType = "Sphere"
  2310. zb.Scale = vt(1,1,1)
  2311. lb.Touched:connect(function(hit)
  2312. Damagefunc(hit,17,20,math.random(10,20),"Normal",RootPart,.2,1)
  2313. end)
  2314. for i = 0, 9 do
  2315. zb.Scale = zb.Scale + vt(0.1,0,0.1)
  2316. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
  2317. lb.Transparency = lb.Transparency + 0.1
  2318. wait()
  2319. end
  2320. lb:Destroy()
  2321. attack = false
  2322. end
  2323.  
  2324. function test()
  2325. attack = true
  2326. for i = 0,2,0.1 do
  2327. swait()
  2328. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2329. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2330. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2331. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2332. end
  2333. so("http://roblox.com/asset/?id=412756262",barrelhole,1,0.95)
  2334. local ba = Instance.new("Part")
  2335. ba.Parent = char
  2336. ba.Material = "Neon"
  2337. ba.Color = BrickColor.new("Navy blue").Color
  2338. ba.CanCollide = false
  2339. ba.Shape = "Ball"
  2340. ba.CFrame = barrelhole.CFrame
  2341. ba.Anchored = true
  2342. ba.Transparency = 1
  2343. ba.Size = vt(1,1,1)
  2344. ba.CFrame = barrelhole.CFrame
  2345. local za = Instance.new("SpecialMesh",ba)
  2346. za.MeshType = "Sphere"
  2347. za.Scale = vt(5,5,5)
  2348. for i = 0, 49 do
  2349. ba.CFrame = barrelhole.CFrame
  2350. ba.Transparency = ba.Transparency - 0.1
  2351. za.Scale = za.Scale - vt(0.1,0.1,0.1)
  2352. wait()
  2353. end
  2354. so("http://roblox.com/asset/?id=412756199",barrelhole,1,0.95)
  2355. so("http://roblox.com/asset/?id=412756123",barrelhole,1,0.95)
  2356. so("http://roblox.com/asset/?id=412755564",barrelhole,1,0.95)
  2357. so("http://roblox.com/asset/?id=178452221",barrelhole,1,0.6)
  2358. so("http://roblox.com/asset/?id=87767777",barrelhole,1,1)
  2359. ba.Transparency = 0
  2360. za.Scale = vt(5,5,5)
  2361. local seen = Instance.new("Sound",barrelhole)
  2362. seen.SoundId = "rbxassetid://445796828"
  2363. seen.Pitch = 0.75
  2364. seen.Volume = 2.5
  2365. seen.Looped = true
  2366. seen:Play()
  2367. local lb = Instance.new("Part")
  2368. lb.Parent = char
  2369. lb.Material = "Neon"
  2370. lb.Color = BrickColor.new("Navy blue").Color
  2371. lb.CanCollide = false
  2372. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2373. lb.Anchored = true
  2374. lb.Transparency = 0
  2375. lb.Size = vt(10,400,10)
  2376. local zb = Instance.new("SpecialMesh",lb)
  2377. zb.MeshType = "Sphere"
  2378. zb.Scale = vt(1,1,1)
  2379. lb.Touched:connect(function(hit)
  2380. Damagefunc(hit,22,28,math.random(10,20),"Normal",RootPart,.2,1)
  2381. end)
  2382. for i = 0, 99 do
  2383. ba.CFrame = barrelhole.CFrame
  2384. ba.Transparency = ba.Transparency + 0.025
  2385. zb.Scale = zb.Scale + vt(0.01,0,0.01)
  2386. za.Scale = za.Scale + vt(1,1,1)
  2387. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2388. wait()
  2389. end
  2390. for i = 0, 19 do
  2391. seen.Volume = seen.Volume - 0.1
  2392. zb.Scale = zb.Scale - vt(0.05,0,0.05)
  2393. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2394. lb.Transparency = lb.Transparency + 0.05
  2395. wait()
  2396. end
  2397. seen:Destroy()
  2398. ba:Destroy()
  2399. lb:Destroy()
  2400. attack = false
  2401. end
  2402.  
  2403. mouse.KeyDown:connect(function(k)
  2404. if k == "q" and gunmode == false then
  2405. gunmode = true
  2406. elseif k == "q" and gunmode == true then
  2407. gunmode = false
  2408. end
  2409. if k == "z" and gunmode == false and attack == false then
  2410. bladespin()
  2411. elseif k == "z" and gunmode == true and attack == false then
  2412. repeatbullet()
  2413. end
  2414. if k == "x" and gunmode == false and attack == false then
  2415. flashingslash()
  2416. elseif k == "x" and gunmode == true and attack == false then
  2417. stickybomb()
  2418. end
  2419. if k == "c" and gunmode == false and attack == false then
  2420. enerwave()
  2421. elseif k == "c" and gunmode == true and attack == false then
  2422. yep()
  2423. end
  2424. if k == "v" and gunmode == false and attack == false then
  2425. executionstab()
  2426. elseif k == "v" and gunmode == true and attack == false then
  2427. test()
  2428. end
  2429. end)
  2430.  
  2431. function attackone()
  2432. attack=true
  2433. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end)
  2434. for i=0,1,0.1 do
  2435. swait()
  2436. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  2437. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2438. end
  2439. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  2440. for i=0,1,0.1 do
  2441. swait()
  2442. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-20)),.4)
  2443. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(25)),.4)
  2444. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-100))*angles(math.rad(-75),0,math.rad(0)),.4)
  2445. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2446. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2447. end
  2448. attack=false
  2449. con1:disconnect()
  2450. end
  2451.  
  2452. function attacktwo()
  2453. attack=true
  2454. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end)
  2455. for i=0,1,0.1 do
  2456. swait()
  2457. RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4)
  2458. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2459. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2460. end
  2461. so("http://roblox.com/asset/?id=199146359",Hitbox,1,1)
  2462. for i=0,1,0.1 do
  2463. swait()
  2464. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(40)),.4)
  2465. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-45)),.4)
  2466. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  2467. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2468. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  2469. end
  2470. attack=false
  2471. con1:disconnect()
  2472. end
  2473.  
  2474. function attackthree()
  2475. attack = true
  2476. for i = 0,2,0.1 do
  2477. swait()
  2478. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2479. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2480. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2481. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2482. end
  2483. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2484. local lb = Instance.new("Part")
  2485. lb.Parent = char
  2486. lb.Material = "Neon"
  2487. lb.Color = BrickColor.new("Navy blue").Color
  2488. lb.CanCollide = false
  2489. lb.Shape = "Ball"
  2490. lb.CFrame = barrelhole.CFrame
  2491. lb.Anchored = true
  2492. lb.Transparency = 0
  2493. lb.Size = vt(0.6,0.6,0.6)
  2494. local thing = Instance.new("SpecialMesh",lb)
  2495. thing.MeshType = "Sphere"
  2496. local b = Instance.new("Part")
  2497. b.Parent = char
  2498. b.Material = "Neon"
  2499. b.Color = BrickColor.new("Navy blue").Color
  2500. b.CanCollide = false
  2501. b.Shape = "Ball"
  2502. b.CFrame = barrelhole.CFrame
  2503. b.Anchored = true
  2504. b.Transparency = 0
  2505. b.Size = vt(1,1,1)
  2506. local z = Instance.new("SpecialMesh",b)
  2507. z.MeshType = "Sphere"
  2508. local hitted = false
  2509. lb.Anchored = false
  2510. local bv = Instance.new("BodyVelocity")
  2511. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2512. bv.velocity = mouse.Hit.lookVector *150
  2513. bv.Parent = lb
  2514. lb.Touched:connect(function(hit) Damagefunc(hit,9,12,math.random(10,20),"Normal",RootPart,.2,1) end)
  2515. for i = 0,2,0.1 do
  2516. swait()
  2517. z.Scale = z.Scale + vt(0.1,0.1,0.1)
  2518. b.Transparency = b.Transparency + 0.05
  2519. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2520. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2521. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2522. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2523. end
  2524. attack = false
  2525. b:Destroy()
  2526. wait(10)
  2527. lb:Destroy()
  2528. end
  2529.  
  2530. function attackfour()
  2531. attack = true
  2532. for i = 0,2,0.1 do
  2533. swait()
  2534. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(80)),.3)
  2535. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  2536. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2537. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2538. end
  2539. so("http://roblox.com/asset/?id=199145204",barrelhole,1,1)
  2540. local con = barrel2.Touched:connect(function(hit) Damagefunc(hit,8,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  2541. for i = 0,1,0.1 do
  2542. swait()
  2543. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2544. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2545. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2546. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2547. end
  2548. con:disconnect()
  2549. so("http://roblox.com/asset/?id=604905243",barrelhole,1.25,0.9)
  2550. local b = Instance.new("Part")
  2551. b.Parent = char
  2552. b.Material = "Neon"
  2553. b.Color = BrickColor.new("Navy blue").Color
  2554. b.CanCollide = false
  2555. b.Shape = "Ball"
  2556. b.CFrame = barrelhole.CFrame
  2557. b.Anchored = true
  2558. b.Transparency = 0
  2559. b.Size = vt(5,5,5)
  2560. local z = Instance.new("SpecialMesh",b)
  2561. z.MeshType = "Sphere"
  2562. z.Scale = vt(0.25,0.25,0.25)
  2563. local bv = Instance.new("BodyVelocity")
  2564. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2565. bv.velocity = mouse.Hit.lookVector *150
  2566. bv.Parent = lb
  2567. b.Touched:connect(function(hit) Damagefunc(hit,9,11,math.random(10,20),"Normal",RootPart,.2,1) end)
  2568. for i = 0,2,0.1 do
  2569. swait()
  2570. z.Scale = z.Scale + vt(0.15,0.15,0.15)
  2571. b.Transparency = b.Transparency + 0.05
  2572. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2573. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2574. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2575. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2576. end
  2577. attack = false
  2578. b:Destroy()
  2579. end
  2580.  
  2581. idleanim=.4
  2582. Humanoid.Animator.Parent = nil
  2583. while true do
  2584. swait()
  2585. sine = sine + change
  2586. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2587. local velderp=RootPart.Velocity.y
  2588. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2589. if equipped==true or equipped==false then
  2590. if attack==false then
  2591. idle=idle+1
  2592. else
  2593. idle=0
  2594. end
  2595. if idle>=500 then
  2596. if attack==false then
  2597. --Sheath()
  2598. end
  2599. end
  2600. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2601. Anim="Jump"
  2602. if attack==false then
  2603. Neck.C0=clerp(Neck.C0,necko*euler(-0.2,0,0),.3)
  2604. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  2605. RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
  2606. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(-.5,0,0.5)*angles(math.rad(-25),math.rad(105),math.rad(0)),.3)
  2607. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2608. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(-.5,0,-0.5),.3)
  2609. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2610. RH.C0=clerp(RH.C0,cf(1,-1,-.3)*euler(-0.5,1.57,0)*euler(-.2,0,0),.2)
  2611. LH.C0=clerp(LH.C0,cf(-1,-1,-.3)*euler(-0.5,-1.57,0)*euler(-.2,0,0),.2)
  2612. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2613. end
  2614. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2615. Anim="Fall"
  2616. if attack==false then
  2617. Neck.C0=clerp(Neck.C0,necko*euler(0.4,0,0),.3)
  2618. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  2619. RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
  2620. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(0.3,0,0.2)*angles(math.rad(-25),math.rad(115),math.rad(0)),.3)
  2621. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2622. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(0.3,0,-0.2),.3)
  2623. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2624. RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.4,1.57,0),.2)
  2625. LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(-0.2,-1.57,0),.2)
  2626. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2627. end
  2628. elseif torvel<1 and hitfloor~=nil then
  2629. Anim="Idle"
  2630. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2631. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2632. if attack==false then
  2633. if gunmode == true then
  2634. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  2635. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  2636. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3)
  2637. LW.C0=clerp(LW.C0,cf(-1.35,0.5,0)*angles(math.rad(180),math.rad(30),math.rad(-90)),.3)
  2638. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2639. elseif gunmode == false then
  2640. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-35)),.3)
  2641. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(35)),.3)
  2642. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3)
  2643. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-25 + 2.5 * math.cos(sine / 32))),.3)
  2644. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2645. end
  2646. end
  2647. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  2648. Anim="Walk"
  2649. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2650. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2651. if attack==false then
  2652. if gunmode == false then
  2653. --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2654. --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2655. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2656. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2657. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3)
  2658. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-15),math.rad(0),math.rad(-25)),.3)
  2659. --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  2660. --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2661. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2662. elseif gunmode == true then
  2663. --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2664. --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2665. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2666. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2667. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3)
  2668. LW.C0=clerp(LW.C0,cf(-1.5,0.45,0)*angles(math.rad(55),math.rad(0),math.rad(25)),.3)
  2669. --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  2670. --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2671. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2672. end
  2673. end
  2674. elseif torvel>=22 and hitfloor~=nil then
  2675. Anim="Run"
  2676. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
  2677. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
  2678. if attack==false then
  2679. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0.25 + 0.05 * math.cos(sine / 32))* angles(math.rad(35),math.rad(0),math.rad(0)),.3)
  2680. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2681. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(-60),math.rad(25)),.3)
  2682. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-25)),.3)
  2683. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2684. end
  2685. end
  2686. end
  2687. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement