Advertisement
vibrantsinger423

blya

Dec 17th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 407.01 KB | None | 0 0
  1. local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
  2. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  3. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  4. HBill.Size = UDim2.new(15,0,2.2,0)
  5. HBill.Name = "Health Display"
  6. HBill.StudsOffset = Vector3.new(0,4,0)
  7. HBill.AlwaysOnTop = true
  8. HBill.Enabled = true
  9. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  10. HMain.BackgroundTransparency = 1
  11. HMain.Size = UDim2.new(1,0,1,0)
  12. HBarBack.Parent = HMain
  13. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  14. HBarBack.BorderColor3 = Color3.new(0,0,0)
  15. HBarBack.BorderSizePixel = 2
  16. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  17. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  18. HBar.Parent = HBarBack
  19. HBar.BackgroundColor3 = Color3.new(204, 0, 0)
  20. HBar.BorderColor3 = Color3.new(0,0,0)
  21. HBar.Size = UDim2.new(.5,0,1,0)
  22. HHealth.BackgroundTransparency = 1
  23. HHealth.Size = UDim2.new(1,0,1,0)
  24. HHealth.Font = "SourceSans"
  25. HHealth.Text = " "
  26. HHealth.TextScaled = true
  27. HHealth.TextColor3 = Color3.new(1,1,1)
  28. HHealth.TextStrokeColor3 = BrickColor.new("Crimson").Color
  29. HHealth.TextStrokeTransparency = 0
  30. HName.Parent = HMain
  31. HName.BackgroundTransparency = 1
  32. HName.Size = UDim2.new(1,0,.5,0)
  33. HName.Font = "SourceSansItalic"
  34. HName.Text = "The Lost Son"
  35. HName.TextScaled = true
  36. HName.TextColor3 = BrickColor.new("Crimson").Color
  37. HName.TextStrokeColor3 = Color3.new(0,0,0)
  38. HName.TextStrokeTransparency = 0
  39. HName.TextYAlignment = "Top"
  40. wait(.5)
  41.  
  42. local runServ = game:GetService("RunService").RenderStepped
  43.  
  44. local Player=game.Players.LocalPlayer
  45. repeat wait() until Player
  46. local Character=Player.Character
  47. repeat wait() until Character
  48. PlayerGui=Player.PlayerGui
  49. Backpack=Player.Backpack
  50. Torso=Character.Torso
  51. Head=Character.Head
  52. Humanoid=Character.Humanoid
  53. if Humanoid.Health ~= Humanoid.MaxHealth then
  54. Humanoid.MaxHealth = 21e+08
  55. end
  56. spawn(function()
  57. while wait() do
  58. if Humanoid.MaxHealth ~= 20000 then
  59. Humanoid.MaxHealth = 20000
  60. Humanoid.Health = Humanoid.MaxHealth
  61. end
  62. end
  63. end)
  64. Humanoid.JumpPower = 90
  65. LeftArm=Character:WaitForChild("Left Arm")
  66. LeftLeg=Character:WaitForChild("Left Leg")
  67. RightArm=Character:WaitForChild("Right Arm")
  68. RightLeg=Character:WaitForChild("Left Arm")
  69. LS=Torso:WaitForChild("Left Shoulder")
  70. LH=Torso:WaitForChild("Left Hip")
  71. RS=Torso:WaitForChild("Right Shoulder")
  72. RH=Torso:WaitForChild("Right Hip")
  73. Neck=Torso.Neck
  74. it=Instance.new
  75. vt=Vector3.new
  76. cf=CFrame.new
  77. local runServ = game:GetService("RunService").RenderStepped
  78. local TextTable = {}
  79. euler=CFrame.fromEulerAnglesXYZ
  80. angles=CFrame.Angles
  81. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  82. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  83. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  84. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  85. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  86. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  87. RootPart=Character.HumanoidRootPart
  88. RootJoint=RootPart.RootJoint
  89. RootCF=euler(-1.57,0,3.14)
  90. attack=false
  91. attackdebounce=false
  92. MMouse=Player:GetMouse()
  93. combo=0
  94. local Anim="Idle"
  95. local Effects={}
  96. equipped=false
  97. local idle=0
  98. local hold=false
  99. local con1=nil
  100. local con2=nil
  101. local Mode="Binary"
  102. local idleanim=0
  103. local idleanim2=false
  104. local impulse=1
  105. local hitfloor,posfloor=nil,nil
  106. local damcount=0
  107. local guard=false
  108. local damagebonus = 1
  109. --player
  110. player=nil
  111. --save shoulders
  112. RSH, LSH=nil, nil
  113. --welds
  114. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  115. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  116. LH=Torso["Left Hip"]
  117. RH=Torso["Right Hip"]
  118. Asset="http://www.roblox.com/asset/?id="
  119. Health=20000
  120. Humanoid.MaxHealth=math.huge
  121. Humanoid.Health=math.huge
  122. coroutine.resume(coroutine.create(function()
  123. for i=1,20 do
  124. Humanoid.MaxHealth=math.huge
  125. Humanoid.Health=math.huge
  126. end
  127. Humanoid.MaxHealth=20000
  128. Humanoid.Health = Humanoid.MaxHealth
  129. end))
  130.  
  131. function swait(num)
  132. if num==0 or num==nil then
  133. game:service'RunService'.RenderStepped:wait()
  134. else
  135. for i=0,num do
  136. game:service'RunService'.RenderStepped:wait()
  137. end
  138. end
  139. end
  140. ---HEALTHBAR
  141.  
  142. ---REST OF THE SCRIPT IS LIRON
  143.  
  144. local p = game.Players.LocalPlayer--48103735
  145. local char = p.Character
  146. local mouse = p:GetMouse()
  147. local larm = char["Left Arm"]
  148. local rarm = char["Right Arm"]
  149. local lleg = char["Left Leg"]
  150. local rleg = char["Right Leg"]
  151. local hed = char.Head
  152. local torso = char.Torso
  153. local hum = char.Humanoid
  154. local cam = game.Workspace.CurrentCamera
  155. local root = char.HumanoidRootPart
  156. local rj = root.RootJoint
  157. local deb = false
  158. local shot = 0
  159. local stanceToggle = "Idle1"
  160. local l = game:GetService("Lighting")
  161. local rs = game:GetService("RunService").RenderStepped
  162. local hb = game:GetService("RunService").Heartbeat
  163. local Stepped = game:GetService("RunService").Stepped
  164. math.randomseed(os.time())
  165. hum.JumpPower = 100
  166. hed.face.Texture = "rbxassetid://362505168" ---EYES
  167. hed.BrickColor = BrickColor.new "Really black"
  168. ----------------------------------------------------
  169. fat = Instance.new("BindableEvent",script)
  170. fat.Name = "Heartbeat"
  171.  
  172. script:WaitForChild("Heartbeat")
  173.  
  174. frame = 1/30
  175. tf = 0
  176. allowframeloss = false --if set to true will fire every frame it possibly can. This will result in multiple events happening at the same time whenever delta returns frame*2 or greater.
  177. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  178. lastframe = tick()
  179. script.Heartbeat:Fire() --ayy lmao
  180.  
  181. game:GetService("RunService").Heartbeat:connect(function(s,p)
  182. tf = tf + s
  183. if tf >= frame then
  184. if allowframeloss then
  185. script.Heartbeat:Fire()
  186. lastframe=tick()
  187. else
  188. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  189. for i=1, math.floor(tf/frame) do
  190. script.Heartbeat:Fire()
  191. end
  192. lastframe=tick()
  193. end
  194. if tossremainder then
  195. tf = 0
  196. else
  197. tf = tf - frame * math.floor(tf/frame)
  198. end
  199. end
  200. end)
  201. ----------------------------------------------------
  202. for i,v in pairs(char:children()) do
  203. if v:IsA("Hat") then
  204. v:Destroy()
  205. end
  206. end
  207. for i,v in pairs (hed:GetChildren()) do
  208. if v:IsA("Sound") then
  209. v:Destroy()
  210. end
  211. end
  212. ----------------------------------------------------
  213. Debounces = {
  214. CanAttack = true;
  215. CanJoke = true;
  216. NoIdl = false;
  217. Slashing = false;
  218. Slashed = false;
  219. ks = false;
  220. }
  221. ----------------------------------------------------
  222. function weld5(part0, part1, c0, c1)
  223. weeld=Instance.new("Weld", part0)
  224. weeld.Part0=part0
  225. weeld.Part1=part1
  226. weeld.C0=c0
  227. weeld.C1=c1
  228. return weeld
  229. end
  230. ----------------------------------------------------
  231. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  232. local prt=Instance.new("Part")
  233. prt.Parent=prnt
  234. prt.Name="Part"
  235. prt.Size=siz
  236. prt.CanCollide=false
  237. prt.Anchored=anc
  238. prt.Locked=true
  239. prt.Transparency = trans
  240. prt.TopSurface=10
  241. prt.BottomSurface=10
  242. prt.FrontSurface=10
  243. prt.BackSurface=10
  244. prt.LeftSurface=10
  245. prt.RightSurface=10
  246. prt:BreakJoints()
  247. prt.CFrame=cf or CFrame.new(30,10,30)
  248. prt.Material=mat
  249. prt.BrickColor=BrickColor.new(col)
  250. m=Instance.new("SpecialMesh",prt)
  251. m.MeshType=6
  252. return prt
  253. end
  254. ----------------------------------------------------
  255. function lerp(a, b, t) -- Linear interpolation
  256. return a + (b - a)*t
  257. end
  258.  
  259. function slerp(a, b, t) --Spherical interpolation
  260. dot = a:Dot(b)
  261. if dot > 0.99999 or dot < -0.99999 then
  262. return t <= 0.5 and a or b
  263. else
  264. r = math.acos(dot)
  265. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  266. end
  267. end
  268.  
  269. function matrixInterpolate(a, b, t)
  270. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  271. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  272. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  273. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  274. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  275. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  276. local t = v1:Dot(v2)
  277. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  278. return CFrame.new()
  279. end
  280. return CFrame.new(
  281. v0.x, v0.y, v0.z,
  282. v1.x, v1.y, v1.z,
  283. v2.x, v2.y, v2.z,
  284. v3.x, v3.y, v3.z)
  285. end
  286. ----------------------------------------------------
  287. function genWeld(a,b)
  288. local w = Instance.new("Weld",a)
  289. w.Part0 = a
  290. w.Part1 = b
  291. return w
  292. end
  293. function weld(a, b)
  294. local weld = Instance.new("Weld")
  295. weld.Name = "W"
  296. weld.Part0 = a
  297. weld.Part1 = b
  298. weld.C0 = a.CFrame:inverse() * b.CFrame
  299. weld.Parent = a
  300. return weld;
  301. end
  302. ----------------------------------------------------
  303. function Lerp(c1,c2,al)
  304. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  305. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  306. for i,v in pairs(com1) do
  307. com1[i] = v+(com2[i]-v)*al
  308. end
  309. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  310. end
  311. ----------------------------------------------------
  312. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  313. local wld = Instance.new("Weld", wp1)
  314. wld.Part0 = wp0
  315. wld.Part1 = wp1
  316. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  317. end
  318. ----------------------------------------------------
  319. newWeld(torso, larm, -1.5, 0.5, 0)
  320. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  321. newWeld(torso, rarm, 1.5, 0.5, 0)
  322. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  323. newWeld(torso, hed, 0, 1.5, 0)
  324. newWeld(torso, lleg, -0.5, -1, 0)
  325. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  326. newWeld(torso, rleg, 0.5, -1, 0)
  327. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  328. newWeld(root, torso, 0, -1, 0)
  329. torso.Weld.C1 = CFrame.new(0, -1, 0)
  330. ----------------------------------------------------
  331. z = Instance.new("Sound",larm)
  332. z.SoundId = "rbxassetid://1002961386"-- this is noise for nearby stuff
  333. z.Looped = true
  334. z.Pitch = 0.9
  335. z.Volume = 1
  336. wait(0.1)
  337. z:Play()
  338.  
  339. z2 = Instance.new("Sound", larm)--sp00ky sound at loading done
  340. z2.SoundId = 'rbxassetid://415880478'
  341. z2.Pitch = 1
  342. z2.Volume = 5
  343. z2.Looped = false
  344. z2:Play()
  345. ----------------------------------------------------
  346. New = function(Object, Parent, Name, Data)
  347. local Object = Instance.new(Object)
  348. for Index, Value in pairs(Data or {}) do
  349. Object[Index] = Value
  350. end
  351. Object.Parent = Parent
  352. Object.Name = Name
  353. return Object
  354. end
  355. ----------------------------------------------------
  356. pr = Instance.new("Part",hed)
  357. pr.BrickColor = BrickColor.new("Black")
  358. pr.Material = "Metal"
  359. pr.Reflectance = 0.04
  360. pr.Anchored = false
  361. pr.CanCollide = false
  362. pr.Archivable = false
  363. pr.Locked = true
  364. pr.Size = Vector3.new(2,0.8,1)
  365. prm = Instance.new("SpecialMesh",pr)
  366. prm.MeshType = "FileMesh"
  367. prm.MeshId = "rbxassetid://16952952"
  368. prm.Scale = Vector3.new(1,1,1)
  369. newWeld(hed, pr, 0, 0.35, 0)
  370. pr.Weld.C1 = CFrame.new(0,0,0)
  371. --Left Arm
  372. m = Instance.new("Model")
  373. m.Name = "LeftArm"
  374. p1 = Instance.new("Part", m)
  375. p1.BrickColor = BrickColor.new("Crimson")
  376. p1.Material = Enum.Material.Granite
  377. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  378. p1.Size = Vector3.new(1, 0.200000048, 1)
  379. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  380. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  381. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  382. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  383. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  384. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  385. b1 = Instance.new("SpecialMesh", p1)
  386. b1.MeshType = Enum.MeshType.Brick
  387. b1.Name = "Mesh"
  388. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  389. p2 = Instance.new("Part", m)
  390. p2.BrickColor = BrickColor.new("Crimson")
  391. p2.Material = Enum.Material.Granite
  392. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  393. p2.Size = Vector3.new(1, 0.200000048, 1)
  394. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  395. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  396. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  397. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  398. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  399. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  400. b2 = Instance.new("SpecialMesh", p2)
  401. b2.MeshType = Enum.MeshType.Brick
  402. b2.Name = "Mesh"
  403. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  404. p3 = Instance.new("Part", m)
  405. p3.BrickColor = BrickColor.new("Crimson")
  406. p3.Material = Enum.Material.Granite
  407. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  408. p3.Size = Vector3.new(1, 0.200000048, 1)
  409. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  410. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  411. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  412. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  413. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  414. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  415. b3 = Instance.new("SpecialMesh", p3)
  416. b3.MeshType = Enum.MeshType.Brick
  417. b3.Name = "Mesh"
  418. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  419. p4 = Instance.new("Part", m)
  420. p4.BrickColor = BrickColor.new("Black")
  421. p4.Material = Enum.Material.SmoothPlastic
  422. p4.Name = "LeftArmPlate"
  423. p4.Size = Vector3.new(1, 2, 1)
  424. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  425. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  426. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  427. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  428. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  429. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  430. b4 = Instance.new("SpecialMesh", p4)
  431. b4.MeshType = Enum.MeshType.Brick
  432. b4.Name = "Mesh"
  433. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  434. p5 = Instance.new("Part", m)
  435. p5.BrickColor = BrickColor.new("Crimson")
  436. p5.Material = Enum.Material.Granite
  437. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  438. p5.Size = Vector3.new(1, 0.200000048, 1)
  439. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  440. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  441. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  442. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  443. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  444. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  445. b5 = Instance.new("SpecialMesh", p5)
  446. b5.MeshType = Enum.MeshType.Brick
  447. b5.Name = "Mesh"
  448. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  449. p6 = Instance.new("Part", m)
  450. p6.BrickColor = BrickColor.new("Crimson")
  451. p6.Material = Enum.Material.Granite
  452. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  453. p6.Size = Vector3.new(1, 0.200000048, 1)
  454. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  455. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  456. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  457. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  458. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  459. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  460. b6 = Instance.new("SpecialMesh", p6)
  461. b6.MeshType = Enum.MeshType.Brick
  462. b6.Name = "Mesh"
  463. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  464. p7 = Instance.new("Part", m)
  465. p7.BrickColor = BrickColor.new("Crimson")
  466. p7.Material = Enum.Material.Granite
  467. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  468. p7.FormFactor = Enum.FormFactor.Custom
  469. p7.Size = Vector3.new(1, 0.200000048, 1)
  470. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  471. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  472. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  473. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  474. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  475. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  476. b7 = Instance.new("SpecialMesh", p7)
  477. b7.MeshType = Enum.MeshType.Brick
  478. b7.Name = "Mesh"
  479. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  480. p8 = Instance.new("Part", m)
  481. p8.BrickColor = BrickColor.new("Crimson")
  482. p8.Material = Enum.Material.Granite
  483. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  484. p8.FormFactor = Enum.FormFactor.Custom
  485. p8.Size = Vector3.new(1, 0.200000048, 1)
  486. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  487. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  488. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  489. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  490. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  491. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  492. b8 = Instance.new("SpecialMesh", p8)
  493. b8.MeshType = Enum.MeshType.Brick
  494. b8.Name = "Mesh"
  495. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  496. p9 = Instance.new("Part", m)
  497. p9.BrickColor = BrickColor.new("Crimson")
  498. p9.Material = Enum.Material.Granite
  499. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  500. p9.FormFactor = Enum.FormFactor.Custom
  501. p9.Size = Vector3.new(1, 0.200000048, 1)
  502. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  503. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  504. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  505. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  506. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  507. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  508. b9 = Instance.new("SpecialMesh", p9)
  509. b9.MeshType = Enum.MeshType.Brick
  510. b9.Name = "Mesh"
  511. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  512. p10 = Instance.new("Part", m)
  513. p10.BrickColor = BrickColor.new("Black")
  514. p10.Material = Enum.Material.SmoothPlastic
  515. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  516. p10.FormFactor = Enum.FormFactor.Custom
  517. p10.Size = Vector3.new(1, 0.349999994, 1)
  518. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  519. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  520. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  521. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  522. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  523. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  524. b10 = Instance.new("SpecialMesh", p10)
  525. b10.MeshType = Enum.MeshType.Brick
  526. b10.Name = "Mesh"
  527. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  528. p11 = Instance.new("Part", m)
  529. p11.BrickColor = BrickColor.new("Black")
  530. p11.Material = Enum.Material.Metal
  531. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  532. p11.FormFactor = Enum.FormFactor.Custom
  533. p11.Size = Vector3.new(1, 0.25, 1)
  534. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  535. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  536. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  537. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  538. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  539. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  540. b11 = Instance.new("SpecialMesh", p11)
  541. b11.MeshType = Enum.MeshType.Brick
  542. b11.Name = "Mesh"
  543. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  544. p12 = Instance.new("Part", m)
  545. p12.BrickColor = BrickColor.new("Black")
  546. p12.Material = Enum.Material.Metal
  547. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  548. p12.FormFactor = Enum.FormFactor.Custom
  549. p12.Size = Vector3.new(1, 0.25, 1)
  550. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  551. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  552. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  553. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  554. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  555. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  556. b12 = Instance.new("SpecialMesh", p12)
  557. b12.MeshType = Enum.MeshType.Brick
  558. b12.Name = "Mesh"
  559. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  560. p13 = Instance.new("Part", m)
  561. p13.BrickColor = BrickColor.new("Black")
  562. p13.Material = Enum.Material.Metal
  563. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  564. p13.FormFactor = Enum.FormFactor.Custom
  565. p13.Size = Vector3.new(1, 0.25, 1)
  566. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  567. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  568. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  569. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  570. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  571. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  572. b13 = Instance.new("SpecialMesh", p13)
  573. b13.MeshType = Enum.MeshType.Brick
  574. b13.Name = "Mesh"
  575. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  576. p14 = Instance.new("Part", m)
  577. p14.BrickColor = BrickColor.new("Black")
  578. p14.Material = Enum.Material.Metal
  579. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  580. p14.FormFactor = Enum.FormFactor.Custom
  581. p14.Size = Vector3.new(1, 0.25, 1)
  582. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  583. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  584. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  585. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  586. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  587. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  588. b14 = Instance.new("SpecialMesh", p14)
  589. b14.MeshType = Enum.MeshType.Brick
  590. b14.Name = "Mesh"
  591. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  592. p15 = Instance.new("Part", m)
  593. p15.BrickColor = BrickColor.new("Crimson")
  594. p15.Material = Enum.Material.Granite
  595. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  596. p15.FormFactor = Enum.FormFactor.Custom
  597. p15.Size = Vector3.new(1, 1, 1)
  598. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  599. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  600. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  601. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  602. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  603. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  604. b15 = Instance.new("SpecialMesh", p15)
  605. b15.MeshType = Enum.MeshType.Sphere
  606. b15.Name = "Mesh"
  607. p16 = Instance.new("Part", m)
  608. p16.BrickColor = BrickColor.new("Black")
  609. p16.Material = Enum.Material.Metal
  610. p16.CFrame = CFrame.new(-1.49142194, 4.80968094, 21.7695732, 1, 1.67448022e-007, -1.06342185e-007, -2.04123751e-007, 0.500000119, -0.866025269, -6.57511308e-008, 0.866025329, 0.5)
  611. p16.FormFactor = Enum.FormFactor.Custom
  612. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  613. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  614. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  615. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  616. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  617. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  618. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  619. b16 = Instance.new("SpecialMesh", p16)
  620. b16.MeshType = Enum.MeshType.Brick
  621. b16.Name = "Mesh"
  622. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  623. p17 = Instance.new("Part", m)
  624. p17.BrickColor = BrickColor.new("Black")
  625. p17.Material = Enum.Material.SmoothPlastic
  626. p17.CFrame = CFrame.new(-1.50000083, 5.33968592, 22.4999943, 1, -9.44388034e-009, 5.2184074e-008, -7.54702114e-008, 0.999999881, 2.38418579e-007, 2.60919535e-008, 1.1920929e-007, 0.999999881)
  627. p17.FormFactor = Enum.FormFactor.Custom
  628. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  629. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  630. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  631. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  632. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  633. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  634. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  635. b17 = Instance.new("SpecialMesh", p17)
  636. b17.MeshType = Enum.MeshType.Brick
  637. b17.Name = "Mesh"
  638. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  639. p18 = Instance.new("Part", m)
  640. p18.BrickColor = BrickColor.new("Black")
  641. p18.Material = Enum.Material.SmoothPlastic
  642. p18.CFrame = CFrame.new(-1.50000072, 5.33968782, 22.4999962, 1, -3.77485776e-008, 7.82760807e-008, -1.03774902e-007, 0.999999881, 3.57627869e-007, 5.21839532e-008, 2.38418565e-007, 0.999999881)
  643. p18.FormFactor = Enum.FormFactor.Custom
  644. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  645. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  646. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  647. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  648. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  649. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  650. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  651. b18 = Instance.new("SpecialMesh", p18)
  652. b18.MeshType = Enum.MeshType.Brick
  653. b18.Name = "Mesh"
  654. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  655. p19 = Instance.new("Part", m)
  656. p19.BrickColor = BrickColor.new("Black")
  657. p19.Material = Enum.Material.SmoothPlastic
  658. p19.CFrame = CFrame.new(-1.5000006, 5.33968973, 22.4999981, 1, -6.60532748e-008, 1.04368084e-007, -1.32079592e-007, 0.999999881, 4.76837158e-007, 7.82759457e-008, 3.5762784e-007, 0.999999881)
  659. p19.FormFactor = Enum.FormFactor.Custom
  660. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  661. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  662. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  663. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  664. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  665. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  666. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  667. b19 = Instance.new("SpecialMesh", p19)
  668. b19.MeshType = Enum.MeshType.Brick
  669. b19.Name = "Mesh"
  670. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  671. p20 = Instance.new("Part", m)
  672. p20.BrickColor = BrickColor.new("Really black")
  673. p20.Material = Enum.Material.SmoothPlastic
  674. p20.CFrame = CFrame.new(-1.50000048, 5.33969164, 22.5, 1, -9.4357965e-008, 1.3046008e-007, -1.60384275e-007, 0.999999881, 5.96046448e-007, 1.04367942e-007, 4.76837101e-007, 0.999999881)
  675. p20.FormFactor = Enum.FormFactor.Custom
  676. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  677. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  678. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  679. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  680. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  681. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  682. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  683. b20 = Instance.new("SpecialMesh", p20)
  684. b20.MeshType = Enum.MeshType.Brick
  685. b20.Name = "Mesh"
  686. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  687. p21 = Instance.new("Part", m)
  688. p21.BrickColor = BrickColor.new("Black")
  689. p21.Material = Enum.Material.Metal
  690. p21.CFrame = CFrame.new(-1.93255413, 4.43040705, 22.5000057, -1.61368675e-007, -0.707106769, -0.707106769, -4.62050195e-007, -0.707106471, 0.707106948, -0.999999881, -5.86611463e-007, 4.45824725e-007)
  691. p21.FormFactor = Enum.FormFactor.Custom
  692. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  693. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  694. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  695. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  696. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  697. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  698. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  699. b21 = Instance.new("SpecialMesh", p21)
  700. b21.MeshType = Enum.MeshType.Wedge
  701. b21.Name = "Mesh"
  702. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  703. p22 = Instance.new("Part", m)
  704. p22.BrickColor = BrickColor.new("Black")
  705. p22.Material = Enum.Material.Metal
  706. p22.CFrame = CFrame.new(-2.22184062, 4.80970049, 22.5000057, -6.50768897e-008, 0.866025269, 0.50000006, -7.82806978e-007, 0.499999732, -0.866025329, -0.999999881, 3.74247918e-007, -2.56530342e-007)
  707. p22.FormFactor = Enum.FormFactor.Custom
  708. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  709. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  710. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  711. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  712. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  713. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  714. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  715. b22 = Instance.new("SpecialMesh", p22)
  716. b22.MeshType = Enum.MeshType.Brick
  717. b22.Name = "Mesh"
  718. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  719. p23 = Instance.new("Part", m)
  720. p23.BrickColor = BrickColor.new("Black")
  721. p23.Material = Enum.Material.Metal
  722. p23.CFrame = CFrame.new(-2.41184235, 5.35969734, 22.5000076, -1.73507274e-007, 0.98480767, 0.17364803, -8.28146199e-007, 0.173647702, -0.984807611, -0.999999881, 1.49283139e-007, -3.43238185e-007)
  723. p23.FormFactor = Enum.FormFactor.Custom
  724. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  725. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  726. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  727. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  728. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  729. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  730. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  731. b23 = Instance.new("SpecialMesh", p23)
  732. b23.MeshType = Enum.MeshType.Brick
  733. b23.Name = "Mesh"
  734. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  735. p24 = Instance.new("Part", m)
  736. p24.BrickColor = BrickColor.new("Black")
  737. p24.Material = Enum.Material.Metal
  738. p24.CFrame = CFrame.new(-2.41184616, 5.92969847, 22.5000076, -1.73507232e-007, 0.984807611, -0.173648104, -8.12965368e-007, -0.173648402, -0.984807432, -0.999999881, 2.02498356e-008, -3.8854634e-007)
  739. p24.FormFactor = Enum.FormFactor.Custom
  740. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  741. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  742. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  743. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  744. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  745. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  746. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  747. b24 = Instance.new("SpecialMesh", p24)
  748. b24.MeshType = Enum.MeshType.Brick
  749. b24.Name = "Mesh"
  750. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  751. p25 = Instance.new("Part", m)
  752. p25.BrickColor = BrickColor.new("Black")
  753. p25.Material = Enum.Material.Metal
  754. p25.CFrame = CFrame.new(-2.14142036, 6.39827347, 22.5000114, -7.7074823e-008, 0.707106829, -0.70710659, -7.54731559e-007, -0.707106769, -0.707106471, -0.999999881, -1.79262827e-007, -4.39258827e-007)
  755. p25.FormFactor = Enum.FormFactor.Custom
  756. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  757. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  758. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  759. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  760. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  761. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  762. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  763. b25 = Instance.new("SpecialMesh", p25)
  764. b25.MeshType = Enum.MeshType.Brick
  765. b25.Name = "Mesh"
  766. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  767. p26 = Instance.new("Part", m)
  768. p26.BrickColor = BrickColor.new("Black")
  769. p26.Material = Enum.Material.Metal
  770. p26.CFrame = CFrame.new(-1.49142087, 6.39827442, 23.1500168, -0.999999881, 1.1920929e-007, 2.68220901e-007, 1.49011612e-007, -0.707106948, -0.707106233, -1.77625395e-007, -0.707107306, 0.707106113)
  771. p26.FormFactor = Enum.FormFactor.Custom
  772. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  773. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  774. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  775. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  776. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  777. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  778. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  779. b26 = Instance.new("SpecialMesh", p26)
  780. b26.MeshType = Enum.MeshType.Brick
  781. b26.Name = "Mesh"
  782. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  783. p27 = Instance.new("Part", m)
  784. p27.BrickColor = BrickColor.new("Black")
  785. p27.Material = Enum.Material.Metal
  786. p27.CFrame = CFrame.new(-1.49141955, 5.92969704, 23.420433, -0.999999881, -3.03310628e-007, 3.64177367e-007, 1.73600242e-007, -0.173648864, -0.984807312, 2.67648517e-008, -0.98480773, 0.173647434)
  787. p27.FormFactor = Enum.FormFactor.Custom
  788. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  789. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  790. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  791. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  792. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  793. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  794. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  795. b27 = Instance.new("SpecialMesh", p27)
  796. b27.MeshType = Enum.MeshType.Brick
  797. b27.Name = "Mesh"
  798. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  799. p28 = Instance.new("Part", m)
  800. p28.BrickColor = BrickColor.new("Black")
  801. p28.Material = Enum.Material.Metal
  802. p28.CFrame = CFrame.new(-1.49141943, 5.35969734, 23.4204254, -0.999999881, -3.81113438e-007, 3.10304756e-007, 1.64414772e-007, 0.173647091, -0.984807551, -6.59209363e-008, -0.984807372, -0.17364876)
  803. p28.FormFactor = Enum.FormFactor.Custom
  804. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  805. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  806. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  807. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  808. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  809. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  810. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  811. b28 = Instance.new("SpecialMesh", p28)
  812. b28.MeshType = Enum.MeshType.Brick
  813. b28.Name = "Mesh"
  814. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  815. p29 = Instance.new("Part", m)
  816. p29.BrickColor = BrickColor.new("Black")
  817. p29.Material = Enum.Material.Metal
  818. p29.CFrame = CFrame.new(-1.49141932, 4.80969858, 23.2304344, -0.999999881, -4.47128798e-007, 1.98065763e-007, 1.97699791e-007, 0.499998987, -0.866025448, -1.51352623e-007, -0.866024613, -0.500000715)
  819. p29.FormFactor = Enum.FormFactor.Custom
  820. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  821. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  822. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  823. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  824. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  825. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  826. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  827. b29 = Instance.new("SpecialMesh", p29)
  828. b29.MeshType = Enum.MeshType.Brick
  829. b29.Name = "Mesh"
  830. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  831. p30 = Instance.new("Part", m)
  832. p30.BrickColor = BrickColor.new("Black")
  833. p30.Material = Enum.Material.Metal
  834. p30.CFrame = CFrame.new(-1.49142027, 4.43040895, 22.9411469, -0.999999881, 4.25206935e-007, 1.94115486e-007, 4.85997248e-007, -0.707105517, 0.707107246, -5.38012159e-008, 0.707105875, 0.707107246)
  835. p30.FormFactor = Enum.FormFactor.Custom
  836. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  837. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  838. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  839. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  840. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  841. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  842. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  843. b30 = Instance.new("SpecialMesh", p30)
  844. b30.MeshType = Enum.MeshType.Wedge
  845. b30.Name = "Mesh"
  846. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  847. p31 = Instance.new("Part", m)
  848. p31.BrickColor = BrickColor.new("Black")
  849. p31.Material = Enum.Material.Metal
  850. p31.CFrame = CFrame.new(-1.49141979, 6.39827871, 21.8500175, 0.999999881, 3.40091276e-007, -1.70074486e-007, -5.85792634e-007, -0.707105458, -0.707107246, 1.83170471e-007, 0.707105815, -0.707107365)
  851. p31.FormFactor = Enum.FormFactor.Custom
  852. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  853. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  854. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  855. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  856. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  857. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  858. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  859. b31 = Instance.new("SpecialMesh", p31)
  860. b31.MeshType = Enum.MeshType.Brick
  861. b31.Name = "Mesh"
  862. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  863. p32 = Instance.new("Part", m)
  864. p32.BrickColor = BrickColor.new("Black")
  865. p32.Material = Enum.Material.Metal
  866. p32.CFrame = CFrame.new(-1.49141908, 4.43041086, 22.0588818, 0.999999881, -5.29441166e-008, -6.45117154e-007, -3.43892481e-007, -0.707107067, 0.707105517, 1.02492642e-007, -0.707107663, -0.707105637)
  867. p32.FormFactor = Enum.FormFactor.Custom
  868. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  869. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  870. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  871. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  872. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  873. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  874. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  875. b32 = Instance.new("SpecialMesh", p32)
  876. b32.MeshType = Enum.MeshType.Wedge
  877. b32.Name = "Mesh"
  878. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  879. p33 = Instance.new("Part", m)
  880. p33.BrickColor = BrickColor.new("Black")
  881. p33.Material = Enum.Material.Metal
  882. p33.CFrame = CFrame.new(-1.4914217, 5.92970181, 21.5795879, 0.999999881, 5.22213554e-007, 2.83446013e-008, -7.00635724e-007, -0.173646629, -0.984807253, 1.38921934e-007, 0.984807372, -0.17364946)
  883. p33.FormFactor = Enum.FormFactor.Custom
  884. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  885. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  886. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  887. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  888. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  889. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  890. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  891. b33 = Instance.new("SpecialMesh", p33)
  892. b33.MeshType = Enum.MeshType.Brick
  893. b33.Name = "Mesh"
  894. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  895. p34 = Instance.new("Part", m)
  896. p34.BrickColor = BrickColor.new("Black")
  897. p34.Material = Enum.Material.Metal
  898. p34.CFrame = CFrame.new(-1.49141932, 5.35969925, 21.5795956, 0.999999881, 5.04442426e-007, 2.22697935e-007, -7.44121166e-007, 0.17364943, -0.984806716, 1.65013844e-007, 0.984807849, 0.173646525)
  899. p34.FormFactor = Enum.FormFactor.Custom
  900. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  901. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  902. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  903. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  904. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  905. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  906. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  907. b34 = Instance.new("SpecialMesh", p34)
  908. b34.MeshType = Enum.MeshType.Brick
  909. b34.Name = "Mesh"
  910. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  911. w1 = Instance.new("Weld", p1)
  912. w1.Name = "Part_Weld"
  913. w1.Part0 = p1
  914. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  915. w1.Part1 = p2
  916. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  917. w2 = Instance.new("Weld", p2)
  918. w2.Name = "Part_Weld"
  919. w2.Part0 = p2
  920. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  921. w2.Part1 = p3
  922. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  923. w3 = Instance.new("Weld", p3)
  924. w3.Name = "LeftArmPlate_Weld"
  925. w3.Part0 = p3
  926. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  927. w3.Part1 = p4
  928. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  929. w4 = Instance.new("Weld", p4)
  930. w4.Name = "Part_Weld"
  931. w4.Part0 = p4
  932. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  933. w4.Part1 = p5
  934. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  935. w5 = Instance.new("Weld", p5)
  936. w5.Name = "Part_Weld"
  937. w5.Part0 = p5
  938. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  939. w5.Part1 = p6
  940. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  941. w6 = Instance.new("Weld", p6)
  942. w6.Name = "Part_Weld"
  943. w6.Part0 = p6
  944. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  945. w6.Part1 = p7
  946. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  947. w7 = Instance.new("Weld", p7)
  948. w7.Name = "Part_Weld"
  949. w7.Part0 = p7
  950. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  951. w7.Part1 = p8
  952. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  953. w8 = Instance.new("Weld", p8)
  954. w8.Name = "Part_Weld"
  955. w8.Part0 = p8
  956. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  957. w8.Part1 = p9
  958. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  959. w9 = Instance.new("Weld", p9)
  960. w9.Name = "Part_Weld"
  961. w9.Part0 = p9
  962. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  963. w9.Part1 = p10
  964. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  965. w10 = Instance.new("Weld", p10)
  966. w10.Name = "Part_Weld"
  967. w10.Part0 = p10
  968. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  969. w10.Part1 = p11
  970. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  971. w11 = Instance.new("Weld", p11)
  972. w11.Name = "Part_Weld"
  973. w11.Part0 = p11
  974. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  975. w11.Part1 = p12
  976. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  977. w12 = Instance.new("Weld", p12)
  978. w12.Name = "Part_Weld"
  979. w12.Part0 = p12
  980. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  981. w12.Part1 = p13
  982. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  983. w13 = Instance.new("Weld", p13)
  984. w13.Name = "Part_Weld"
  985. w13.Part0 = p13
  986. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  987. w13.Part1 = p14
  988. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  989. w14 = Instance.new("Weld", p14)
  990. w14.Name = "Part_Weld"
  991. w14.Part0 = p14
  992. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  993. w14.Part1 = p15
  994. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  995. w15 = Instance.new("Weld", p15)
  996. w15.Name = "Part_Weld"
  997. w15.Part0 = p15
  998. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  999. w15.Part1 = p16
  1000. w15.C1 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
  1001. w16 = Instance.new("Weld", p16)
  1002. w16.Name = "Part_Weld"
  1003. w16.Part0 = p16
  1004. w16.C0 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
  1005. w16.Part1 = p17
  1006. w16.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1007. w17 = Instance.new("Weld", p17)
  1008. w17.Name = "Part_Weld"
  1009. w17.Part0 = p17
  1010. w17.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1011. w17.Part1 = p18
  1012. w17.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1013. w18 = Instance.new("Weld", p18)
  1014. w18.Name = "Part_Weld"
  1015. w18.Part0 = p18
  1016. w18.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1017. w18.Part1 = p19
  1018. w18.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1019. w19 = Instance.new("Weld", p19)
  1020. w19.Name = "Part_Weld"
  1021. w19.Part0 = p19
  1022. w19.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1023. w19.Part1 = p20
  1024. w19.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1025. w20 = Instance.new("Weld", p20)
  1026. w20.Name = "Part_Weld"
  1027. w20.Part0 = p20
  1028. w20.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
  1029. w20.Part1 = p21
  1030. w20.C1 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
  1031. w21 = Instance.new("Weld", p21)
  1032. w21.Name = "Part_Weld"
  1033. w21.Part0 = p21
  1034. w21.C0 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
  1035. w21.Part1 = p22
  1036. w21.C1 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
  1037. w22 = Instance.new("Weld", p22)
  1038. w22.Name = "Part_Weld"
  1039. w22.Part0 = p22
  1040. w22.C0 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
  1041. w22.Part1 = p23
  1042. w22.C1 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
  1043. w23 = Instance.new("Weld", p23)
  1044. w23.Name = "Part_Weld"
  1045. w23.Part0 = p23
  1046. w23.C0 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
  1047. w23.Part1 = p24
  1048. w23.C1 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
  1049. w24 = Instance.new("Weld", p24)
  1050. w24.Name = "Part_Weld"
  1051. w24.Part0 = p24
  1052. w24.C0 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
  1053. w24.Part1 = p25
  1054. w24.C1 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
  1055. w25 = Instance.new("Weld", p25)
  1056. w25.Name = "Part_Weld"
  1057. w25.Part0 = p25
  1058. w25.C0 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
  1059. w25.Part1 = p26
  1060. w25.C1 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
  1061. w26 = Instance.new("Weld", p26)
  1062. w26.Name = "Part_Weld"
  1063. w26.Part0 = p26
  1064. w26.C0 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
  1065. w26.Part1 = p27
  1066. w26.C1 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
  1067. w27 = Instance.new("Weld", p27)
  1068. w27.Name = "Part_Weld"
  1069. w27.Part0 = p27
  1070. w27.C0 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
  1071. w27.Part1 = p28
  1072. w27.C1 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
  1073. w28 = Instance.new("Weld", p28)
  1074. w28.Name = "Part_Weld"
  1075. w28.Part0 = p28
  1076. w28.C0 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
  1077. w28.Part1 = p29
  1078. w28.C1 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
  1079. w29 = Instance.new("Weld", p29)
  1080. w29.Name = "Part_Weld"
  1081. w29.Part0 = p29
  1082. w29.C0 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
  1083. w29.Part1 = p30
  1084. w29.C1 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
  1085. w30 = Instance.new("Weld", p30)
  1086. w30.Name = "Part_Weld"
  1087. w30.Part0 = p30
  1088. w30.C0 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
  1089. w30.Part1 = p31
  1090. w30.C1 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
  1091. w31 = Instance.new("Weld", p31)
  1092. w31.Name = "Part_Weld"
  1093. w31.Part0 = p31
  1094. w31.C0 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
  1095. w31.Part1 = p32
  1096. w31.C1 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
  1097. w32 = Instance.new("Weld", p32)
  1098. w32.Name = "Part_Weld"
  1099. w32.Part0 = p32
  1100. w32.C0 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
  1101. w32.Part1 = p33
  1102. w32.C1 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
  1103. w33 = Instance.new("Weld", p33)
  1104. w33.Name = "Part_Weld"
  1105. w33.Part0 = p33
  1106. w33.C0 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
  1107. w33.Part1 = p34
  1108. w33.C1 = CFrame.new(1.49143016, -24.2940445, 13.5065851, 1, -2.49463085e-007, -1.74181523e-007, 2.35634644e-007, 0.173648074, 0.98480773, -1.83021399e-007, -0.98480773, 0.17364794)
  1109. m.Parent = larm
  1110. m:MakeJoints()
  1111. ----------------------------------------------------
  1112. local cor = Instance.new("Part", larm.LeftArm)
  1113. cor.Name = "Thingy"
  1114. cor.Locked = true
  1115. cor.BottomSurface = 0
  1116. cor.CanCollide = false
  1117. cor.Size = Vector3.new(1, 1, 1)
  1118. cor.Transparency = 1
  1119. cor.TopSurface = 0
  1120. corw = Instance.new("Weld", cor)
  1121. corw.Part0 = larm
  1122. corw.Part1 = cor
  1123. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1124. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1125. weld1 = Instance.new("Weld", larm.LeftArm)
  1126. weld1.Part0 = cor
  1127. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1128. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1129. --Right Arm
  1130. m2 = Instance.new("Model")
  1131. m2.Name = "RightArm"
  1132. p1 = Instance.new("Part", m2)
  1133. p1.BrickColor = BrickColor.new("Crimson")
  1134. p1.Material = Enum.Material.Granite
  1135. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1136. p1.FormFactor = Enum.FormFactor.Custom
  1137. p1.Size = Vector3.new(1, 0.200000048, 1)
  1138. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. b1 = Instance.new("SpecialMesh", p1)
  1145. b1.MeshType = Enum.MeshType.Brick
  1146. b1.Name = "Mesh"
  1147. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1148. p2 = Instance.new("Part", m2)
  1149. p2.BrickColor = BrickColor.new("Crimson")
  1150. p2.Material = Enum.Material.Granite
  1151. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1152. p2.FormFactor = Enum.FormFactor.Custom
  1153. p2.Size = Vector3.new(1, 0.200000048, 1)
  1154. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. b2 = Instance.new("SpecialMesh", p2)
  1161. b2.MeshType = Enum.MeshType.Brick
  1162. b2.Name = "Mesh"
  1163. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1164. p3 = Instance.new("Part", m2)
  1165. p3.BrickColor = BrickColor.new("Crimson")
  1166. p3.Material = Enum.Material.Granite
  1167. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1168. p3.FormFactor = Enum.FormFactor.Custom
  1169. p3.Size = Vector3.new(1, 0.200000048, 1)
  1170. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1175. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. b3 = Instance.new("SpecialMesh", p3)
  1177. b3.MeshType = Enum.MeshType.Brick
  1178. b3.Name = "Mesh"
  1179. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1180. p4 = Instance.new("Part", m2)
  1181. p4.BrickColor = BrickColor.new("Crimson")
  1182. p4.Material = Enum.Material.Granite
  1183. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1184. p4.FormFactor = Enum.FormFactor.Custom
  1185. p4.Size = Vector3.new(1, 0.200000048, 1)
  1186. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1192. b4 = Instance.new("SpecialMesh", p4)
  1193. b4.MeshType = Enum.MeshType.Brick
  1194. b4.Name = "Mesh"
  1195. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1196. p5 = Instance.new("Part", m2)
  1197. p5.BrickColor = BrickColor.new("Crimson")
  1198. p5.Material = Enum.Material.Granite
  1199. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1200. p5.FormFactor = Enum.FormFactor.Custom
  1201. p5.Size = Vector3.new(1, 0.200000048, 1)
  1202. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. b5 = Instance.new("SpecialMesh", p5)
  1209. b5.MeshType = Enum.MeshType.Brick
  1210. b5.Name = "Mesh"
  1211. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1212. p6 = Instance.new("Part", m2)
  1213. p6.BrickColor = BrickColor.new("Crimson")
  1214. p6.Material = Enum.Material.Granite
  1215. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1216. p6.FormFactor = Enum.FormFactor.Custom
  1217. p6.Size = Vector3.new(1, 1, 1)
  1218. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. b6 = Instance.new("SpecialMesh", p6)
  1225. b6.MeshType = Enum.MeshType.Sphere
  1226. b6.Name = "Mesh"
  1227. p7 = Instance.new("Part", m2)
  1228. p7.BrickColor = BrickColor.new("Black")
  1229. p7.Material = Enum.Material.SmoothPlastic
  1230. p7.Name = "RightArmPlate"
  1231. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1232. p7.FormFactor = Enum.FormFactor.Symmetric
  1233. p7.Size = Vector3.new(1, 2, 1)
  1234. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. b7 = Instance.new("SpecialMesh", p7)
  1241. b7.MeshType = Enum.MeshType.Brick
  1242. b7.Name = "Mesh"
  1243. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1244. p8 = Instance.new("Part", m2)
  1245. p8.BrickColor = BrickColor.new("Crimson")
  1246. p8.Material = Enum.Material.Granite
  1247. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1248. p8.FormFactor = Enum.FormFactor.Custom
  1249. p8.Size = Vector3.new(1, 0.200000048, 1)
  1250. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. b8 = Instance.new("SpecialMesh", p8)
  1257. b8.MeshType = Enum.MeshType.Brick
  1258. b8.Name = "Mesh"
  1259. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1260. p9 = Instance.new("Part", m2)
  1261. p9.BrickColor = BrickColor.new("Black")
  1262. p9.Material = Enum.Material.SmoothPlastic
  1263. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1264. p9.FormFactor = Enum.FormFactor.Custom
  1265. p9.Size = Vector3.new(1, 0.349999994, 1)
  1266. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. b9 = Instance.new("SpecialMesh", p9)
  1273. b9.MeshType = Enum.MeshType.Brick
  1274. b9.Name = "Mesh"
  1275. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1276. p10 = Instance.new("Part", m2)
  1277. p10.BrickColor = BrickColor.new("Black")
  1278. p10.Material = Enum.Material.Metal
  1279. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1280. p10.FormFactor = Enum.FormFactor.Custom
  1281. p10.Size = Vector3.new(1, 0.25, 1)
  1282. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. b10 = Instance.new("SpecialMesh", p10)
  1289. b10.MeshType = Enum.MeshType.Brick
  1290. b10.Name = "Mesh"
  1291. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1292. p11 = Instance.new("Part", m2)
  1293. p11.BrickColor = BrickColor.new("Black")
  1294. p11.Material = Enum.Material.Metal
  1295. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1296. p11.FormFactor = Enum.FormFactor.Custom
  1297. p11.Size = Vector3.new(1, 0.25, 1)
  1298. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. b11 = Instance.new("SpecialMesh", p11)
  1305. b11.MeshType = Enum.MeshType.Brick
  1306. b11.Name = "Mesh"
  1307. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1308. p12 = Instance.new("Part", m2)
  1309. p12.BrickColor = BrickColor.new("Black")
  1310. p12.Material = Enum.Material.Metal
  1311. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1312. p12.FormFactor = Enum.FormFactor.Custom
  1313. p12.Size = Vector3.new(1, 0.25, 1)
  1314. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. b12 = Instance.new("SpecialMesh", p12)
  1321. b12.MeshType = Enum.MeshType.Brick
  1322. b12.Name = "Mesh"
  1323. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1324. p13 = Instance.new("Part", m2)
  1325. p13.BrickColor = BrickColor.new("Crimson")
  1326. p13.Material = Enum.Material.Granite
  1327. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1328. p13.FormFactor = Enum.FormFactor.Custom
  1329. p13.Size = Vector3.new(1, 0.200000048, 1)
  1330. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. b13 = Instance.new("SpecialMesh", p13)
  1337. b13.MeshType = Enum.MeshType.Brick
  1338. b13.Name = "Mesh"
  1339. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1340. p14 = Instance.new("Part", m2)
  1341. p14.BrickColor = BrickColor.new("Black")
  1342. p14.Material = Enum.Material.Metal
  1343. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1344. p14.FormFactor = Enum.FormFactor.Custom
  1345. p14.Size = Vector3.new(1, 0.25, 1)
  1346. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. b14 = Instance.new("SpecialMesh", p14)
  1353. b14.MeshType = Enum.MeshType.Brick
  1354. b14.Name = "Mesh"
  1355. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1356. p15 = Instance.new("Part", m2)
  1357. p15.BrickColor = BrickColor.new("Crimson")
  1358. p15.Material = Enum.Material.Granite
  1359. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1360. p15.FormFactor = Enum.FormFactor.Custom
  1361. p15.Size = Vector3.new(1, 0.200000048, 1)
  1362. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. b15 = Instance.new("SpecialMesh", p15)
  1369. b15.MeshType = Enum.MeshType.Brick
  1370. b15.Name = "Mesh"
  1371. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1372. p16 = Instance.new("Part", m2)
  1373. p16.BrickColor = BrickColor.new("Black")
  1374. p16.Material = Enum.Material.SmoothPlastic
  1375. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1376. p16.FormFactor = Enum.FormFactor.Custom
  1377. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1378. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. b16 = Instance.new("SpecialMesh", p16)
  1385. b16.MeshType = Enum.MeshType.Brick
  1386. b16.Name = "Mesh"
  1387. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1388. p17 = Instance.new("Part", m2)
  1389. p17.BrickColor = BrickColor.new("Black")
  1390. p17.Material = Enum.Material.SmoothPlastic
  1391. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1392. p17.FormFactor = Enum.FormFactor.Custom
  1393. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1394. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. b17 = Instance.new("SpecialMesh", p17)
  1401. b17.MeshType = Enum.MeshType.Brick
  1402. b17.Name = "Mesh"
  1403. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1404. p18 = Instance.new("Part", m2)
  1405. p18.BrickColor = BrickColor.new("Really black")
  1406. p18.Material = Enum.Material.SmoothPlastic
  1407. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1408. p18.FormFactor = Enum.FormFactor.Custom
  1409. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1410. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. b18 = Instance.new("SpecialMesh", p18)
  1417. b18.MeshType = Enum.MeshType.Brick
  1418. b18.Name = "Mesh"
  1419. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1420. p19 = Instance.new("Part", m2)
  1421. p19.BrickColor = BrickColor.new("Black")
  1422. p19.Material = Enum.Material.SmoothPlastic
  1423. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1424. p19.FormFactor = Enum.FormFactor.Custom
  1425. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1426. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. b19 = Instance.new("SpecialMesh", p19)
  1433. b19.MeshType = Enum.MeshType.Brick
  1434. b19.Name = "Mesh"
  1435. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1436. w1 = Instance.new("Weld", p1)
  1437. w1.Name = "Part_Weld"
  1438. w1.Part0 = p1
  1439. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1440. w1.Part1 = p2
  1441. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1442. w2 = Instance.new("Weld", p2)
  1443. w2.Name = "Part_Weld"
  1444. w2.Part0 = p2
  1445. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1446. w2.Part1 = p3
  1447. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1448. w3 = Instance.new("Weld", p3)
  1449. w3.Name = "Part_Weld"
  1450. w3.Part0 = p3
  1451. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1452. w3.Part1 = p4
  1453. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1454. w4 = Instance.new("Weld", p4)
  1455. w4.Name = "Part_Weld"
  1456. w4.Part0 = p4
  1457. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1458. w4.Part1 = p5
  1459. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1460. w5 = Instance.new("Weld", p5)
  1461. w5.Name = "Part_Weld"
  1462. w5.Part0 = p5
  1463. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1464. w5.Part1 = p6
  1465. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1466. w6 = Instance.new("Weld", p6)
  1467. w6.Name = "RightArmPlate_Weld"
  1468. w6.Part0 = p6
  1469. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1470. w6.Part1 = p7
  1471. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1472. w7 = Instance.new("Weld", p7)
  1473. w7.Name = "Part_Weld"
  1474. w7.Part0 = p7
  1475. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1476. w7.Part1 = p8
  1477. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1478. w8 = Instance.new("Weld", p8)
  1479. w8.Name = "Part_Weld"
  1480. w8.Part0 = p8
  1481. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1482. w8.Part1 = p9
  1483. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1484. w9 = Instance.new("Weld", p9)
  1485. w9.Name = "Part_Weld"
  1486. w9.Part0 = p9
  1487. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1488. w9.Part1 = p10
  1489. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1490. w10 = Instance.new("Weld", p10)
  1491. w10.Name = "Part_Weld"
  1492. w10.Part0 = p10
  1493. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1494. w10.Part1 = p11
  1495. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1496. w11 = Instance.new("Weld", p11)
  1497. w11.Name = "Part_Weld"
  1498. w11.Part0 = p11
  1499. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1500. w11.Part1 = p12
  1501. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1502. w12 = Instance.new("Weld", p12)
  1503. w12.Name = "Part_Weld"
  1504. w12.Part0 = p12
  1505. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1506. w12.Part1 = p13
  1507. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1508. w13 = Instance.new("Weld", p13)
  1509. w13.Name = "Part_Weld"
  1510. w13.Part0 = p13
  1511. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1512. w13.Part1 = p14
  1513. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1514. w14 = Instance.new("Weld", p14)
  1515. w14.Name = "Part_Weld"
  1516. w14.Part0 = p14
  1517. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1518. w14.Part1 = p15
  1519. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1520. w15 = Instance.new("Weld", p15)
  1521. w15.Name = "Part_Weld"
  1522. w15.Part0 = p15
  1523. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1524. w15.Part1 = p16
  1525. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1526. w16 = Instance.new("Weld", p16)
  1527. w16.Name = "Part_Weld"
  1528. w16.Part0 = p16
  1529. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1530. w16.Part1 = p17
  1531. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1532. w17 = Instance.new("Weld", p17)
  1533. w17.Name = "Part_Weld"
  1534. w17.Part0 = p17
  1535. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1536. w17.Part1 = p18
  1537. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1538. w18 = Instance.new("Weld", p18)
  1539. w18.Name = "Part_Weld"
  1540. w18.Part0 = p18
  1541. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1542. w18.Part1 = p19
  1543. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1544. m2.Parent = rarm
  1545. m2:MakeJoints()
  1546. ----------------------------------------------------
  1547. local cor2 = Instance.new("Part", rarm.RightArm)
  1548. cor2.Name = "Thingy"
  1549. cor2.Locked = true
  1550. cor2.BottomSurface = 0
  1551. cor2.CanCollide = false
  1552. cor2.Size = Vector3.new(1, 1, 1)
  1553. cor2.Transparency = 1
  1554. cor2.TopSurface = 0
  1555. corw2 = Instance.new("Weld", cor2)
  1556. corw2.Part0 = rarm
  1557. corw2.Part1 = cor2
  1558. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1559. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1560. weld2 = Instance.new("Weld", rarm.RightArm)
  1561. weld2.Part0 = cor2
  1562. weld2.Part1 = rarm.RightArm.RightArmPlate
  1563. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1564. --Torso
  1565. m3 = Instance.new("Model")
  1566. m3.Name = "Torso"
  1567. p1 = Instance.new("Part", m3)
  1568. p1.BrickColor = BrickColor.new("Really black")
  1569. p1.Material = Enum.Material.Metal
  1570. p1.Name = "TorsoPlate"
  1571. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1572. p1.CanCollide = false
  1573. p1.Locked = true
  1574. p1.FormFactor = Enum.FormFactor.Custom
  1575. p1.Size = Vector3.new(2, 2, 1)
  1576. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. b1 = Instance.new("SpecialMesh", p1)
  1583. b1.MeshType = Enum.MeshType.Brick
  1584. b1.Name = "Mesh"
  1585. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1586. p2 = Instance.new("Part", m3)
  1587. p2.BrickColor = BrickColor.new("Really black")
  1588. p2.Material = Enum.Material.Metal
  1589. p2.CFrame = CFrame.new(-0.450000942, 4.05002356, -0.100002818, -0.685070276, 0.686094284, 0.244853854, 0.616745472, 0.367372453, 0.696177125, 0.387690574, 0.627942622, -0.674821496)
  1590. p2.CanCollide = false
  1591. p2.Locked = true
  1592. p2.FormFactor = Enum.FormFactor.Custom
  1593. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1594. b2 = Instance.new("SpecialMesh", p2)
  1595. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1596. b2.TextureId = ""
  1597. b2.MeshType = Enum.MeshType.FileMesh
  1598. b2.Name = "Mesh"
  1599. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1600. p3 = Instance.new("Part", m3)
  1601. p3.BrickColor = BrickColor.new("Black")
  1602. p3.Material = Enum.Material.Metal
  1603. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1604. p3.CanCollide = false
  1605. p3.Locked = true
  1606. p3.FormFactor = Enum.FormFactor.Custom
  1607. p3.Size = Vector3.new(2, 2, 0.200000018)
  1608. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1609. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. b3 = Instance.new("SpecialMesh", p3)
  1615. b3.MeshType = Enum.MeshType.Brick
  1616. b3.Name = "Mesh"
  1617. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1618. p4 = Instance.new("Part", m3)
  1619. p4.BrickColor = BrickColor.new("Black")
  1620. p4.Material = Enum.Material.Metal
  1621. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1622. p4.CanCollide = false
  1623. p4.Locked = true
  1624. p4.FormFactor = Enum.FormFactor.Custom
  1625. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1626. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. b4 = Instance.new("SpecialMesh", p4)
  1633. b4.MeshType = Enum.MeshType.Brick
  1634. b4.Name = "Mesh"
  1635. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1636. p5 = Instance.new("Part", m3)
  1637. p5.BrickColor = BrickColor.new("Black")
  1638. p5.Material = Enum.Material.Metal
  1639. p5.CFrame = CFrame.new(-0.499999821, 3.15002489, 0.0999978557, 7.54979084e-008, 1, 0, 4.37113918e-008, 0, 1, 1, -7.54978942e-008, -4.37113883e-008)
  1640. p5.CanCollide = false
  1641. p5.Locked = true
  1642. p5.FormFactor = Enum.FormFactor.Custom
  1643. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1644. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. b5 = Instance.new("SpecialMesh", p5)
  1651. b5.MeshType = Enum.MeshType.Wedge
  1652. b5.Name = "Mesh"
  1653. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1654. p6 = Instance.new("Part", m3)
  1655. p6.BrickColor = BrickColor.new("Black")
  1656. p6.Material = Enum.Material.Metal
  1657. p6.CFrame = CFrame.new(0.500000179, 3.15002489, 0.0999980345, -4.37113918e-008, -1, 0, -4.37113812e-008, 0, 1, -1, 4.37113847e-008, -4.37113883e-008)
  1658. p6.CanCollide = false
  1659. p6.Locked = true
  1660. p6.FormFactor = Enum.FormFactor.Custom
  1661. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1662. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. b6 = Instance.new("SpecialMesh", p6)
  1669. b6.MeshType = Enum.MeshType.Wedge
  1670. b6.Name = "Mesh"
  1671. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1672. p7 = Instance.new("Part", m3)
  1673. p7.BrickColor = BrickColor.new("Black")
  1674. p7.Material = Enum.Material.Metal
  1675. p7.CFrame = CFrame.new(1.63912773e-007, 3.20002794, 0.0999980569, -3.09086197e-008, -0.707106829, -0.707106769, -7.46200044e-008, -0.707106769, 0.707106829, -1, 7.46200044e-008, -3.09086197e-008)
  1676. p7.CanCollide = false
  1677. p7.Locked = true
  1678. p7.FormFactor = Enum.FormFactor.Custom
  1679. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1680. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. b7 = Instance.new("SpecialMesh", p7)
  1687. b7.MeshType = Enum.MeshType.Wedge
  1688. b7.Name = "Mesh"
  1689. p8 = Instance.new("Part", m3)
  1690. p8.BrickColor = BrickColor.new("Black")
  1691. p8.Material = Enum.Material.Metal
  1692. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1693. p8.CanCollide = false
  1694. p8.Locked = true
  1695. p8.FormFactor = Enum.FormFactor.Custom
  1696. p8.Size = Vector3.new(1, 2, 0.200000018)
  1697. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1700. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1701. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1702. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. b8 = Instance.new("SpecialMesh", p8)
  1704. b8.MeshType = Enum.MeshType.Brick
  1705. b8.Name = "Mesh"
  1706. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1707. p9 = Instance.new("Part", m3)
  1708. p9.BrickColor = BrickColor.new("Black")
  1709. p9.Material = Enum.Material.Metal
  1710. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1711. p9.CanCollide = false
  1712. p9.Locked = true
  1713. p9.FormFactor = Enum.FormFactor.Custom
  1714. p9.Size = Vector3.new(1, 2, 0.200000018)
  1715. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1717. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1718. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1719. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1720. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. b9 = Instance.new("SpecialMesh", p9)
  1722. b9.MeshType = Enum.MeshType.Brick
  1723. b9.Name = "Mesh"
  1724. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1725. p10 = Instance.new("Part", m3)
  1726. p10.BrickColor = BrickColor.new("Black")
  1727. p10.Material = Enum.Material.Metal
  1728. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1729. p10.CanCollide = false
  1730. p10.Locked = true
  1731. p10.FormFactor = Enum.FormFactor.Custom
  1732. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1733. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1735. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. b10 = Instance.new("SpecialMesh", p10)
  1740. b10.MeshType = Enum.MeshType.Brick
  1741. b10.Name = "Mesh"
  1742. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1743. p11 = Instance.new("Part", m3)
  1744. p11.BrickColor = BrickColor.new("Really black")
  1745. p11.Material = Enum.Material.Metal
  1746. p11.CFrame = CFrame.new(0.499999523, 4.05002451, -0.0499982014, 1.00000024, -8.94069672e-008, -1.78813934e-007, -2.98023224e-008, 0.906307817, -0.422618449, -2.23517418e-007, 0.42261821, 0.906307697)
  1747. p11.CanCollide = false
  1748. p11.Locked = true
  1749. p11.FormFactor = Enum.FormFactor.Custom
  1750. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1751. b11 = Instance.new("SpecialMesh", p11)
  1752. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1753. b11.TextureId = ""
  1754. b11.MeshType = Enum.MeshType.FileMesh
  1755. b11.Name = "Mesh"
  1756. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1757. p12 = Instance.new("Part", m3)
  1758. p12.BrickColor = BrickColor.new("Really black")
  1759. p12.Material = Enum.Material.Metal
  1760. p12.Transparency = 1
  1761. p12.Name = "Chain2Torso"
  1762. p12.CFrame = CFrame.new(0.0500000007, 3.35002589, 0.0200020671, -4.37113883e-008, -1, 0, -4.37113883e-008, 1.91068547e-015, -1, 1, -4.37113883e-008, -4.37113883e-008)
  1763. p12.CanCollide = false
  1764. p12.Locked = true
  1765. p12.FormFactor = Enum.FormFactor.Custom
  1766. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  1767. b12 = Instance.new("SpecialMesh", p12)
  1768. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1769. b12.TextureId = ""
  1770. b12.MeshType = Enum.MeshType.FileMesh
  1771. b12.Name = "Mesh"
  1772. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1773. p13 = Instance.new("Part", m3)
  1774. p13.BrickColor = BrickColor.new("Really black")
  1775. p13.Material = Enum.Material.Metal
  1776. p13.CFrame = CFrame.new(-0.700000763, 4.25002289, 0.349998087, -0.606457233, -0.374239564, 0.70153743, -0.641863465, -0.290311694, -0.709739804, 0.469277143, -0.880717754, -0.0641489923)
  1777. p13.CanCollide = false
  1778. p13.Locked = true
  1779. p13.FormFactor = Enum.FormFactor.Custom
  1780. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1781. b13 = Instance.new("SpecialMesh", p13)
  1782. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1783. b13.TextureId = ""
  1784. b13.MeshType = Enum.MeshType.FileMesh
  1785. b13.Name = "Mesh"
  1786. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1787. p14 = Instance.new("Part", m3)
  1788. p14.BrickColor = BrickColor.new("Really black")
  1789. p14.Material = Enum.Material.Metal
  1790. p14.CFrame = CFrame.new(-0.0500002243, 3.50002766, -0.150001988, -0.331867754, 0.457445055, -0.824989557, 0.877285957, -0.171802372, -0.448166817, -0.346746802, -0.87248385, -0.344294399)
  1791. p14.CanCollide = false
  1792. p14.Locked = true
  1793. p14.FormFactor = Enum.FormFactor.Custom
  1794. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1795. b14 = Instance.new("SpecialMesh", p14)
  1796. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1797. b14.TextureId = ""
  1798. b14.MeshType = Enum.MeshType.FileMesh
  1799. b14.Name = "Mesh"
  1800. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1801. p15 = Instance.new("Part", m3)
  1802. p15.BrickColor = BrickColor.new("Really black")
  1803. p15.Material = Enum.Material.Metal
  1804. p15.CFrame = CFrame.new(0.199999034, 3.55002332, -0.150001839, -0.0627828911, -0.802308202, -0.593599737, 0.678633273, -0.470427632, 0.564052343, -0.731789052, -0.367423117, 0.57400763)
  1805. p15.CanCollide = false
  1806. p15.Locked = true
  1807. p15.FormFactor = Enum.FormFactor.Custom
  1808. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1809. b15 = Instance.new("SpecialMesh", p15)
  1810. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1811. b15.TextureId = ""
  1812. b15.MeshType = Enum.MeshType.FileMesh
  1813. b15.Name = "Mesh"
  1814. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1815. p16 = Instance.new("Part", m3)
  1816. p16.BrickColor = BrickColor.new("Really black")
  1817. p16.Material = Enum.Material.Metal
  1818. p16.CFrame = CFrame.new(0.349999189, 3.70002842, -0.150001973, 0.994292557, 0.0709807873, 0.0796526894, -0.0587368309, 0.987431884, -0.146726117, -0.0890666768, 0.141209915, 0.985964835)
  1819. p16.CanCollide = false
  1820. p16.Locked = true
  1821. p16.FormFactor = Enum.FormFactor.Custom
  1822. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1823. b16 = Instance.new("SpecialMesh", p16)
  1824. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1825. b16.TextureId = ""
  1826. b16.MeshType = Enum.MeshType.FileMesh
  1827. b16.Name = "Mesh"
  1828. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1829. p17 = Instance.new("Part", m3)
  1830. p17.BrickColor = BrickColor.new("Really black")
  1831. p17.Material = Enum.Material.Metal
  1832. p17.CFrame = CFrame.new(-0.200000346, 3.70002747, -0.150002211, 0.964791715, 0.0184034109, -0.262370646, -0.0587368906, 0.987431884, -0.146726027, 0.256372869, 0.156970888, 0.953746974)
  1833. p17.CanCollide = false
  1834. p17.Locked = true
  1835. p17.FormFactor = Enum.FormFactor.Custom
  1836. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1837. b17 = Instance.new("SpecialMesh", p17)
  1838. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1839. b17.TextureId = ""
  1840. b17.MeshType = Enum.MeshType.FileMesh
  1841. b17.Name = "Mesh"
  1842. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1843. p18 = Instance.new("Part", m3)
  1844. p18.BrickColor = BrickColor.new("Really black")
  1845. p18.Material = Enum.Material.Metal
  1846. p18.CFrame = CFrame.new(-0.35000062, 3.85002661, -0.150002271, 0.407530367, -0.427938014, 0.806714416, 0.0989350602, 0.898891687, 0.426855773, -0.907816589, -0.0941444039, 0.40866372)
  1847. p18.CanCollide = false
  1848. p18.Locked = true
  1849. p18.FormFactor = Enum.FormFactor.Custom
  1850. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1851. b18 = Instance.new("SpecialMesh", p18)
  1852. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1853. b18.TextureId = ""
  1854. b18.MeshType = Enum.MeshType.FileMesh
  1855. b18.Name = "Mesh"
  1856. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1857. p19 = Instance.new("Part", m3)
  1858. p19.BrickColor = BrickColor.new("Really black")
  1859. p19.Material = Enum.Material.Metal
  1860. p19.CFrame = CFrame.new(0.599999547, 4.25002337, 1.49011612e-008, 0.450589776, 0.596651912, -0.664060116, 0.322663993, 0.584720135, 0.744305372, 0.832379937, -0.549644768, 0.0709509254)
  1861. p19.CanCollide = false
  1862. p19.Locked = true
  1863. p19.FormFactor = Enum.FormFactor.Custom
  1864. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1865. b19 = Instance.new("SpecialMesh", p19)
  1866. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1867. b19.TextureId = ""
  1868. b19.MeshType = Enum.MeshType.FileMesh
  1869. b19.Name = "Mesh"
  1870. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1871. p20 = Instance.new("Part", m3)
  1872. p20.BrickColor = BrickColor.new("Really black")
  1873. p20.Material = Enum.Material.Metal
  1874. p20.CFrame = CFrame.new(0.449999154, 3.90002728, -0.150000244, 0.148452312, 0.508259773, -0.848312676, -0.212012291, 0.85422945, 0.474703223, 0.965925753, 0.109381542, 0.234569833)
  1875. p20.CanCollide = false
  1876. p20.Locked = true
  1877. p20.FormFactor = Enum.FormFactor.Custom
  1878. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1879. b20 = Instance.new("SpecialMesh", p20)
  1880. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1881. b20.TextureId = ""
  1882. b20.MeshType = Enum.MeshType.FileMesh
  1883. b20.Name = "Mesh"
  1884. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1885. p21 = Instance.new("Part", m3)
  1886. p21.BrickColor = BrickColor.new("Really black")
  1887. p21.Material = Enum.Material.Metal
  1888. p21.CFrame = CFrame.new(0.699999869, 4.25002337, 0.200001985, -0.0996009707, 0.981125295, 0.165750414, -0.142243966, -0.178907469, 0.973529041, 0.98480773, 0.0733870864, 0.157378286)
  1889. p21.CanCollide = false
  1890. p21.Locked = true
  1891. p21.FormFactor = Enum.FormFactor.Custom
  1892. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1893. b21 = Instance.new("SpecialMesh", p21)
  1894. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1895. b21.TextureId = ""
  1896. b21.MeshType = Enum.MeshType.FileMesh
  1897. b21.Name = "Mesh"
  1898. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1899. p22 = Instance.new("Part", m3)
  1900. p22.BrickColor = BrickColor.new("Really black")
  1901. p22.Material = Enum.Material.Metal
  1902. p22.CFrame = CFrame.new(0.69999975, 4.25002289, 0.450001955, -0.167731196, 0.167446673, 0.971508265, 0.0449438766, -0.983146012, 0.17721194, 0.984807789, 0.0733873621, 0.157378122)
  1903. p22.CanCollide = false
  1904. p22.Locked = true
  1905. p22.FormFactor = Enum.FormFactor.Custom
  1906. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1907. b22 = Instance.new("SpecialMesh", p22)
  1908. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1909. b22.TextureId = ""
  1910. b22.MeshType = Enum.MeshType.FileMesh
  1911. b22.Name = "Mesh"
  1912. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1913. p23 = Instance.new("Part", m3)
  1914. p23.BrickColor = BrickColor.new("Really black")
  1915. p23.Material = Enum.Material.Metal
  1916. p23.CFrame = CFrame.new(0.699999511, 4.25002289, 0.700001478, 0.0593914539, -0.993999004, 0.0918651819, 0.163175613, -0.0811224878, -0.98325628, 0.984807849, 0.0733875483, 0.157378405)
  1917. p23.CanCollide = false
  1918. p23.Locked = true
  1919. p23.FormFactor = Enum.FormFactor.Custom
  1920. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1921. b23 = Instance.new("SpecialMesh", p23)
  1922. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1923. b23.TextureId = ""
  1924. b23.MeshType = Enum.MeshType.FileMesh
  1925. b23.Name = "Mesh"
  1926. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1927. p24 = Instance.new("Part", m3)
  1928. p24.BrickColor = BrickColor.new("Really black")
  1929. p24.Material = Enum.Material.Metal
  1930. p24.CFrame = CFrame.new(0.699999452, 4.25002289, 0.900001347, -0.197025463, -0.431517303, 0.880326331, 0.133022487, -0.90138948, -0.412070453, 0.971332312, 0.0359149873, 0.234997824)
  1931. p24.CanCollide = false
  1932. p24.Locked = true
  1933. p24.FormFactor = Enum.FormFactor.Custom
  1934. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1935. b24 = Instance.new("SpecialMesh", p24)
  1936. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1937. b24.TextureId = ""
  1938. b24.MeshType = Enum.MeshType.FileMesh
  1939. b24.Name = "Mesh"
  1940. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1941. p25 = Instance.new("Part", m3)
  1942. p25.BrickColor = BrickColor.new("Really black")
  1943. p25.Material = Enum.Material.Metal
  1944. p25.CFrame = CFrame.new(0.599999249, 4.25002289, 1.05000341, -0.793593884, -0.433597952, 0.42685172, 0.426002622, 0.104941569, 0.898615122, -0.434431762, 0.894975305, 0.101432741)
  1945. p25.CanCollide = false
  1946. p25.Locked = true
  1947. p25.FormFactor = Enum.FormFactor.Custom
  1948. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1949. b25 = Instance.new("SpecialMesh", p25)
  1950. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1951. b25.TextureId = ""
  1952. b25.MeshType = Enum.MeshType.FileMesh
  1953. b25.Name = "Mesh"
  1954. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1955. p26 = Instance.new("Part", m3)
  1956. p26.BrickColor = BrickColor.new("Really black")
  1957. p26.Material = Enum.Material.Metal
  1958. p26.CFrame = CFrame.new(0.399999261, 4.25002289, 1.09999716, 0.474074066, -0.73934859, 0.478140384, 0.876810074, 0.445984155, -0.17972827, -0.0803612769, 0.504442811, 0.859697402)
  1959. p26.CanCollide = false
  1960. p26.Locked = true
  1961. p26.FormFactor = Enum.FormFactor.Custom
  1962. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1963. b26 = Instance.new("SpecialMesh", p26)
  1964. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1965. b26.TextureId = ""
  1966. b26.MeshType = Enum.MeshType.FileMesh
  1967. b26.Name = "Mesh"
  1968. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1969. p27 = Instance.new("Part", m3)
  1970. p27.BrickColor = BrickColor.new("Really black")
  1971. p27.Material = Enum.Material.Metal
  1972. p27.CFrame = CFrame.new(0.249999076, 4.25002289, 1.20000076, 0.524626255, -0.838181257, 0.149064019, -0.503709316, -0.446768612, -0.739374638, 0.686326742, 0.31281051, -0.656585932)
  1973. p27.CanCollide = false
  1974. p27.Locked = true
  1975. p27.FormFactor = Enum.FormFactor.Custom
  1976. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1977. b27 = Instance.new("SpecialMesh", p27)
  1978. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1979. b27.TextureId = ""
  1980. b27.MeshType = Enum.MeshType.FileMesh
  1981. b27.Name = "Mesh"
  1982. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1983. p28 = Instance.new("Part", m3)
  1984. p28.BrickColor = BrickColor.new("Really black")
  1985. p28.Material = Enum.Material.Metal
  1986. p28.CFrame = CFrame.new(0.0499990731, 4.25002289, 1.20000088, 0.524626136, -0.838181317, 0.149063885, 0.588431716, 0.230477661, -0.775002301, 0.615236104, 0.494300276, 0.614126861)
  1987. p28.CanCollide = false
  1988. p28.Locked = true
  1989. p28.FormFactor = Enum.FormFactor.Custom
  1990. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1991. b28 = Instance.new("SpecialMesh", p28)
  1992. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1993. b28.TextureId = ""
  1994. b28.MeshType = Enum.MeshType.FileMesh
  1995. b28.Name = "Mesh"
  1996. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1997. p29 = Instance.new("Part", m3)
  1998. p29.BrickColor = BrickColor.new("Really black")
  1999. p29.Material = Enum.Material.Metal
  2000. p29.CFrame = CFrame.new(-0.200000852, 4.25002289, 1.20000088, 0.524626195, -0.838181257, 0.149063647, 0.664180398, 0.512506962, 0.544243872, -0.532571197, -0.186519295, 0.825577736)
  2001. p29.CanCollide = false
  2002. p29.Locked = true
  2003. p29.FormFactor = Enum.FormFactor.Custom
  2004. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2005. b29 = Instance.new("SpecialMesh", p29)
  2006. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2007. b29.TextureId = ""
  2008. b29.MeshType = Enum.MeshType.FileMesh
  2009. b29.Name = "Mesh"
  2010. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2011. p30 = Instance.new("Part", m3)
  2012. p30.BrickColor = BrickColor.new("Really black")
  2013. p30.Material = Enum.Material.Metal
  2014. p30.CFrame = CFrame.new(-0.400000989, 4.25002289, 1.15000105, -0.205189675, -0.942334533, -0.264392197, 0.472657442, 0.141141802, -0.869870245, 0.857025325, -0.303455055, 0.416440606)
  2015. p30.CanCollide = false
  2016. p30.Locked = true
  2017. p30.FormFactor = Enum.FormFactor.Custom
  2018. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2019. b30 = Instance.new("SpecialMesh", p30)
  2020. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2021. b30.TextureId = ""
  2022. b30.MeshType = Enum.MeshType.FileMesh
  2023. b30.Name = "Mesh"
  2024. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2025. p31 = Instance.new("Part", m3)
  2026. p31.BrickColor = BrickColor.new("Really black")
  2027. p31.Material = Enum.Material.Metal
  2028. p31.CFrame = CFrame.new(-0.550001025, 4.25002337, 0.999999702, 0.151335806, -0.651350021, -0.743532896, 0.979139984, 0.201951638, 0.022377044, 0.135582238, -0.731408894, 0.668325186)
  2029. p31.CanCollide = false
  2030. p31.Locked = true
  2031. p31.FormFactor = Enum.FormFactor.Custom
  2032. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2033. b31 = Instance.new("SpecialMesh", p31)
  2034. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2035. b31.TextureId = ""
  2036. b31.MeshType = Enum.MeshType.FileMesh
  2037. b31.Name = "Mesh"
  2038. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2039. p32 = Instance.new("Part", m3)
  2040. p32.BrickColor = BrickColor.new("Really black")
  2041. p32.Material = Enum.Material.Metal
  2042. p32.CFrame = CFrame.new(-0.700000763, 4.25002337, 0.800000489, -0.804778874, -0.593520701, 0.0080409348, 0.142058611, -0.205740049, -0.968240976, 0.576325178, -0.778077364, 0.249890015)
  2043. p32.CanCollide = false
  2044. p32.Locked = true
  2045. p32.FormFactor = Enum.FormFactor.Custom
  2046. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2047. b32 = Instance.new("SpecialMesh", p32)
  2048. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2049. b32.TextureId = ""
  2050. b32.MeshType = Enum.MeshType.FileMesh
  2051. b32.Name = "Mesh"
  2052. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2053. p33 = Instance.new("Part", m3)
  2054. p33.BrickColor = BrickColor.new("Really black")
  2055. p33.Material = Enum.Material.Metal
  2056. p33.CFrame = CFrame.new(-0.700000942, 4.25002289, 0.549999833, -0.526802063, -0.220915288, -0.820777893, 0.708702326, 0.418966174, -0.567634225, 0.469277024, -0.880717933, -0.0641489923)
  2057. p33.CanCollide = false
  2058. p33.Locked = true
  2059. p33.FormFactor = Enum.FormFactor.Custom
  2060. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2061. b33 = Instance.new("SpecialMesh", p33)
  2062. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2063. b33.TextureId = ""
  2064. b33.MeshType = Enum.MeshType.FileMesh
  2065. b33.Name = "Mesh"
  2066. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2067. p34 = Instance.new("Part", m3)
  2068. p34.BrickColor = BrickColor.new("Really black")
  2069. p34.Material = Enum.Material.Metal
  2070. p34.Name = "Connection"
  2071. p34.CFrame = CFrame.new(0.0551848896, 3.35002589, -0.131655902, 0.635109425, -0.765570045, -0.102657467, -0.766416311, -0.641122162, 0.0396047123, -0.0961361453, 0.0535250306, -0.993928015)
  2072. p34.CanCollide = false
  2073. p34.Locked = true
  2074. p34.FormFactor = Enum.FormFactor.Custom
  2075. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2076. b34 = Instance.new("SpecialMesh", p34)
  2077. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2078. b34.TextureId = ""
  2079. b34.MeshType = Enum.MeshType.FileMesh
  2080. b34.Name = "Mesh"
  2081. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2082. p35 = Instance.new("Part", m3)
  2083. p35.BrickColor = BrickColor.new("Really black")
  2084. p35.Material = Enum.Material.Metal
  2085. p35.CFrame = CFrame.new(-0.600001037, 4.25002289, 0.149997264, 0.493824095, 0.604460001, 0.62511301, -0.565569818, -0.322785676, 0.758907318, 0.660506427, -0.728311539, 0.182464883)
  2086. p35.CanCollide = false
  2087. p35.Locked = true
  2088. p35.FormFactor = Enum.FormFactor.Custom
  2089. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2090. b35 = Instance.new("SpecialMesh", p35)
  2091. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2092. b35.TextureId = ""
  2093. b35.MeshType = Enum.MeshType.FileMesh
  2094. b35.Name = "Mesh"
  2095. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2096. p36 = Instance.new("Part", m3)
  2097. p36.BrickColor = BrickColor.new("Really black")
  2098. p36.Material = Enum.Material.Metal
  2099. p36.CFrame = CFrame.new(-0.500000834, 4.2000227, -2.52574682e-006, -0.285961747, 0.418113738, -0.862210572, 0.191904813, 0.906544387, 0.375965416, 0.93882823, -0.0579507053, -0.339474916)
  2100. p36.CanCollide = false
  2101. p36.Locked = true
  2102. p36.FormFactor = Enum.FormFactor.Custom
  2103. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2104. b36 = Instance.new("SpecialMesh", p36)
  2105. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2106. b36.TextureId = ""
  2107. b36.MeshType = Enum.MeshType.FileMesh
  2108. b36.Name = "Mesh"
  2109. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2110. w1 = Instance.new("Weld", p2)
  2111. w1.Name = "Joint"
  2112. w1.Part0 = p2
  2113. w1.C0 = CFrame.new(-0.211238861, -0.0362606049, -0.0810072422, -0.57012105, 0.811055779, -0.130959615, -0.254106343, -0.022495009, 0.966914535, 0.781275749, 0.584536016, 0.218919396)
  2114. w1.Part1 = p18
  2115. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2116. w2 = Instance.new("Weld", p3)
  2117. w2.Name = "Joint"
  2118. w2.Part0 = p3
  2119. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2120. w2.Part1 = p1
  2121. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2122. w3 = Instance.new("Weld", p4)
  2123. w3.Name = "Joint"
  2124. w3.Part0 = p4
  2125. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2126. w3.Part1 = p1
  2127. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2128. w4 = Instance.new("Weld", p5)
  2129. w4.Name = "Joint"
  2130. w4.Part0 = p5
  2131. w4.C0 = CFrame.new(2.38418579e-007, 0.5, 0.0500030518, -1, -9.67369829e-009, -5.33850759e-008, 4.45892816e-008, -0.707106829, -0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
  2132. w4.Part1 = p7
  2133. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2134. w5 = Instance.new("Weld", p6)
  2135. w5.Name = "Joint"
  2136. w5.Part0 = p6
  2137. w5.C0 = CFrame.new(0, 0.5, 0.0500030518, 1, -1.28027651e-008, 3.09086197e-008, -1.28027686e-008, 0.707106829, 0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
  2138. w5.Part1 = p7
  2139. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2140. w6 = Instance.new("Weld", p7)
  2141. w6.Name = "Joint"
  2142. w6.Part0 = p7
  2143. w6.C0 = CFrame.new(-0.400002003, 0.070712328, -0.0707120895, -3.09086197e-008, -7.46200044e-008, -1, -0.707106829, -0.707106769, 7.46200044e-008, -0.707106769, 0.707106829, -3.09086197e-008)
  2144. w6.Part1 = p1
  2145. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2146. w7 = Instance.new("Weld", p8)
  2147. w7.Name = "Joint"
  2148. w7.Part0 = p8
  2149. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2150. w7.Part1 = p1
  2151. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2152. w8 = Instance.new("Weld", p9)
  2153. w8.Name = "Joint"
  2154. w8.Part0 = p9
  2155. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2156. w8.Part1 = p1
  2157. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2158. w9 = Instance.new("Weld", p10)
  2159. w9.Name = "Joint"
  2160. w9.Part0 = p10
  2161. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2162. w9.Part1 = p1
  2163. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2164. w10 = Instance.new("Weld", p11)
  2165. w10.Name = "Joint"
  2166. w10.Part0 = p11
  2167. w10.C0 = CFrame.new(0.100000024, 0.202390671, -0.0392093658, 0.450589836, 0.596651673, -0.664059937, 0.644212067, 0.297646403, 0.704554796, 0.618028879, -0.745260656, -0.250253737)
  2168. w10.Part1 = p19
  2169. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2170. w11 = Instance.new("Weld", p12)
  2171. w11.Name = "Joint"
  2172. w11.Part0 = p12
  2173. w11.C0 = CFrame.new(0.479997993, 0.0499999784, 0.25, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
  2174. w11.Part1 = p1
  2175. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2176. w12 = Instance.new("Weld", p13)
  2177. w12.Name = "Joint"
  2178. w12.Part0 = p13
  2179. w12.C0 = CFrame.new(-0.1545012, 0.138720512, 0.0829834938, 0.373496056, -0.501174688, -0.780592561, -0.602336764, 0.50893271, -0.614961803, 0.70547235, 0.699865282, -0.111791633)
  2180. w12.Part1 = p35
  2181. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2182. w13 = Instance.new("Weld", p14)
  2183. w13.Name = "Joint"
  2184. w13.Part0 = p14
  2185. w13.C0 = CFrame.new(-0.172863483, 0.0578804016, -0.0258672237, -0.849803627, -0.326939017, 0.413454711, 0.506076992, -0.286759645, 0.813421786, -0.147377193, 0.900488615, 0.409145683)
  2186. w13.Part1 = p34
  2187. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2188. w14 = Instance.new("Weld", p15)
  2189. w14.Name = "Joint"
  2190. w14.Part0 = p15
  2191. w14.C0 = CFrame.new(0.0923810005, -0.190912724, -0.00442934036, -0.0371075198, 0.56231159, -0.826092422, -0.73737216, -0.573347449, -0.357148677, -0.674466848, 0.595884562, 0.435908347)
  2192. w14.Part1 = p16
  2193. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2194. w15 = Instance.new("Weld", p16)
  2195. w15.Name = "Joint"
  2196. w15.Part0 = p16
  2197. w15.C0 = CFrame.new(0.0876817107, 0.204583645, -0.0213780403, 0.074026458, 0.445441723, -0.892245352, -0.0624118894, 0.895015597, 0.441646636, 0.995301366, 0.022993207, 0.0940556675)
  2198. w15.Part1 = p20
  2199. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2200. w16 = Instance.new("Weld", p17)
  2201. w16.Name = "Joint"
  2202. w16.Part0 = p17
  2203. w16.C0 = CFrame.new(0.156466246, -0.194725513, -0.0100102425, -0.460608691, 0.227749109, -0.85788697, 0.80572325, -0.29817903, -0.51176101, -0.372357011, -0.926941037, -0.0461589098)
  2204. w16.Part1 = p14
  2205. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2206. w17 = Instance.new("Weld", p18)
  2207. w17.Name = "Joint"
  2208. w17.Part0 = p18
  2209. w17.C0 = CFrame.new(0.046289444, -0.199023724, 0.0569794178, 0.154631272, -0.0373091251, -0.987267554, -0.489805043, 0.864940584, -0.109402351, 0.858009458, 0.500485599, 0.115472674)
  2210. w17.Part1 = p17
  2211. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2212. w18 = Instance.new("Weld", p19)
  2213. w18.Name = "Joint"
  2214. w18.Part0 = p19
  2215. w18.C0 = CFrame.new(0.211536884, -0.0502645969, -0.0522158146, 0.728958309, 0.445444137, 0.519806981, -0.683894217, 0.440442294, 0.581635118, 0.0301409438, -0.779480696, 0.625700712)
  2216. w18.Part1 = p21
  2217. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2218. w19 = Instance.new("Weld", p20)
  2219. w19.Name = "Joint"
  2220. w19.Part0 = p20
  2221. w19.C0 = CFrame.new(0.0722160339, 0.164483547, 0.0522456169, 0.148452476, 0.216069669, 0.965026319, 0.508259654, 0.820421398, -0.261879444, -0.848312438, 0.529360592, 0.0119740963)
  2222. w19.Part1 = p11
  2223. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2224. w20 = Instance.new("Weld", p21)
  2225. w20.Name = "Joint"
  2226. w20.Part0 = p21
  2227. w20.C0 = CFrame.new(0.246201992, 0.0183468163, 0.0393443108, 0.980159461, 0.195441127, 0.0330170989, -0.100333519, 0.345563769, 0.933016002, 0.170940176, -0.917817175, 0.358316928)
  2228. w20.Part1 = p22
  2229. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2230. w21 = Instance.new("Weld", p22)
  2231. w21.Name = "Joint"
  2232. w21.Part0 = p22
  2233. w21.C0 = CFrame.new(0.246201515, 0.0183467865, 0.0393443108, 0.96721822, 0.235350817, 0.0953874439, -0.0782081187, -0.0813006833, 0.993616521, 0.241603509, -0.968504071, -0.060229145)
  2234. w21.Part1 = p23
  2235. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2236. w22 = Instance.new("Weld", p23)
  2237. w22.Name = "Joint"
  2238. w22.Part0 = p23
  2239. w22.C0 = CFrame.new(0.196961403, 0.014677465, 0.031475544, 0.966579735, -0.137344033, 0.21647194, 0.256335169, 0.504686236, -0.824368834, 0.0039717555, 0.852307677, 0.523025632)
  2240. w22.Part1 = p24
  2241. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2242. w23 = Instance.new("Weld", p24)
  2243. w23.Name = "Joint"
  2244. w23.Part0 = p24
  2245. w23.C0 = CFrame.new(0.16540432, 0.0485391617, -0.0527825356, -0.208951756, 0.968707323, 0.133960381, -0.0571475253, 0.124654606, -0.990553021, -0.976254702, -0.214633241, 0.0293123852)
  2246. w23.Part1 = p25
  2247. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2248. w24 = Instance.new("Weld", p25)
  2249. w24.Name = "Joint"
  2250. w24.Part0 = p25
  2251. w24.C0 = CFrame.new(0.136999726, 0.131462574, -0.0802993774, 0.0322127938, 0.557586372, -0.829493642, -0.185464859, 0.81884563, 0.543226421, 0.982122838, 0.136343077, 0.129789978)
  2252. w24.Part1 = p26
  2253. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2254. w25 = Instance.new("Weld", p26)
  2255. w25.Name = "Joint"
  2256. w25.Part0 = p26
  2257. w25.C0 = CFrame.new(-0.0791475773, 0.161348343, 0.014251709, -0.2480997, -0.814228892, -0.524859786, -0.266315132, 0.578250885, -0.771169424, 0.931409001, -0.0515488982, -0.360305429)
  2258. w25.Part1 = p27
  2259. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2260. w26 = Instance.new("Weld", p27)
  2261. w26.Name = "Joint"
  2262. w26.Part0 = p27
  2263. w26.C0 = CFrame.new(-0.104925156, 0.167636156, -0.0298128128, 0.401087224, -0.216573805, 0.890070021, -0.510172248, 0.754199564, 0.413409412, -0.760824084, -0.619902253, 0.192009777)
  2264. w26.Part1 = p28
  2265. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2266. w27 = Instance.new("Weld", p28)
  2267. w27.Name = "Joint"
  2268. w27.Part0 = p28
  2269. w27.C0 = CFrame.new(-0.131156445, 0.209545135, -0.037266016, 0.338400394, -0.252909899, 0.906378388, -0.549903035, 0.728472173, 0.408576787, -0.763604522, -0.636682749, 0.10743928)
  2270. w27.Part1 = p29
  2271. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2272. w28 = Instance.new("Weld", p29)
  2273. w28.Name = "Joint"
  2274. w28.Part0 = p29
  2275. w28.C0 = CFrame.new(-0.0782968998, 0.176962137, -0.0710916519, -0.250144869, -0.239018306, -0.938241899, 0.254374206, 0.918783069, -0.301879942, 0.934195518, -0.314178288, -0.169028759)
  2276. w28.Part1 = p30
  2277. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2278. w29 = Instance.new("Weld", p30)
  2279. w29.Name = "Joint"
  2280. w29.Part0 = p30
  2281. w29.C0 = CFrame.new(-0.097776413, 0.186868906, -0.022808075, 0.547942579, -0.39773193, 0.735913277, -0.0455548018, 0.864242792, 0.501007974, -0.835274637, -0.30804801, 0.455436885)
  2282. w29.Part1 = p31
  2283. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2284. w30 = Instance.new("Weld", p31)
  2285. w30.Name = "Joint"
  2286. w30.Part0 = p31
  2287. w30.C0 = CFrame.new(-0.0498166084, 0.243983507, -0.0221347809, 0.0954426825, -0.396762908, -0.912945747, 0.131352007, 0.914132595, -0.38354671, 0.986730695, -0.0833105743, 0.139362901)
  2288. w30.Part1 = p32
  2289. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2290. w31 = Instance.new("Weld", p32)
  2291. w31.Name = "Joint"
  2292. w31.Part0 = p32
  2293. w31.C0 = CFrame.new(-0.144081593, 0.194519997, -0.0624723434, 0.795092285, -0.270274341, 0.542936563, -0.198274553, 0.730186164, 0.653846622, -0.573162735, -0.627518892, 0.526976764)
  2294. w31.Part1 = p33
  2295. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2296. w32 = Instance.new("Weld", p33)
  2297. w32.Name = "Joint"
  2298. w32.Part0 = p33
  2299. w32.C0 = CFrame.new(-0.0938563347, 0.176145077, 0.0128297806, 0.0848137587, -0.421895206, -0.902668893, -0.548244178, 0.736708403, -0.39583993, 0.832006574, 0.528455555, -0.168818489)
  2300. w32.Part1 = p13
  2301. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2302. w33 = Instance.new("Weld", p34)
  2303. w33.Name = "Joint"
  2304. w33.Part0 = p34
  2305. w33.C0 = CFrame.new(-0.0178728104, 0.0120868683, -0.150204837, -0.0961361453, -0.635109425, 0.766416311, 0.0535250939, 0.765570045, 0.641122162, -0.993928015, 0.102657512, -0.0396046676)
  2306. w33.Part1 = p12
  2307. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2308. w34 = Instance.new("Weld", p35)
  2309. w34.Name = "Joint"
  2310. w34.Part0 = p35
  2311. w34.C0 = CFrame.new(-0.0214147568, 0.185832024, -0.00280380249, 0.370351821, -0.344516218, -0.862640202, -0.918555975, 0.00231964141, -0.395284295, 0.138182849, 0.938777506, -0.315598398)
  2312. w34.Part1 = p36
  2313. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2314. w35 = Instance.new("Weld", p36)
  2315. w35.Name = "Joint"
  2316. w35.Part0 = p36
  2317. w35.C0 = CFrame.new(-0.136966705, -0.109280109, -0.0655572414, 0.678235054, 0.463834167, -0.569960475, 0.250202835, 0.583515286, 0.772598565, 0.690938354, -0.666609228, 0.279707849)
  2318. w35.Part1 = p2
  2319. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2320. m3.Parent = torso
  2321. m3:MakeJoints()
  2322. ----------------------------------------------------
  2323. local cor3 = Instance.new("Part", torso.Torso)
  2324. cor3.Name = "Thingy"
  2325. cor3.Locked = true
  2326. cor3.BottomSurface = 0
  2327. cor3.CanCollide = false
  2328. cor3.Size = Vector3.new(1, 1, 1)
  2329. cor3.Transparency = 1
  2330. cor3.TopSurface = 0
  2331. corw3 = Instance.new("Weld", cor3)
  2332. corw3.Part0 = torso
  2333. corw3.Part1 = cor3
  2334. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2335. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2336. weld3 = Instance.new("Weld", torso.Torso)
  2337. weld3.Part0 = cor3
  2338. weld3.Part1 = torso.Torso.TorsoPlate
  2339. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2340. --Left Leg
  2341. m4 = Instance.new("Model")
  2342. m4.Name = "LeftLeg"
  2343. p1 = Instance.new("Part", m4)
  2344. p1.BrickColor = BrickColor.new("Really black")
  2345. p1.Material = Enum.Material.Metal
  2346. p1.Name = "LeftLegPlate"
  2347. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2348. p1.Anchored = false
  2349. p1.CanCollide = false
  2350. p1.FormFactor = Enum.FormFactor.Custom
  2351. p1.Size = Vector3.new(1, 2, 1)
  2352. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2353. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2354. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2355. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2356. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. b1 = Instance.new("SpecialMesh", p1)
  2359. b1.MeshType = Enum.MeshType.Brick
  2360. b1.Name = "Mesh"
  2361. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2362. p2 = Instance.new("Part", m4)
  2363. p2.BrickColor = BrickColor.new("Really black")
  2364. p2.Material = Enum.Material.Metal
  2365. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2366. p2.Anchored = false
  2367. p2.CanCollide = false
  2368. p2.FormFactor = Enum.FormFactor.Custom
  2369. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2370. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2371. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2372. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2373. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2374. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2375. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. b2 = Instance.new("SpecialMesh", p2)
  2377. b2.MeshType = Enum.MeshType.Brick
  2378. b2.Name = "Mesh"
  2379. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2380. p3 = Instance.new("Part", m4)
  2381. p3.BrickColor = BrickColor.new("Really black")
  2382. p3.Material = Enum.Material.Metal
  2383. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2384. p3.Anchored = false
  2385. p3.CanCollide = false
  2386. p3.FormFactor = Enum.FormFactor.Custom
  2387. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2388. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2390. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2391. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2392. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2393. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2394. b3 = Instance.new("SpecialMesh", p3)
  2395. b3.MeshType = Enum.MeshType.Brick
  2396. b3.Name = "Mesh"
  2397. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2398. p4 = Instance.new("Part", m4)
  2399. p4.BrickColor = BrickColor.new("Black")
  2400. p4.Material = Enum.Material.Metal
  2401. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2402. p4.Anchored = false
  2403. p4.CanCollide = false
  2404. p4.FormFactor = Enum.FormFactor.Custom
  2405. p4.Size = Vector3.new(1, 2, 0.200000018)
  2406. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2408. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2409. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2410. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2411. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2412. b4 = Instance.new("SpecialMesh", p4)
  2413. b4.MeshType = Enum.MeshType.Brick
  2414. b4.Name = "Mesh"
  2415. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2416. p5 = Instance.new("Part", m4)
  2417. p5.BrickColor = BrickColor.new("Black")
  2418. p5.Material = Enum.Material.Metal
  2419. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2420. p5.Anchored = false
  2421. p5.CanCollide = false
  2422. p5.FormFactor = Enum.FormFactor.Custom
  2423. p5.Size = Vector3.new(1, 2, 0.200000018)
  2424. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2427. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2428. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2429. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2430. b5 = Instance.new("SpecialMesh", p5)
  2431. b5.MeshType = Enum.MeshType.Brick
  2432. b5.Name = "Mesh"
  2433. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2434. p6 = Instance.new("Part", m4)
  2435. p6.BrickColor = BrickColor.new("Black")
  2436. p6.Material = Enum.Material.Metal
  2437. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2438. p6.Anchored = false
  2439. p6.CanCollide = false
  2440. p6.FormFactor = Enum.FormFactor.Custom
  2441. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  2442. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2447. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2448. b6 = Instance.new("SpecialMesh", p6)
  2449. b6.MeshType = Enum.MeshType.Brick
  2450. b6.Name = "Mesh"
  2451. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2452. p7 = Instance.new("Part", m4)
  2453. p7.BrickColor = BrickColor.new("Black")
  2454. p7.Material = Enum.Material.Metal
  2455. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2456. p7.Anchored = false
  2457. p7.CanCollide = false
  2458. p7.FormFactor = Enum.FormFactor.Custom
  2459. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2460. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2462. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2465. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. b7 = Instance.new("SpecialMesh", p7)
  2467. b7.MeshType = Enum.MeshType.Brick
  2468. b7.Name = "Mesh"
  2469. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2470. w1 = Instance.new("Weld", p2)
  2471. w1.Name = "Joint"
  2472. w1.Part0 = p2
  2473. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2474. w1.Part1 = p3
  2475. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2476. w2 = Instance.new("Weld", p3)
  2477. w2.Name = "Joint"
  2478. w2.Part0 = p3
  2479. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2480. w2.Part1 = p5
  2481. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2482. w3 = Instance.new("Weld", p4)
  2483. w3.Name = "Joint"
  2484. w3.Part0 = p4
  2485. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2486. w3.Part1 = p1
  2487. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2488. w4 = Instance.new("Weld", p5)
  2489. w4.Name = "Joint"
  2490. w4.Part0 = p5
  2491. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2492. w4.Part1 = p1
  2493. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2494. w5 = Instance.new("Weld", p6)
  2495. w5.Name = "Joint"
  2496. w5.Part0 = p6
  2497. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2498. w5.Part1 = p1
  2499. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2500. w6 = Instance.new("Weld", p7)
  2501. w6.Name = "Joint"
  2502. w6.Part0 = p7
  2503. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2504. w6.Part1 = p1
  2505. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2506. m4.Parent = lleg
  2507. m4:MakeJoints()
  2508. ----------------------------------------------------
  2509. local cor4 = Instance.new("Part", lleg.LeftLeg)
  2510. cor4.Name = "Thingy"
  2511. cor4.Locked = true
  2512. cor4.BottomSurface = 0
  2513. cor4.CanCollide = false
  2514. cor4.Size = Vector3.new(1, 1, 1)
  2515. cor4.Transparency = 1
  2516. cor4.TopSurface = 0
  2517. corw4 = Instance.new("Weld", cor4)
  2518. corw4.Part0 = lleg
  2519. corw4.Part1 = cor4
  2520. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2521. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2522. weld4 = Instance.new("Weld", lleg.LeftLeg)
  2523. weld4.Part0 = cor4
  2524. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  2525. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2526. --Right Leg
  2527. m5 = Instance.new("Model")
  2528. m5.Name = "RightLeg"
  2529. p1 = Instance.new("Part", m5)
  2530. p1.BrickColor = BrickColor.new("Really black")
  2531. p1.Material = Enum.Material.Metal
  2532. p1.Name = "RightLegPlate"
  2533. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2534. p1.Anchored = false
  2535. p1.CanCollide = false
  2536. p1.CanCollide = false
  2537. p1.FormFactor = Enum.FormFactor.Custom
  2538. p1.Size = Vector3.new(1, 2, 1)
  2539. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2540. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2541. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. b1 = Instance.new("SpecialMesh", p1)
  2546. b1.MeshType = Enum.MeshType.Brick
  2547. b1.Name = "Mesh"
  2548. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2549. p2 = Instance.new("Part", m5)
  2550. p2.BrickColor = BrickColor.new("Really black")
  2551. p2.Material = Enum.Material.Metal
  2552. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2553. p2.Anchored = false
  2554. p2.CanCollide = false
  2555. p2.FormFactor = Enum.FormFactor.Custom
  2556. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2557. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2558. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. b2 = Instance.new("SpecialMesh", p2)
  2564. b2.MeshType = Enum.MeshType.Brick
  2565. b2.Name = "Mesh"
  2566. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2567. p3 = Instance.new("Part", m5)
  2568. p3.BrickColor = BrickColor.new("Really black")
  2569. p3.Material = Enum.Material.Metal
  2570. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2571. p3.Anchored = false
  2572. p3.CanCollide = false
  2573. p3.FormFactor = Enum.FormFactor.Custom
  2574. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2575. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2576. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2577. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2578. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. b3 = Instance.new("SpecialMesh", p3)
  2582. b3.MeshType = Enum.MeshType.Brick
  2583. b3.Name = "Mesh"
  2584. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2585. p4 = Instance.new("Part", m5)
  2586. p4.BrickColor = BrickColor.new("Black")
  2587. p4.Material = Enum.Material.Metal
  2588. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2589. p4.Anchored = false
  2590. p4.CanCollide = false
  2591. p4.FormFactor = Enum.FormFactor.Custom
  2592. p4.Size = Vector3.new(1, 2, 0.200000018)
  2593. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2594. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2595. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2596. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2597. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. b4 = Instance.new("SpecialMesh", p4)
  2600. b4.MeshType = Enum.MeshType.Brick
  2601. b4.Name = "Mesh"
  2602. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2603. p5 = Instance.new("Part", m5)
  2604. p5.BrickColor = BrickColor.new("Black")
  2605. p5.Material = Enum.Material.Metal
  2606. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2607. p5.Anchored = false
  2608. p5.CanCollide = false
  2609. p5.FormFactor = Enum.FormFactor.Custom
  2610. p5.Size = Vector3.new(1, 2, 0.200000018)
  2611. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2612. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2613. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2614. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2615. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2616. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2617. b5 = Instance.new("SpecialMesh", p5)
  2618. b5.MeshType = Enum.MeshType.Brick
  2619. b5.Name = "Mesh"
  2620. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2621. p6 = Instance.new("Part", m5)
  2622. p6.BrickColor = BrickColor.new("Black")
  2623. p6.Material = Enum.Material.Metal
  2624. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2625. p6.Anchored = false
  2626. p6.CanCollide = false
  2627. p6.FormFactor = Enum.FormFactor.Custom
  2628. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2629. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2630. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2631. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2632. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2633. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2634. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2635. b6 = Instance.new("SpecialMesh", p6)
  2636. b6.MeshType = Enum.MeshType.Brick
  2637. b6.Name = "Mesh"
  2638. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2639. p7 = Instance.new("Part", m5)
  2640. p7.BrickColor = BrickColor.new("Black")
  2641. p7.Material = Enum.Material.Metal
  2642. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2643. p7.Anchored = false
  2644. p7.CanCollide = false
  2645. p7.FormFactor = Enum.FormFactor.Custom
  2646. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2647. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2648. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2649. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2653. b7 = Instance.new("SpecialMesh", p7)
  2654. b7.MeshType = Enum.MeshType.Brick
  2655. b7.Name = "Mesh"
  2656. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2657. w1 = Instance.new("Weld", p2)
  2658. w1.Name = "Joint"
  2659. w1.Part0 = p2
  2660. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2661. w1.Part1 = p3
  2662. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2663. w2 = Instance.new("Weld", p3)
  2664. w2.Name = "Joint"
  2665. w2.Part0 = p3
  2666. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2667. w2.Part1 = p5
  2668. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2669. w3 = Instance.new("Weld", p4)
  2670. w3.Name = "Joint"
  2671. w3.Part0 = p4
  2672. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2673. w3.Part1 = p1
  2674. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2675. w4 = Instance.new("Weld", p5)
  2676. w4.Name = "Joint"
  2677. w4.Part0 = p5
  2678. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2679. w4.Part1 = p1
  2680. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2681. w5 = Instance.new("Weld", p6)
  2682. w5.Name = "Joint"
  2683. w5.Part0 = p6
  2684. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2685. w5.Part1 = p1
  2686. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2687. w6 = Instance.new("Weld", p7)
  2688. w6.Name = "Joint"
  2689. w6.Part0 = p7
  2690. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2691. w6.Part1 = p1
  2692. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2693. m5.Parent = rleg
  2694. m5:MakeJoints()
  2695. ----------------------------------------------------
  2696. local cor5 = Instance.new("Part", rleg.RightLeg)
  2697. cor5.Name = "Thingy"
  2698. cor5.Locked = true
  2699. cor5.BottomSurface = 0
  2700. cor5.CanCollide = false
  2701. cor5.Size = Vector3.new(1, 1, 1)
  2702. cor5.Transparency = 1
  2703. cor5.TopSurface = 0
  2704. corw5 = Instance.new("Weld", cor5)
  2705. corw5.Part0 = rleg
  2706. corw5.Part1 = cor5
  2707. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2708. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2709. wld5 = Instance.new("Weld", rleg.RightLeg)
  2710. wld5.Part0 = cor5
  2711. wld5.Part1 = rleg.RightLeg.RightLegPlate
  2712. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2713. --Cape
  2714. m6 = Instance.new("Model")
  2715. m6.Name = "Cloak"
  2716. p1 = Instance.new("WedgePart", m6)
  2717. p1.BrickColor = BrickColor.new("Crimson")
  2718. p1.Material = Enum.Material.SmoothPlastic
  2719. p1.Name = "Wedge"
  2720. p1.Transparency = 1
  2721. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2722. p1.CanCollide = false
  2723. p1.Locked = true
  2724. p1.FormFactor = Enum.FormFactor.Custom
  2725. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2726. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2732. b1 = Instance.new("SpecialMesh", p1)
  2733. b1.MeshType = Enum.MeshType.Wedge
  2734. b1.Name = "Mesh"
  2735. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2736. p2 = Instance.new("WedgePart", m6)
  2737. p2.BrickColor = BrickColor.new("Black")
  2738. p2.Material = Enum.Material.SmoothPlastic
  2739. p2.Name = "Wedge"
  2740. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  2741. p2.CanCollide = false
  2742. p2.Locked = true
  2743. p2.FormFactor = Enum.FormFactor.Custom
  2744. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2745. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2750. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2751. b2 = Instance.new("SpecialMesh", p2)
  2752. b2.MeshType = Enum.MeshType.Wedge
  2753. b2.Name = "Mesh"
  2754. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2755. p3 = Instance.new("Part", m6)
  2756. p3.BrickColor = BrickColor.new("Black")
  2757. p3.Material = Enum.Material.SmoothPlastic
  2758. p3.Name = "CapeLevel2"
  2759. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2760. p3.CanCollide = false
  2761. p3.Locked = true
  2762. p3.FormFactor = Enum.FormFactor.Custom
  2763. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  2764. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2769. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2770. b3 = Instance.new("BlockMesh", p3)
  2771. b3.Name = "Mesh"
  2772. b3.Scale = Vector3.new(1, 1, 0.602178097)
  2773. p4 = Instance.new("Part", m6)
  2774. p4.BrickColor = BrickColor.new("Black")
  2775. p4.Material = Enum.Material.SmoothPlastic
  2776. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2777. p4.CanCollide = false
  2778. p4.Locked = true
  2779. p4.FormFactor = Enum.FormFactor.Custom
  2780. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2781. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2787. b4 = Instance.new("BlockMesh", p4)
  2788. b4.Name = "Mesh"
  2789. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2790. p5 = Instance.new("Part", m6)
  2791. p5.BrickColor = BrickColor.new("Black")
  2792. p5.Material = Enum.Material.SmoothPlastic
  2793. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2794. p5.CanCollide = false
  2795. p5.Locked = true
  2796. p5.FormFactor = Enum.FormFactor.Custom
  2797. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2798. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. b5 = Instance.new("BlockMesh", p5)
  2805. b5.Name = "Mesh"
  2806. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2807. p6 = Instance.new("Part", m6)
  2808. p6.BrickColor = BrickColor.new("Black")
  2809. p6.Material = Enum.Material.SmoothPlastic
  2810. p6.Name = "CapeLevel1"
  2811. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2812. p6.CanCollide = false
  2813. p6.Locked = true
  2814. p6.FormFactor = Enum.FormFactor.Custom
  2815. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  2816. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2817. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. b6 = Instance.new("BlockMesh", p6)
  2823. b6.Name = "Mesh"
  2824. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2825. p7 = Instance.new("Part", m6)
  2826. p7.BrickColor = BrickColor.new("Black")
  2827. p7.Material = Enum.Material.SmoothPlastic
  2828. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2829. p7.CanCollide = false
  2830. p7.Locked = true
  2831. p7.FormFactor = Enum.FormFactor.Custom
  2832. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2833. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2834. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2835. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. b7 = Instance.new("BlockMesh", p7)
  2840. b7.Name = "Mesh"
  2841. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2842. p8 = Instance.new("Part", m6)
  2843. p8.BrickColor = BrickColor.new("Black")
  2844. p8.Material = Enum.Material.SmoothPlastic
  2845. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2846. p8.CanCollide = false
  2847. p8.Locked = true
  2848. p8.FormFactor = Enum.FormFactor.Custom
  2849. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2850. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2851. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2852. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2853. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2854. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2855. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2856. b8 = Instance.new("BlockMesh", p8)
  2857. b8.Name = "Mesh"
  2858. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2859. p9 = Instance.new("Part", m6)
  2860. p9.BrickColor = BrickColor.new("Black")
  2861. p9.Material = Enum.Material.SmoothPlastic
  2862. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2863. p9.CanCollide = false
  2864. p9.Locked = true
  2865. p9.FormFactor = Enum.FormFactor.Custom
  2866. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  2867. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2869. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2870. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2871. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. b9 = Instance.new("BlockMesh", p9)
  2874. b9.Name = "Mesh"
  2875. b9.Scale = Vector3.new(1, 1, 0.602178097)
  2876. p10 = Instance.new("Part", m6)
  2877. p10.BrickColor = BrickColor.new("Black")
  2878. p10.Material = Enum.Material.SmoothPlastic
  2879. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2880. p10.CanCollide = false
  2881. p10.Locked = true
  2882. p10.FormFactor = Enum.FormFactor.Custom
  2883. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2884. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2886. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. b10 = Instance.new("BlockMesh", p10)
  2891. b10.Name = "Mesh"
  2892. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2893. p11 = Instance.new("Part", m6)
  2894. p11.BrickColor = BrickColor.new("Black")
  2895. p11.Material = Enum.Material.SmoothPlastic
  2896. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2897. p11.CanCollide = false
  2898. p11.Locked = true
  2899. p11.FormFactor = Enum.FormFactor.Custom
  2900. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2901. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2902. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2903. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2905. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2906. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. b11 = Instance.new("BlockMesh", p11)
  2908. b11.Name = "Mesh"
  2909. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2910. p12 = Instance.new("Part", m6)
  2911. p12.BrickColor = BrickColor.new("Black")
  2912. p12.Material = Enum.Material.SmoothPlastic
  2913. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2914. p12.CanCollide = false
  2915. p12.Locked = true
  2916. p12.FormFactor = Enum.FormFactor.Custom
  2917. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2918. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2920. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2921. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2922. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2923. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2924. b12 = Instance.new("BlockMesh", p12)
  2925. b12.Name = "Mesh"
  2926. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2927. p13 = Instance.new("Part", m6)
  2928. p13.BrickColor = BrickColor.new("Black")
  2929. p13.Material = Enum.Material.SmoothPlastic
  2930. p13.Name = "BottomLeftFlap"
  2931. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2932. p13.CanCollide = false
  2933. p13.Locked = true
  2934. p13.FormFactor = Enum.FormFactor.Custom
  2935. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  2936. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2937. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2938. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2939. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2940. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2941. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2942. b13 = Instance.new("BlockMesh", p13)
  2943. b13.Name = "Mesh"
  2944. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2945. p14 = Instance.new("Part", m6)
  2946. p14.BrickColor = BrickColor.new("Black")
  2947. p14.Material = Enum.Material.SmoothPlastic
  2948. p14.Transparency = 1
  2949. p14.Name = "Rotater"
  2950. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2951. p14.CanCollide = false
  2952. p14.Locked = true
  2953. p14.FormFactor = Enum.FormFactor.Custom
  2954. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  2955. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2957. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2958. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2959. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2960. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2961. b14 = Instance.new("BlockMesh", p14)
  2962. b14.Name = "Mesh"
  2963. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  2964. p15 = Instance.new("Part", m6)
  2965. p15.BrickColor = BrickColor.new("Black")
  2966. p15.Material = Enum.Material.SmoothPlastic
  2967. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2968. p15.CanCollide = false
  2969. p15.Locked = true
  2970. p15.FormFactor = Enum.FormFactor.Custom
  2971. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2972. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2974. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2975. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2976. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2978. b15 = Instance.new("BlockMesh", p15)
  2979. b15.Name = "Mesh"
  2980. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2981. p16 = Instance.new("Part", m6)
  2982. p16.BrickColor = BrickColor.new("Black")
  2983. p16.Material = Enum.Material.SmoothPlastic
  2984. p16.Name = "BottomCenterFlap"
  2985. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2986. p16.CanCollide = false
  2987. p16.Locked = true
  2988. p16.FormFactor = Enum.FormFactor.Custom
  2989. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  2990. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2991. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2992. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2993. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. b16 = Instance.new("BlockMesh", p16)
  2997. b16.Name = "Mesh"
  2998. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2999. p17 = Instance.new("Part", m6)
  3000. p17.BrickColor = BrickColor.new("Black")
  3001. p17.Material = Enum.Material.SmoothPlastic
  3002. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3003. p17.CanCollide = false
  3004. p17.Locked = true
  3005. p17.FormFactor = Enum.FormFactor.Custom
  3006. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3007. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3008. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3013. b17 = Instance.new("BlockMesh", p17)
  3014. b17.Name = "Mesh"
  3015. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3016. p18 = Instance.new("Part", m6)
  3017. p18.BrickColor = BrickColor.new("Black")
  3018. p18.Material = Enum.Material.SmoothPlastic
  3019. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3020. p18.CanCollide = false
  3021. p18.Locked = true
  3022. p18.FormFactor = Enum.FormFactor.Custom
  3023. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3024. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3025. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3030. b18 = Instance.new("BlockMesh", p18)
  3031. b18.Name = "Mesh"
  3032. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3033. p19 = Instance.new("WedgePart", m6)
  3034. p19.BrickColor = BrickColor.new("Crimson")
  3035. p19.Name = "Wedge"
  3036. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3037. p19.CanCollide = false
  3038. p19.Locked = true
  3039. p19.FormFactor = Enum.FormFactor.Custom
  3040. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3041. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3043. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3045. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3046. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. b19 = Instance.new("SpecialMesh", p19)
  3048. b19.MeshType = Enum.MeshType.Wedge
  3049. b19.Name = "Mesh"
  3050. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3051. p20 = Instance.new("Part", m6)
  3052. p20.BrickColor = BrickColor.new("Black")
  3053. p20.Material = Enum.Material.SmoothPlastic
  3054. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3055. p20.CanCollide = false
  3056. p20.Locked = true
  3057. p20.FormFactor = Enum.FormFactor.Custom
  3058. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3059. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3061. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3063. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. b20 = Instance.new("BlockMesh", p20)
  3066. b20.Name = "Mesh"
  3067. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3068. p21 = Instance.new("Part", m6)
  3069. p21.BrickColor = BrickColor.new("Black")
  3070. p21.Material = Enum.Material.SmoothPlastic
  3071. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3072. p21.CanCollide = false
  3073. p21.Locked = true
  3074. p21.FormFactor = Enum.FormFactor.Custom
  3075. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3076. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3079. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3080. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3081. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3082. b21 = Instance.new("BlockMesh", p21)
  3083. b21.Name = "Mesh"
  3084. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3085. p22 = Instance.new("WedgePart", m6)
  3086. p22.BrickColor = BrickColor.new("Crimson")
  3087. p22.Name = "Wedge"
  3088. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3089. p22.CanCollide = false
  3090. p22.Locked = true
  3091. p22.FormFactor = Enum.FormFactor.Custom
  3092. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3093. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3096. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3097. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3098. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3099. b22 = Instance.new("SpecialMesh", p22)
  3100. b22.MeshType = Enum.MeshType.Wedge
  3101. b22.Name = "Mesh"
  3102. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3103. p23 = Instance.new("WedgePart", m6)
  3104. p23.BrickColor = BrickColor.new("Crimson")
  3105. p23.Material = Enum.Material.SmoothPlastic
  3106. p23.Name = "Wedge"
  3107. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3108. p23.CanCollide = false
  3109. p23.Locked = true
  3110. p23.FormFactor = Enum.FormFactor.Custom
  3111. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3112. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3116. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3117. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3118. b23 = Instance.new("SpecialMesh", p23)
  3119. b23.MeshType = Enum.MeshType.Wedge
  3120. b23.Name = "Mesh"
  3121. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3122. p24 = Instance.new("WedgePart", m6)
  3123. p24.BrickColor = BrickColor.new("Black")
  3124. p24.Material = Enum.Material.SmoothPlastic
  3125. p24.Name = "Wedge"
  3126. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3127. p24.CanCollide = false
  3128. p24.Locked = true
  3129. p24.FormFactor = Enum.FormFactor.Custom
  3130. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3131. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3134. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3135. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3136. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3137. b24 = Instance.new("SpecialMesh", p24)
  3138. b24.MeshType = Enum.MeshType.Wedge
  3139. b24.Name = "Mesh"
  3140. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3141. p25 = Instance.new("WedgePart", m6)
  3142. p25.BrickColor = BrickColor.new("Crimson")
  3143. p25.Name = "Wedge"
  3144. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3145. p25.CanCollide = false
  3146. p25.Locked = true
  3147. p25.FormFactor = Enum.FormFactor.Custom
  3148. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3149. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3150. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3151. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3152. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3153. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3154. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3155. b25 = Instance.new("SpecialMesh", p25)
  3156. b25.MeshType = Enum.MeshType.Wedge
  3157. b25.Name = "Mesh"
  3158. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3159. p26 = Instance.new("WedgePart", m6)
  3160. p26.BrickColor = BrickColor.new("Black")
  3161. p26.Material = Enum.Material.SmoothPlastic
  3162. p26.Name = "Wedge"
  3163. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3164. p26.CanCollide = false
  3165. p26.Locked = true
  3166. p26.FormFactor = Enum.FormFactor.Custom
  3167. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3168. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3169. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3170. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3171. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3172. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3173. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3174. b26 = Instance.new("SpecialMesh", p26)
  3175. b26.MeshType = Enum.MeshType.Wedge
  3176. b26.Name = "Mesh"
  3177. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3178. p27 = Instance.new("Part", m6)
  3179. p27.BrickColor = BrickColor.new("Black")
  3180. p27.Material = Enum.Material.SmoothPlastic
  3181. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3182. p27.CanCollide = false
  3183. p27.Locked = true
  3184. p27.FormFactor = Enum.FormFactor.Custom
  3185. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3186. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3187. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3188. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3189. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3190. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3191. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3192. b27 = Instance.new("BlockMesh", p27)
  3193. b27.Name = "Mesh"
  3194. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3195. p28 = Instance.new("WedgePart", m6)
  3196. p28.BrickColor = BrickColor.new("Black")
  3197. p28.Material = Enum.Material.SmoothPlastic
  3198. p28.Name = "Wedge"
  3199. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3200. p28.CanCollide = false
  3201. p28.Locked = true
  3202. p28.FormFactor = Enum.FormFactor.Custom
  3203. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3204. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3205. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3206. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3207. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3208. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3209. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3210. b28 = Instance.new("SpecialMesh", p28)
  3211. b28.MeshType = Enum.MeshType.Wedge
  3212. b28.Name = "Mesh"
  3213. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3214. p29 = Instance.new("Part", m6)
  3215. p29.BrickColor = BrickColor.new("Black")
  3216. p29.Material = Enum.Material.SmoothPlastic
  3217. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3218. p29.CanCollide = false
  3219. p29.Locked = true
  3220. p29.FormFactor = Enum.FormFactor.Custom
  3221. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3222. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3223. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3224. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3225. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3226. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3228. b29 = Instance.new("BlockMesh", p29)
  3229. b29.Name = "Mesh"
  3230. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3231. p30 = Instance.new("WedgePart", m6)
  3232. p30.BrickColor = BrickColor.new("Black")
  3233. p30.Material = Enum.Material.SmoothPlastic
  3234. p30.Name = "Wedge"
  3235. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3236. p30.CanCollide = false
  3237. p30.Locked = true
  3238. p30.FormFactor = Enum.FormFactor.Custom
  3239. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3240. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3243. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3244. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3245. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. b30 = Instance.new("SpecialMesh", p30)
  3247. b30.MeshType = Enum.MeshType.Wedge
  3248. b30.Name = "Mesh"
  3249. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3250. p31 = Instance.new("WedgePart", m6)
  3251. p31.BrickColor = BrickColor.new("Black")
  3252. p31.Material = Enum.Material.SmoothPlastic
  3253. p31.Name = "Wedge"
  3254. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3255. p31.CanCollide = false
  3256. p31.Locked = true
  3257. p31.FormFactor = Enum.FormFactor.Custom
  3258. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3259. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3262. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3263. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3264. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3265. b31 = Instance.new("SpecialMesh", p31)
  3266. b31.MeshType = Enum.MeshType.Wedge
  3267. b31.Name = "Mesh"
  3268. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3269. p32 = Instance.new("Part", m6)
  3270. p32.BrickColor = BrickColor.new("Black")
  3271. p32.Material = Enum.Material.SmoothPlastic
  3272. p32.Name = "BottomRightFlap"
  3273. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3274. p32.CanCollide = false
  3275. p32.Locked = true
  3276. p32.FormFactor = Enum.FormFactor.Custom
  3277. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3278. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3281. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3282. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3283. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3284. b32 = Instance.new("BlockMesh", p32)
  3285. b32.Name = "Mesh"
  3286. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3287. p33 = Instance.new("WedgePart", m6)
  3288. p33.BrickColor = BrickColor.new("Black")
  3289. p33.Material = Enum.Material.SmoothPlastic
  3290. p33.Name = "Wedge"
  3291. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3292. p33.CanCollide = false
  3293. p33.Locked = true
  3294. p33.FormFactor = Enum.FormFactor.Custom
  3295. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3296. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3302. b33 = Instance.new("SpecialMesh", p33)
  3303. b33.MeshType = Enum.MeshType.Wedge
  3304. b33.Name = "Mesh"
  3305. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3306. p34 = Instance.new("WedgePart", m6)
  3307. p34.BrickColor = BrickColor.new("Black")
  3308. p34.Material = Enum.Material.SmoothPlastic
  3309. p34.Name = "Wedge"
  3310. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3311. p34.CanCollide = false
  3312. p34.Locked = true
  3313. p34.FormFactor = Enum.FormFactor.Custom
  3314. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3315. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3319. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. b34 = Instance.new("SpecialMesh", p34)
  3322. b34.MeshType = Enum.MeshType.Wedge
  3323. b34.Name = "Mesh"
  3324. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3325. p35 = Instance.new("Part", m6)
  3326. p35.BrickColor = BrickColor.new("Black")
  3327. p35.Material = Enum.Material.SmoothPlastic
  3328. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3329. p35.CanCollide = false
  3330. p35.Locked = true
  3331. p35.FormFactor = Enum.FormFactor.Custom
  3332. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3333. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3335. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3338. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3339. b35 = Instance.new("BlockMesh", p35)
  3340. b35.Name = "Mesh"
  3341. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3342. p36 = Instance.new("WedgePart", m6)
  3343. p36.BrickColor = BrickColor.new("Black")
  3344. p36.Material = Enum.Material.SmoothPlastic
  3345. p36.Name = "Wedge"
  3346. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3347. p36.CanCollide = false
  3348. p36.Locked = true
  3349. p36.FormFactor = Enum.FormFactor.Custom
  3350. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3351. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3352. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3355. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. b36 = Instance.new("SpecialMesh", p36)
  3358. b36.MeshType = Enum.MeshType.Wedge
  3359. b36.Name = "Mesh"
  3360. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3361. p37 = Instance.new("Part", m6)
  3362. p37.BrickColor = BrickColor.new("Black")
  3363. p37.Material = Enum.Material.SmoothPlastic
  3364. p37.Name = "CapeLevel3"
  3365. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3366. p37.CanCollide = false
  3367. p37.Locked = true
  3368. p37.FormFactor = Enum.FormFactor.Custom
  3369. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3370. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3371. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3374. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3376. b37 = Instance.new("BlockMesh", p37)
  3377. b37.Name = "Mesh"
  3378. b37.Scale = Vector3.new(1, 1, 0.602178097)
  3379. p38 = Instance.new("WedgePart", m6)
  3380. p38.BrickColor = BrickColor.new("Crimson")
  3381. p38.Material = Enum.Material.SmoothPlastic
  3382. p38.Name = "Wedge"
  3383. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3384. p38.CanCollide = false
  3385. p38.Locked = true
  3386. p38.FormFactor = Enum.FormFactor.Custom
  3387. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3388. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3389. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3390. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3391. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3392. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3393. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3394. b38 = Instance.new("SpecialMesh", p38)
  3395. b38.MeshType = Enum.MeshType.Wedge
  3396. b38.Name = "Mesh"
  3397. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3398. p39 = Instance.new("WedgePart", m6)
  3399. p39.BrickColor = BrickColor.new("Crimson")
  3400. p39.Material = Enum.Material.SmoothPlastic
  3401. p39.Name = "Wedge"
  3402. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3403. p39.CanCollide = false
  3404. p39.Locked = true
  3405. p39.FormFactor = Enum.FormFactor.Custom
  3406. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3407. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3410. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3411. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3412. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3413. b39 = Instance.new("SpecialMesh", p39)
  3414. b39.MeshType = Enum.MeshType.Wedge
  3415. b39.Name = "Mesh"
  3416. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3417. p40 = Instance.new("WedgePart", m6)
  3418. p40.BrickColor = BrickColor.new("Black")
  3419. p40.Material = Enum.Material.SmoothPlastic
  3420. p40.Name = "Wedge"
  3421. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3422. p40.CanCollide = false
  3423. p40.Locked = true
  3424. p40.FormFactor = Enum.FormFactor.Custom
  3425. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3426. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3428. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3431. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. b40 = Instance.new("SpecialMesh", p40)
  3433. b40.MeshType = Enum.MeshType.Wedge
  3434. b40.Name = "Mesh"
  3435. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3436. p41 = Instance.new("WedgePart", m6)
  3437. p41.BrickColor = BrickColor.new("Black")
  3438. p41.Material = Enum.Material.SmoothPlastic
  3439. p41.Name = "Wedge"
  3440. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3441. p41.CanCollide = false
  3442. p41.Locked = true
  3443. p41.FormFactor = Enum.FormFactor.Custom
  3444. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3445. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3446. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3447. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3448. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3449. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3450. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3451. b41 = Instance.new("SpecialMesh", p41)
  3452. b41.MeshType = Enum.MeshType.Wedge
  3453. b41.Name = "Mesh"
  3454. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3455. p42 = Instance.new("WedgePart", m6)
  3456. p42.BrickColor = BrickColor.new("Black")
  3457. p42.Material = Enum.Material.SmoothPlastic
  3458. p42.Name = "Wedge"
  3459. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3460. p42.CanCollide = false
  3461. p42.Locked = true
  3462. p42.FormFactor = Enum.FormFactor.Custom
  3463. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3464. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3465. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3466. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3467. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3468. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3469. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3470. b42 = Instance.new("SpecialMesh", p42)
  3471. b42.MeshType = Enum.MeshType.Wedge
  3472. b42.Name = "Mesh"
  3473. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3474. p43 = Instance.new("WedgePart", m6)
  3475. p43.BrickColor = BrickColor.new("Black")
  3476. p43.Material = Enum.Material.SmoothPlastic
  3477. p43.Name = "Wedge"
  3478. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3479. p43.CanCollide = false
  3480. p43.Locked = true
  3481. p43.FormFactor = Enum.FormFactor.Custom
  3482. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3483. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3484. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3486. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3488. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3489. b43 = Instance.new("SpecialMesh", p43)
  3490. b43.MeshType = Enum.MeshType.Wedge
  3491. b43.Name = "Mesh"
  3492. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3493. p44 = Instance.new("WedgePart", m6)
  3494. p44.BrickColor = BrickColor.new("Black")
  3495. p44.Material = Enum.Material.SmoothPlastic
  3496. p44.Name = "Wedge"
  3497. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3498. p44.CanCollide = false
  3499. p44.Locked = true
  3500. p44.FormFactor = Enum.FormFactor.Custom
  3501. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3502. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3503. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3504. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3505. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3506. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3507. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3508. b44 = Instance.new("SpecialMesh", p44)
  3509. b44.MeshType = Enum.MeshType.Wedge
  3510. b44.Name = "Mesh"
  3511. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3512. p45 = Instance.new("WedgePart", m6)
  3513. p45.BrickColor = BrickColor.new("Black")
  3514. p45.Material = Enum.Material.SmoothPlastic
  3515. p45.Name = "Wedge"
  3516. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3517. p45.CanCollide = false
  3518. p45.Locked = true
  3519. p45.FormFactor = Enum.FormFactor.Custom
  3520. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3521. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3522. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3523. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3525. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3527. b45 = Instance.new("SpecialMesh", p45)
  3528. b45.MeshType = Enum.MeshType.Wedge
  3529. b45.Name = "Mesh"
  3530. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3531. p46 = Instance.new("WedgePart", m6)
  3532. p46.BrickColor = BrickColor.new("Black")
  3533. p46.Material = Enum.Material.SmoothPlastic
  3534. p46.Name = "Wedge"
  3535. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3536. p46.CanCollide = false
  3537. p46.Locked = true
  3538. p46.FormFactor = Enum.FormFactor.Custom
  3539. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3540. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3542. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3543. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3544. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3545. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3546. b46 = Instance.new("SpecialMesh", p46)
  3547. b46.MeshType = Enum.MeshType.Wedge
  3548. b46.Name = "Mesh"
  3549. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3550. p47 = Instance.new("Part", m6)
  3551. p47.BrickColor = BrickColor.new("Black")
  3552. p47.Material = Enum.Material.SmoothPlastic
  3553. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3554. p47.CanCollide = false
  3555. p47.Locked = true
  3556. p47.FormFactor = Enum.FormFactor.Custom
  3557. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3558. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3559. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3560. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3561. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3562. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3563. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3564. b47 = Instance.new("BlockMesh", p47)
  3565. b47.Name = "Mesh"
  3566. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3567. p48 = Instance.new("Part", m6)
  3568. p48.BrickColor = BrickColor.new("Black")
  3569. p48.Material = Enum.Material.SmoothPlastic
  3570. p48.Name = "CapeLevel4"
  3571. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3572. p48.CanCollide = false
  3573. p48.Locked = true
  3574. p48.FormFactor = Enum.FormFactor.Custom
  3575. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3576. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3577. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3578. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3579. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3580. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3581. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3582. b48 = Instance.new("BlockMesh", p48)
  3583. b48.Name = "Mesh"
  3584. b48.Scale = Vector3.new(1, 1, 0.602178097)
  3585. p49 = Instance.new("WedgePart", m6)
  3586. p49.BrickColor = BrickColor.new("Black")
  3587. p49.Material = Enum.Material.SmoothPlastic
  3588. p49.Name = "Wedge"
  3589. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3590. p49.CanCollide = false
  3591. p49.Locked = true
  3592. p49.FormFactor = Enum.FormFactor.Custom
  3593. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3594. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3595. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3596. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3597. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3598. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3599. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3600. b49 = Instance.new("SpecialMesh", p49)
  3601. b49.MeshType = Enum.MeshType.Wedge
  3602. b49.Name = "Mesh"
  3603. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3604. p50 = Instance.new("Part", m6)
  3605. p50.BrickColor = BrickColor.new("Black")
  3606. p50.Material = Enum.Material.SmoothPlastic
  3607. p50.Name = "CapeLevel1SubPart"
  3608. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3609. p50.CanCollide = false
  3610. p50.Locked = true
  3611. p50.FormFactor = Enum.FormFactor.Custom
  3612. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  3613. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3614. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3615. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3616. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3617. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3618. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3619. b50 = Instance.new("BlockMesh", p50)
  3620. b50.Name = "Mesh"
  3621. b50.Scale = Vector3.new(1, 1, 0.602178097)
  3622. p51 = Instance.new("Part", m6)
  3623. p51.BrickColor = BrickColor.new("Black")
  3624. p51.Material = Enum.Material.SmoothPlastic
  3625. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3626. p51.CanCollide = false
  3627. p51.Locked = true
  3628. p51.FormFactor = Enum.FormFactor.Custom
  3629. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3630. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3631. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3632. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3633. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3634. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3635. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3636. b51 = Instance.new("BlockMesh", p51)
  3637. b51.Name = "Mesh"
  3638. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3639. p52 = Instance.new("Part", m6)
  3640. p52.BrickColor = BrickColor.new("Black")
  3641. p52.Material = Enum.Material.SmoothPlastic
  3642. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3643. p52.CanCollide = false
  3644. p52.Locked = true
  3645. p52.FormFactor = Enum.FormFactor.Custom
  3646. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3647. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3648. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3650. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3652. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3653. b52 = Instance.new("BlockMesh", p52)
  3654. b52.Name = "Mesh"
  3655. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3656. p53 = Instance.new("WedgePart", m6)
  3657. p53.BrickColor = BrickColor.new("Black")
  3658. p53.Material = Enum.Material.SmoothPlastic
  3659. p53.Name = "Wedge"
  3660. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3661. p53.CanCollide = false
  3662. p53.Locked = true
  3663. p53.FormFactor = Enum.FormFactor.Custom
  3664. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3665. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3666. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3667. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3668. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3670. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3671. b53 = Instance.new("SpecialMesh", p53)
  3672. b53.MeshType = Enum.MeshType.Wedge
  3673. b53.Name = "Mesh"
  3674. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3675. p54 = Instance.new("Part", m6)
  3676. p54.BrickColor = BrickColor.new("Black")
  3677. p54.Material = Enum.Material.SmoothPlastic
  3678. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3679. p54.CanCollide = false
  3680. p54.Locked = true
  3681. p54.FormFactor = Enum.FormFactor.Custom
  3682. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3683. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3684. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3685. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3686. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3688. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3689. b54 = Instance.new("BlockMesh", p54)
  3690. b54.Name = "Mesh"
  3691. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  3692. p55 = Instance.new("WedgePart", m6)
  3693. p55.BrickColor = BrickColor.new("Black")
  3694. p55.Material = Enum.Material.SmoothPlastic
  3695. p55.Name = "Wedge"
  3696. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3697. p55.CanCollide = false
  3698. p55.Locked = true
  3699. p55.FormFactor = Enum.FormFactor.Custom
  3700. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3701. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3702. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3703. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3704. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. b55 = Instance.new("SpecialMesh", p55)
  3708. b55.MeshType = Enum.MeshType.Wedge
  3709. b55.Name = "Mesh"
  3710. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3711. p56 = Instance.new("WedgePart", m6)
  3712. p56.BrickColor = BrickColor.new("Crimson")
  3713. p56.Material = Enum.Material.SmoothPlastic
  3714. p56.Name = "Wedge"
  3715. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3716. p56.CanCollide = false
  3717. p56.Locked = true
  3718. p56.FormFactor = Enum.FormFactor.Custom
  3719. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3720. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3721. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3722. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3723. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. b56 = Instance.new("SpecialMesh", p56)
  3727. b56.MeshType = Enum.MeshType.Wedge
  3728. b56.Name = "Mesh"
  3729. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3730. p57 = Instance.new("WedgePart", m6)
  3731. p57.BrickColor = BrickColor.new("Black")
  3732. p57.Material = Enum.Material.SmoothPlastic
  3733. p57.Name = "Wedge"
  3734. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3735. p57.CanCollide = false
  3736. p57.Locked = true
  3737. p57.FormFactor = Enum.FormFactor.Custom
  3738. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3739. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3741. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3742. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. b57 = Instance.new("SpecialMesh", p57)
  3746. b57.MeshType = Enum.MeshType.Wedge
  3747. b57.Name = "Mesh"
  3748. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3749. p58 = Instance.new("Part", m6)
  3750. p58.BrickColor = BrickColor.new("Black")
  3751. p58.Material = Enum.Material.SmoothPlastic
  3752. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3753. p58.CanCollide = false
  3754. p58.Locked = true
  3755. p58.FormFactor = Enum.FormFactor.Custom
  3756. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3757. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3758. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3759. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3760. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. b58 = Instance.new("BlockMesh", p58)
  3764. b58.Name = "Mesh"
  3765. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3766. p59 = Instance.new("WedgePart", m6)
  3767. p59.BrickColor = BrickColor.new("Black")
  3768. p59.Material = Enum.Material.SmoothPlastic
  3769. p59.Name = "Wedge"
  3770. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3771. p59.CanCollide = false
  3772. p59.Locked = true
  3773. p59.FormFactor = Enum.FormFactor.Custom
  3774. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3775. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3776. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. b59 = Instance.new("SpecialMesh", p59)
  3782. b59.MeshType = Enum.MeshType.Wedge
  3783. b59.Name = "Mesh"
  3784. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3785. p60 = Instance.new("Part", m6)
  3786. p60.BrickColor = BrickColor.new("Black")
  3787. p60.Material = Enum.Material.SmoothPlastic
  3788. p60.Name = "NeckPart"
  3789. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3790. p60.CanCollide = false
  3791. p60.Locked = true
  3792. p60.FormFactor = Enum.FormFactor.Custom
  3793. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  3794. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3795. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3796. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3798. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3799. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. b60 = Instance.new("BlockMesh", p60)
  3801. b60.Name = "Mesh"
  3802. b60.Scale = Vector3.new(1, 0.602178097, 1)
  3803. p61 = Instance.new("Part", m6)
  3804. p61.BrickColor = BrickColor.new("Black")
  3805. p61.Material = Enum.Material.SmoothPlastic
  3806. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3807. p61.CanCollide = false
  3808. p61.Locked = true
  3809. p61.FormFactor = Enum.FormFactor.Custom
  3810. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3811. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3812. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3813. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. b61 = Instance.new("BlockMesh", p61)
  3818. b61.Name = "Mesh"
  3819. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3820. p62 = Instance.new("WedgePart", m6)
  3821. p62.BrickColor = BrickColor.new("Black")
  3822. p62.Material = Enum.Material.SmoothPlastic
  3823. p62.Name = "Wedge"
  3824. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3825. p62.CanCollide = false
  3826. p62.Locked = true
  3827. p62.FormFactor = Enum.FormFactor.Custom
  3828. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3829. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3833. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3834. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3835. b62 = Instance.new("SpecialMesh", p62)
  3836. b62.MeshType = Enum.MeshType.Wedge
  3837. b62.Name = "Mesh"
  3838. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3839. p63 = Instance.new("WedgePart", m6)
  3840. p63.BrickColor = BrickColor.new("Crimson")
  3841. p63.Material = Enum.Material.SmoothPlastic
  3842. p63.Name = "Wedge"
  3843. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3844. p63.CanCollide = false
  3845. p63.Locked = true
  3846. p63.FormFactor = Enum.FormFactor.Custom
  3847. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3848. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3853. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3854. b63 = Instance.new("SpecialMesh", p63)
  3855. b63.MeshType = Enum.MeshType.Wedge
  3856. b63.Name = "Mesh"
  3857. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3858. p64 = Instance.new("WedgePart", m6)
  3859. p64.BrickColor = BrickColor.new("Black")
  3860. p64.Material = Enum.Material.SmoothPlastic
  3861. p64.Name = "Wedge"
  3862. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3863. p64.CanCollide = false
  3864. p64.Locked = true
  3865. p64.FormFactor = Enum.FormFactor.Custom
  3866. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3867. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3872. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3873. b64 = Instance.new("SpecialMesh", p64)
  3874. b64.MeshType = Enum.MeshType.Wedge
  3875. b64.Name = "Mesh"
  3876. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3877. p65 = Instance.new("WedgePart", m6)
  3878. p65.BrickColor = BrickColor.new("Black")
  3879. p65.Material = Enum.Material.SmoothPlastic
  3880. p65.Name = "Wedge"
  3881. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3882. p65.CanCollide = false
  3883. p65.Locked = true
  3884. p65.FormFactor = Enum.FormFactor.Custom
  3885. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3886. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3887. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3890. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3891. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. b65 = Instance.new("SpecialMesh", p65)
  3893. b65.MeshType = Enum.MeshType.Wedge
  3894. b65.Name = "Mesh"
  3895. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3896. p66 = Instance.new("WedgePart", m6)
  3897. p66.BrickColor = BrickColor.new("Black")
  3898. p66.Material = Enum.Material.SmoothPlastic
  3899. p66.Name = "Wedge"
  3900. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3901. p66.CanCollide = false
  3902. p66.Locked = true
  3903. p66.FormFactor = Enum.FormFactor.Custom
  3904. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3905. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. b66 = Instance.new("SpecialMesh", p66)
  3912. b66.MeshType = Enum.MeshType.Wedge
  3913. b66.Name = "Mesh"
  3914. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3915. p67 = Instance.new("WedgePart", m6)
  3916. p67.BrickColor = BrickColor.new("Black")
  3917. p67.Material = Enum.Material.SmoothPlastic
  3918. p67.Name = "Wedge"
  3919. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3920. p67.CanCollide = false
  3921. p67.Locked = true
  3922. p67.FormFactor = Enum.FormFactor.Custom
  3923. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3924. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3926. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3927. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. b67 = Instance.new("SpecialMesh", p67)
  3931. b67.MeshType = Enum.MeshType.Wedge
  3932. b67.Name = "Mesh"
  3933. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3934. p68 = Instance.new("WedgePart", m6)
  3935. p68.BrickColor = BrickColor.new("Crimson")
  3936. p68.Name = "Wedge"
  3937. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3938. p68.CanCollide = false
  3939. p68.Locked = true
  3940. p68.FormFactor = Enum.FormFactor.Custom
  3941. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3942. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3946. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3948. b68 = Instance.new("SpecialMesh", p68)
  3949. b68.MeshType = Enum.MeshType.Wedge
  3950. b68.Name = "Mesh"
  3951. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3952. p69 = Instance.new("WedgePart", m6)
  3953. p69.BrickColor = BrickColor.new("Crimson")
  3954. p69.Name = "Wedge"
  3955. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3956. p69.CanCollide = false
  3957. p69.Locked = true
  3958. p69.FormFactor = Enum.FormFactor.Custom
  3959. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3960. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3961. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3962. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3963. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3964. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. b69 = Instance.new("SpecialMesh", p69)
  3967. b69.MeshType = Enum.MeshType.Wedge
  3968. b69.Name = "Mesh"
  3969. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3970. p70 = Instance.new("WedgePart", m6)
  3971. p70.BrickColor = BrickColor.new("Black")
  3972. p70.Material = Enum.Material.SmoothPlastic
  3973. p70.Name = "Wedge"
  3974. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3975. p70.CanCollide = false
  3976. p70.Locked = true
  3977. p70.FormFactor = Enum.FormFactor.Custom
  3978. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3979. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3983. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. b70 = Instance.new("SpecialMesh", p70)
  3986. b70.MeshType = Enum.MeshType.Wedge
  3987. b70.Name = "Mesh"
  3988. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3989. p71 = Instance.new("WedgePart", m6)
  3990. p71.BrickColor = BrickColor.new("Crimson")
  3991. p71.Name = "Wedge"
  3992. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3993. p71.CanCollide = false
  3994. p71.Locked = true
  3995. p71.FormFactor = Enum.FormFactor.Custom
  3996. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3997. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3999. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4000. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. b71 = Instance.new("SpecialMesh", p71)
  4004. b71.MeshType = Enum.MeshType.Wedge
  4005. b71.Name = "Mesh"
  4006. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4007. p72 = Instance.new("WedgePart", m6)
  4008. p72.BrickColor = BrickColor.new("Black")
  4009. p72.Material = Enum.Material.SmoothPlastic
  4010. p72.Name = "Wedge"
  4011. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4012. p72.CanCollide = false
  4013. p72.Locked = true
  4014. p72.FormFactor = Enum.FormFactor.Custom
  4015. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4016. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4017. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4018. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4019. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4020. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4021. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4022. b72 = Instance.new("SpecialMesh", p72)
  4023. b72.MeshType = Enum.MeshType.Wedge
  4024. b72.Name = "Mesh"
  4025. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4026. p73 = Instance.new("WedgePart", m6)
  4027. p73.BrickColor = BrickColor.new("Black")
  4028. p73.Material = Enum.Material.SmoothPlastic
  4029. p73.Name = "Wedge"
  4030. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4031. p73.CanCollide = false
  4032. p73.Locked = true
  4033. p73.FormFactor = Enum.FormFactor.Custom
  4034. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4035. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4036. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4037. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4038. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4039. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4040. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4041. b73 = Instance.new("SpecialMesh", p73)
  4042. b73.MeshType = Enum.MeshType.Wedge
  4043. b73.Name = "Mesh"
  4044. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4045. p74 = Instance.new("WedgePart", m6)
  4046. p74.BrickColor = BrickColor.new("Black")
  4047. p74.Material = Enum.Material.SmoothPlastic
  4048. p74.Name = "Wedge"
  4049. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4050. p74.CanCollide = false
  4051. p74.Locked = true
  4052. p74.FormFactor = Enum.FormFactor.Custom
  4053. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4054. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4055. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4056. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4058. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4059. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4060. b74 = Instance.new("SpecialMesh", p74)
  4061. b74.MeshType = Enum.MeshType.Wedge
  4062. b74.Name = "Mesh"
  4063. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4064. p75 = Instance.new("WedgePart", m6)
  4065. p75.BrickColor = BrickColor.new("Black")
  4066. p75.Material = Enum.Material.SmoothPlastic
  4067. p75.Name = "Wedge"
  4068. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4069. p75.CanCollide = false
  4070. p75.Locked = true
  4071. p75.FormFactor = Enum.FormFactor.Custom
  4072. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4073. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4074. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4075. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4076. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4077. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4078. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4079. b75 = Instance.new("SpecialMesh", p75)
  4080. b75.MeshType = Enum.MeshType.Wedge
  4081. b75.Name = "Mesh"
  4082. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4083. p76 = Instance.new("WedgePart", m6)
  4084. p76.BrickColor = BrickColor.new("Black")
  4085. p76.Material = Enum.Material.SmoothPlastic
  4086. p76.Name = "Wedge"
  4087. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4088. p76.CanCollide = false
  4089. p76.Locked = true
  4090. p76.FormFactor = Enum.FormFactor.Custom
  4091. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4092. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4093. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4094. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4095. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4096. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4097. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4098. b76 = Instance.new("SpecialMesh", p76)
  4099. b76.MeshType = Enum.MeshType.Wedge
  4100. b76.Name = "Mesh"
  4101. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4102. p77 = Instance.new("WedgePart", m6)
  4103. p77.BrickColor = BrickColor.new("Crimson")
  4104. p77.Material = Enum.Material.SmoothPlastic
  4105. p77.Name = "Wedge"
  4106. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4107. p77.CanCollide = false
  4108. p77.Locked = true
  4109. p77.FormFactor = Enum.FormFactor.Custom
  4110. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4111. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4112. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4113. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4114. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4115. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4116. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4117. b77 = Instance.new("SpecialMesh", p77)
  4118. b77.MeshType = Enum.MeshType.Wedge
  4119. b77.Name = "Mesh"
  4120. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4121. p78 = Instance.new("WedgePart", m6)
  4122. p78.BrickColor = BrickColor.new("Black")
  4123. p78.Material = Enum.Material.SmoothPlastic
  4124. p78.Name = "Wedge"
  4125. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4126. p78.CanCollide = false
  4127. p78.Locked = true
  4128. p78.FormFactor = Enum.FormFactor.Custom
  4129. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4130. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4131. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4132. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4133. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4134. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4135. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4136. b78 = Instance.new("SpecialMesh", p78)
  4137. b78.MeshType = Enum.MeshType.Wedge
  4138. b78.Name = "Mesh"
  4139. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4140. p79 = Instance.new("WedgePart", m6)
  4141. p79.BrickColor = BrickColor.new("Crimson")
  4142. p79.Material = Enum.Material.SmoothPlastic
  4143. p79.Name = "Wedge"
  4144. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4145. p79.CanCollide = false
  4146. p79.Locked = true
  4147. p79.FormFactor = Enum.FormFactor.Custom
  4148. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4149. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4150. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4151. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4152. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4153. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4154. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4155. b79 = Instance.new("SpecialMesh", p79)
  4156. b79.MeshType = Enum.MeshType.Wedge
  4157. b79.Name = "Mesh"
  4158. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4159. p80 = Instance.new("WedgePart", m6)
  4160. p80.BrickColor = BrickColor.new("Black")
  4161. p80.Material = Enum.Material.SmoothPlastic
  4162. p80.Name = "Wedge"
  4163. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4164. p80.CanCollide = false
  4165. p80.Locked = true
  4166. p80.FormFactor = Enum.FormFactor.Custom
  4167. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4168. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4169. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4170. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4171. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4172. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4173. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4174. b80 = Instance.new("SpecialMesh", p80)
  4175. b80.MeshType = Enum.MeshType.Wedge
  4176. b80.Name = "Mesh"
  4177. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4178. w1 = Instance.new("Weld", p1)
  4179. w1.Name = "Joint"
  4180. w1.Part0 = p1
  4181. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4182. w1.Part1 = p47
  4183. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4184. w2 = Instance.new("Weld", p2)
  4185. w2.Name = "Joint"
  4186. w2.Part0 = p2
  4187. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4188. w2.Part1 = p11
  4189. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4190. w3 = Instance.new("Weld", p3)
  4191. w3.Name = "Joint"
  4192. w3.Part0 = p3
  4193. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4194. w3.Part1 = p50
  4195. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4196. w4 = Instance.new("Weld", p4)
  4197. w4.Name = "Joint"
  4198. w4.Part0 = p4
  4199. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4200. w4.Part1 = p5
  4201. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4202. w5 = Instance.new("Weld", p5)
  4203. w5.Name = "Joint"
  4204. w5.Part0 = p5
  4205. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4206. w5.Part1 = p27
  4207. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4208. w6 = Instance.new("Weld", p6)
  4209. w6.Name = "Joint"
  4210. w6.Part0 = p6
  4211. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4212. w6.Part1 = p14
  4213. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4214. w7 = Instance.new("Weld", p7)
  4215. w7.Name = "Joint"
  4216. w7.Part0 = p7
  4217. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4218. w7.Part1 = p10
  4219. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4220. w8 = Instance.new("Weld", p8)
  4221. w8.Name = "Joint"
  4222. w8.Part0 = p8
  4223. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4224. w8.Part1 = p32
  4225. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4226. w9 = Instance.new("Weld", p9)
  4227. w9.Name = "Joint"
  4228. w9.Part0 = p9
  4229. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4230. w9.Part1 = p16
  4231. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4232. w10 = Instance.new("Weld", p10)
  4233. w10.Name = "Joint"
  4234. w10.Part0 = p10
  4235. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4236. w10.Part1 = p61
  4237. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4238. w11 = Instance.new("Weld", p11)
  4239. w11.Name = "Joint"
  4240. w11.Part0 = p11
  4241. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4242. w11.Part1 = p13
  4243. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4244. w12 = Instance.new("Weld", p12)
  4245. w12.Name = "Joint"
  4246. w12.Part0 = p12
  4247. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4248. w12.Part1 = p29
  4249. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4250. w13 = Instance.new("Weld", p13)
  4251. w13.Name = "Joint"
  4252. w13.Part0 = p13
  4253. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4254. w13.Part1 = p48
  4255. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4256. w14 = Instance.new("Weld", p14)
  4257. w14.Name = "Joint"
  4258. w14.Part0 = p14
  4259. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4260. w14.Part1 = p60
  4261. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4262. w15 = Instance.new("Weld", p15)
  4263. w15.Name = "Joint"
  4264. w15.Part0 = p15
  4265. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4266. w15.Part1 = p17
  4267. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4268. w16 = Instance.new("Weld", p16)
  4269. w16.Name = "Joint"
  4270. w16.Part0 = p16
  4271. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4272. w16.Part1 = p48
  4273. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4274. w17 = Instance.new("Weld", p17)
  4275. w17.Name = "Joint"
  4276. w17.Part0 = p17
  4277. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4278. w17.Part1 = p50
  4279. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4280. w18 = Instance.new("Weld", p18)
  4281. w18.Name = "Joint"
  4282. w18.Part0 = p18
  4283. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4284. w18.Part1 = p50
  4285. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4286. w19 = Instance.new("Weld", p19)
  4287. w19.Name = "Joint"
  4288. w19.Part0 = p19
  4289. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4290. w19.Part1 = p54
  4291. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4292. w20 = Instance.new("Weld", p20)
  4293. w20.Name = "Joint"
  4294. w20.Part0 = p20
  4295. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4296. w20.Part1 = p21
  4297. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4298. w21 = Instance.new("Weld", p21)
  4299. w21.Name = "Joint"
  4300. w21.Part0 = p21
  4301. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4302. w21.Part1 = p37
  4303. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4304. w22 = Instance.new("Weld", p22)
  4305. w22.Name = "Joint"
  4306. w22.Part0 = p22
  4307. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4308. w22.Part1 = p8
  4309. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4310. w23 = Instance.new("Weld", p23)
  4311. w23.Name = "Joint"
  4312. w23.Part0 = p23
  4313. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4314. w23.Part1 = p35
  4315. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4316. w24 = Instance.new("Weld", p24)
  4317. w24.Name = "Joint"
  4318. w24.Part0 = p24
  4319. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4320. w24.Part1 = p48
  4321. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4322. w25 = Instance.new("Weld", p25)
  4323. w25.Name = "Joint"
  4324. w25.Part0 = p25
  4325. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4326. w25.Part1 = p8
  4327. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4328. w26 = Instance.new("Weld", p26)
  4329. w26.Name = "Joint"
  4330. w26.Part0 = p26
  4331. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4332. w26.Part1 = p6
  4333. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4334. w27 = Instance.new("Weld", p27)
  4335. w27.Name = "Joint"
  4336. w27.Part0 = p27
  4337. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4338. w27.Part1 = p48
  4339. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4340. w28 = Instance.new("Weld", p28)
  4341. w28.Name = "Joint"
  4342. w28.Part0 = p28
  4343. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4344. w28.Part1 = p35
  4345. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4346. w29 = Instance.new("Weld", p29)
  4347. w29.Name = "Joint"
  4348. w29.Part0 = p29
  4349. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4350. w29.Part1 = p37
  4351. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4352. w30 = Instance.new("Weld", p30)
  4353. w30.Name = "Joint"
  4354. w30.Part0 = p30
  4355. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4356. w30.Part1 = p20
  4357. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4358. w31 = Instance.new("Weld", p31)
  4359. w31.Name = "Joint"
  4360. w31.Part0 = p31
  4361. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4362. w31.Part1 = p16
  4363. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4364. w32 = Instance.new("Weld", p32)
  4365. w32.Name = "Joint"
  4366. w32.Part0 = p32
  4367. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4368. w32.Part1 = p48
  4369. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4370. w33 = Instance.new("Weld", p33)
  4371. w33.Name = "Joint"
  4372. w33.Part0 = p33
  4373. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4374. w33.Part1 = p21
  4375. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4376. w34 = Instance.new("Weld", p34)
  4377. w34.Name = "Joint"
  4378. w34.Part0 = p34
  4379. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4380. w34.Part1 = p27
  4381. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4382. w35 = Instance.new("Weld", p35)
  4383. w35.Name = "Joint"
  4384. w35.Part0 = p35
  4385. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4386. w35.Part1 = p58
  4387. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4388. w36 = Instance.new("Weld", p36)
  4389. w36.Name = "Joint"
  4390. w36.Part0 = p36
  4391. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4392. w36.Part1 = p29
  4393. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4394. w37 = Instance.new("Weld", p37)
  4395. w37.Name = "Joint"
  4396. w37.Part0 = p37
  4397. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4398. w37.Part1 = p3
  4399. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4400. w38 = Instance.new("Weld", p38)
  4401. w38.Name = "Joint"
  4402. w38.Part0 = p38
  4403. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4404. w38.Part1 = p4
  4405. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4406. w39 = Instance.new("Weld", p39)
  4407. w39.Name = "Joint"
  4408. w39.Part0 = p39
  4409. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4410. w39.Part1 = p12
  4411. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4412. w40 = Instance.new("Weld", p40)
  4413. w40.Name = "Joint"
  4414. w40.Part0 = p40
  4415. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4416. w40.Part1 = p52
  4417. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4418. w41 = Instance.new("Weld", p41)
  4419. w41.Name = "Joint"
  4420. w41.Part0 = p41
  4421. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4422. w41.Part1 = p5
  4423. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4424. w42 = Instance.new("Weld", p42)
  4425. w42.Name = "Joint"
  4426. w42.Part0 = p42
  4427. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4428. w42.Part1 = p8
  4429. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4430. w43 = Instance.new("Weld", p43)
  4431. w43.Name = "Joint"
  4432. w43.Part0 = p43
  4433. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4434. w43.Part1 = p5
  4435. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4436. w44 = Instance.new("Weld", p44)
  4437. w44.Name = "Joint"
  4438. w44.Part0 = p44
  4439. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4440. w44.Part1 = p15
  4441. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4442. w45 = Instance.new("Weld", p45)
  4443. w45.Name = "Joint"
  4444. w45.Part0 = p45
  4445. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4446. w45.Part1 = p11
  4447. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4448. w46 = Instance.new("Weld", p46)
  4449. w46.Name = "Joint"
  4450. w46.Part0 = p46
  4451. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4452. w46.Part1 = p6
  4453. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4454. w47 = Instance.new("Weld", p47)
  4455. w47.Name = "Joint"
  4456. w47.Part0 = p47
  4457. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4458. w47.Part1 = p18
  4459. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4460. w48 = Instance.new("Weld", p48)
  4461. w48.Name = "Joint"
  4462. w48.Part0 = p48
  4463. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4464. w48.Part1 = p37
  4465. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4466. w49 = Instance.new("Weld", p49)
  4467. w49.Name = "Joint"
  4468. w49.Part0 = p49
  4469. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4470. w49.Part1 = p47
  4471. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4472. w50 = Instance.new("Weld", p50)
  4473. w50.Name = "Joint"
  4474. w50.Part0 = p50
  4475. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4476. w50.Part1 = p6
  4477. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4478. w51 = Instance.new("Weld", p51)
  4479. w51.Name = "Joint"
  4480. w51.Part0 = p51
  4481. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4482. w51.Part1 = p52
  4483. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4484. w52 = Instance.new("Weld", p52)
  4485. w52.Name = "Joint"
  4486. w52.Part0 = p52
  4487. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4488. w52.Part1 = p3
  4489. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4490. w53 = Instance.new("Weld", p53)
  4491. w53.Name = "Joint"
  4492. w53.Part0 = p53
  4493. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4494. w53.Part1 = p9
  4495. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4496. w54 = Instance.new("Weld", p54)
  4497. w54.Name = "Joint"
  4498. w54.Part0 = p54
  4499. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4500. w54.Part1 = p9
  4501. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4502. w55 = Instance.new("Weld", p55)
  4503. w55.Name = "Joint"
  4504. w55.Part0 = p55
  4505. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4506. w55.Part1 = p8
  4507. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4508. w56 = Instance.new("Weld", p56)
  4509. w56.Name = "Joint"
  4510. w56.Part0 = p56
  4511. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4512. w56.Part1 = p20
  4513. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4514. w57 = Instance.new("Weld", p57)
  4515. w57.Name = "Joint"
  4516. w57.Part0 = p57
  4517. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4518. w57.Part1 = p47
  4519. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4520. w58 = Instance.new("Weld", p58)
  4521. w58.Name = "Joint"
  4522. w58.Part0 = p58
  4523. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4524. w58.Part1 = p3
  4525. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4526. w59 = Instance.new("Weld", p59)
  4527. w59.Name = "Joint"
  4528. w59.Part0 = p59
  4529. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4530. w59.Part1 = p32
  4531. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4532. w60 = Instance.new("Weld", p61)
  4533. w60.Name = "Joint"
  4534. w60.Part0 = p61
  4535. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4536. w60.Part1 = p48
  4537. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4538. w61 = Instance.new("Weld", p62)
  4539. w61.Name = "Joint"
  4540. w61.Part0 = p62
  4541. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4542. w61.Part1 = p10
  4543. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4544. w62 = Instance.new("Weld", p63)
  4545. w62.Name = "Joint"
  4546. w62.Part0 = p63
  4547. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4548. w62.Part1 = p7
  4549. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4550. w63 = Instance.new("Weld", p64)
  4551. w63.Name = "Joint"
  4552. w63.Part0 = p64
  4553. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4554. w63.Part1 = p54
  4555. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4556. w64 = Instance.new("Weld", p65)
  4557. w64.Name = "Joint"
  4558. w64.Part0 = p65
  4559. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4560. w64.Part1 = p13
  4561. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4562. w65 = Instance.new("Weld", p66)
  4563. w65.Name = "Joint"
  4564. w65.Part0 = p66
  4565. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4566. w65.Part1 = p52
  4567. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4568. w66 = Instance.new("Weld", p67)
  4569. w66.Name = "Joint"
  4570. w66.Part0 = p67
  4571. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4572. w66.Part1 = p16
  4573. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4574. w67 = Instance.new("Weld", p68)
  4575. w67.Name = "Joint"
  4576. w67.Part0 = p68
  4577. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4578. w67.Part1 = p11
  4579. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4580. w68 = Instance.new("Weld", p69)
  4581. w68.Name = "Joint"
  4582. w68.Part0 = p69
  4583. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4584. w68.Part1 = p11
  4585. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4586. w69 = Instance.new("Weld", p70)
  4587. w69.Name = "Joint"
  4588. w69.Part0 = p70
  4589. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4590. w69.Part1 = p58
  4591. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4592. w70 = Instance.new("Weld", p71)
  4593. w70.Name = "Joint"
  4594. w70.Part0 = p71
  4595. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4596. w70.Part1 = p54
  4597. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4598. w71 = Instance.new("Weld", p72)
  4599. w71.Name = "Joint"
  4600. w71.Part0 = p72
  4601. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4602. w71.Part1 = p9
  4603. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4604. w72 = Instance.new("Weld", p73)
  4605. w72.Name = "Joint"
  4606. w72.Part0 = p73
  4607. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4608. w72.Part1 = p13
  4609. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4610. w73 = Instance.new("Weld", p74)
  4611. w73.Name = "Joint"
  4612. w73.Part0 = p74
  4613. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4614. w73.Part1 = p10
  4615. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4616. w74 = Instance.new("Weld", p75)
  4617. w74.Name = "Joint"
  4618. w74.Part0 = p75
  4619. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4620. w74.Part1 = p54
  4621. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4622. w75 = Instance.new("Weld", p76)
  4623. w75.Name = "Joint"
  4624. w75.Part0 = p76
  4625. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4626. w75.Part1 = p32
  4627. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4628. w76 = Instance.new("Weld", p77)
  4629. w76.Name = "Joint"
  4630. w76.Part0 = p77
  4631. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4632. w76.Part1 = p15
  4633. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4634. w77 = Instance.new("Weld", p78)
  4635. w77.Name = "Joint"
  4636. w77.Part0 = p78
  4637. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4638. w77.Part1 = p15
  4639. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4640. w78 = Instance.new("Weld", p79)
  4641. w78.Name = "Joint"
  4642. w78.Part0 = p79
  4643. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4644. w78.Part1 = p51
  4645. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4646. w79 = Instance.new("Weld", p80)
  4647. w79.Name = "Joint"
  4648. w79.Part0 = p80
  4649. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4650. w79.Part1 = p12
  4651. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4652. m6.Parent = torso
  4653. m6:MakeJoints()
  4654.  
  4655. model = m6;
  4656. for i,v in pairs(model:GetChildren()) do
  4657. if v:IsA('Part') then
  4658. v.Transparency = 1;
  4659. end
  4660. end
  4661.  
  4662. model = m6;
  4663. for i,v in pairs(model:GetChildren()) do
  4664. if v:IsA('WedgePart') then
  4665. v.Transparency = 1;
  4666. end
  4667. end
  4668.  
  4669. model = m6;
  4670. for i,v in pairs(model:GetChildren()) do
  4671. if v:IsA('SpecialMesh') then
  4672. v.Transparency = 1;
  4673. end
  4674. end
  4675. ----------------------------------------------------
  4676. --EDIT SECTION HERE--
  4677.  
  4678. --flying--
  4679.  
  4680. local char = game.Players.LocalPlayer.Character
  4681. local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
  4682. local player = game.Players.LocalPlayer
  4683. local pchar = player.Character
  4684. local mouse = player:GetMouse()
  4685. local cam = workspace.CurrentCamera
  4686. local hum = char.Humanoid
  4687. local root = char.HumanoidRootPart
  4688.  
  4689.  
  4690. local rad = math.rad
  4691.  
  4692. local keysDown = {}
  4693. local flySpeed = 0
  4694. local MAX_FLY_SPEED = 100
  4695.  
  4696. local canFly = false
  4697. local flyToggled = false
  4698.  
  4699. local forward, side = 0, 0
  4700. local lastForward, lastSide = 0, 0
  4701.  
  4702. local floatBP = Instance.new("BodyPosition")
  4703. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  4704. local flyBV = Instance.new("BodyVelocity")
  4705. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4706. local turnBG = Instance.new("BodyGyro")
  4707. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  4708.  
  4709. mouse.KeyDown:connect(function(key)
  4710. keysDown[key] = true
  4711.  
  4712. if key == "g" then
  4713. flyToggled = not flyToggled
  4714.  
  4715. if not flyToggled then
  4716. animpose = "Idle1"
  4717. stanceToggle = "Idle1"
  4718. floatBP.Parent = nil
  4719. flyBV.Parent = nil
  4720. turnBG.Parent = nil
  4721. root.Velocity = Vector3.new()
  4722. pchar.Humanoid.PlatformStand = false
  4723. end
  4724. end
  4725.  
  4726. end)
  4727. mouse.KeyUp:connect(function(key)
  4728. keysDown[key] = nil
  4729. end)
  4730.  
  4731. local function updateFly()
  4732.  
  4733. if not flyToggled then return end
  4734.  
  4735. lastForward = forward
  4736. lastSide = side
  4737.  
  4738. forward = 0
  4739. side = 0
  4740.  
  4741. if keysDown.w then
  4742. forward = forward + 1
  4743. animpose = "Idle1"
  4744. end
  4745. if keysDown.s then
  4746. forward = forward - 1
  4747. animpose = "Idle1"
  4748. end
  4749. if keysDown.a then
  4750. side = side - 1
  4751. animpose = "Idle1"
  4752. end
  4753. if keysDown.d then
  4754. side = side + 1
  4755. animpose = "Idle1"
  4756. end
  4757.  
  4758.  
  4759. canFly = (forward ~= 0 or side ~= 0)
  4760.  
  4761. if canFly then
  4762. stanceToggle = "Grab"
  4763. turnBG.Parent = root
  4764. floatBP.Parent = nil
  4765. flyBV.Parent = root
  4766.  
  4767.  
  4768. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  4769. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  4770. else
  4771. floatBP.position = root.Position
  4772. floatBP.Parent = root
  4773.  
  4774. flySpeed = flySpeed - 1
  4775. if flySpeed < 0 then flySpeed = 0 end
  4776. end
  4777.  
  4778. local camCF = cam.CoordinateFrame
  4779. local in_forward = canFly and forward or lastForward
  4780. local in_side = canFly and side or lastSide
  4781.  
  4782. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  4783. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  4784.  
  4785. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  4786. 0)
  4787. end
  4788.  
  4789. game:service'RunService'.RenderStepped:connect(function()
  4790. if flyToggled then
  4791. pchar.Humanoid.PlatformStand = true
  4792. end
  4793. updateFly()
  4794. end)
  4795. ----------------------------------------------
  4796. --arm effects--
  4797.  
  4798. Player=game:GetService("Players").LocalPlayer
  4799. Character=Player.Character
  4800. PlayerGui=Player.PlayerGui
  4801. Backpack=Player.Backpack
  4802. Torso=Character.Torso
  4803. Head=Character.Head
  4804. Humanoid=Character.Humanoid
  4805. m=Instance.new('Model',Character)
  4806. LeftArm=Character["Left Arm"]
  4807. LeftLeg=Character["Left Leg"]
  4808. RightArm=Character["Right Arm"]
  4809. RightLeg=Character["Right Leg"]
  4810. local mouse=Player:GetMouse()
  4811. local PE = Instance.new("ParticleEmitter", LeftArm)
  4812. PE.Name = "Flame"
  4813. local c1 = Color3.fromRGB (0,0,0)
  4814. local c2 = Color3.fromRGB (0,0,150)
  4815. PE.Color = ColorSequence.new(c1)
  4816. PE.EmissionDirection = "Bottom"
  4817. PE.Texture = "rbxassetid://242201991"
  4818. PE.LightEmission = 0.850
  4819. PE.Speed = NumberRange.new(0)
  4820. PE.RotSpeed = NumberRange.new(250)
  4821. PE.Size = NumberSequence.new(.5)
  4822. PE.Lifetime = NumberRange.new(0.2)
  4823. PE.Rate = 200
  4824. PE.VelocitySpread = 50
  4825.  
  4826.  
  4827. local PE = Instance.new("ParticleEmitter", RightArm)
  4828. PE.Name = "Flame"
  4829. local c1 = Color3.fromRGB (0,0,0)
  4830. local c2 = Color3.fromRGB (0,0,150)
  4831. PE.Color = ColorSequence.new(c1)
  4832. PE.EmissionDirection = "Bottom"
  4833. PE.Texture = "rbxassetid://242201991"
  4834. PE.LightEmission = 0.850
  4835. PE.Speed = NumberRange.new(0)
  4836. PE.RotSpeed = NumberRange.new(250)
  4837. PE.Size = NumberSequence.new(.5)
  4838. PE.Lifetime = NumberRange.new(0.2)
  4839. PE.Rate = 200
  4840. PE.VelocitySpread = 50
  4841. ------------------------------------------Magic----
  4842. Magik = function()
  4843. Spawn(function()
  4844. local function lerp(a,b,c)
  4845. return a+(b-a)*c
  4846. end
  4847. local function rndRange(rng)
  4848. return math.random(-rng*1000,rng*1000)/1000
  4849. end
  4850. local magik = Instance.new("Part", LeftArm)
  4851. local Colors = {"Crimson", "Really black"}
  4852. local Material = {"Granite","Granite"}
  4853. magik.Anchored = true
  4854. magik.Material = "Granite"
  4855. magik.Locked = true
  4856. magik.FormFactor = "Custom"
  4857. magik.Size = Vector3.new(1.2, 1.2, 1.2)
  4858. magik.TopSurface = "Smooth"
  4859. magik.BottomSurface = "Smooth"
  4860. magik.Transparency = 0
  4861. magik.CanCollide = false
  4862. magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4863. magik.Material = (Material[math.random(1,#Material)])
  4864. local mr = math.rad
  4865. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  4866. local cf = LeftArm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)
  4867. magik.CFrame = cf
  4868. for i = 0, 1, .05 do
  4869. local newTrans = lerp(0.5, 1, i)
  4870. local ns = lerp(1,1.2,i)
  4871. magik.Transparency = newTrans
  4872. magik.Size = Vector3.new(ns,ns,ns)
  4873. magik.CFrame = cf
  4874. wait()
  4875. end
  4876. magik:Destroy()
  4877. wait()
  4878. end)
  4879. end
  4880.  
  4881.  
  4882. Spawn(function()
  4883. while wait (.1) do
  4884. Magik()
  4885. end
  4886. end)
  4887.  
  4888. local p = game.Players.LocalPlayer
  4889. local char = p.Character
  4890. local mouse = p:GetMouse()
  4891. local larm = char["Left Arm"]
  4892. local rarm = char["Right Arm"]
  4893. local lleg = char["Left Leg"]
  4894. local rleg = char["Right Leg"]
  4895. local hed = char.Head
  4896. local torso = char.Torso
  4897. local hum = char.Humanoid
  4898. local cam = game.Workspace.CurrentCamera
  4899. local root = char.HumanoidRootPart
  4900. local deb = false
  4901. local CanAttack = true
  4902. local shot = 0
  4903. local l = game:GetService("Lighting")
  4904. local rs = game:GetService("RunService").RenderStepped
  4905. math.randomseed(os.time())
  4906. hum.MaxHealth = 9001
  4907. wait(1)
  4908. hum.Health = 9001
  4909.  
  4910. for i,v in pairs (hed:GetChildren()) do
  4911. if v:IsA("Sound") then
  4912. v:Destroy()
  4913. end
  4914. end
  4915. --game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char
  4916. --char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813"
  4917.  
  4918.  
  4919. ----------------------------------------------------
  4920. --[[Additional Functions]]
  4921.  
  4922. cf=CFrame.new
  4923. vt=Vector3.new
  4924.  
  4925. function swait(num)
  4926. if num==0 or num==nil then
  4927. game:service'RunService'.Stepped:wait(0)
  4928. else
  4929. for i=0,num do
  4930. game:service'RunService'.Stepped:wait(0)
  4931. end
  4932. end
  4933. end
  4934.  
  4935. so = function(id,par,vol,pit)
  4936. coroutine.resume(coroutine.create(function()
  4937. local sou = Instance.new("Sound",par or workspace)
  4938. sou.Volume=vol
  4939. sou.Pitch=pit or 1
  4940. sou.SoundId=id
  4941. swait()
  4942. sou:play()
  4943. game:GetService("Debris"):AddItem(sou,6)
  4944. end))
  4945. end
  4946.  
  4947.  
  4948.  
  4949.  
  4950.  
  4951. ----------------------------------------------------
  4952. Debounces = {
  4953. CanAttack = true;
  4954. CanJoke = true;
  4955. NoIdl = false;
  4956. Slashing = false;
  4957. Slashed = false;
  4958. Slapping = false;
  4959. Slapped = false;
  4960. ks = false;
  4961. }
  4962.  
  4963. local Touche = {char.Name, }
  4964. ----------------------------------------------------
  4965. function HasntTouched(plrname)
  4966. local ret = true
  4967. for _, v in pairs(Touche) do
  4968. if v == plrname then
  4969. ret = false
  4970. end
  4971. end
  4972. return ret
  4973. end
  4974. ----------------------------------------------------
  4975. function weld5(part0, part1, c0, c1)
  4976. weeld=Instance.new("Weld", part0)
  4977. weeld.Part0=part0
  4978. weeld.Part1=part1
  4979. weeld.C0=c0
  4980. weeld.C1=c1
  4981. return weeld
  4982. end
  4983. ----------------------------------------------------
  4984. mod=Instance.new('Model',char)
  4985.  
  4986. function Burst()
  4987. part=Instance.new('Part',mod)
  4988. part.Anchored=true
  4989. part.CanCollide=false
  4990. part.FormFactor='Custom'
  4991. part.Size=Vector3.new(.2,.2,.2)
  4992. part.CFrame=root.CFrame*CFrame.new(0,1,0)*CFrame.Angles(math.rad(90),0,0)
  4993. part.Transparency=.7
  4994.  
  4995. if holy ~= true then
  4996. part.BrickColor=BrickColor.new('Really black')
  4997. else
  4998. part.BrickColor=BrickColor.new('Crimson')
  4999. end
  5000.  
  5001. mesh=Instance.new('SpecialMesh',part)
  5002. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  5003. mesh.Scale=Vector3.new(10,5,10)
  5004. part2=part:clone()
  5005. part2.Parent=mod
  5006.  
  5007. if holy ~= true then
  5008. part2.BrickColor=BrickColor.new('Crimson')
  5009. else
  5010. part2.BrickColor=BrickColor.new('Crimson')
  5011. end
  5012.  
  5013. mesh2=mesh:clone()
  5014. mesh2.Parent=part2
  5015. mesh2.Scale=Vector3.new(5,2.5,5)
  5016. coroutine.resume(coroutine.create(function()
  5017. for i=0,1,0.1 do
  5018. wait()
  5019. part.CFrame=part.CFrame
  5020. part.Transparency=i
  5021. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  5022. part2.CFrame=part2.CFrame
  5023. part2.Transparency=i
  5024. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  5025. end
  5026. part.Parent=nil
  5027. part2.Parent=nil
  5028. end))
  5029. end
  5030. ----------------------------------------------------
  5031. mod4 = Instance.new("Model",char)
  5032.  
  5033. ptez = {0.7, 0.8, 0.9, 1}
  5034.  
  5035. function FindNearestTorso(Position,Distance,SinglePlayer)
  5036. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  5037. local List = {}
  5038. for i,v in pairs(workspace:GetChildren())do
  5039. if v:IsA("Model")then
  5040. if v:findFirstChild("Torso")then
  5041. if v ~= char then
  5042. if(v.Torso.Position -Position).magnitude <= Distance then
  5043. table.insert(List,v)
  5044. end
  5045. end
  5046. end
  5047. end
  5048. end
  5049. return List
  5050. end
  5051.  
  5052. function Slam()
  5053. part=Instance.new('Part',mod4)
  5054. part.Anchored=true
  5055. part.CanCollide=false
  5056. part.FormFactor='Custom'
  5057. part.Size=Vector3.new(.2,.2,.2)
  5058. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  5059. part.Transparency=.7
  5060.  
  5061. if holy ~= true then
  5062. part.BrickColor=BrickColor.new('Really black')
  5063. else
  5064. part.BrickColor=BrickColor.new('Crimson')
  5065. end
  5066.  
  5067. mesh=Instance.new('SpecialMesh',part)
  5068. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  5069. mesh.Scale=Vector3.new(3,3,3)
  5070. part2=Instance.new('Part',mod4)
  5071. part2.Anchored=true
  5072. part2.CanCollide=false
  5073. part2.FormFactor='Custom'
  5074. part2.Size=Vector3.new(.2,.2,.2)
  5075. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  5076. part2.Transparency=.7
  5077.  
  5078. if holy ~= true then
  5079. part2.BrickColor=BrickColor.new('Crimson')
  5080. else
  5081. part2.BrickColor=BrickColor.new('Crimson')
  5082. end
  5083.  
  5084. mesh2=Instance.new('SpecialMesh',part2)
  5085. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  5086. mesh2.Scale=Vector3.new(3,1.5,3)
  5087. x = Instance.new("Sound",char)
  5088. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  5089. x.Pitch = ptez[math.random(1,#ptez)]
  5090. x.Volume = 1
  5091. wait(.1)
  5092. x1 = Instance.new("Sound",char)
  5093. x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
  5094. x1.Pitch = ptez[math.random(1,#ptez)]
  5095. x1.Volume = 1
  5096. wait(.1)
  5097. x:Play()
  5098. x1:Play()
  5099. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  5100. if v:FindFirstChild('Humanoid') then
  5101. v.Humanoid:TakeDamage(math.random(99999999,99999999))
  5102. end
  5103. end
  5104. coroutine.resume(coroutine.create(function()
  5105. for i=0,0.62,0.13 do
  5106. wait()
  5107. part.CFrame=part.CFrame
  5108. part.Transparency=i
  5109. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  5110. part2.CFrame=part2.CFrame
  5111. part2.Transparency=i
  5112. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  5113. end
  5114. part.Parent=nil
  5115. part2.Parent=nil
  5116. x:Destroy()
  5117. end))
  5118. end
  5119. ----------------------------------------------------PUNCH FUNC
  5120. GroundWave = function()
  5121. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5122. local Colors = {"Crimson", "Really black"}
  5123. local wave = Instance.new("Part", torso)
  5124.  
  5125. if holy == false then
  5126. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  5127. else
  5128. wave.BrickColor = BrickColor.new("Crimson")
  5129. end
  5130.  
  5131. wave.Anchored = true
  5132. wave.CanCollide = false
  5133. wave.Material = "Granite"
  5134. wave.Locked = true
  5135. wave.Size = Vector3.new(1, 1, 1)
  5136. wave.TopSurface = "Smooth"
  5137. wave.BottomSurface = "Smooth"
  5138. wave.Transparency = 0.35
  5139. wave.CFrame = HandCF
  5140. wm = Instance.new("SpecialMesh", wave)
  5141. wm.MeshId = "rbxassetid://3270017"
  5142. coroutine.wrap(function()
  5143. for i = 1, 14, 1 do
  5144. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  5145. wave.Size = wm.Scale
  5146. wave.CFrame = HandCF
  5147. wave.Transparency = i/14
  5148. wait()
  5149. end
  5150. wait()
  5151. wave:Destroy()
  5152. end)()
  5153. end
  5154. ----------------------------------------------------
  5155. function lerp(a, b, t) -- Linear interpolation
  5156. return a + (b - a)*t
  5157. end
  5158.  
  5159. function slerp(a, b, t) --Spherical interpolation
  5160. dot = a:Dot(b)
  5161. if dot > 0.99999 or dot < -0.99999 then
  5162. return t <= 0.5 and a or b
  5163. else
  5164. r = math.acos(dot)
  5165. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  5166. end
  5167. end
  5168.  
  5169. function matrixInterpolate(a, b, t)
  5170. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  5171. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  5172. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  5173. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  5174. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  5175. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  5176. local t = v1:Dot(v2)
  5177. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  5178. return CFrame.new()
  5179. end
  5180. return CFrame.new(
  5181. v0.x, v0.y, v0.z,
  5182. v1.x, v1.y, v1.z,
  5183. v2.x, v2.y, v2.z,
  5184. v3.x, v3.y, v3.z)
  5185. end
  5186. ----------------------------------------------------
  5187. function genWeld(a,b)
  5188. local w = Instance.new("Weld",a)
  5189. w.Part0 = a
  5190. w.Part1 = b
  5191. return w
  5192. end
  5193. function weld(a, b)
  5194. local weld = Instance.new("Weld")
  5195. weld.Name = "W"
  5196. weld.Part0 = a
  5197. weld.Part1 = b
  5198. weld.C0 = a.CFrame:inverse() * b.CFrame
  5199. weld.Parent = a
  5200. return weld;
  5201. end
  5202. ----------------------------------------------------
  5203. function Lerp(c1,c2,al)
  5204. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  5205. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  5206. for i,v in pairs(com1) do
  5207. com1[i] = v+(com2[i]-v)*al
  5208. end
  5209. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  5210. end
  5211. ----------------------------------------------------[[Dissolve function]]
  5212. function Dissolve(ret)
  5213.  
  5214. ret.BrickColor = BrickColor.new("Really black")
  5215. for i = 1, 10 do wait()
  5216. for i,v in pairs(ret:GetChildren()) do
  5217. if v:IsA("Part") or v:IsA("WedgePart") then
  5218. v.Transparency = v.Transparency + 0.1
  5219.  
  5220. end
  5221. end
  5222. end
  5223. ret:Destroy()
  5224. end
  5225.  
  5226. ----------------------------------------------------
  5227. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  5228. local wld = Instance.new("Weld", wp1)
  5229. wld.Part0 = wp0
  5230. wld.Part1 = wp1
  5231. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  5232. end
  5233. ----------------------------------------------------newblast
  5234. mouse.KeyDown:connect(function(key)
  5235. if key == "e" then
  5236. if Debounces.CanAttack == true then
  5237. Debounces.CanAttack = false
  5238. Debounces.on = true
  5239. Debounces.NoIdl = true
  5240. animpose = "Idle1"
  5241. for i = 1, 15 do
  5242. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  5243. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  5244. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  5245. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  5246. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5247. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5248. if Debounces.on == false then break end
  5249. rs:wait(2.7)
  5250. end
  5251. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  5252. x = Instance.new("Sound",char.Head)
  5253. x.SoundId = "rbxassetid://183763515"
  5254. x.Pitch = 0.7
  5255. x.Volume = .8
  5256. x3 = Instance.new("Sound",char.Head)
  5257. x3.SoundId = "rbxassetid://183763487"
  5258. x3.Pitch = 1
  5259. x3.Volume = .8
  5260. wait(.1)
  5261. x:Play()
  5262. x3:Play()
  5263.  
  5264. if holy == true then
  5265. so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
  5266. so("http://roblox.com/asset/?id=2233091183",hed,1,1)
  5267. else
  5268. end
  5269.  
  5270. Debounces.on = false
  5271. Debounces.Here = false
  5272. shot = shot + 1
  5273. local rng = Instance.new("Part", larm)
  5274. rng.Anchored = true
  5275.  
  5276. if holy ~= true then
  5277. rng.BrickColor = BrickColor.new("Really black")
  5278. else
  5279. rng.BrickColor = BrickColor.new("Crimson")
  5280. end
  5281.  
  5282. rng.Material = "Granite"
  5283. rng.CanCollide = false
  5284. rng.FormFactor = 3
  5285. rng.Name = "Ring"
  5286. rng.Size = Vector3.new(1, 1, 1)
  5287. rng.Transparency = 0.35
  5288. rng.TopSurface = 0
  5289. rng.BottomSurface = 0
  5290. rng2 = rng:clone()
  5291. rng3 = rng2:clone()
  5292. rng4 = rng2:clone()
  5293. local rngm = Instance.new("SpecialMesh", rng)
  5294. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5295. rngm.Scale = Vector3.new(10, 10, 1)
  5296. rngm2 = rngm:clone()
  5297. rngm2.Scale = Vector3.new(5, 5, 3)
  5298. rngm3=rngm2:clone()
  5299. rngm3.Parent = rng3
  5300. rngm3.Scale = Vector3.new(8, 8, 1)
  5301. rngm4 = rngm2:clone()
  5302. rngm4.Parent = rng4
  5303. rngm4.Scale = Vector3.new(6, 6, 1)
  5304. local bem = Instance.new("Part", larm)
  5305. bem.Anchored = true
  5306.  
  5307. if holy == false then
  5308. bem.BrickColor = BrickColor.new("Really black")
  5309. else
  5310. bem.BrickColor = BrickColor.new("Crimson")
  5311. end
  5312.  
  5313.  
  5314. bem.CanCollide = false
  5315. bem.Material = "Granite"
  5316. bem.FormFactor = 3
  5317. bem.Name = "Beam" .. shot
  5318. bem.Size = Vector3.new(1, 1, 1)
  5319. bem.Transparency = 0.35
  5320. bem.TopSurface = 0
  5321. bem.BottomSurface = 0
  5322. local bemm = Instance.new("SpecialMesh", bem)
  5323. bemm.MeshType = 4
  5324. bemm.Scale = Vector3.new(1, 4, 4)
  5325. local out = Instance.new("Part", larm)
  5326. out.Anchored = true
  5327. out.Material = "Granite"
  5328.  
  5329. if holy == false then
  5330. out.BrickColor = BrickColor.new("Really black")
  5331. else
  5332. out.BrickColor = BrickColor.new("Crimson")
  5333. end
  5334.  
  5335. out.CanCollide = false
  5336. out.FormFactor = 3
  5337. out.Name = "Out"
  5338. out.Size = Vector3.new(4, 4, 4)
  5339. out.Transparency = 0.35
  5340. out.TopSurface = 0
  5341. out.BottomSurface = 0
  5342. local outm = Instance.new("SpecialMesh", out)
  5343. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  5344. outm.Scale = Vector3.new(6, 4, 6)
  5345. local bnd = Instance.new("Part", larm)
  5346. bnd.Anchored = true
  5347. bnd.BrickColor = BrickColor.new("Really red")
  5348. bnd.CanCollide = false
  5349. bnd.FormFactor = 3
  5350. bnd.Name = "Bend"
  5351. bnd.Size = Vector3.new(1, 1, 1)
  5352. bnd.Transparency = 1
  5353. bnd.TopSurface = 0
  5354. bnd.BottomSurface = 0
  5355. local bndm = Instance.new("SpecialMesh", bnd)
  5356. bndm.MeshType = 3
  5357. bndm.Scale = Vector3.new(8, 8, 8)
  5358. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5359. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  5360. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  5361. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  5362. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  5363. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  5364. Debounces.Shewt = true
  5365. coroutine.wrap(function()
  5366. for i = 1, 20, 0.2 do
  5367. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5368. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  5369. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  5370. rng.Transparency = i/20
  5371. rng3.Transparency = 1/24
  5372. rng4.Transparency = i/26
  5373. wait()
  5374. end
  5375. wait()
  5376. rng:Destroy()
  5377. end)()
  5378. if Debounces.Shewt == true then
  5379. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  5380. hit = ht.Parent
  5381. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  5382. if HasntTouched(hit.Name) == true and deb == false then
  5383. deb = true
  5384. coroutine.wrap(function()
  5385. hit:FindFirstChild("Humanoid").PlatformStand = true
  5386. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5387. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(998,999))
  5388. end)()
  5389. table.insert(Touche, hit.Name)
  5390. deb = false
  5391. end
  5392. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  5393. if HasntTouched(hit.Parent.Name) == true and deb == false then
  5394. deb = true
  5395. coroutine.wrap(function()
  5396. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5397. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5398. wait(1)
  5399. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5400. end)()
  5401. table.insert(Touche, hit.Parent.Name)
  5402. deb = false
  5403. for i, v in pairs(Touche) do
  5404. print(v)
  5405. end
  5406. end
  5407. end
  5408. end)
  5409. end
  5410. for i = 0, 260, 8 do
  5411. bem.Size = Vector3.new(i, 3, 3)
  5412. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5413. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  5414. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  5415. bnd.Size = Vector3.new(1,1,1)
  5416. bndm.Scale = Vector3.new(8,8,8)
  5417. if i % 10 == 0 then
  5418. local newRng = rng2:Clone()
  5419. newRng.Parent = larm
  5420. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  5421. local newRngm = rngm2:clone()
  5422. newRngm.Parent=newRng
  5423. coroutine.wrap(function()
  5424. for i = 1, 10, 0.2 do
  5425. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  5426. newRng.Transparency = i/10
  5427. wait()
  5428. end
  5429. wait()
  5430. newRng:Destroy()
  5431. end)()
  5432. end
  5433. wait()
  5434. end
  5435. wait()
  5436. Debounces.Shewt = false
  5437. bem:Destroy()
  5438. out:Destroy()
  5439. bnd:Destroy()
  5440. Debounces.Ready = false
  5441. for i, v in pairs(Touche) do
  5442. table.remove(Touche, i)
  5443. end
  5444. wait()
  5445. table.insert(Touche, char.Name)
  5446. Debounces.NoIdl = false
  5447. if Debounces.CanAttack == false then
  5448. Debounces.CanAttack = true
  5449. animpose = "Idle1"
  5450. end
  5451. end
  5452. end
  5453. end)
  5454.  
  5455. ---------------------------------------------
  5456.  
  5457.  
  5458. --newcape
  5459.  
  5460. local verlet = {}
  5461. verlet.step_time = 1 / 50
  5462. verlet.gravity = Vector3.new(0, -150, 0) --//
  5463.  
  5464. local char = game.Players.LocalPlayer.Character
  5465. local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
  5466. local parts = {}
  5467. local render = game:GetService("RunService").RenderStepped
  5468.  
  5469. wait()
  5470.  
  5471. local point = {}
  5472. local link = {}
  5473. local rope = {}
  5474.  
  5475. local function ccw(A,B,C)
  5476. return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
  5477. end
  5478.  
  5479. local function intersect(A,B,C,D)
  5480. return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
  5481. end
  5482.  
  5483. local function vec2(v)
  5484. return Vector2.new(v.x, v.z)
  5485. end
  5486.  
  5487. function point:step()
  5488. if not self.fixed then
  5489. local derivative = (self.position - self.last_position) * 0.95
  5490. self.last_position = self.position
  5491. self.position = self.position + derivative + ((verlet.gravity + (torso.CFrame.lookVector * -90)) * verlet.step_time ^ 2) --//
  5492. --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
  5493. local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
  5494. local pointE = self.position + torso.CFrame.lookVector * 100
  5495. local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
  5496. if not doIntersect then
  5497. self.postition = self.position - torso.CFrame.lookVector * 10
  5498. end]]
  5499. end
  5500. end
  5501.  
  5502. function link:step()
  5503. for i = 1, 1 do
  5504. local distance = self.point1.position - self.point2.position
  5505. local magnitude = distance.magnitude
  5506. local differance = (self.length - magnitude) / magnitude
  5507. local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
  5508. if not self.point1.fixed then
  5509. self.point1.position = self.point1.position + translation
  5510. end
  5511. if not self.point2.fixed then
  5512. self.point2.position = self.point2.position - translation
  5513. end
  5514. end
  5515. end
  5516.  
  5517. function verlet.new(class, a, b, c)
  5518. if class == "Point" then
  5519. local new = {}
  5520. setmetatable(new, {__index = point})
  5521. new.class = class
  5522. new.position = a or Vector3.new()
  5523. new.last_position = new.position
  5524. new.velocity = verlet.gravity
  5525. new.fixed = false
  5526. return new
  5527. elseif class == "Link" then
  5528. local new = {}
  5529. setmetatable(new, {__index = link})
  5530. new.class = class
  5531. new.point1 = a
  5532. new.point2 = b
  5533. new.length = c or (a.position - b.position).magnitude
  5534. return new
  5535. elseif class == "Rope" then
  5536. local new = {}
  5537. setmetatable(new, {__index = link})
  5538. new.class = class
  5539. new.start_point = a
  5540. new.finish_point = b
  5541. new.points = {}
  5542. new.links = {}
  5543. local inc = (b - a) / 10
  5544. for i = 0, 10 do
  5545. table.insert(new.points, verlet.new("Point", a + (i * inc)))
  5546. end
  5547. for i = 2, #new.points do
  5548. table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
  5549. end
  5550. return new
  5551. end
  5552. end
  5553.  
  5554. local tris = {}
  5555. local triParts = {}
  5556.  
  5557. local function GetDiscoColor(hue)
  5558. local section = hue % 1 * 3
  5559. local secondary = 0.5 * math.pi * (section % 1)
  5560. if section < 1 then
  5561. return Color3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary))
  5562. elseif section < 2 then
  5563. return Color3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary))
  5564. else
  5565. return Color3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1)
  5566. end
  5567. end
  5568.  
  5569. local function setupPart(part)
  5570. part.Anchored = true
  5571. part.FormFactor = 3
  5572. part.CanCollide = false
  5573. part.TopSurface = 10
  5574. part.BottomSurface = 10
  5575. part.LeftSurface = 10
  5576. part.RightSurface = 10
  5577. part.FrontSurface = 10
  5578. part.BackSurface = 10
  5579. part.Material = "Granite"
  5580. local m = Instance.new("SpecialMesh", part)
  5581. m.MeshType = "Wedge"
  5582. m.Scale = Vector3.new(0.2, 1, 1)
  5583. return part
  5584. end
  5585.  
  5586. local function CFrameFromTopBack(at, top, back)
  5587. local right = top:Cross(back)
  5588. return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  5589. end
  5590.  
  5591. local function drawTri(parent, a, b, c)
  5592. local this = {}
  5593. local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  5594. local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  5595. function this:Set(a, b, c)
  5596. local ab, bc, ca = b-a, c-b, a-c
  5597. local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
  5598. local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
  5599. local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
  5600. local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
  5601. if edg1 < edg2 then
  5602. if edg1 >= edg3 then
  5603. a, b, c = c, a, b
  5604. ab, bc, ca = ca, ab, bc
  5605. abm = cam
  5606. end
  5607. else
  5608. if edg2 < edg3 then
  5609. a, b, c = b, c, a
  5610. ab, bc, ca = bc, ca, ab
  5611. abm = bcm
  5612. else
  5613. a, b, c = c, a, b
  5614. ab, bc, ca = ca, ab, bc
  5615. abm = cam
  5616. end
  5617. end
  5618.  
  5619. local len1 = -ca:Dot(ab)/abm
  5620. local len2 = abm - len1
  5621. local width = (ca + ab.unit*len1).magnitude
  5622.  
  5623. local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
  5624.  
  5625. if len1 > 0.2 then
  5626. mPart1.Parent = parent
  5627. mPart1.Size = Vector3.new(0.2, width, len1)
  5628. mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  5629. else
  5630. mPart1.Parent = nil
  5631. end
  5632.  
  5633. if len2 > 0.2 then
  5634. mPart2.Parent = parent
  5635. mPart2.Size = Vector3.new(0.2, width, len2)
  5636. mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  5637. else
  5638. mPart2.Parent = nil
  5639. end
  5640. end
  5641. function this:SetProperty(prop, value)
  5642. mPart1[prop] = value
  5643. mPart2[prop] = value
  5644. end
  5645. this:Set(a, b, c)
  5646. function this:Destroy()
  5647. mPart1:Destroy()
  5648. mPart2:Destroy()
  5649. end
  5650. this.p1 = mPart1
  5651. this.p2 = mPart2
  5652. this.p1.BrickColor = BrickColor.new "Crimson"
  5653. this.p2.BrickColor = BrickColor.new "Crimson"
  5654. return this
  5655. end
  5656.  
  5657. function verlet.draw(object, id)
  5658. if object.class == "Point" then
  5659. local part = parts[id]
  5660. part.BrickColor = BrickColor.new(1, 1, 1)
  5661. part.Transparency = 0
  5662. part.formFactor = 3
  5663. part.Anchored = true
  5664. part.CanCollide = false
  5665. part.TopSurface = 0
  5666. part.BottomSurface = 0
  5667. part.Size = Vector3.new(0.35, 0.35, 0.35)
  5668. part.Material = "Neon"
  5669. part.CFrame = CFrame.new(object.position)
  5670. part.Parent = torso
  5671. return part
  5672. elseif object.class == "Link" then
  5673. local part = parts[id]
  5674. local dist = (object.point1.position - object.point2.position).magnitude
  5675. part.Size = Vector3.new(0.2, 0.2, dist)
  5676. part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
  5677. part.Parent = torso
  5678. return part
  5679. end
  5680. end
  5681.  
  5682. function verlet.clear()
  5683. for _, v in pairs(workspace:GetChildren()) do
  5684. if v.Name == "Part" then
  5685. v:Destroy()
  5686. end
  5687. end
  5688. end
  5689.  
  5690. local points = {}
  5691. local links = {}
  5692.  
  5693. for x = 0, 2 do
  5694. points[x] = {}
  5695. for y = 0, 3 do
  5696. points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
  5697. points[x][y].fixed = y == 0
  5698. end
  5699. end
  5700.  
  5701. for x = 1, 2 do
  5702. for y = 0, 3 do
  5703. links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
  5704. end
  5705. end
  5706.  
  5707. for x = 0, 2 do
  5708. for y = 1, 3 do
  5709. links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
  5710. end
  5711. end
  5712.  
  5713. render:connect(function()
  5714. for x = 0, 2 do
  5715. for y = 0, 3 do
  5716. if y == 0 then
  5717. points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
  5718. else
  5719. points[x][y]:step()
  5720. end
  5721. end
  5722. end
  5723. for i = 1, #links do
  5724. links[i]:step()
  5725. end
  5726. for i = 1, #tris do
  5727. triParts[#triParts + 1] = tris[i].p1
  5728. triParts[#triParts + 1] = tris[i].p2
  5729. end
  5730. tris = {}
  5731. for x = 1, 2 do
  5732. for y = 1, 3 do
  5733. tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
  5734. tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
  5735. end
  5736. end
  5737. end)
  5738.  
  5739.  
  5740. local cor6 = Instance.new("Part", torso.Cloak)
  5741. cor6.Name = "Thingy"
  5742. cor6.Locked = true
  5743. cor6.BottomSurface = 0
  5744. cor6.CanCollide = false
  5745. cor6.Size = Vector3.new(1,1,1)
  5746. cor6.Transparency = 1
  5747. cor6.TopSurface = 0
  5748. corw6 = Instance.new("Weld", cor6)
  5749. corw6.Part0 = torso
  5750. corw6.Part1 = cor6
  5751. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5752. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5753. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  5754. weld6.Part0 = cor6
  5755. weld6.Part1 = torso.Cloak.NeckPart
  5756. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5757. --Amulet
  5758. m7 = Instance.new("Model")
  5759. m7.Name = "Amulet"
  5760. p1 = Instance.new("Part", m7)
  5761. p1.BrickColor = BrickColor.new("Crimson")
  5762. p1.Material = Enum.Material.Neon
  5763. p1.Name = "Center"
  5764. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5765. p1.CanCollide = false
  5766. p1.Locked = true
  5767. p1.FormFactor = Enum.FormFactor.Custom
  5768. p1.Shape = Enum.PartType.Cylinder
  5769. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  5770. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5771. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5772. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5773. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5774. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5775. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5776. p2 = Instance.new("Part", m7)
  5777. p2.BrickColor = BrickColor.new("Really black")
  5778. p2.Material = Enum.Material.Metal
  5779. p2.Name = "Bottom"
  5780. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5781. p2.CanCollide = false
  5782. p2.Locked = true
  5783. p2.FormFactor = Enum.FormFactor.Custom
  5784. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5785. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5786. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5787. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5788. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5789. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5790. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5791. b1 = Instance.new("SpecialMesh", p2)
  5792. b1.MeshType = Enum.MeshType.Cylinder
  5793. b1.Name = "Mesh"
  5794. p3 = Instance.new("Part", m7)
  5795. p3.BrickColor = BrickColor.new("Really black")
  5796. p3.Material = Enum.Material.Metal
  5797. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5798. p3.CanCollide = false
  5799. p3.Locked = true
  5800. p3.FormFactor = Enum.FormFactor.Custom
  5801. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5802. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5803. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5804. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5805. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5806. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5807. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. b2 = Instance.new("SpecialMesh", p3)
  5809. b2.MeshType = Enum.MeshType.Brick
  5810. b2.Name = "Mesh"
  5811. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5812. p4 = Instance.new("Part", m7)
  5813. p4.BrickColor = BrickColor.new("Really black")
  5814. p4.Material = Enum.Material.Metal
  5815. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5816. p4.CanCollide = false
  5817. p4.Locked = true
  5818. p4.FormFactor = Enum.FormFactor.Custom
  5819. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5820. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5821. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5822. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5823. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5824. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5825. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5826. b3 = Instance.new("SpecialMesh", p4)
  5827. b3.MeshType = Enum.MeshType.Brick
  5828. b3.Name = "Mesh"
  5829. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5830. p5 = Instance.new("Part", m7)
  5831. p5.BrickColor = BrickColor.new("Really black")
  5832. p5.Material = Enum.Material.Metal
  5833. p5.CFrame = CFrame.new(0.14000012, 14.4625673, -0.242487118, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  5834. p5.CanCollide = false
  5835. p5.Locked = true
  5836. p5.FormFactor = Enum.FormFactor.Custom
  5837. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5838. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5839. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5840. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5841. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5842. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5843. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5844. b4 = Instance.new("SpecialMesh", p5)
  5845. b4.MeshType = Enum.MeshType.Brick
  5846. b4.Name = "Mesh"
  5847. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5848. p6 = Instance.new("Part", m7)
  5849. p6.BrickColor = BrickColor.new("Really black")
  5850. p6.Material = Enum.Material.Metal
  5851. p6.CFrame = CFrame.new(-0.139999881, 14.4625673, 0.242487103, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  5852. p6.CanCollide = false
  5853. p6.Locked = true
  5854. p6.FormFactor = Enum.FormFactor.Custom
  5855. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5856. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5857. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5858. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5859. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5860. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5861. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5862. b5 = Instance.new("SpecialMesh", p6)
  5863. b5.MeshType = Enum.MeshType.Brick
  5864. b5.Name = "Mesh"
  5865. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5866. p7 = Instance.new("Part", m7)
  5867. p7.BrickColor = BrickColor.new("Really black")
  5868. p7.Material = Enum.Material.Metal
  5869. p7.CFrame = CFrame.new(-0.242486984, 14.4625673, 0.139999986, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  5870. p7.CanCollide = false
  5871. p7.Locked = true
  5872. p7.FormFactor = Enum.FormFactor.Custom
  5873. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5874. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5875. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5876. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5877. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5878. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5879. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5880. b6 = Instance.new("SpecialMesh", p7)
  5881. b6.MeshType = Enum.MeshType.Brick
  5882. b6.Name = "Mesh"
  5883. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5884. p8 = Instance.new("Part", m7)
  5885. p8.BrickColor = BrickColor.new("Really black")
  5886. p8.Material = Enum.Material.Metal
  5887. p8.CFrame = CFrame.new(0.242487192, 14.4625673, -0.139999971, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  5888. p8.CanCollide = false
  5889. p8.Locked = true
  5890. p8.FormFactor = Enum.FormFactor.Custom
  5891. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5892. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5893. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5894. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5895. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5896. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5897. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5898. b7 = Instance.new("SpecialMesh", p8)
  5899. b7.MeshType = Enum.MeshType.Brick
  5900. b7.Name = "Mesh"
  5901. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5902. p9 = Instance.new("Part", m7)
  5903. p9.BrickColor = BrickColor.new("Really black")
  5904. p9.Material = Enum.Material.Metal
  5905. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5906. p9.CanCollide = false
  5907. p9.Locked = true
  5908. p9.FormFactor = Enum.FormFactor.Custom
  5909. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5910. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5911. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5912. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5913. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5914. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5915. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5916. b8 = Instance.new("SpecialMesh", p9)
  5917. b8.MeshType = Enum.MeshType.Brick
  5918. b8.Name = "Mesh"
  5919. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5920. p10 = Instance.new("Part", m7)
  5921. p10.BrickColor = BrickColor.new("Really black")
  5922. p10.Material = Enum.Material.Metal
  5923. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5924. p10.CanCollide = false
  5925. p10.Locked = true
  5926. p10.FormFactor = Enum.FormFactor.Custom
  5927. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5928. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5930. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5931. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5932. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5933. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5934. b9 = Instance.new("SpecialMesh", p10)
  5935. b9.MeshType = Enum.MeshType.Brick
  5936. b9.Name = "Mesh"
  5937. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5938. p11 = Instance.new("Part", m7)
  5939. p11.BrickColor = BrickColor.new("Really black")
  5940. p11.Material = Enum.Material.Metal
  5941. p11.CFrame = CFrame.new(-0.242486984, 14.4625673, -0.139999986, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  5942. p11.CanCollide = false
  5943. p11.Locked = true
  5944. p11.FormFactor = Enum.FormFactor.Custom
  5945. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5946. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5947. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5948. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5949. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5950. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5951. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5952. b10 = Instance.new("SpecialMesh", p11)
  5953. b10.MeshType = Enum.MeshType.Brick
  5954. b10.Name = "Mesh"
  5955. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5956. p12 = Instance.new("Part", m7)
  5957. p12.BrickColor = BrickColor.new("Really black")
  5958. p12.Material = Enum.Material.Metal
  5959. p12.CFrame = CFrame.new(0.242487192, 14.4625673, 0.139999971, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  5960. p12.CanCollide = false
  5961. p12.Locked = true
  5962. p12.FormFactor = Enum.FormFactor.Custom
  5963. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5964. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5966. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5967. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5968. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5969. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5970. b11 = Instance.new("SpecialMesh", p12)
  5971. b11.MeshType = Enum.MeshType.Brick
  5972. b11.Name = "Mesh"
  5973. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5974. p13 = Instance.new("Part", m7)
  5975. p13.BrickColor = BrickColor.new("Really black")
  5976. p13.Material = Enum.Material.Metal
  5977. p13.CFrame = CFrame.new(-0.139999866, 14.4625673, -0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  5978. p13.CanCollide = false
  5979. p13.Locked = true
  5980. p13.FormFactor = Enum.FormFactor.Custom
  5981. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5982. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5983. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5984. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5985. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5986. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5987. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5988. b12 = Instance.new("SpecialMesh", p13)
  5989. b12.MeshType = Enum.MeshType.Brick
  5990. b12.Name = "Mesh"
  5991. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5992. p14 = Instance.new("Part", m7)
  5993. p14.BrickColor = BrickColor.new("Really black")
  5994. p14.Material = Enum.Material.Metal
  5995. p14.CFrame = CFrame.new(0.14000012, 14.4625673, 0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  5996. p14.CanCollide = false
  5997. p14.Locked = true
  5998. p14.FormFactor = Enum.FormFactor.Custom
  5999. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6000. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6001. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6002. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6003. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6004. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6005. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6006. b13 = Instance.new("SpecialMesh", p14)
  6007. b13.MeshType = Enum.MeshType.Brick
  6008. b13.Name = "Mesh"
  6009. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6010. p15 = Instance.new("Part", m7)
  6011. p15.BrickColor = BrickColor.new("Really black")
  6012. p15.Material = Enum.Material.Metal
  6013. p15.Name = "Top"
  6014. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  6015. p15.CanCollide = false
  6016. p15.Locked = true
  6017. p15.FormFactor = Enum.FormFactor.Custom
  6018. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  6019. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6020. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6021. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6022. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6023. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6024. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6025. b14 = Instance.new("SpecialMesh", p15)
  6026. b14.MeshType = Enum.MeshType.Cylinder
  6027. b14.Name = "Mesh"
  6028. w1 = Instance.new("Weld", p1)
  6029. w1.Name = "Joint"
  6030. w1.Part0 = p1
  6031. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6032. w1.Part1 = p15
  6033. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6034. w2 = Instance.new("Weld", p2)
  6035. w2.Name = "Joint"
  6036. w2.Part0 = p2
  6037. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6038. w2.Part1 = p1
  6039. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6040. w3 = Instance.new("Weld", p3)
  6041. w3.Name = "Joint"
  6042. w3.Part0 = p3
  6043. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6044. w3.Part1 = p1
  6045. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6046. w4 = Instance.new("Weld", p4)
  6047. w4.Name = "Joint"
  6048. w4.Part0 = p4
  6049. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6050. w4.Part1 = p1
  6051. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6052. w5 = Instance.new("Weld", p5)
  6053. w5.Name = "Joint"
  6054. w5.Part0 = p5
  6055. w5.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, 0.280000061, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  6056. w5.Part1 = p1
  6057. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6058. w6 = Instance.new("Weld", p6)
  6059. w6.Name = "Joint"
  6060. w6.Part0 = p6
  6061. w6.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, -0.279999942, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  6062. w6.Part1 = p1
  6063. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6064. w7 = Instance.new("Weld", p7)
  6065. w7.Name = "Joint"
  6066. w7.Part0 = p7
  6067. w7.C0 = CFrame.new(-0.0500030518, 5.54602479e-008, -0.279999882, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  6068. w7.Part1 = p1
  6069. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6070. w8 = Instance.new("Weld", p8)
  6071. w8.Name = "Joint"
  6072. w8.Part0 = p8
  6073. w8.C0 = CFrame.new(-0.0500030518, 7.03614091e-008, 0.280000061, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  6074. w8.Part1 = p1
  6075. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6076. w9 = Instance.new("Weld", p9)
  6077. w9.Name = "Joint"
  6078. w9.Part0 = p9
  6079. w9.C0 = CFrame.new(-0.0500030518, 2.1856863e-009, 0.280000091, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  6080. w9.Part1 = p1
  6081. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6082. w10 = Instance.new("Weld", p10)
  6083. w10.Name = "Joint"
  6084. w10.Part0 = p10
  6085. w10.C0 = CFrame.new(-0.0500030518, -1.27154749e-008, -0.279999852, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  6086. w10.Part1 = p1
  6087. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6088. w11 = Instance.new("Weld", p11)
  6089. w11.Name = "Joint"
  6090. w11.Part0 = p11
  6091. w11.C0 = CFrame.new(-0.0500030518, -5.6298461e-008, -0.279999882, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  6092. w11.Part1 = p1
  6093. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6094. w12 = Instance.new("Weld", p12)
  6095. w12.Name = "Joint"
  6096. w12.Part0 = p12
  6097. w12.C0 = CFrame.new(-0.0500030518, -6.37490416e-008, 0.280000061, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  6098. w12.Part1 = p1
  6099. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6100. w13 = Instance.new("Weld", p13)
  6101. w13.Name = "Joint"
  6102. w13.Part0 = p13
  6103. w13.C0 = CFrame.new(-0.0500030518, -1.01001945e-007, -0.279999912, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  6104. w13.Part1 = p1
  6105. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6106. w14 = Instance.new("Weld", p14)
  6107. w14.Name = "Joint"
  6108. w14.Part0 = p14
  6109. w14.C0 = CFrame.new(-0.0500030518, -1.08452525e-007, 0.280000031, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  6110. w14.Part1 = p1
  6111. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6112. m7.Parent = torso
  6113. m7:MakeJoints()
  6114. ----------------------------------------------------
  6115. local cor7 = Instance.new("Part", torso.Amulet)
  6116. cor7.Name = "Thingy"
  6117. cor7.Locked = true
  6118. cor7.BottomSurface = 0
  6119. cor7.CanCollide = false
  6120. cor7.Size = Vector3.new(1, 1, 1)
  6121. cor7.Transparency = 1
  6122. cor7.TopSurface = 0
  6123. corw7 = Instance.new("Weld", cor7)
  6124. corw7.Part0 = torso.Torso.Connection
  6125. corw7.Part1 = cor7
  6126. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  6127. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  6128. weld7 = Instance.new("Weld", torso.Amulet)
  6129. weld7.Part0 = cor7
  6130. weld7.Part1 = torso.Amulet.Top
  6131. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6132. --SWORD
  6133. Player=game:GetService("Players").LocalPlayer
  6134. Character=Player.Character
  6135. PlayerGui=Player.PlayerGui
  6136. Backpack=Player.Backpack
  6137. Torso=Character.Torso
  6138. Head=Character.Head
  6139. Humanoid=Character.Humanoid
  6140. m8=Instance.new('Model',Character)
  6141. LeftArm=Character["Left Arm"]
  6142. LeftLeg=Character["Left Leg"]
  6143. RightArm=Character["Right Arm"]
  6144. RightLeg=Character["Right Leg"]
  6145. it=Instance.new
  6146.  
  6147. Player=game:GetService('Players').LocalPlayer
  6148. Character=Player.Character
  6149. Mouse=Player:GetMouse()
  6150. m8=Instance.new('Model',Character)
  6151. it=Instance.new
  6152. function nooutline(part)
  6153. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6154. end
  6155. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6156. local fp=it("Part")
  6157. fp.formFactor=formfactor
  6158. fp.Parent=parent
  6159. fp.Reflectance=reflectance
  6160. fp.Transparency=transparency
  6161. fp.CanCollide=false
  6162. fp.Locked=true
  6163. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6164. fp.Name=name
  6165. fp.Size=size
  6166. fp.Position=Character.Torso.Position
  6167. nooutline(fp)
  6168. fp.Material=material
  6169. fp:BreakJoints()
  6170. return fp
  6171. end
  6172. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6173. local mesh=it(Mesh)
  6174. mesh.Parent=part
  6175. if Mesh=="SpecialMesh" then
  6176. mesh.MeshType=meshtype
  6177. mesh.MeshId=meshid
  6178. end
  6179. mesh.Offset=offset
  6180. mesh.Scale=scale
  6181. return mesh
  6182. end
  6183. function weld(parent,part0,part1,c0,c1)
  6184. local weld=it("Weld")
  6185. weld.Parent=parent
  6186. weld.Part0=part0
  6187. weld.Part1=part1
  6188. weld.C0=c0
  6189. weld.C1=c1
  6190. return weld
  6191. end
  6192.  
  6193.  
  6194. m8 = Instance.new("Model")
  6195. m8.Name = "Zyrodoxa"
  6196. Handle=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
  6197. HandleWeld=weld(m8,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))
  6198. mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  6199. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  6200. Partweld=weld(m8,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))
  6201. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6202. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
  6203. Partweld=weld(m8,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))
  6204. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
  6205. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  6206. Partweld=weld(m8,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))
  6207. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6208. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  6209. Partweld=weld(m8,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))
  6210. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6211. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  6212. Partweld=weld(m8,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))
  6213. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6214. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6215. Partweld=weld(m8,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))
  6216. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6217. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  6218. Partweld=weld(m8,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))
  6219. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6220. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
  6221. Partweld=weld(m8,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))
  6222. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6223. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
  6224. Partweld=weld(m8,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))
  6225. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6226. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  6227. Partweld=weld(m8,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))
  6228. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6229. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6230. Partweld=weld(m8,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))
  6231. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6232. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6233. Partweld=weld(m8,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))
  6234. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6235. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
  6236. Partweld=weld(m8,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))
  6237. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
  6238. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  6239. Partweld=weld(m8,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))
  6240. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6241. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  6242. Partweld=weld(m8,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))
  6243. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
  6244. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
  6245. Partweld=weld(m8,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))
  6246. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6247. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6248. Partweld=weld(m8,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))
  6249. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6250. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  6251. Partweld=weld(m8,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))
  6252. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6253. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
  6254. Partweld=weld(m8,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))
  6255. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6256. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  6257. Partweld=weld(m8,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))
  6258. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6259. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
  6260. Partweld=weld(m8,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))
  6261. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6262. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
  6263. Partweld=weld(m8,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))
  6264. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
  6265. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6266. Partweld=weld(m8,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))
  6267. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6268. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
  6269. Partweld=weld(m8,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))
  6270. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6271. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6272. Partweld=weld(m8,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))
  6273. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6274. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6275. Partweld=weld(m8,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))
  6276. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6277. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6278. Partweld=weld(m8,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))
  6279. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6280. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6281. Partweld=weld(m8,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))
  6282. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6283. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
  6284. Partweld=weld(m8,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))
  6285. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6286. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
  6287. Partweld=weld(m8,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))
  6288. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6289. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  6290. Partweld=weld(m8,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))
  6291. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
  6292. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
  6293. Partweld=weld(m8,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))
  6294. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6295. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
  6296. Partweld=weld(m8,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))
  6297. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  6298. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
  6299. Partweld=weld(m8,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))
  6300. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6301. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  6302. Partweld=weld(m8,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))
  6303. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6304. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
  6305. Partweld=weld(m8,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))
  6306. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6307. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6308. Partweld=weld(m8,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))
  6309. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6310. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  6311. Partweld=weld(m8,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))
  6312. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6313. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
  6314. Partweld=weld(m8,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))
  6315. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
  6316. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  6317. Partweld=weld(m8,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))
  6318. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6319. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
  6320. Partweld=weld(m8,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))
  6321. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  6322. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
  6323. Partweld=weld(m8,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))
  6324. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6325. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
  6326. Partweld=weld(m8,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))
  6327. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6328. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
  6329. Partweld=weld(m8,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))
  6330. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6331. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  6332. Partweld=weld(m8,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))
  6333. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6334. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
  6335. Partweld=weld(m8,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))
  6336. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
  6337. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
  6338. Partweld=weld(m8,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))
  6339. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6340. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
  6341. Partweld=weld(m8,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))
  6342. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6343. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
  6344. Partweld=weld(m8,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))
  6345. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6346. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
  6347. Partweld=weld(m8,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))
  6348. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
  6349. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  6350. Partweld=weld(m8,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))
  6351. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6352. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
  6353. Partweld=weld(m8,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))
  6354. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6355. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
  6356. Partweld=weld(m8,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))
  6357. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6358. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
  6359. Partweld=weld(m8,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))
  6360. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
  6361. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
  6362. Partweld=weld(m8,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))
  6363. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6364. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
  6365. Partweld=weld(m8,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))
  6366. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6367. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
  6368. Partweld=weld(m8,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))
  6369. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6370. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
  6371. Partweld=weld(m8,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))
  6372. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
  6373. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  6374. Partweld=weld(m8,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))
  6375. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6376. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6377. Partweld=weld(m8,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))
  6378. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6379. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  6380. Partweld=weld(m8,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))
  6381. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6382. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
  6383. Partweld=weld(m8,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))
  6384. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
  6385. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
  6386. Partweld=weld(m8,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))
  6387. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6388. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  6389. Partweld=weld(m8,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))
  6390. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6391. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
  6392. Partweld=weld(m8,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))
  6393. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6394. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
  6395. Partweld=weld(m8,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))
  6396. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6397. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  6398. Partweld=weld(m8,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))
  6399. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6400. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
  6401. Partweld=weld(m8,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))
  6402. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6403. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  6404. Partweld=weld(m8,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))
  6405. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  6406. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  6407. Partweld=weld(m8,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))
  6408. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6409. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
  6410. Partweld=weld(m8,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))
  6411. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  6412. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  6413. Partweld=weld(m8,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))
  6414. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  6415. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
  6416. Partweld=weld(m8,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))
  6417. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
  6418. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  6419. Partweld=weld(m8,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))
  6420. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6421. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
  6422. Partweld=weld(m8,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))
  6423. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6424. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6425. Partweld=weld(m8,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))
  6426. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6427. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  6428. Partweld=weld(m8,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))
  6429. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6430. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
  6431. Partweld=weld(m8,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))
  6432. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6433. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  6434. Partweld=weld(m8,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))
  6435. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6436. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
  6437. Partweld=weld(m8,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))
  6438. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  6439. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
  6440. Partweld=weld(m8,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))
  6441. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6442. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
  6443. Partweld=weld(m8,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))
  6444. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6445. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
  6446. Partweld=weld(m8,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))
  6447. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
  6448. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6449. Partweld=weld(m8,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))
  6450. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6451. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
  6452. Partweld=weld(m8,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))
  6453. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6454. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6455. Partweld=weld(m8,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))
  6456. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6457. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
  6458. Partweld=weld(m8,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))
  6459. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6460. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
  6461. Partweld=weld(m8,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))
  6462. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6463. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
  6464. Partweld=weld(m8,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))
  6465. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  6466. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
  6467. Partweld=weld(m8,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))
  6468. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6469. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
  6470. Partweld=weld(m8,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))
  6471. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6472. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
  6473. Partweld=weld(m8,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))
  6474. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6475. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  6476. Partweld=weld(m8,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))
  6477. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6478. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
  6479. Partweld=weld(m8,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))
  6480. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
  6481. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
  6482. Partweld=weld(m8,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))
  6483. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  6484. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6485. Partweld=weld(m8,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))
  6486. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6487. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  6488. Partweld=weld(m8,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))
  6489. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6490. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
  6491. Partweld=weld(m8,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))
  6492. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6493. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
  6494. Partweld=weld(m8,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))
  6495. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6496. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  6497. Partweld=weld(m8,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))
  6498. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  6499. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  6500. Partweld=weld(m8,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))
  6501. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  6502. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
  6503. Partweld=weld(m8,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))
  6504. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
  6505. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  6506. Partweld=weld(m8,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))
  6507. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  6508. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6509. Partweld=weld(m8,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))
  6510. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6511. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
  6512. Partweld=weld(m8,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))
  6513. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  6514. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
  6515. Partweld=weld(m8,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))
  6516. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
  6517. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
  6518. Partweld=weld(m8,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))
  6519. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  6520. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  6521. Partweld=weld(m8,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))
  6522. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  6523. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
  6524. Partweld=weld(m8,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))
  6525. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
  6526. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  6527. Partweld=weld(m8,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))
  6528. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6529. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  6530. Partweld=weld(m8,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))
  6531. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6532. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
  6533. Partweld=weld(m8,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))
  6534. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6535. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
  6536. Partweld=weld(m8,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))
  6537. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
  6538. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  6539. Partweld=weld(m8,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))
  6540. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  6541. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
  6542. Partweld=weld(m8,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))
  6543. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  6544. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
  6545. Partweld=weld(m8,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))
  6546. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6547. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
  6548. Partweld=weld(m8,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))
  6549. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6550. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
  6551. Partweld=weld(m8,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))
  6552. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6553. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  6554. Partweld=weld(m8,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))
  6555. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6556. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  6557. Partweld=weld(m8,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))
  6558. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6559. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  6560. Partweld=weld(m8,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))
  6561. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6562. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
  6563. Partweld=weld(m8,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))
  6564. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6565. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  6566. Partweld=weld(m8,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))
  6567. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6568. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
  6569. Partweld=weld(m8,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))
  6570. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6571. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
  6572. Partweld=weld(m8,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))
  6573. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
  6574. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
  6575. Partweld=weld(m8,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))
  6576. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6577. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  6578. Partweld=weld(m8,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))
  6579. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6580. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
  6581. Partweld=weld(m8,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))
  6582. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6583. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
  6584. Partweld=weld(m8,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))
  6585. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
  6586. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  6587. Partweld=weld(m8,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))
  6588. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  6589. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
  6590. Partweld=weld(m8,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))
  6591. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  6592. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6593. Partweld=weld(m8,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))
  6594. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6595. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  6596. Partweld=weld(m8,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))
  6597. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6598. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
  6599. Partweld=weld(m8,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))
  6600. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  6601. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  6602. Partweld=weld(m8,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))
  6603. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6604. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  6605. Partweld=weld(m8,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))
  6606. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6607. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6608. Partweld=weld(m8,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))
  6609. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6610. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  6611. Partweld=weld(m8,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))
  6612. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6613. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
  6614. Partweld=weld(m8,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))
  6615. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
  6616. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
  6617. Partweld=weld(m8,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))
  6618. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  6619. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
  6620. Partweld=weld(m8,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))
  6621. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  6622. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
  6623. Partweld=weld(m8,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))
  6624. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  6625. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
  6626. Partweld=weld(m8,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))
  6627. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
  6628. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  6629. Partweld=weld(m8,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))
  6630. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6631. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
  6632. Partweld=weld(m8,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))
  6633. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6634. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
  6635. Partweld=weld(m8,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))
  6636. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
  6637. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  6638. Partweld=weld(m8,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))
  6639. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6640. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
  6641. Partweld=weld(m8,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))
  6642. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  6643. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
  6644. Partweld=weld(m8,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))
  6645. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
  6646. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  6647. Partweld=weld(m8,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))
  6648. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6649. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
  6650. Partweld=weld(m8,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))
  6651. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6652. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
  6653. Partweld=weld(m8,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))
  6654. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6655. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
  6656. Partweld=weld(m8,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))
  6657. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6658. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  6659. Partweld=weld(m8,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))
  6660. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6661. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
  6662. Partweld=weld(m8,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))
  6663. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6664. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
  6665. Partweld=weld(m8,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))
  6666. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6667. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  6668. Partweld=weld(m8,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))
  6669. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6670. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  6671. Partweld=weld(m8,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))
  6672. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6673. Hitbox=part(Enum.FormFactor.Symmetric,m8,Enum.Material.Granite,0,1,"Crimson","Hitbox",Vector3.new(6.5, 4.0, 2.0))
  6674. Hitboxweld=weld(m8,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))
  6675. m8.Parent = rarm
  6676. m8:MakeJoints()
  6677.  
  6678. m8.Part.CanCollide = false
  6679. m8.Handle.CanCollide = false
  6680. ----------------------------------------------------
  6681. local cor8 = Instance.new("Part", rarm.Zyrodoxa)
  6682. cor8.Name = "Thingy"
  6683. cor8.Locked = true
  6684. cor8.BottomSurface = 0
  6685. cor8.CanCollide = false
  6686. cor8.Size = Vector3.new(1, 1, 1)
  6687. cor8.Transparency = 1
  6688. cor8.TopSurface = 0
  6689. corw8 = Instance.new("Weld", cor8)
  6690. corw8.Part0 = rarm
  6691. corw8.Part1 = cor8
  6692. corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
  6693. corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6694. weld8 = Instance.new("Weld", rarm.Zyrodoxa)
  6695. weld8.Part0 = cor8
  6696. weld8.Part1 = rarm.Zyrodoxa.Handle
  6697. weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6698. Amulite = Instance.new("PointLight",m7.Center)
  6699. Amulite.Brightness = 0
  6700. Amulite.Color = Color3.new(0,1,0)
  6701. ----------------------------------------------------
  6702. models = {m,m2,m3,m4,m5,m6,m7,m8}
  6703. parts = {}
  6704. Stepped:connect(function()
  6705. for i,v in pairs(models) do
  6706. for _, a in pairs(v:GetChildren()) do
  6707. if v:IsA("Part") and v.Name ~= "Thingy" then
  6708. table.insert(parts, a)
  6709. for i,v in pairs(parts) do
  6710. v.CanCollide = false
  6711. end
  6712. end
  6713. end
  6714. end
  6715. end)
  6716. ----------------------------------------------------
  6717. local animpose = "Idle1"
  6718. local lastanimpose = "Idle1"
  6719. local grab = false
  6720. local Smooth = 1
  6721. local sine = 0
  6722. local change = 1
  6723. local val = 0
  6724. local ffing = false
  6725. ----------------------------------------------------
  6726. --[[local hitbox = m8.Hitbox --Zyrodoxa is the name of the dagger k
  6727.  
  6728. function FindHumanoids()
  6729. local function c_region(Position, Size)
  6730. local SizeOffset = Size/2
  6731. local Point1 = Position - SizeOffset
  6732. local Point2 = Position + SizeOffset
  6733. local a = Instance.new("Part", workspace)
  6734. a.Anchored = true
  6735. a.Size = Size
  6736. a.Position = Position
  6737. print("Hey!, I'm making a part!")
  6738. return Region3.new(Point1, Point2)
  6739. end
  6740.  
  6741. local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6742. local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6743. local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6744. local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6745.  
  6746. local regions = {a, b, c, d}
  6747.  
  6748. local found_humanoids = {}
  6749. local already_found = {char.Name}
  6750.  
  6751. for _, region in pairs(regions) do
  6752. for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
  6753. print(part, part.Parent, part.Name) ---nope
  6754. if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  6755. local humanoid = part.Parent:FindFirstChild("Humanoid")
  6756. local name = humanoid.Parent.Name
  6757. local exists = false
  6758. for _, n in pairs(already_found) do
  6759. if n == name then
  6760. exists = true
  6761. end
  6762. end
  6763. if not exists then
  6764. table.insert(already_found, name)
  6765. table.insert(found_humanoids, humanoid)
  6766. end
  6767. elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  6768. local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  6769. local name = humanoid.Parent.Parent.Name
  6770. local exists = false
  6771. for _, n in pairs(already_found) do
  6772. if n == name then
  6773. exists = true
  6774. end
  6775. end
  6776. if not exists then
  6777. table.insert(already_found, name)
  6778. table.insert(found_humanoids, humanoid)
  6779. end
  6780. end
  6781. end
  6782. end
  6783. return found_humanoids
  6784. end
  6785.  
  6786. local humanoids = FindHumanoids()
  6787. if #humanoids == 0 then
  6788. for i, v in pairs(humanoids) do
  6789. print(v.Parent.Name)
  6790. if Debounces.Slashing == true then
  6791. v:TakeDamage(math.random(50,70) * math.random(1,3)) --max 60 damage?
  6792. elseif Debounces.Slashing == false then
  6793. wait()
  6794. end
  6795. end
  6796. wait(0.3)
  6797. end]]--
  6798. ----------------------------------------------------
  6799. --[[mouse.KeyDown:connect(function(key)
  6800. if key == "f" then
  6801. if Debounces.CanAttack == true then
  6802. Debounces.CanAttack = false
  6803. Debounces.NoIdl = true
  6804. Debounces.on = true
  6805. for i = 1, 20 do
  6806. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  6807. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  6808. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
  6809. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6810. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6811. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6812. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6813. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6,0.6,-0.2)*CFrame.Angles(math.rad(8),math.rad(22),math.rad(15)), 0.8)
  6814. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6815. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6,0.6,0.2)*CFrame.Angles(math.rad(-8),math.rad(12),math.rad(-12)), 0.8)
  6816. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  6817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)), 0.5)
  6818. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.5)
  6819. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
  6820. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
  6821. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.1)
  6822. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(5)), 0.1)
  6823. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(3), math.rad(0), math.rad(0)), 0.1)
  6824. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(-5)), 0.1)
  6825. if Debounces.on == false then
  6826. break
  6827. end
  6828. fat.Event:wait()
  6829. end
  6830. end
  6831. end
  6832. end)]]--
  6833. ----------------------------------------------------
  6834. mod4 = Instance.new("Model",char)
  6835.  
  6836. ptez = {0.7, 0.8, 0.9, 1}
  6837.  
  6838. function FindNearestTorso(Position,Distance,SinglePlayer)
  6839. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  6840. local List = {}
  6841. for i,v in pairs(workspace:GetChildren())do
  6842. if v:IsA("Model")then
  6843. if v:findFirstChild("Torso")then
  6844. if v ~= char then
  6845. if(v.Torso.Position -Position).magnitude <= Distance then
  6846. table.insert(List,v)
  6847. end
  6848. end
  6849. end
  6850. end
  6851. end
  6852. return List
  6853. end
  6854.  
  6855. function Slam()
  6856. local part=Instance.new('Part',mod4)
  6857. part.Anchored=true
  6858. part.CanCollide=false
  6859. part.FormFactor='Custom'
  6860. part.Size=Vector3.new(.2,.2,.2)
  6861. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  6862. part.Transparency=.7
  6863. part.BrickColor=BrickColor.new('Really black')
  6864. mesh=Instance.new('SpecialMesh',part)
  6865. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  6866. mesh.Scale=Vector3.new(3,3,3)
  6867. local part2=Instance.new('Part',mod4)
  6868. part2.Anchored=true
  6869. part2.CanCollide=false
  6870. part2.FormFactor='Custom'
  6871. part2.Size=Vector3.new(.2,.2,.2)
  6872. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  6873. part2.Transparency=.7
  6874. part2.BrickColor=BrickColor.new('Crimson')
  6875. mesh2=Instance.new('SpecialMesh',part2)
  6876. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  6877. mesh2.Scale=Vector3.new(3,1.5,3)
  6878. x = Instance.new("Sound",larm)
  6879. x.SoundId = "http://www.roblox.com/asset/?id=137977694"
  6880. x.Pitch = ptez[math.random(1,#ptez)]
  6881. x.Volume = 1
  6882. wait(.1)
  6883. x1 = Instance.new("Sound",larm)
  6884. x1.SoundId = "http://www.roblox.com/asset/?id=137977694"
  6885. x1.Pitch = ptez[math.random(1,#ptez)]
  6886. x1.Volume = 1
  6887. wait(.1)
  6888. x:Play()
  6889. x1:Play()
  6890. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  6891. if v:FindFirstChild('Humanoid') then
  6892. v.Humanoid:TakeDamage(math.random(9999998,9999999))
  6893. end
  6894. end
  6895.  
  6896.  
  6897.  
  6898. coroutine.resume(coroutine.create(function()
  6899. for i=0,0.62,0.13 do
  6900. wait()
  6901. part.CFrame=part.CFrame
  6902. part.Transparency=i
  6903. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  6904. part2.CFrame=part2.CFrame
  6905. part2.Transparency=i
  6906. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  6907. end
  6908. part.Parent=nil
  6909. part2.Parent=nil
  6910. x:Destroy()
  6911. end))
  6912. end
  6913. ----------------------------------------------------
  6914. wPart = function(x,y,z,color,tr,cc,an,parent)
  6915. local wp = Instance.new('WedgePart',parent or Weapon)
  6916. wp.formFactor = 'Custom'
  6917. wp.Size = Vector3.new(x,y,z)
  6918. wp.BrickColor = BrickColor.new(color)
  6919. wp.CanCollide = cc
  6920. wp.Transparency = tr
  6921. wp.Anchored = an
  6922. wp.TopSurface,wp.BottomSurface = 0,0
  6923. return wp
  6924. end
  6925.  
  6926. Mesh = function(par,num,x,y,z)
  6927. local msh = _
  6928. if num == 1 then
  6929. msh = Instance.new("CylinderMesh",par)
  6930. elseif num == 2 then
  6931. msh = Instance.new("SpecialMesh",par)
  6932. msh.MeshType = 3
  6933. elseif num == 3 then
  6934. msh = Instance.new("BlockMesh",par)
  6935. elseif num == 4 then
  6936. msh = Instance.new("SpecialMesh",par)
  6937. msh.MeshType = "Torso"
  6938. elseif type(num) == 'string' then
  6939. msh = Instance.new("SpecialMesh",par)
  6940. msh.MeshId = num
  6941. end
  6942. msh.Scale = Vector3.new(x,y,z)
  6943. return msh
  6944. end
  6945.  
  6946. local function CFrameFromTopBack(at, top, back)
  6947. local right = top:Cross(back)
  6948. return CFrame.new(at.x, at.y, at.z,
  6949. right.x, top.x, back.x,
  6950. right.y, top.y, back.y,
  6951. right.z, top.z, back.z)
  6952. end
  6953.  
  6954. function Triangle(a, b, c)
  6955. local edg1 = (c-a):Dot((b-a).unit)
  6956. local edg2 = (a-b):Dot((c-b).unit)
  6957. local edg3 = (b-c):Dot((a-c).unit)
  6958. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  6959. a, b, c = a, b, c
  6960. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  6961. a, b, c = b, c, a
  6962. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  6963. a, b, c = c, a, b
  6964. else
  6965. print("unreachable")
  6966. end
  6967. local len1 = (c-a):Dot((b-a).unit)
  6968. local len2 = (b-a).magnitude - len1
  6969. local width = (a + (b-a).unit*len1 - c).magnitude
  6970. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  6971. local list = {}
  6972. if len1 > 0.01 then
  6973. local w1 = wPart(0,0,0,'Crimson',0.5,false,true,char)
  6974. local sz = Vector3.new(0.2, width, len1)
  6975. w1.Size = sz
  6976. local sp = Mesh(w1,2,0,0,0)
  6977. sp.MeshType='Wedge'
  6978. sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
  6979. w1:BreakJoints()
  6980. w1.Anchored = true
  6981. w1.Transparency = 0.7
  6982. Spawn(function()
  6983. for i=0,1,0.1 do
  6984. fat.Event:wait()
  6985. w1.Transparency=w1.Transparency+0.03
  6986. end
  6987. end)
  6988. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  6989. table.insert(list,w1)
  6990. end
  6991. if len2 > 0.01 then
  6992. local w2 = wPart(0,0,0,'Crimson',0.5,false,true,char)
  6993. local sz = Vector3.new(0.2, width, len2)
  6994. w2.Size = sz
  6995. local sp = Mesh(w2,2,0,0,0)
  6996. sp.MeshType='Wedge'
  6997. sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
  6998. w2:BreakJoints()
  6999. w2.Anchored = true
  7000. w2.Transparency = 0.7
  7001. Spawn(function()
  7002. for i=0,1,0.1 do
  7003. fat.Event:wait()
  7004. w2.Transparency=w2.Transparency+0.03
  7005. end
  7006. end)
  7007. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  7008. table.insert(list,w2)
  7009. end
  7010. return unpack(list)
  7011. end
  7012.  
  7013.  
  7014. ----------------------------------------------------
  7015. function Dmg()
  7016. local partofdeath = m8.Hitbox
  7017. local function CreateRegion3FromLocAndSize(Position, Size)
  7018. local SizeOffset = Size/2
  7019. local Point1 = Position - SizeOffset
  7020. local Point2 = Position + SizeOffset
  7021. return Region3.new(Point1, Point2)
  7022. end
  7023. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  7024. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  7025. Spawn(function()
  7026. if Debounces.Slashing == true and Debounces.Slashed == false then
  7027. Debounces.Slashed = true
  7028. ypcall(function()
  7029. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  7030. humanoid:TakeDamage(math.random(50,70))
  7031. end)
  7032. wait(.4)
  7033. Debounces.Slashed = false
  7034. end
  7035. end)
  7036. end
  7037. end
  7038. ----------------------------------------------------
  7039. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7040. ptz = {0.7, 0.8, 0.9, 1}
  7041. idz = {"161006212", "161006195"}
  7042. function attackone()
  7043. for i = 1, 13 do
  7044. corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.3, -1, -0.3) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
  7045. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
  7046. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2, 0.5, -0.3)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(-10)), 0.3)
  7047. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.3)
  7048. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0.4)*CFrame.Angles(math.rad(-30),math.rad(0),math.rad(-10)), 0.5)
  7049. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(-40),math.rad(0)), 0.5)
  7050. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  7051. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  7052. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  7053. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(18), math.rad(0), math.rad(15)), 0.7)
  7054. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.4, -1.3, 0) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5)
  7055. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)), 0.5)
  7056. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5)
  7057. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.5)
  7058. if Debounces.on == false then
  7059. break
  7060. end
  7061. fat.Event:wait()
  7062. end
  7063. Debounces.Slashing = true
  7064. wait(0.2)
  7065. --[[z = Instance.new("Sound", hed)
  7066. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  7067. z.Pitch = ptz[math.random(1,#ptz)]
  7068. z.Volume = 1
  7069. wait(.01)
  7070. z:Play()]]--
  7071.  
  7072. for i = 1, 14 do
  7073. Dmg()
  7074. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
  7075. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
  7076. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0.4)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(100)), 0.4)
  7077. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.4)
  7078. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, -0.3)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-20)), 0.4)
  7079. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.4)
  7080. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  7081. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7082. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  7083. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(-1, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7084. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5)
  7085. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-14), math.rad(0), math.rad(15)), 0.5)
  7086. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5)
  7087. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(-10)), 0.5)
  7088. if Debounces.on == false then break end
  7089. rs:wait()
  7090. end
  7091. Debounces.Slashing = false
  7092. end
  7093. function attacktwo()
  7094. Debounces.Slashing = true
  7095. for i = 1, 14 do
  7096. Dmg()
  7097. corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
  7098. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
  7099. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(80)), 0.7)
  7100. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7101. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad (-70)), 0.5)
  7102. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  7103. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-90), math.rad(0)), 0.5)
  7104. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7105. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.5)
  7106. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7107. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  7108. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  7109. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  7110. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  7111. if Debounces.on == false then
  7112. break
  7113. end
  7114. rs:wait()
  7115. end
  7116. end
  7117. ----------------------------------------------------
  7118. ComboNum = 0
  7119. mouse.Button1Down:connect(function()
  7120. if Debounces.CanAttack == true then
  7121. Debounces.CanAttack = false
  7122. Debounces.NoIdl = true
  7123. Debounces.on = true
  7124. if ComboNum == 0 then
  7125. attackone()
  7126. elseif ComboNum == 1 then
  7127. attacktwo()
  7128. --[[elseif ComboNum == 2 then
  7129. attackthree()]]--
  7130. end
  7131. ComboNum = ComboNum + 1
  7132. Debounces.CanAttack = true
  7133. Debounces.on = false
  7134. wait(.5)
  7135. if Debounces.CanAttack == true then
  7136. ComboNum = 0
  7137. Debounces.NoIdl = false
  7138. end
  7139. end
  7140. end)
  7141. ----------------------------------------------------
  7142. definition = 5
  7143. bc = {}
  7144. bezierparts = {}
  7145. function NoOutline(Part)
  7146. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  7147. end
  7148. function draw(p,d)
  7149. for i=1,d do
  7150. local t = i/d
  7151. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  7152. end
  7153. for i=1,d do
  7154. local bcs = Instance.new("Part",char)
  7155. NoOutline(bcs)
  7156. bcs.Anchored = true
  7157. bcs.CanCollide = false
  7158. bcs.Material = "Neon"
  7159. bcs.BrickColor = BrickColor.new("Crimson")
  7160. bcs.Size = Vector3.new(1,1,1)
  7161. bcs.Shape = Enum.PartType.Ball
  7162. bcs.CFrame = CFrame.new(bc[i])
  7163. local bcp = Instance.new("Part",char)
  7164. NoOutline(bcp)
  7165. bcp.Anchored = true
  7166. bcp.CanCollide = false
  7167. bcp.Material = "Neon"
  7168. bcp.BrickColor = BrickColor.new("Crimson")
  7169. local cm = Instance.new("CylinderMesh")
  7170. cm.Parent = bcp
  7171. if i ~= 1 then
  7172. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  7173. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  7174. else
  7175. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  7176. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  7177. end
  7178. table.insert(bezierparts, bcs)
  7179. table.insert(bezierparts, bcp)
  7180. end
  7181. Spawn(function() fat.Event:wait()
  7182. for i,v in pairs(bezierparts) do
  7183. v.Transparency = 1
  7184. end
  7185. end)
  7186. end
  7187. --local points = {larm.Position,rarn.Position,invisipart.Position}
  7188. --draw(points,definition)
  7189. mouse.KeyDown:connect(function(key)
  7190. if key == "f" then
  7191. if Debounces.CanAttack == true then
  7192. Debounces.CanAttack = false
  7193. Debounces.NoIdl = true
  7194. Debounces.on = true
  7195. for i = 1, 20 do
  7196. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
  7197. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7198. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
  7199. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7200. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
  7201. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7202. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  7203. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7204. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  7205. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  7206. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  7207. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  7208. if Debounces.on == false then
  7209. break
  7210. end
  7211. fat.Event:wait()
  7212. end
  7213. rpart = Instance.new("Part",rarm)
  7214. NoOutline(rpart)
  7215. rpart.Anchored = false
  7216. rpart.Size = Vector3.new(1,1,1)
  7217. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  7218. rpart.Transparency = 1
  7219. newWeld(rarm, rpart, 0, 0, 0)
  7220. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  7221. lpart = Instance.new("Part",larm)
  7222. NoOutline(lpart)
  7223. lpart.Anchored = false
  7224. lpart.Size = Vector3.new(1,1,1)
  7225. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  7226. lpart.Transparency = 1
  7227. newWeld(larm, lpart, 0, 0, 0)
  7228. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  7229. invisipart = Instance.new("Part",torso)
  7230. NoOutline(invisipart)
  7231. invisipart.Anchored = false
  7232. invisipart.Size = Vector3.new(1,1,1)
  7233. invisipart.Transparency = 1
  7234. invisipart.CFrame = torso.CFrame
  7235. newWeld(torso, invisipart, 0, 0, 0)
  7236. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  7237. table.insert(bezierparts, rpart)
  7238. table.insert(bezierparts, lpart)
  7239. table.insert(bezierparts, invisipart)
  7240. for i = 1, 40 do
  7241. local points = {lpart.Position,invisipart.Position,rpart.Position}
  7242. draw(points,definition)
  7243. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  7244. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.1)
  7245. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7246. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-90)), 0.1)
  7247. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7248. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
  7249. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7250. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  7251. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7252. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  7253. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  7254. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  7255. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
  7256. if Debounces.on == false then
  7257. break
  7258. end
  7259. fat.Event:wait()
  7260. end
  7261. for i,v in pairs(bezierparts) do
  7262. v:Destroy()
  7263. end
  7264. --draw(points,definition)
  7265. if Debounces.CanAttack == false then
  7266. Debounces.CanAttack = true
  7267. Debounces.NoIdl = false
  7268. Debounces.on = false
  7269. end
  7270. end
  7271. end
  7272. end)
  7273. ----------------------------------------------------
  7274. pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7275. IDs = {"415880409","415880478"}
  7276. mouse.KeyDown:connect(function(key)
  7277. if key == "h" then
  7278. if Debounces.CanJoke == true then
  7279. Debounces.CanJoke = false
  7280. z = Instance.new("Sound",hed)
  7281. z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
  7282. z.Pitch = 1
  7283. z.Volume = 1
  7284. z1 = Instance.new("Sound",hed)
  7285. z1.SoundId = z.SoundId
  7286. z1.Pitch = 1
  7287. z1.Volume = 1
  7288. wait()
  7289. z:Play()
  7290. z1:Play()
  7291. wait(5)
  7292. z:Destroy()
  7293. z1:Destroy()
  7294. if Debounces.CanJoke == false then
  7295. Debounces.CanJoke = true
  7296. end
  7297. end
  7298. end
  7299. end)
  7300. ----------------------------------------------------
  7301. mouse.KeyDown:connect(function(key)
  7302. if string.byte(key) == 49 then --rightctrl
  7303. hed.face.Texture = "rbxassetid://1085435"
  7304. char.Humanoid.WalkSpeed = 90
  7305. z.Volume = 0
  7306. z2 = Instance.new("Sound",char)
  7307. z2.SoundId = "rbxassetid://176238381"
  7308. z2.Looped = true
  7309. z2.Pitch = 1
  7310. z2.Volume = 1
  7311. z2:Play()
  7312.  
  7313. player = game.Players.LocalPlayer
  7314. b = Instance.new("BillboardGui", hed)
  7315. b.Size = UDim2.new(0, 200, 0, 40)
  7316. b.StudsOffset = Vector3.new(0, 1.9, 0)
  7317. t = Instance.new("TextLabel", b)
  7318. t.BackgroundTransparency = 1
  7319. t.Size = UDim2.new(0, 200, 0, 50)
  7320. t.Font = "SourceSansBold"
  7321. t.FontSize = "Size32"
  7322. t.Text = "[RAGE MODE ACTIVATED]"
  7323. t.TextColor3 = Color3.new(1, 1, 1)
  7324. t.TextStrokeTransparency = 0
  7325. t.Position = UDim2.new(0, 0, -0.4, -11)
  7326.  
  7327. wait(10)
  7328. char.Humanoid.WalkSpeed = 16
  7329. b:Remove()
  7330. z2:Stop()
  7331. z.Volume = 0.8
  7332. hed.face.Texture = "rbxassetid://362505168"
  7333. end
  7334. end)
  7335. ----------------------------------------------------
  7336. mouse.KeyDown:connect(function(key)
  7337. if key == "j" then
  7338. if Debounces.CanJoke == true then
  7339. Debounces.CanJoke = false
  7340. z = Instance.new("Sound",hed)
  7341. z.SoundId = "rbxassetid://415859013"
  7342. z.Pitch = pitches[math.random(1,#pitches)]
  7343. z.Volume = 1
  7344. wait()
  7345. z:Play()
  7346. wait(2)
  7347. z:Destroy()
  7348. if Debounces.CanJoke == false then
  7349. Debounces.CanJoke = true
  7350. end
  7351. end
  7352. end
  7353. end)
  7354. ----------------------------------------------------
  7355. mouse.KeyDown:connect(function(key)
  7356. if key == "k" then
  7357. if Debounces.CanJoke == true then
  7358. Debounces.CanJoke = false
  7359. z = Instance.new("Sound",hed)
  7360. z.SoundId = "rbxassetid://415859085"
  7361. z.Pitch = pitches[math.random(1,#pitches)]
  7362. z.Volume = 1
  7363. wait()
  7364. z:Play()
  7365. wait(2)
  7366. z:Destroy()
  7367. if Debounces.CanJoke == false then
  7368. Debounces.CanJoke = true
  7369. end
  7370. end
  7371. end
  7372. end)
  7373. ----------------------------------------------------
  7374. Grab = false
  7375. mouse.KeyDown:connect(function(key)
  7376. if key == "z" then
  7377. Debounces.on = true
  7378. Debounces.NoIdl = true
  7379. Debounces.ks = true
  7380. if Grab == false then
  7381. gp = nil
  7382. for i = 1, 20 do
  7383. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
  7384. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7385. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-80)), 0.2)
  7386. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7387. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  7388. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7389. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  7390. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7391. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
  7392. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7393. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
  7394. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7395. if Debounces.on == false then break end
  7396. fat.Event:wait()
  7397. end
  7398. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  7399. ht = hit.Parent
  7400. for i,v in pairs(ht:GetChildren()) do
  7401. if v:IsA("Part") then
  7402. v.CanCollide = false
  7403. end
  7404. end
  7405. hum1=ht:FindFirstChild('Humanoid')
  7406. if hum1 ~= nil then
  7407. if Debounces.ks==true then
  7408. z = Instance.new("Sound",hed)
  7409. z.SoundId = "rbxassetid://169380525"
  7410. z.Volume = 1
  7411. z:Play()
  7412. Debounces.ks=false
  7413. end
  7414. hum1.PlatformStand=true
  7415. hum1:ChangeState'Physics'
  7416. gp = ht
  7417. Grab = true
  7418. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  7419. asd.Parent = larm
  7420. asd.Name = "asd"
  7421. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  7422. stanceToggle = "Grabbed"
  7423. --[[elseif hum1 == nil then
  7424. con1:disconnect()
  7425. wait() return]]--
  7426. end
  7427. end)
  7428. for i = 1, 20 do
  7429. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
  7430. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7431. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.65,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  7432. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7433. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  7434. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7435. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  7436. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7437. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  7438. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7439. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
  7440. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7441. if Debounces.on == false then break end
  7442. fat.Event:wait()
  7443. end
  7444. con1:disconnect()
  7445. Debounces.on = false
  7446. Debounces.NoIdl = false
  7447. elseif Grab == true then
  7448. Grab = false
  7449. --[[for i = 1, 16 do
  7450. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(60)), 0.3)
  7451. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.5)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-60)), 0.3)
  7452. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  7453. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  7454. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
  7455. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  7456. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  7457. if Debounces.on == false then end
  7458. rs:wait()
  7459. end]]--
  7460. for i = 1, 16 do
  7461. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.3)
  7462. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.5)
  7463. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(140),math.rad(0),math.rad(0)), 0.3)
  7464. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(60)), 0.5)
  7465. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  7466. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7467. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  7468. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7469. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)), 0.3)
  7470. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
  7471. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  7472. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7473. if Debounces.on == false then end
  7474. rs:wait()
  7475. end
  7476. for i = 1, 12 do
  7477. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.6)
  7478. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7479. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.3,-0.1)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(-32)), 0.6)
  7480. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7481. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(40), math.rad(14)),0.6)
  7482. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7483. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0)), 0.6)
  7484. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.5)
  7485. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  7486. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
  7487. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, .2, -0.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.6)
  7488. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.4)
  7489. if Debounces.on == false then end
  7490. rs:wait()
  7491. end
  7492. Slam()
  7493. if gp ~= nil then
  7494. for i,v in pairs(larm:GetChildren()) do
  7495. if v.Name == "asd" and v:IsA("Weld") then
  7496. v:Remove()
  7497. end
  7498. if v:IsA("Part") then
  7499. v.CanCollide = true
  7500. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7501. end
  7502. end
  7503. end
  7504. stanceToggle = "Idle1"
  7505. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  7506. bv.maxForce = Vector3.new(400000, 400000, 400000)
  7507. bv.P = 125000
  7508. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  7509. ht=nil
  7510. Debounces.on = false
  7511. Debounces.NoIdl = false
  7512. elseif ht == nil then wait()
  7513. Grab = false
  7514. Debounces.on = false
  7515. Debounces.NoIdl = false
  7516. end
  7517. end
  7518. end)
  7519. ----------------------------------------------------
  7520. --WIPX
  7521. mouse.KeyDown:connect(function(key)
  7522. if key == "x" then
  7523. stanceToggle = "Idle1"
  7524. for i,v in pairs(larm:GetChildren()) do
  7525. if v.Name == "asd" and v:IsA("Weld") then
  7526. v:Remove()
  7527. Grab = false
  7528. Grab = false
  7529. if v:IsA("Part") then
  7530. v.CanCollide = true
  7531. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7532.  
  7533. hum1.PlatformStand=false
  7534. stanceToggle = "Idle1"
  7535. Grab = false
  7536. stanceToggle = "Idle1"
  7537. end
  7538. end
  7539. end
  7540. end
  7541. end)
  7542. ----------------------------------------------------
  7543. --WIPC
  7544. mouse.KeyDown:connect(function(key)
  7545. if key == "c" then
  7546. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
  7547. wait()
  7548. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 4, -5) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
  7549. wait()
  7550. wait(0.1)
  7551. Slam()
  7552. end
  7553. end)
  7554. ----------------------------------------------------
  7555. --WIPV
  7556. mouse.KeyDown:connect(function(key)
  7557. if key == "v" then
  7558. Debounces.on = true
  7559. Debounces.NoIdl = true
  7560. Debounces.ks = true
  7561. if Grab == false then
  7562. gp = nil
  7563. for i = 1, 12 do
  7564. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.6)
  7565. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7566. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.3,-0.1)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(-32)), 0.6)
  7567. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7568. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(40), math.rad(14)),0.6)
  7569. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7570. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0)), 0.6)
  7571. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.5)
  7572. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  7573. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
  7574. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, .2, -0.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.6)
  7575. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.4)
  7576. if Debounces.on == false then end
  7577. fat.Event:wait()
  7578. end
  7579. Slam()
  7580. if gp ~= nil then
  7581. for i,v in pairs(larm:GetChildren()) do
  7582. if v.Name == "asd" and v:IsA("Weld") then
  7583. v:Remove()
  7584. end
  7585. if v:IsA("Part") then
  7586. v.CanCollide = true
  7587. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7588. end
  7589. end
  7590. end
  7591. stanceToggle = "Idle1"
  7592. ht=nil
  7593. Debounces.on = false
  7594. Debounces.NoIdl = false
  7595. elseif ht == nil then wait()
  7596. Grab = false
  7597. Debounces.on = false
  7598. Debounces.NoIdl = false
  7599. end
  7600. end
  7601. end)
  7602. ----------------------------------------------------
  7603. mouse.KeyDown:connect(function(key)
  7604. if string.byte(key) == 52 then
  7605. Swing = 2
  7606. char.Humanoid.WalkSpeed = 25
  7607. end
  7608. end)
  7609. mouse.KeyUp:connect(function(key)
  7610. if string.byte(key) == 52 then
  7611. Swing = 1
  7612. char.Humanoid.WalkSpeed = 16
  7613. end
  7614. end)
  7615. ----------------------------------------------------
  7616. CR = torso.Cloak.Rotater
  7617. CR2 = torso.Cloak.CapeLevel1
  7618. CR3 = torso.Cloak.CapeLevel2
  7619. CR4 = torso.Cloak.CapeLevel3
  7620. CR5 = torso.Cloak.CapeLevel4
  7621. jump = false
  7622. rs:connect(function()
  7623. if char.Humanoid.Jump == true then
  7624. jump = true
  7625. else
  7626. jump = false
  7627. end
  7628. char.Humanoid.FreeFalling:connect(function(f)
  7629. if f then
  7630. ffing = true
  7631. else
  7632. ffing = false
  7633. end
  7634. end)
  7635. sine = sine + change
  7636. if jump == true then
  7637. animpose = "Jumping"
  7638. elseif ffing == true then
  7639. animpose = "Freefalling"
  7640. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  7641. animpose = "Idle"
  7642. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 0 then
  7643. animpose = "Idle"
  7644. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  7645. animpose = "Walking"
  7646. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 60 then
  7647. animpose = "Freefalling"
  7648. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  7649. animpose = "Running"
  7650.  
  7651.  
  7652. end
  7653. RightLeg = CFrame.new(0.5,-1,0)
  7654. LeftLeg = CFrame.new(-0.5,-1,0)
  7655.  
  7656. lefth = (torso.CFrame*LeftLeg)
  7657. righth = (torso.CFrame*RightLeg)
  7658.  
  7659. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  7660.  
  7661. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  7662.  
  7663. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  7664. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  7665. if animpose ~= lastanimpose then
  7666. sine = 0
  7667. if Debounces.NoIdl == false then
  7668. if stanceToggle == "Idle1" then
  7669. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-12-4*math.cos(sine/22)),math.rad(-12-2*math.cos(sine/22)),math.rad(12+2*math.cos(sine/22))), 0.3)
  7670. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-0.2)*CFrame.Angles(math.rad(20+4*math.cos(sine/22)),math.rad(-22-2*math.cos(sine/22)),math.rad(-15-2*math.cos(sine/22))), 0.3)
  7671. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12+2.5*math.cos(sine/22)),math.rad(0),math.rad(0)), 0.2)
  7672. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-2+2*math.cos(sine/22)), math.rad(0), 0), 0.2)
  7673. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(5), math.rad(-5)), 0.2)
  7674. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(-5), math.rad(5)), 0.2)
  7675. elseif stanceToggle == "Idle2" then
  7676. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-22-4*math.cos(sine/12)),math.rad(-40-2*math.cos(sine/12)),math.rad(24+2*math.cos(sine/12))), 0.3)
  7677. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.6,-0.6)*CFrame.Angles(math.rad(90+4*math.cos(sine/12)),math.rad(0),math.rad(50-2*math.cos(sine/12))), 0.3)
  7678. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-6+2.5*math.cos(sine/12)),math.rad(0),math.rad(0)), 0.2)
  7679. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20+2*math.cos(sine/12)), math.rad(0), 0), 0.2)
  7680. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.4, -1) * CFrame.Angles(math.rad(-7-2*math.cos(sine/12)), math.rad(7), math.rad(-5)), 0.2)
  7681. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
  7682. end
  7683. fat.Event:wait()
  7684. end
  7685. else
  7686. end
  7687. lastanimpose = animpose
  7688. if Debounces.NoIdl == false then
  7689. if animpose == "Idle" then
  7690. change = 0.5
  7691. if stanceToggle == "Idle1" then
  7692. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05+0.03*math.cos(sine/5), 0-0.1*math.cos(sine/10)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7693. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0+8*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.3)
  7694. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4-2*math.cos(sine/10)),0,0),0.1)
  7695. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  7696. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  7697. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  7698. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
  7699. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6+0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),-0.2-0.1*math.cos(sine/10))*CFrame.Angles(math.rad(8+2.5*math.cos(sine/10)),math.rad(22+7*math.cos(sine/10)),math.rad(15+2*math.cos(sine/10))), 0.8)
  7700. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7701. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6-0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),0.2+0.1*math.cos(sine/10))*CFrame.Angles(math.rad(-8-2.5*math.cos(sine/10)),math.rad(12+5*math.cos(sine/10)),math.rad(-12-3*math.cos(sine/10))), 0.8)
  7702. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7703. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.05*math.cos(sine/10))*CFrame.Angles(math.rad(-15+3*math.cos(sine/10)),math.rad(0),math.rad(0)), 0.5)
  7704. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20-3*math.cos(sine/10)),math.rad(0)), 0.5)
  7705. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
  7706. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/10), -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20+3*math.cos(sine/10)), 0), 0.1)
  7707. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/10)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
  7708. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/10)), math.rad(5+3*math.cos(sine/10))), 0.1)
  7709. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
  7710. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/10)), math.rad(-5+3*math.cos(sine/10))), 0.1)
  7711. elseif stanceToggle == "Idle2" then
  7712. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  7713. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
  7714. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
  7715. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
  7716. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-8-1*math.cos(sine/6)),0,0),0.1)
  7717. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7718. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65-0.1*math.cos(sine/3),0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20-2*math.cos(sine/3))), 0.1)
  7719. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  7720. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.23, 0.5, -.56) * CFrame.Angles(math.rad(88+4*math.cos(sine/3)), 0, math.rad(45)), 0.6)
  7721. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  7722. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(-10+2*math.cos(sine/6)), 0, 0), 0.8)
  7723. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  7724. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  7725. --hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-5-10*math.cos(sine/18)), math.sin(sine/36)/3, 0), 0.3)
  7726. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7727. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.15) * CFrame.Angles(math.rad(-9-2*math.cos(sine/6)), 0, 0), 0.8)
  7728. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1-0.1*math.cos(sine/3), 0+0.04*math.cos(sine/6)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)), 0.8)
  7729. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-56-2*math.cos(sine/6)), 0, 0), 0.8)
  7730. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.8)
  7731. elseif stanceToggle == "Grabbed" then
  7732. grab = true
  7733. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7734. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7735. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2)
  7736. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
  7737. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),-.5)*CFrame.Angles(math.rad(90+4*math.cos(sine/14)),math.rad(0),math.rad(-80+4*math.cos(sine/14))), 0.3)
  7738. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
  7739. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14+2*math.cos(sine/14)),math.rad(70-4*math.cos(sine/14)),0), 0.3)
  7740. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7741. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  7742. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  7743. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
  7744. lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  7745. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
  7746. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  7747. end
  7748. elseif animpose == "Walking" then
  7749. if stanceToggle == "Grabbed" then
  7750. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7751. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7752. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
  7753. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7754. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120+4*math.cos(sine/2)),math.rad(0),math.rad(-30+4*math.cos(sine/4))), 0.3)
  7755. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
  7756. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
  7757. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
  7758. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
  7759. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  7760. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  7761. lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
  7762. lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  7763. rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
  7764. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  7765. elseif stanceToggle ~= "Grabbed" then
  7766. change = 1
  7767. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7768. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7769. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-22-2*math.cos(sine/2)),0,0),0.2)
  7770. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-3*math.cos(sine/2)),0,0),0.2)
  7771. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-4*math.cos(sine/2)),0,0),0.2)
  7772. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-5*math.cos(sine/2)),0,0),0.2)
  7773. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-6*math.cos(sine/2)),0,0),0.2)
  7774. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
  7775. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7776. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/2), -math.sin(sine/4)/4)*CFrame.Angles(math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(-10-7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
  7777. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
  7778. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
  7779. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
  7780. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
  7781. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  7782. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  7783. --lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.9-0.24*math.cos(sine/4)/2.8, -0.05 + math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)-math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
  7784. lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
  7785. lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  7786. --rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.9+0.24*math.cos(sine/4)/2.8, -0.05 + -math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)+math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
  7787. rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
  7788. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
  7789. end
  7790. elseif animpose == "Running" then
  7791. change = 1
  7792. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7793. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7794. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-56-10*math.cos(sine/2)),0,0),0.2)
  7795. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  7796. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  7797. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  7798. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
  7799. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.24+.6*math.cos(sine/4)/1.4, 0.54, 0+0.8*math.cos(sine/4)) * CFrame.Angles(math.rad(6-140*math.cos(sine/4)/1.2), math.rad(0), math.rad(-20+70*math.cos(sine/4))), 0.2)
  7800. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
  7801. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24+.6*math.cos(sine/4)/1.4, 0.54, 0-0.8*math.cos(sine/4))*CFrame.Angles(math.rad(6+140*math.cos(sine/4)/1.2), math.rad(0), math.rad(20+70*math.cos(sine/4))), 0.2)
  7802. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7803. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-8+12*math.cos(sine/2)/1.5), math.rad(0+12*math.cos(sine/4)), math.rad(0)),0.2)
  7804. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.5)
  7805. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/2)/1.7, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/2)/1.5), math.rad(0-12*math.cos(sine/4))-root.RotVelocity.Y/10, math.rad(0)+root.RotVelocity.Y/20), 0.2)
  7806. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7807. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.8-0.4*math.cos(sine/4)/2, math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + -math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8)
  7808. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7809. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8+0.4*math.cos(sine/4)/2, -math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8)
  7810. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7811. elseif animpose == "Jumping" then
  7812. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  7813. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  7814. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  7815. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  7816. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
  7817. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7818. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7819. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.2)
  7820. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
  7821. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.2)
  7822. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7823. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  7824. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  7825. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7826. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  7827. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7828. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  7829. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7830. elseif animpose == "fly" then
  7831. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  7832. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7833. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7834. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7835. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7836. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7837. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7838. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-40),math.rad(20),math.rad(50)), 0.2)
  7839. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
  7840. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(110),math.rad(-20),math.rad(-30)), 0.2)
  7841. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7842. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  7843. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  7844. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7845. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, 0.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.2)
  7846. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7847. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.6) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.2)
  7848. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7849. elseif animpose == "Freefalling" then
  7850. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  7851. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7852. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7853. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7854. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
  7855. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7856. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7857. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-40),math.rad(20),math.rad(50)), 0.2)
  7858. rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
  7859. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(110),math.rad(-20),math.rad(-30)), 0.2)
  7860. larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
  7861. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  7862. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  7863. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7864. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, 0.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.2)
  7865. lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7866. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.6) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.2)
  7867. rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  7868. end
  7869. end
  7870. end)
  7871. hum.MaxHealth = 20000
  7872. wait(3)
  7873. hum.Health = 20000
  7874. while wait() do
  7875. wait(5)
  7876. for i=1,100 do wait()
  7877. Amulite.Brightness=Amulite.Brightness+0.02
  7878. end
  7879. for i=1,100 do wait()
  7880. Amulite.Brightness=Amulite.Brightness-0.02
  7881. end
  7882. end
  7883.  
  7884. while true do
  7885. hed.BrickColor = BrickColor.new "Really black"
  7886. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement