HuyEvilDumb

Untitled

Feb 7th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local p = game.Players.LocalPlayer--300899323
  2. local char = p.Character
  3. local torso = char.Torso
  4. local hum = char.Humanoid
  5. local cam = game.Workspace.CurrentCamera
  6. local root = char.HumanoidRootPart
  7. local rj = root.RootJoint
  8. local deb = false
  9. local shot = 0
  10. local stanceToggle = "Idle1"
  11. local l = game:GetService("Lighting")
  12. local rs = game:GetService("RunService").RenderStepped
  13. local hb = game:GetService("RunService").Heartbeat
  14. local Stepped = game:GetService("RunService").Stepped
  15. math.randomseed(os.time())
  16. hum.JumpPower = 100
  17. ---------------------
  18.  
  19. -------------
  20.  
  21. local Transforming = true
  22. hum.WalkSpeed = 0
  23. local fx = Instance.new("Part",torso)
  24. wit = torso.BrickColor.Color
  25. wit2 = Color3.new(0,0,0)
  26. local glowz = Instance.new("ParticleEmitter",fx)
  27. glowz.LightEmission = 1
  28. glowz.Texture = "rbxassetid://284205403"
  29. glowz.Color = ColorSequence.new(wit)
  30. glowz.Size = NumberSequence.new(5)
  31. glowz.Speed = NumberRange.new(25,50)
  32. glowz.LockedToPart = false
  33. glowz.Transparency = NumberSequence.new(0.75)
  34. glowz.RotSpeed = NumberRange.new(-2000,2000)
  35. glowz.Lifetime = NumberRange.new(1)
  36. glowz.Rate = 50000
  37. glowz.VelocitySpread = 9001
  38. fx.Anchored = true
  39. fx.Material = "Neon"
  40. fx.CanCollide = false
  41. fx.Locked = true
  42. fx.Transparency = 1
  43. fx.Material = "Neon"
  44. fx.Size = Vector3.new(1,1,1)
  45. fx.TopSurface = "SmoothNoOutlines"
  46. fx.BottomSurface = "SmoothNoOutlines"
  47. fx.BrickColor = BrickColor.new("Really black")
  48. fxm = Instance.new("SpecialMesh",fx)
  49. fxm.MeshType = "Sphere"
  50. local sa2 = Instance.new("Sound",torso)
  51. sa2.SoundId = "rbxassetid://93724183"
  52. sa2.Pitch = 0.5
  53. sa2.Volume = 5
  54. sa2.Looped = false
  55. sa2:Play()
  56. local value = 1
  57. fxm.Scale = Vector3.new(1,1,1)
  58. for i = 1, 20 do rs:wait()
  59. value = value - 0.05
  60. fx.Transparency = fx.Transparency - (1/20)
  61. fx.CFrame = torso.CFrame
  62. fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
  63. rs:wait()
  64. end
  65. ----------------------------------------------------
  66. GroundWave1 = function()
  67. local Transforming = true
  68. hum.WalkSpeed = 0
  69. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  70. local Colors = {"White", "Really black"}
  71. local wave = Instance.new("Part", torso)
  72. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  73. wave.Anchored = true
  74. wave.CanCollide = false
  75. wave.Locked = true
  76. wave.Size = Vector3.new(1, 1, 1)
  77. wave.TopSurface = "Smooth"
  78. wave.BottomSurface = "Smooth"
  79. wave.Transparency = 0.35
  80. wave.CFrame = HandCF
  81. wm = Instance.new("SpecialMesh", wave)
  82. wm.MeshId = "rbxassetid://3270017"
  83. coroutine.wrap(function()
  84. for i = 1, 30, 1 do
  85. wm.Scale = Vector3.new(50, 50, 1 + i*50)
  86. wave.Size = wm.Scale
  87. wave.CFrame = HandCF
  88. wave.Transparency = i/30
  89. wait()
  90. end
  91. wait()
  92. wave:Destroy()
  93. end)()
  94. end
  95. ----------------------------------------------------
  96. GroundWave = function()
  97. if Transforming == true then
  98. local value = 5
  99. local value2 = 10
  100. local value3 = 20
  101. local sa2 = Instance.new("Sound",torso)
  102. sa2.SoundId = "rbxassetid://413682983"
  103. sa2.Pitch = 1
  104. sa2.Volume = 10
  105. sa2.Looped = false
  106. sa2:Play()
  107. local wave = Instance.new("Part", torso)
  108. local glowz = Instance.new("ParticleEmitter",wave)
  109. glowz.LightEmission = 1
  110. glowz.Texture = "0"
  111. glowz.Color = ColorSequence.new(wit)
  112. glowz.Size = NumberSequence.new(30)
  113. glowz.Speed = NumberRange.new(25,100)
  114. glowz.LockedToPart = false
  115. glowz.Transparency = NumberSequence.new(0.75)
  116. glowz.RotSpeed = NumberRange.new(-2000,2000)
  117. glowz.Lifetime = NumberRange.new(1)
  118. glowz.Rate = 50000
  119. glowz.VelocitySpread = 9001
  120.  
  121. wave.BrickColor = BrickColor.new("Lime green")
  122. wave.Anchored = true
  123. wave.CanCollide = false
  124. wave.Locked = true
  125. wave.Size = Vector3.new(1, 1, 1)
  126. wave.TopSurface = "Smooth"
  127. wave.BottomSurface = "Smooth"
  128. wave.Transparency = 0.35
  129. wave.CFrame = fx.CFrame
  130. wave.Material = "Neon"
  131. wm = Instance.new("SpecialMesh", wave)
  132. wm.MeshType = "Sphere"
  133. wm.Scale = Vector3.new(1,1,1)
  134. local wave2 = Instance.new("Part", torso)
  135. wave2.BrickColor = BrickColor.new("Lime green")
  136. wave2.Anchored = true
  137. wave2.CanCollide = false
  138. wave2.Locked = true
  139. wave2.Size = Vector3.new(1, 1, 1)
  140. wave2.TopSurface = "Smooth"
  141. wave2.BottomSurface = "Smooth"
  142. wave2.Transparency = 0.35
  143. wave2.CFrame = fx.CFrame
  144. wave2.Material = "Neon"
  145. wm2 = Instance.new("SpecialMesh", wave2)
  146. wm2.MeshType = "FileMesh"
  147. wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  148. wm2.Scale = Vector3.new(1,1,1)
  149. local wave3 = Instance.new("Part", torso)
  150. wave3.BrickColor = BrickColor.new("Really black")
  151. wave3.Anchored = true
  152. wave3.CanCollide = false
  153. wave3.Locked = true
  154. wave3.Size = Vector3.new(1, 1, 1)
  155. wave3.TopSurface = "Smooth"
  156. wave3.BottomSurface = "Smooth"
  157. wave3.Transparency = 0.35
  158. wave3.CFrame = fx.CFrame
  159. wave3.Material = "Neon"
  160. wm3 = Instance.new("SpecialMesh", wave3)
  161. wm3.MeshType = "FileMesh"
  162. wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  163. wm3.Scale = Vector3.new(1,1,1)
  164. coroutine.wrap(function()
  165. for i = 1, 18, 1 do
  166. value = value - 0.5
  167. value2 = value2 - 0.75*1.5
  168. value3 = value3 - 0.475*1.5
  169. wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
  170. wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
  171. wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
  172. --wave.Size = wm.Scale
  173. wave.CFrame = fx.CFrame
  174. wave.Transparency = i/14
  175. --wave2.Size = wm2.Scale
  176. wave2.CFrame = fx.CFrame
  177. wave2.Rotation = Vector3.new(90, 0, 0)
  178. wave2.Transparency = i/14
  179. --wave3.Size = wm3.Scale
  180. wave3.CFrame = fx.CFrame
  181. wave3.Rotation = Vector3.new(90, 0, 0)
  182. wave3.Transparency = i/14
  183. wait()
  184. glowz.Rate = 0
  185.  
  186. end
  187. wait()
  188. wave:Destroy()
  189. wave2:Destroy()
  190. wave3:Destroy()
  191. end)()
  192. elseif Transforming == false then
  193. wait()
  194. end
  195. end
  196.  
  197. for i = 1, 100 do rs:wait()
  198. fx.CFrame = torso.CFrame
  199. end
  200.  
  201. Spawn(function()
  202. while wait(1) do
  203. GroundWave()
  204. end
  205. end)
  206.  
  207. wait(4)
  208.  
  209. Transforming = false
  210.  
  211. local value2 = 1
  212. for i = 1, 20 do rs:wait()
  213. value2 = value2 - 0.05
  214. glowz.Rate = 0
  215.  
  216. fx.Transparency = fx.Transparency + (1/20)
  217. fx.CFrame = torso.CFrame
  218. fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
  219. rs:wait()
  220. end
  221. glowz:Destroy()
  222.  
  223.  
  224. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  225. local valuer = 5
  226. local valuer2 = 10
  227. local valuer3 = 15
  228. local sa2 = Instance.new("Sound",torso)
  229. sa2.SoundId = "rbxassetid://130972023"
  230. sa2.Pitch = 1
  231. sa2.Volume = 5
  232. sa2.Looped = false
  233. sa2:Play()
  234. local sar2 = Instance.new("Sound",torso)
  235. sar2.SoundId = "rbxassetid://153274423"
  236. sar2.Pitch = 1
  237. sar2.Volume = 5
  238. sar2.Looped = false
  239. sar2:Play()
  240. local wave = Instance.new("Part", torso)
  241. wave.BrickColor = BrickColor.new("Lime green")
  242. wave.Anchored = true
  243. wave.CanCollide = false
  244. wave.Locked = true
  245. wave.Size = Vector3.new(1, 1, 1)
  246. wave.TopSurface = "Smooth"
  247. wave.BottomSurface = "Smooth"
  248. wave.Transparency = 0.35
  249. wave.CFrame = HandCF
  250. wm = Instance.new("SpecialMesh", wave)
  251. wm.MeshId = "rbxassetid://3270017"
  252. local wave2 = Instance.new("Part", torso)
  253. wave2.BrickColor = BrickColor.new("Really black")
  254. wave2.Anchored = true
  255. wave2.CanCollide = false
  256. wave2.Locked = true
  257. wave2.Size = Vector3.new(1, 1, 1)
  258. wave2.TopSurface = "Smooth"
  259. wave2.BottomSurface = "Smooth"
  260. wave2.Transparency = 0.35
  261. wave2.CFrame = HandCF
  262. wm2 = Instance.new("SpecialMesh", wave2)
  263. wm2.MeshId = "rbxassetid://3270017"
  264. local wave3 = Instance.new("Part", torso)
  265. wave3.BrickColor = BrickColor.new("Lime green")
  266. wave3.Anchored = true
  267. wave3.CanCollide = false
  268. wave3.Locked = true
  269. wave3.Size = Vector3.new(1, 1, 1)
  270. wave3.TopSurface = "Smooth"
  271. wave3.BottomSurface = "Smooth"
  272. wave3.Transparency = 0.35
  273. wave3.CFrame = HandCF
  274. wm3 = Instance.new("SpecialMesh", wave3)
  275. wm3.MeshId = "rbxassetid://3270017"
  276. coroutine.wrap(function()
  277. for i = 1, 14, 1 do
  278. valuer = valuer - 0.35
  279. valuer2 = valuer - 0.45
  280. valuer3 = valuer3 - 0.475
  281. wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
  282. wave.Size = wm.Scale
  283. wave.CFrame = HandCF
  284. wave.Transparency = i/14
  285. wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
  286. wave2.Size = wm2.Scale
  287. wave2.CFrame = HandCF
  288. wave2.Transparency = i/14
  289. wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
  290. wave3.Size = wm2.Scale
  291. wave3.CFrame = HandCF
  292. wave3.Transparency = i/14
  293. wait()
  294. end
  295. wait()
  296. wave:Destroy()
  297. wave2:Destroy()
  298. end)()
  299. hum.WalkSpeed = 16
  300. --------------------
  301.  
  302. ------------
  303. fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
  304. fire.Color = Color3.new(0,1,0)
  305. fire.SecondaryColor = Color3.new(0,1,0)
  306. fire.Enabled = true
  307. --------------------------------------------------------------------------------------------------------
  308. plr=game:service'Players'.LocalPlayer
  309. chr=plr.Character
  310. local ms = plr:GetMouse()
  311. CV="Bright red"
  312.  
  313. local txt = Instance.new("BillboardGui", chr)
  314. txt.Adornee = chr.Head
  315. txt.Name = "_status"
  316. txt.Size = UDim2.new(4, 0, 2.5, 0)
  317. txt.StudsOffset = Vector3.new(-4, 2, 0)
  318. local text = Instance.new("TextLabel", txt)
  319. text.Size = UDim2.new(3, 0, 0.5, 0)
  320. text.FontSize = "Size24"
  321. text.TextScaled = true
  322. text.TextTransparency = 0
  323. text.BackgroundTransparency = 1
  324. text.TextTransparency = 0
  325. text.TextStrokeTransparency = 0
  326. text.Font = "Bodoni"
  327. text.TextStrokeColor3 = Color3.new(0,1,0)
  328. text.Text = "a skid ok?"
  329. --------------------------------------------------------
  330. char["Body Colors"].HeadColor = BrickColor.new("Really black")
  331. char["Body Colors"].TorsoColor = BrickColor.new("Really black")
  332. char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
  333. char["Body Colors"].RightArmColor = BrickColor.new("Really black")
  334. --------------------------------------------------------------
  335. fat = Instance.new("BindableEvent",script)
  336. fat.Name = "Heartbeat"
  337.  
  338. script:WaitForChild("Heartbeat")
  339.  
  340. frame = 1/30
  341. tf = 0
  342. 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.
  343. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  344. lastframe = tick()
  345. script.Heartbeat:Fire() --ayy lmao
  346.  
  347. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  348. tf = tf + s
  349. if tf >= frame then
  350. if allowframeloss then
  351. script.Heartbeat:Fire()
  352. lastframe=tick()
  353. else
  354. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  355. for i=1, math.floor(tf/frame) do
  356. script.Heartbeat:Fire()
  357. end
  358. lastframe=tick()
  359. end
  360. if tossremainder then
  361. tf = 0
  362. else
  363. tf = tf - frame * math.floor(tf/frame)
  364. end
  365. end
  366. end)
  367. ----------------------------------------------------
  368. for i,v in pairs(char:children()) do
  369. if v:IsA("Hat") then
  370. v:Destroy()
  371. end
  372. end
  373. for i,v in pairs (hed:GetChildren()) do
  374. if v:IsA("Sound") then
  375. v:Destroy()
  376. end
  377. end
  378. ----------------------------------------------------
  379. Debounces = {
  380. CanAttack = true;
  381. CanJoke = true;
  382. NoIdl = false;
  383. Slashing = false;
  384. Slashed = false;
  385. ks = false;
  386. }
  387. ----------------------------------------------------
  388. function weld5(part0, part1, c0, c1)
  389. weeld=Instance.new("Weld", part0)
  390. weeld.Part0=part0
  391. weeld.Part1=part1
  392. weeld.C0=c0
  393. weeld.C1=c1
  394. return weeld
  395. end
  396. ----------------------------------------------------
  397. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  398. local prt=Instance.new("Part")
  399. prt.Parent=prnt
  400. prt.Name="Part"
  401. prt.Size=siz
  402. prt.CanCollide=false
  403. prt.Anchored=anc
  404. prt.Locked=true
  405. prt.Transparency = trans
  406. prt.TopSurface=10
  407. prt.BottomSurface=10
  408. prt.FrontSurface=10
  409. prt.BackSurface=10
  410. prt.LeftSurface=10
  411. prt.RightSurface=10
  412. prt:BreakJoints()
  413. prt.CFrame=cf or CFrame.new(30,10,30)
  414. prt.Material=mat
  415. prt.BrickColor=BrickColor.new(col)
  416. m=Instance.new("SpecialMesh",prt)
  417. m.MeshType=6
  418. return prt
  419. end
  420. ----------------------------------------------------
  421. function lerp(a, b, t) -- Linear interpolation
  422. return a + (b - a)*t
  423. end
  424.  
  425. function slerp(a, b, t) --Spherical interpolation
  426. dot = a:Dot(b)
  427. if dot > 0.99999 or dot < -0.99999 then
  428. return t <= 0.5 and a or b
  429. else
  430. r = math.acos(dot)
  431. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  432. end
  433. end
  434.  
  435. function matrixInterpolate(a, b, t)
  436. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  437. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  438. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  439. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  440. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  441. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  442. local t = v1:Dot(v2)
  443. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  444. return CFrame.new()
  445. end
  446. return CFrame.new(
  447. v0.x, v0.y, v0.z,
  448. v1.x, v1.y, v1.z,
  449. v2.x, v2.y, v2.z,
  450. v3.x, v3.y, v3.z)
  451. end
  452. ----------------------------------------------------
  453. function genWeld(a,b)
  454. local w = Instance.new("Weld",a)
  455. w.Part0 = a
  456. w.Part1 = b
  457. return w
  458. end
  459. function weld(a, b)
  460. local weld = Instance.new("Weld")
  461. weld.Name = "W"
  462. weld.Part0 = a
  463. weld.Part1 = b
  464. weld.C0 = a.CFrame:inverse() * b.CFrame
  465. weld.Parent = a
  466. return weld;
  467. end
  468. ----------------------------------------------------
  469. function Lerp(c1,c2,al)
  470. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  471. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  472. for i,v in pairs(com1) do
  473. com1[i] = v+(com2[i]-v)*al
  474. end
  475. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  476. end
  477. ----------------------------------------------------
  478. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  479. local wld = Instance.new("Weld", wp1)
  480. wld.Part0 = wp0
  481. wld.Part1 = wp1
  482. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  483. end
  484. ----------------------------------------------------
  485. newWeld(torso, larm, -1.5, 0.5, 0)
  486. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  487. newWeld(torso, rarm, 1.5, 0.5, 0)
  488. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  489. newWeld(torso, hed, 0, 1.5, 0)
  490. newWeld(torso, lleg, -0.5, -1, 0)
  491. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  492. newWeld(torso, rleg, 0.5, -1, 0)
  493. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  494. newWeld(root, torso, 0, -1, 0)
  495. torso.Weld.C1 = CFrame.new(0, -1, 0)
  496. ----------------------------------------------------
  497.  
  498. hed.face.Texture = "http://www.roblox.com/asset/?id=0"
  499. hed.Transparency = 1
  500.  
  501. -----------------------
  502. LittleWave = function()
  503. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  504. local Colors = {"Lime green", "Black","Really black"}
  505. local wave = Instance.new("Part", torso)
  506.  
  507.  
  508. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  509.  
  510.  
  511. wave.Anchored = true
  512. wave.CanCollide = false
  513. wave.Material = "Neon"
  514. wave.Locked = true
  515. wave.Size = Vector3.new(1, 1, 1)
  516. wave.TopSurface = "Smooth"
  517. wave.BottomSurface = "Smooth"
  518. wave.Transparency = 0.35
  519. wave.CFrame = HandCF
  520. wm = Instance.new("SpecialMesh", wave)
  521. wm.MeshId = "rbxassetid://3270017"
  522. coroutine.wrap(function()
  523. for i = 1, 14, 1 do
  524. wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
  525. wave.Size = wm.Scale
  526. wave.CFrame = HandCF
  527. wave.Transparency = i/14
  528. wait()
  529. end
  530. wait()
  531. wave:Destroy()
  532. end)()
  533. end
  534. Spawn(function()
  535. while wait(.8) do
  536. LittleWave()
  537. end
  538. end)
  539.  
  540. -----------------------------
  541.  
  542. ------------------------
  543.  
  544. -------------------------
  545.  
  546.  
  547. ----------------------------------------------------
  548. z = Instance.new("Sound", char)
  549. z.SoundId = "rbxassetid://435750418"
  550. z.Looped = true
  551. z.Pitch = 1
  552. z.Volume = 7
  553. wait(.1)
  554. z:Play()
  555. ----------------------------------------------------
  556.  
  557.  
  558. ---------------------
  559.  
  560. New = function(Object, Parent, Name, Data)
  561. local Object = Instance.new(Object)
  562. for Index, Value in pairs(Data or {}) do
  563. Object[Index] = Value
  564. end
  565. Object.Parent = Parent
  566. Object.Name = Name
  567. return Object
  568. end
  569. ----------------------------------------------------
  570. --reaper hat
  571. for _,x in pairs(char:children()) do
  572. if x:IsA('Hat') then x:remove() end
  573. if x:IsA('Shirt') then x:remove() end
  574. if x:IsA('Pants') then x:remove() end
  575. end
  576.  
  577. local h = Instance.new('Part', char)
  578. h.Name = 'DK Hood'
  579. h.Size = Vector3.new(0.5,0.5,0.5)
  580. h.CFrame = hed.CFrame
  581. h.CanCollide = false
  582. --
  583. newWeld(hed, h, 0, 0.35, 0)
  584. --
  585. local m = Instance.new('SpecialMesh', h)
  586. m.Name = "Reaper's Cowl"
  587. m.MeshType = 'FileMesh'
  588. m.Scale = Vector3.new(0.5,0.5,0.5)
  589. m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
  590. m.VertexColor = Vector3.new(1,1,1)
  591. local shirt = Instance.new("Shirt",p.Character)
  592. local pants = Instance.new("Pants",p.Character)
  593. shirt.ShirtTemplate = "rbxassetid://233027251"
  594. pants.PantsTemplate = "rbxassetid://149639608"
  595. --Left Arm
  596. m = Instance.new("Model")
  597. m.Name = "LeftArm"
  598. p1 = Instance.new("Part", m)
  599. p1.BrickColor = BrickColor.new("Lime green")
  600. p1.Material = Enum.Material.Granite
  601. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  602. p1.Size = Vector3.new(1, 0.200000048, 1)
  603. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  604. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  605. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  606. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  607. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  608. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  609. b1 = Instance.new("SpecialMesh", p1)
  610. b1.MeshType = Enum.MeshType.Brick
  611. b1.Name = "Mesh"
  612. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  613. p2 = Instance.new("Part", m)
  614. p2.BrickColor = BrickColor.new("Lime green")
  615. p2.Material = Enum.Material.Granite
  616. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  617. p2.Size = Vector3.new(1, 0.200000048, 1)
  618. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  619. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  620. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  621. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  622. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  623. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  624. b2 = Instance.new("SpecialMesh", p2)
  625. b2.MeshType = Enum.MeshType.Brick
  626. b2.Name = "Mesh"
  627. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  628. p3 = Instance.new("Part", m)
  629. p3.BrickColor = BrickColor.new("Lime green")
  630. p3.Material = Enum.Material.Granite
  631. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  632. p3.Size = Vector3.new(1, 0.200000048, 1)
  633. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  634. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  635. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  636. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  637. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  638. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  639. b3 = Instance.new("SpecialMesh", p3)
  640. b3.MeshType = Enum.MeshType.Brick
  641. b3.Name = "Mesh"
  642. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  643. p4 = Instance.new("Part", m)
  644. p4.BrickColor = BrickColor.new("Black")
  645. p4.Material = Enum.Material.SmoothPlastic
  646. p4.Name = "LeftArmPlate"
  647. p4.Size = Vector3.new(1, 2, 1)
  648. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  649. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  650. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  651. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  652. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  653. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  654. b4 = Instance.new("SpecialMesh", p4)
  655. b4.MeshType = Enum.MeshType.Brick
  656. b4.Name = "Mesh"
  657. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  658. p5 = Instance.new("Part", m)
  659. p5.BrickColor = BrickColor.new("Lime green")
  660. p5.Material = Enum.Material.Granite
  661. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  662. p5.Size = Vector3.new(1, 0.200000048, 1)
  663. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  664. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  665. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  666. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  667. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  668. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  669. b5 = Instance.new("SpecialMesh", p5)
  670. b5.MeshType = Enum.MeshType.Brick
  671. b5.Name = "Mesh"
  672. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  673. p6 = Instance.new("Part", m)
  674. p6.BrickColor = BrickColor.new("Lime green")
  675. p6.Material = Enum.Material.Granite
  676. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  677. p6.Size = Vector3.new(1, 0.200000048, 1)
  678. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  679. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  680. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  681. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  682. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  683. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  684. b6 = Instance.new("SpecialMesh", p6)
  685. b6.MeshType = Enum.MeshType.Brick
  686. b6.Name = "Mesh"
  687. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  688. p7 = Instance.new("Part", m)
  689. p7.BrickColor = BrickColor.new("Lime green")
  690. p7.Material = Enum.Material.Granite
  691. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  692. p7.FormFactor = Enum.FormFactor.Custom
  693. p7.Size = Vector3.new(1, 0.200000048, 1)
  694. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  695. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  696. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  697. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  698. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  699. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  700. b7 = Instance.new("SpecialMesh", p7)
  701. b7.MeshType = Enum.MeshType.Brick
  702. b7.Name = "Mesh"
  703. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  704. p8 = Instance.new("Part", m)
  705. p8.BrickColor = BrickColor.new("Lime green")
  706. p8.Material = Enum.Material.Granite
  707. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  708. p8.FormFactor = Enum.FormFactor.Custom
  709. p8.Size = Vector3.new(1, 0.200000048, 1)
  710. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  711. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  712. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  713. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  714. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  715. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  716. b8 = Instance.new("SpecialMesh", p8)
  717. b8.MeshType = Enum.MeshType.Brick
  718. b8.Name = "Mesh"
  719. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  720. p9 = Instance.new("Part", m)
  721. p9.BrickColor = BrickColor.new("Lime green")
  722. p9.Material = Enum.Material.Granite
  723. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  724. p9.FormFactor = Enum.FormFactor.Custom
  725. p9.Size = Vector3.new(1, 0.200000048, 1)
  726. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  727. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  728. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  729. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  730. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  731. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  732. b9 = Instance.new("SpecialMesh", p9)
  733. b9.MeshType = Enum.MeshType.Brick
  734. b9.Name = "Mesh"
  735. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  736. p10 = Instance.new("Part", m)
  737. p10.BrickColor = BrickColor.new("Black")
  738. p10.Material = Enum.Material.SmoothPlastic
  739. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  740. p10.FormFactor = Enum.FormFactor.Custom
  741. p10.Size = Vector3.new(1, 0.349999994, 1)
  742. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  743. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  744. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  745. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  746. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  747. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  748. b10 = Instance.new("SpecialMesh", p10)
  749. b10.MeshType = Enum.MeshType.Brick
  750. b10.Name = "Mesh"
  751. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  752. p11 = Instance.new("Part", m)
  753. p11.BrickColor = BrickColor.new("Black")
  754. p11.Material = Enum.Material.Metal
  755. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  756. p11.FormFactor = Enum.FormFactor.Custom
  757. p11.Size = Vector3.new(1, 0.25, 1)
  758. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  759. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  760. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  761. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  762. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  763. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  764. b11 = Instance.new("SpecialMesh", p11)
  765. b11.MeshType = Enum.MeshType.Brick
  766. b11.Name = "Mesh"
  767. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  768. p12 = Instance.new("Part", m)
  769. p12.BrickColor = BrickColor.new("Black")
  770. p12.Material = Enum.Material.Metal
  771. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  772. p12.FormFactor = Enum.FormFactor.Custom
  773. p12.Size = Vector3.new(1, 0.25, 1)
  774. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  775. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  776. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  777. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  778. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  780. b12 = Instance.new("SpecialMesh", p12)
  781. b12.MeshType = Enum.MeshType.Brick
  782. b12.Name = "Mesh"
  783. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  784. p13 = Instance.new("Part", m)
  785. p13.BrickColor = BrickColor.new("Black")
  786. p13.Material = Enum.Material.Metal
  787. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  788. p13.FormFactor = Enum.FormFactor.Custom
  789. p13.Size = Vector3.new(1, 0.25, 1)
  790. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  791. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  792. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  793. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  794. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  795. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  796. b13 = Instance.new("SpecialMesh", p13)
  797. b13.MeshType = Enum.MeshType.Brick
  798. b13.Name = "Mesh"
  799. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  800. p14 = Instance.new("Part", m)
  801. p14.BrickColor = BrickColor.new("Black")
  802. p14.Material = Enum.Material.Metal
  803. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  804. p14.FormFactor = Enum.FormFactor.Custom
  805. p14.Size = Vector3.new(1, 0.25, 1)
  806. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  807. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  808. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  809. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  810. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  811. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  812. b14 = Instance.new("SpecialMesh", p14)
  813. b14.MeshType = Enum.MeshType.Brick
  814. b14.Name = "Mesh"
  815. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  816. p15 = Instance.new("Part", m)
  817. p15.BrickColor = BrickColor.new("Lime green")
  818. p15.Material = Enum.Material.Granite
  819. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  820. p15.FormFactor = Enum.FormFactor.Custom
  821. p15.Size = Vector3.new(1, 1, 1)
  822. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  823. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  824. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  825. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  826. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  827. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  828. b15 = Instance.new("SpecialMesh", p15)
  829. b15.MeshType = Enum.MeshType.Sphere
  830. b15.Name = "Mesh"
  831. p16 = Instance.new("Part", m)
  832. p16.BrickColor = BrickColor.new("Black")
  833. p16.Material = Enum.Material.Metal
  834. 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)
  835. p16.FormFactor = Enum.FormFactor.Custom
  836. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  837. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  838. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  839. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  840. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  841. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  842. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  843. b16 = Instance.new("SpecialMesh", p16)
  844. b16.MeshType = Enum.MeshType.Brick
  845. b16.Name = "Mesh"
  846. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  847. p17 = Instance.new("Part", m)
  848. p17.BrickColor = BrickColor.new("Black")
  849. p17.Material = Enum.Material.SmoothPlastic
  850. 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)
  851. p17.FormFactor = Enum.FormFactor.Custom
  852. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  853. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  854. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  855. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  856. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  857. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  858. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  859. b17 = Instance.new("SpecialMesh", p17)
  860. b17.MeshType = Enum.MeshType.Brick
  861. b17.Name = "Mesh"
  862. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  863. p18 = Instance.new("Part", m)
  864. p18.BrickColor = BrickColor.new("Black")
  865. p18.Material = Enum.Material.SmoothPlastic
  866. 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)
  867. p18.FormFactor = Enum.FormFactor.Custom
  868. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  869. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  870. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  871. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  872. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  873. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  874. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  875. b18 = Instance.new("SpecialMesh", p18)
  876. b18.MeshType = Enum.MeshType.Brick
  877. b18.Name = "Mesh"
  878. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  879. p19 = Instance.new("Part", m)
  880. p19.BrickColor = BrickColor.new("Black")
  881. p19.Material = Enum.Material.SmoothPlastic
  882. 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)
  883. p19.FormFactor = Enum.FormFactor.Custom
  884. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  885. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  886. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  887. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  888. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  889. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  890. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  891. b19 = Instance.new("SpecialMesh", p19)
  892. b19.MeshType = Enum.MeshType.Brick
  893. b19.Name = "Mesh"
  894. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  895. p20 = Instance.new("Part", m)
  896. p20.BrickColor = BrickColor.new("Really black")
  897. p20.Material = Enum.Material.SmoothPlastic
  898. 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)
  899. p20.FormFactor = Enum.FormFactor.Custom
  900. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  901. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  902. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  903. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  904. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  905. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  906. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  907. b20 = Instance.new("SpecialMesh", p20)
  908. b20.MeshType = Enum.MeshType.Brick
  909. b20.Name = "Mesh"
  910. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  911. p21 = Instance.new("Part", m)
  912. p21.BrickColor = BrickColor.new("Black")
  913. p21.Material = Enum.Material.Metal
  914. 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)
  915. p21.FormFactor = Enum.FormFactor.Custom
  916. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  917. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  918. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  919. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  920. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  921. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  922. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  923. b21 = Instance.new("SpecialMesh", p21)
  924. b21.MeshType = Enum.MeshType.Wedge
  925. b21.Name = "Mesh"
  926. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  927. p22 = Instance.new("Part", m)
  928. p22.BrickColor = BrickColor.new("Black")
  929. p22.Material = Enum.Material.Metal
  930. 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)
  931. p22.FormFactor = Enum.FormFactor.Custom
  932. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  933. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  934. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  935. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  936. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  937. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  938. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  939. b22 = Instance.new("SpecialMesh", p22)
  940. b22.MeshType = Enum.MeshType.Brick
  941. b22.Name = "Mesh"
  942. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  943. p23 = Instance.new("Part", m)
  944. p23.BrickColor = BrickColor.new("Black")
  945. p23.Material = Enum.Material.Metal
  946. 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)
  947. p23.FormFactor = Enum.FormFactor.Custom
  948. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  949. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  950. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  951. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  952. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  953. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  954. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  955. b23 = Instance.new("SpecialMesh", p23)
  956. b23.MeshType = Enum.MeshType.Brick
  957. b23.Name = "Mesh"
  958. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  959. p24 = Instance.new("Part", m)
  960. p24.BrickColor = BrickColor.new("Black")
  961. p24.Material = Enum.Material.Metal
  962. 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)
  963. p24.FormFactor = Enum.FormFactor.Custom
  964. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  965. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  966. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  967. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  968. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  969. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  970. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  971. b24 = Instance.new("SpecialMesh", p24)
  972. b24.MeshType = Enum.MeshType.Brick
  973. b24.Name = "Mesh"
  974. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  975. p25 = Instance.new("Part", m)
  976. p25.BrickColor = BrickColor.new("Black")
  977. p25.Material = Enum.Material.Metal
  978. 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)
  979. p25.FormFactor = Enum.FormFactor.Custom
  980. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  981. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  982. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  983. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  984. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  985. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  986. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  987. b25 = Instance.new("SpecialMesh", p25)
  988. b25.MeshType = Enum.MeshType.Brick
  989. b25.Name = "Mesh"
  990. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  991. p26 = Instance.new("Part", m)
  992. p26.BrickColor = BrickColor.new("Black")
  993. p26.Material = Enum.Material.Metal
  994. 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)
  995. p26.FormFactor = Enum.FormFactor.Custom
  996. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  997. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  998. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  999. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1002. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. b26 = Instance.new("SpecialMesh", p26)
  1004. b26.MeshType = Enum.MeshType.Brick
  1005. b26.Name = "Mesh"
  1006. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1007. p27 = Instance.new("Part", m)
  1008. p27.BrickColor = BrickColor.new("Black")
  1009. p27.Material = Enum.Material.Metal
  1010. 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)
  1011. p27.FormFactor = Enum.FormFactor.Custom
  1012. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1013. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1018. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. b27 = Instance.new("SpecialMesh", p27)
  1020. b27.MeshType = Enum.MeshType.Brick
  1021. b27.Name = "Mesh"
  1022. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1023. p28 = Instance.new("Part", m)
  1024. p28.BrickColor = BrickColor.new("Black")
  1025. p28.Material = Enum.Material.Metal
  1026. 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)
  1027. p28.FormFactor = Enum.FormFactor.Custom
  1028. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1029. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1032. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1035. b28 = Instance.new("SpecialMesh", p28)
  1036. b28.MeshType = Enum.MeshType.Brick
  1037. b28.Name = "Mesh"
  1038. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1039. p29 = Instance.new("Part", m)
  1040. p29.BrickColor = BrickColor.new("Black")
  1041. p29.Material = Enum.Material.Metal
  1042. 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)
  1043. p29.FormFactor = Enum.FormFactor.Custom
  1044. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1045. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1051. b29 = Instance.new("SpecialMesh", p29)
  1052. b29.MeshType = Enum.MeshType.Brick
  1053. b29.Name = "Mesh"
  1054. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1055. p30 = Instance.new("Part", m)
  1056. p30.BrickColor = BrickColor.new("Black")
  1057. p30.Material = Enum.Material.Metal
  1058. 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)
  1059. p30.FormFactor = Enum.FormFactor.Custom
  1060. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1061. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. b30 = Instance.new("SpecialMesh", p30)
  1068. b30.MeshType = Enum.MeshType.Wedge
  1069. b30.Name = "Mesh"
  1070. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1071. p31 = Instance.new("Part", m)
  1072. p31.BrickColor = BrickColor.new("Black")
  1073. p31.Material = Enum.Material.Metal
  1074. 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)
  1075. p31.FormFactor = Enum.FormFactor.Custom
  1076. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1077. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. b31 = Instance.new("SpecialMesh", p31)
  1084. b31.MeshType = Enum.MeshType.Brick
  1085. b31.Name = "Mesh"
  1086. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1087. p32 = Instance.new("Part", m)
  1088. p32.BrickColor = BrickColor.new("Black")
  1089. p32.Material = Enum.Material.Metal
  1090. 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)
  1091. p32.FormFactor = Enum.FormFactor.Custom
  1092. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1093. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. b32 = Instance.new("SpecialMesh", p32)
  1100. b32.MeshType = Enum.MeshType.Wedge
  1101. b32.Name = "Mesh"
  1102. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1103. p33 = Instance.new("Part", m)
  1104. p33.BrickColor = BrickColor.new("Black")
  1105. p33.Material = Enum.Material.Metal
  1106. 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)
  1107. p33.FormFactor = Enum.FormFactor.Custom
  1108. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1109. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. b33 = Instance.new("SpecialMesh", p33)
  1116. b33.MeshType = Enum.MeshType.Brick
  1117. b33.Name = "Mesh"
  1118. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1119. p34 = Instance.new("Part", m)
  1120. p34.BrickColor = BrickColor.new("Black")
  1121. p34.Material = Enum.Material.Metal
  1122. 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)
  1123. p34.FormFactor = Enum.FormFactor.Custom
  1124. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1125. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1128. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. b34 = Instance.new("SpecialMesh", p34)
  1132. b34.MeshType = Enum.MeshType.Brick
  1133. b34.Name = "Mesh"
  1134. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1135. w1 = Instance.new("Weld", p1)
  1136. w1.Name = "Part_Weld"
  1137. w1.Part0 = p1
  1138. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1139. w1.Part1 = p2
  1140. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1141. w2 = Instance.new("Weld", p2)
  1142. w2.Name = "Part_Weld"
  1143. w2.Part0 = p2
  1144. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1145. w2.Part1 = p3
  1146. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1147. w3 = Instance.new("Weld", p3)
  1148. w3.Name = "LeftArmPlate_Weld"
  1149. w3.Part0 = p3
  1150. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1151. w3.Part1 = p4
  1152. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1153. w4 = Instance.new("Weld", p4)
  1154. w4.Name = "Part_Weld"
  1155. w4.Part0 = p4
  1156. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1157. w4.Part1 = p5
  1158. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1159. w5 = Instance.new("Weld", p5)
  1160. w5.Name = "Part_Weld"
  1161. w5.Part0 = p5
  1162. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1163. w5.Part1 = p6
  1164. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1165. w6 = Instance.new("Weld", p6)
  1166. w6.Name = "Part_Weld"
  1167. w6.Part0 = p6
  1168. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1169. w6.Part1 = p7
  1170. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1171. w7 = Instance.new("Weld", p7)
  1172. w7.Name = "Part_Weld"
  1173. w7.Part0 = p7
  1174. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1175. w7.Part1 = p8
  1176. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1177. w8 = Instance.new("Weld", p8)
  1178. w8.Name = "Part_Weld"
  1179. w8.Part0 = p8
  1180. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1181. w8.Part1 = p9
  1182. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1183. w9 = Instance.new("Weld", p9)
  1184. w9.Name = "Part_Weld"
  1185. w9.Part0 = p9
  1186. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1187. w9.Part1 = p10
  1188. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1189. w10 = Instance.new("Weld", p10)
  1190. w10.Name = "Part_Weld"
  1191. w10.Part0 = p10
  1192. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1193. w10.Part1 = p11
  1194. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1195. w11 = Instance.new("Weld", p11)
  1196. w11.Name = "Part_Weld"
  1197. w11.Part0 = p11
  1198. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1199. w11.Part1 = p12
  1200. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1201. w12 = Instance.new("Weld", p12)
  1202. w12.Name = "Part_Weld"
  1203. w12.Part0 = p12
  1204. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1205. w12.Part1 = p13
  1206. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1207. w13 = Instance.new("Weld", p13)
  1208. w13.Name = "Part_Weld"
  1209. w13.Part0 = p13
  1210. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1211. w13.Part1 = p14
  1212. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1213. w14 = Instance.new("Weld", p14)
  1214. w14.Name = "Part_Weld"
  1215. w14.Part0 = p14
  1216. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1217. w14.Part1 = p15
  1218. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1219. w15 = Instance.new("Weld", p15)
  1220. w15.Name = "Part_Weld"
  1221. w15.Part0 = p15
  1222. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1223. w15.Part1 = p16
  1224. 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)
  1225. w16 = Instance.new("Weld", p16)
  1226. w16.Name = "Part_Weld"
  1227. w16.Part0 = p16
  1228. 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)
  1229. w16.Part1 = p17
  1230. 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)
  1231. w17 = Instance.new("Weld", p17)
  1232. w17.Name = "Part_Weld"
  1233. w17.Part0 = p17
  1234. 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)
  1235. w17.Part1 = p18
  1236. 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)
  1237. w18 = Instance.new("Weld", p18)
  1238. w18.Name = "Part_Weld"
  1239. w18.Part0 = p18
  1240. 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)
  1241. w18.Part1 = p19
  1242. 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)
  1243. w19 = Instance.new("Weld", p19)
  1244. w19.Name = "Part_Weld"
  1245. w19.Part0 = p19
  1246. 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)
  1247. w19.Part1 = p20
  1248. 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)
  1249. w20 = Instance.new("Weld", p20)
  1250. w20.Name = "Part_Weld"
  1251. w20.Part0 = p20
  1252. 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)
  1253. w20.Part1 = p21
  1254. 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)
  1255. w21 = Instance.new("Weld", p21)
  1256. w21.Name = "Part_Weld"
  1257. w21.Part0 = p21
  1258. 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)
  1259. w21.Part1 = p22
  1260. 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)
  1261. w22 = Instance.new("Weld", p22)
  1262. w22.Name = "Part_Weld"
  1263. w22.Part0 = p22
  1264. 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)
  1265. w22.Part1 = p23
  1266. 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)
  1267. w23 = Instance.new("Weld", p23)
  1268. w23.Name = "Part_Weld"
  1269. w23.Part0 = p23
  1270. 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)
  1271. w23.Part1 = p24
  1272. 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)
  1273. w24 = Instance.new("Weld", p24)
  1274. w24.Name = "Part_Weld"
  1275. w24.Part0 = p24
  1276. 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)
  1277. w24.Part1 = p25
  1278. 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)
  1279. w25 = Instance.new("Weld", p25)
  1280. w25.Name = "Part_Weld"
  1281. w25.Part0 = p25
  1282. 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)
  1283. w25.Part1 = p26
  1284. 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)
  1285. w26 = Instance.new("Weld", p26)
  1286. w26.Name = "Part_Weld"
  1287. w26.Part0 = p26
  1288. 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)
  1289. w26.Part1 = p27
  1290. 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)
  1291. w27 = Instance.new("Weld", p27)
  1292. w27.Name = "Part_Weld"
  1293. w27.Part0 = p27
  1294. 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)
  1295. w27.Part1 = p28
  1296. 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)
  1297. w28 = Instance.new("Weld", p28)
  1298. w28.Name = "Part_Weld"
  1299. w28.Part0 = p28
  1300. 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)
  1301. w28.Part1 = p29
  1302. 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)
  1303. w29 = Instance.new("Weld", p29)
  1304. w29.Name = "Part_Weld"
  1305. w29.Part0 = p29
  1306. 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)
  1307. w29.Part1 = p30
  1308. 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)
  1309. w30 = Instance.new("Weld", p30)
  1310. w30.Name = "Part_Weld"
  1311. w30.Part0 = p30
  1312. 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)
  1313. w30.Part1 = p31
  1314. 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)
  1315. w31 = Instance.new("Weld", p31)
  1316. w31.Name = "Part_Weld"
  1317. w31.Part0 = p31
  1318. 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)
  1319. w31.Part1 = p32
  1320. 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)
  1321. w32 = Instance.new("Weld", p32)
  1322. w32.Name = "Part_Weld"
  1323. w32.Part0 = p32
  1324. 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)
  1325. w32.Part1 = p33
  1326. 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)
  1327. w33 = Instance.new("Weld", p33)
  1328. w33.Name = "Part_Weld"
  1329. w33.Part0 = p33
  1330. 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)
  1331. w33.Part1 = p34
  1332. 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)
  1333. m.Parent = larm
  1334. m:MakeJoints()
  1335. ----------------------------------------------------
  1336. local cor = Instance.new("Part", larm.LeftArm)
  1337. cor.Name = "Thingy"
  1338. cor.Locked = true
  1339. cor.BottomSurface = 0
  1340. cor.CanCollide = false
  1341. cor.Size = Vector3.new(1, 1, 1)
  1342. cor.Transparency = 1
  1343. cor.TopSurface = 0
  1344. corw = Instance.new("Weld", cor)
  1345. corw.Part0 = larm
  1346. corw.Part1 = cor
  1347. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1348. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1349. weld1 = Instance.new("Weld", larm.LeftArm)
  1350. weld1.Part0 = cor
  1351. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1352. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1353. --Right Arm
  1354. m2 = Instance.new("Model")
  1355. m2.Name = "RightArm"
  1356. p1 = Instance.new("Part", m2)
  1357. p1.BrickColor = BrickColor.new("Lime green")
  1358. p1.Material = Enum.Material.Granite
  1359. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1360. p1.FormFactor = Enum.FormFactor.Custom
  1361. p1.Size = Vector3.new(1, 0.200000048, 1)
  1362. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. b1 = Instance.new("SpecialMesh", p1)
  1369. b1.MeshType = Enum.MeshType.Brick
  1370. b1.Name = "Mesh"
  1371. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1372. p2 = Instance.new("Part", m2)
  1373. p2.BrickColor = BrickColor.new("Lime green")
  1374. p2.Material = Enum.Material.Granite
  1375. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1376. p2.FormFactor = Enum.FormFactor.Custom
  1377. p2.Size = Vector3.new(1, 0.200000048, 1)
  1378. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. b2 = Instance.new("SpecialMesh", p2)
  1385. b2.MeshType = Enum.MeshType.Brick
  1386. b2.Name = "Mesh"
  1387. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1388. p3 = Instance.new("Part", m2)
  1389. p3.BrickColor = BrickColor.new("Lime green")
  1390. p3.Material = Enum.Material.Granite
  1391. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1392. p3.FormFactor = Enum.FormFactor.Custom
  1393. p3.Size = Vector3.new(1, 0.200000048, 1)
  1394. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. b3 = Instance.new("SpecialMesh", p3)
  1401. b3.MeshType = Enum.MeshType.Brick
  1402. b3.Name = "Mesh"
  1403. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1404. p4 = Instance.new("Part", m2)
  1405. p4.BrickColor = BrickColor.new("Lime green")
  1406. p4.Material = Enum.Material.Granite
  1407. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1408. p4.FormFactor = Enum.FormFactor.Custom
  1409. p4.Size = Vector3.new(1, 0.200000048, 1)
  1410. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. b4 = Instance.new("SpecialMesh", p4)
  1417. b4.MeshType = Enum.MeshType.Brick
  1418. b4.Name = "Mesh"
  1419. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1420. p5 = Instance.new("Part", m2)
  1421. p5.BrickColor = BrickColor.new("Lime green")
  1422. p5.Material = Enum.Material.Granite
  1423. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1424. p5.FormFactor = Enum.FormFactor.Custom
  1425. p5.Size = Vector3.new(1, 0.200000048, 1)
  1426. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. b5 = Instance.new("SpecialMesh", p5)
  1433. b5.MeshType = Enum.MeshType.Brick
  1434. b5.Name = "Mesh"
  1435. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1436. p6 = Instance.new("Part", m2)
  1437. p6.BrickColor = BrickColor.new("Lime green")
  1438. p6.Material = Enum.Material.Granite
  1439. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1440. p6.FormFactor = Enum.FormFactor.Custom
  1441. p6.Size = Vector3.new(1, 1, 1)
  1442. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. b6 = Instance.new("SpecialMesh", p6)
  1449. b6.MeshType = Enum.MeshType.Sphere
  1450. b6.Name = "Mesh"
  1451. p7 = Instance.new("Part", m2)
  1452. p7.BrickColor = BrickColor.new("Black")
  1453. p7.Material = Enum.Material.SmoothPlastic
  1454. p7.Name = "RightArmPlate"
  1455. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1456. p7.FormFactor = Enum.FormFactor.Symmetric
  1457. p7.Size = Vector3.new(1, 2, 1)
  1458. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. b7 = Instance.new("SpecialMesh", p7)
  1465. b7.MeshType = Enum.MeshType.Brick
  1466. b7.Name = "Mesh"
  1467. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1468. p8 = Instance.new("Part", m2)
  1469. p8.BrickColor = BrickColor.new("Lime green")
  1470. p8.Material = Enum.Material.Granite
  1471. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1472. p8.FormFactor = Enum.FormFactor.Custom
  1473. p8.Size = Vector3.new(1, 0.200000048, 1)
  1474. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. b8 = Instance.new("SpecialMesh", p8)
  1481. b8.MeshType = Enum.MeshType.Brick
  1482. b8.Name = "Mesh"
  1483. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1484. p9 = Instance.new("Part", m2)
  1485. p9.BrickColor = BrickColor.new("Black")
  1486. p9.Material = Enum.Material.SmoothPlastic
  1487. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1488. p9.FormFactor = Enum.FormFactor.Custom
  1489. p9.Size = Vector3.new(1, 0.349999994, 1)
  1490. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. b9 = Instance.new("SpecialMesh", p9)
  1497. b9.MeshType = Enum.MeshType.Brick
  1498. b9.Name = "Mesh"
  1499. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1500. p10 = Instance.new("Part", m2)
  1501. p10.BrickColor = BrickColor.new("Black")
  1502. p10.Material = Enum.Material.Metal
  1503. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1504. p10.FormFactor = Enum.FormFactor.Custom
  1505. p10.Size = Vector3.new(1, 0.25, 1)
  1506. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. b10 = Instance.new("SpecialMesh", p10)
  1513. b10.MeshType = Enum.MeshType.Brick
  1514. b10.Name = "Mesh"
  1515. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1516. p11 = Instance.new("Part", m2)
  1517. p11.BrickColor = BrickColor.new("Black")
  1518. p11.Material = Enum.Material.Metal
  1519. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1520. p11.FormFactor = Enum.FormFactor.Custom
  1521. p11.Size = Vector3.new(1, 0.25, 1)
  1522. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. b11 = Instance.new("SpecialMesh", p11)
  1529. b11.MeshType = Enum.MeshType.Brick
  1530. b11.Name = "Mesh"
  1531. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1532. p12 = Instance.new("Part", m2)
  1533. p12.BrickColor = BrickColor.new("Black")
  1534. p12.Material = Enum.Material.Metal
  1535. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1536. p12.FormFactor = Enum.FormFactor.Custom
  1537. p12.Size = Vector3.new(1, 0.25, 1)
  1538. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. b12 = Instance.new("SpecialMesh", p12)
  1545. b12.MeshType = Enum.MeshType.Brick
  1546. b12.Name = "Mesh"
  1547. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1548. p13 = Instance.new("Part", m2)
  1549. p13.BrickColor = BrickColor.new("Lime green")
  1550. p13.Material = Enum.Material.Granite
  1551. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1552. p13.FormFactor = Enum.FormFactor.Custom
  1553. p13.Size = Vector3.new(1, 0.200000048, 1)
  1554. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1556. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. b13 = Instance.new("SpecialMesh", p13)
  1561. b13.MeshType = Enum.MeshType.Brick
  1562. b13.Name = "Mesh"
  1563. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1564. p14 = Instance.new("Part", m2)
  1565. p14.BrickColor = BrickColor.new("Black")
  1566. p14.Material = Enum.Material.Metal
  1567. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1568. p14.FormFactor = Enum.FormFactor.Custom
  1569. p14.Size = Vector3.new(1, 0.25, 1)
  1570. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1573. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1574. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. b14 = Instance.new("SpecialMesh", p14)
  1577. b14.MeshType = Enum.MeshType.Brick
  1578. b14.Name = "Mesh"
  1579. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1580. p15 = Instance.new("Part", m2)
  1581. p15.BrickColor = BrickColor.new("Lime green")
  1582. p15.Material = Enum.Material.Granite
  1583. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1584. p15.FormFactor = Enum.FormFactor.Custom
  1585. p15.Size = Vector3.new(1, 0.200000048, 1)
  1586. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1589. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1590. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1591. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. b15 = Instance.new("SpecialMesh", p15)
  1593. b15.MeshType = Enum.MeshType.Brick
  1594. b15.Name = "Mesh"
  1595. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1596. p16 = Instance.new("Part", m2)
  1597. p16.BrickColor = BrickColor.new("Black")
  1598. p16.Material = Enum.Material.SmoothPlastic
  1599. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1600. p16.FormFactor = Enum.FormFactor.Custom
  1601. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1602. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1608. b16 = Instance.new("SpecialMesh", p16)
  1609. b16.MeshType = Enum.MeshType.Brick
  1610. b16.Name = "Mesh"
  1611. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1612. p17 = Instance.new("Part", m2)
  1613. p17.BrickColor = BrickColor.new("Black")
  1614. p17.Material = Enum.Material.SmoothPlastic
  1615. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1616. p17.FormFactor = Enum.FormFactor.Custom
  1617. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1618. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. b17 = Instance.new("SpecialMesh", p17)
  1625. b17.MeshType = Enum.MeshType.Brick
  1626. b17.Name = "Mesh"
  1627. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1628. p18 = Instance.new("Part", m2)
  1629. p18.BrickColor = BrickColor.new("Really black")
  1630. p18.Material = Enum.Material.SmoothPlastic
  1631. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1632. p18.FormFactor = Enum.FormFactor.Custom
  1633. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1634. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. b18 = Instance.new("SpecialMesh", p18)
  1641. b18.MeshType = Enum.MeshType.Brick
  1642. b18.Name = "Mesh"
  1643. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1644. p19 = Instance.new("Part", m2)
  1645. p19.BrickColor = BrickColor.new("Black")
  1646. p19.Material = Enum.Material.SmoothPlastic
  1647. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1648. p19.FormFactor = Enum.FormFactor.Custom
  1649. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1650. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1652. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1653. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1654. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1655. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1656. b19 = Instance.new("SpecialMesh", p19)
  1657. b19.MeshType = Enum.MeshType.Brick
  1658. b19.Name = "Mesh"
  1659. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1660. w1 = Instance.new("Weld", p1)
  1661. w1.Name = "Part_Weld"
  1662. w1.Part0 = p1
  1663. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1664. w1.Part1 = p2
  1665. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1666. w2 = Instance.new("Weld", p2)
  1667. w2.Name = "Part_Weld"
  1668. w2.Part0 = p2
  1669. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1670. w2.Part1 = p3
  1671. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1672. w3 = Instance.new("Weld", p3)
  1673. w3.Name = "Part_Weld"
  1674. w3.Part0 = p3
  1675. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1676. w3.Part1 = p4
  1677. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1678. w4 = Instance.new("Weld", p4)
  1679. w4.Name = "Part_Weld"
  1680. w4.Part0 = p4
  1681. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1682. w4.Part1 = p5
  1683. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1684. w5 = Instance.new("Weld", p5)
  1685. w5.Name = "Part_Weld"
  1686. w5.Part0 = p5
  1687. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1688. w5.Part1 = p6
  1689. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1690. w6 = Instance.new("Weld", p6)
  1691. w6.Name = "RightArmPlate_Weld"
  1692. w6.Part0 = p6
  1693. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1694. w6.Part1 = p7
  1695. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1696. w7 = Instance.new("Weld", p7)
  1697. w7.Name = "Part_Weld"
  1698. w7.Part0 = p7
  1699. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1700. w7.Part1 = p8
  1701. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1702. w8 = Instance.new("Weld", p8)
  1703. w8.Name = "Part_Weld"
  1704. w8.Part0 = p8
  1705. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1706. w8.Part1 = p9
  1707. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1708. w9 = Instance.new("Weld", p9)
  1709. w9.Name = "Part_Weld"
  1710. w9.Part0 = p9
  1711. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1712. w9.Part1 = p10
  1713. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1714. w10 = Instance.new("Weld", p10)
  1715. w10.Name = "Part_Weld"
  1716. w10.Part0 = p10
  1717. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1718. w10.Part1 = p11
  1719. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1720. w11 = Instance.new("Weld", p11)
  1721. w11.Name = "Part_Weld"
  1722. w11.Part0 = p11
  1723. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1724. w11.Part1 = p12
  1725. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1726. w12 = Instance.new("Weld", p12)
  1727. w12.Name = "Part_Weld"
  1728. w12.Part0 = p12
  1729. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1730. w12.Part1 = p13
  1731. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1732. w13 = Instance.new("Weld", p13)
  1733. w13.Name = "Part_Weld"
  1734. w13.Part0 = p13
  1735. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1736. w13.Part1 = p14
  1737. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1738. w14 = Instance.new("Weld", p14)
  1739. w14.Name = "Part_Weld"
  1740. w14.Part0 = p14
  1741. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1742. w14.Part1 = p15
  1743. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1744. w15 = Instance.new("Weld", p15)
  1745. w15.Name = "Part_Weld"
  1746. w15.Part0 = p15
  1747. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1748. w15.Part1 = p16
  1749. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1750. w16 = Instance.new("Weld", p16)
  1751. w16.Name = "Part_Weld"
  1752. w16.Part0 = p16
  1753. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1754. w16.Part1 = p17
  1755. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1756. w17 = Instance.new("Weld", p17)
  1757. w17.Name = "Part_Weld"
  1758. w17.Part0 = p17
  1759. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1760. w17.Part1 = p18
  1761. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1762. w18 = Instance.new("Weld", p18)
  1763. w18.Name = "Part_Weld"
  1764. w18.Part0 = p18
  1765. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1766. w18.Part1 = p19
  1767. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1768. m2.Parent = rarm
  1769. m2:MakeJoints()
  1770. ----------------------------------------------------
  1771. local cor2 = Instance.new("Part", rarm.RightArm)
  1772. cor2.Name = "Thingy"
  1773. cor2.Locked = true
  1774. cor2.BottomSurface = 0
  1775. cor2.CanCollide = false
  1776. cor2.Size = Vector3.new(1, 1, 1)
  1777. cor2.Transparency = 1
  1778. cor2.TopSurface = 0
  1779. corw2 = Instance.new("Weld", cor2)
  1780. corw2.Part0 = rarm
  1781. corw2.Part1 = cor2
  1782. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1783. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1784. weld2 = Instance.new("Weld", rarm.RightArm)
  1785. weld2.Part0 = cor2
  1786. weld2.Part1 = rarm.RightArm.RightArmPlate
  1787. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1788. --Torso
  1789. m3 = Instance.new("Model")
  1790. m3.Name = "Torso"
  1791. p1 = Instance.new("Part", m3)
  1792. p1.BrickColor = BrickColor.new("Really black")
  1793. p1.Material = Enum.Material.Metal
  1794. p1.Name = "TorsoPlate"
  1795. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1796. p1.CanCollide = false
  1797. p1.Locked = true
  1798. p1.FormFactor = Enum.FormFactor.Custom
  1799. p1.Size = Vector3.new(2, 2, 1)
  1800. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1801. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1802. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1803. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1804. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. b1 = Instance.new("SpecialMesh", p1)
  1807. b1.MeshType = Enum.MeshType.Brick
  1808. b1.Name = "Mesh"
  1809. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1810. p2 = Instance.new("Part", m3)
  1811. p2.BrickColor = BrickColor.new("Really black")
  1812. p2.Material = Enum.Material.Metal
  1813. 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)
  1814. p2.CanCollide = false
  1815. p2.Locked = true
  1816. p2.FormFactor = Enum.FormFactor.Custom
  1817. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1818. b2 = Instance.new("SpecialMesh", p2)
  1819. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1820. b2.TextureId = ""
  1821. b2.MeshType = Enum.MeshType.FileMesh
  1822. b2.Name = "Mesh"
  1823. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1824. p3 = Instance.new("Part", m3)
  1825. p3.BrickColor = BrickColor.new("Black")
  1826. p3.Material = Enum.Material.Metal
  1827. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1828. p3.CanCollide = false
  1829. p3.Locked = true
  1830. p3.FormFactor = Enum.FormFactor.Custom
  1831. p3.Size = Vector3.new(2, 2, 0.200000018)
  1832. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1836. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1837. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1838. b3 = Instance.new("SpecialMesh", p3)
  1839. b3.MeshType = Enum.MeshType.Brick
  1840. b3.Name = "Mesh"
  1841. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1842. p4 = Instance.new("Part", m3)
  1843. p4.BrickColor = BrickColor.new("Black")
  1844. p4.Material = Enum.Material.Metal
  1845. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1846. p4.CanCollide = false
  1847. p4.Locked = true
  1848. p4.FormFactor = Enum.FormFactor.Custom
  1849. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1850. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1855. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1856. b4 = Instance.new("SpecialMesh", p4)
  1857. b4.MeshType = Enum.MeshType.Brick
  1858. b4.Name = "Mesh"
  1859. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1860. p5 = Instance.new("Part", m3)
  1861. p5.BrickColor = BrickColor.new("Black")
  1862. p5.Material = Enum.Material.Metal
  1863. 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)
  1864. p5.CanCollide = false
  1865. p5.Locked = true
  1866. p5.FormFactor = Enum.FormFactor.Custom
  1867. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1868. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1874. b5 = Instance.new("SpecialMesh", p5)
  1875. b5.MeshType = Enum.MeshType.Wedge
  1876. b5.Name = "Mesh"
  1877. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1878. p6 = Instance.new("Part", m3)
  1879. p6.BrickColor = BrickColor.new("Black")
  1880. p6.Material = Enum.Material.Metal
  1881. 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)
  1882. p6.CanCollide = false
  1883. p6.Locked = true
  1884. p6.FormFactor = Enum.FormFactor.Custom
  1885. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1886. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. b6 = Instance.new("SpecialMesh", p6)
  1893. b6.MeshType = Enum.MeshType.Wedge
  1894. b6.Name = "Mesh"
  1895. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1896. p7 = Instance.new("Part", m3)
  1897. p7.BrickColor = BrickColor.new("Black")
  1898. p7.Material = Enum.Material.Metal
  1899. 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)
  1900. p7.CanCollide = false
  1901. p7.Locked = true
  1902. p7.FormFactor = Enum.FormFactor.Custom
  1903. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1904. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. b7 = Instance.new("SpecialMesh", p7)
  1911. b7.MeshType = Enum.MeshType.Wedge
  1912. b7.Name = "Mesh"
  1913. p8 = Instance.new("Part", m3)
  1914. p8.BrickColor = BrickColor.new("Black")
  1915. p8.Material = Enum.Material.Metal
  1916. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1917. p8.CanCollide = false
  1918. p8.Locked = true
  1919. p8.FormFactor = Enum.FormFactor.Custom
  1920. p8.Size = Vector3.new(1, 2, 0.200000018)
  1921. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. b8 = Instance.new("SpecialMesh", p8)
  1928. b8.MeshType = Enum.MeshType.Brick
  1929. b8.Name = "Mesh"
  1930. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1931. p9 = Instance.new("Part", m3)
  1932. p9.BrickColor = BrickColor.new("Black")
  1933. p9.Material = Enum.Material.Metal
  1934. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1935. p9.CanCollide = false
  1936. p9.Locked = true
  1937. p9.FormFactor = Enum.FormFactor.Custom
  1938. p9.Size = Vector3.new(1, 2, 0.200000018)
  1939. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. b9 = Instance.new("SpecialMesh", p9)
  1946. b9.MeshType = Enum.MeshType.Brick
  1947. b9.Name = "Mesh"
  1948. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1949. p10 = Instance.new("Part", m3)
  1950. p10.BrickColor = BrickColor.new("Black")
  1951. p10.Material = Enum.Material.Metal
  1952. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1953. p10.CanCollide = false
  1954. p10.Locked = true
  1955. p10.FormFactor = Enum.FormFactor.Custom
  1956. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1957. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1963. b10 = Instance.new("SpecialMesh", p10)
  1964. b10.MeshType = Enum.MeshType.Brick
  1965. b10.Name = "Mesh"
  1966. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1967. p11 = Instance.new("Part", m3)
  1968. p11.BrickColor = BrickColor.new("Really black")
  1969. p11.Material = Enum.Material.Metal
  1970. 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)
  1971. p11.CanCollide = false
  1972. p11.Locked = true
  1973. p11.FormFactor = Enum.FormFactor.Custom
  1974. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1975. b11 = Instance.new("SpecialMesh", p11)
  1976. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1977. b11.TextureId = ""
  1978. b11.MeshType = Enum.MeshType.FileMesh
  1979. b11.Name = "Mesh"
  1980. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1981. p12 = Instance.new("Part", m3)
  1982. p12.BrickColor = BrickColor.new("Really black")
  1983. p12.Material = Enum.Material.Metal
  1984. p12.Transparency = 1
  1985. p12.Name = "Chain2Torso"
  1986. 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)
  1987. p12.CanCollide = false
  1988. p12.Locked = true
  1989. p12.FormFactor = Enum.FormFactor.Custom
  1990. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  1991. b12 = Instance.new("SpecialMesh", p12)
  1992. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1993. b12.TextureId = ""
  1994. b12.MeshType = Enum.MeshType.FileMesh
  1995. b12.Name = "Mesh"
  1996. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1997. p13 = Instance.new("Part", m3)
  1998. p13.BrickColor = BrickColor.new("Really black")
  1999. p13.Material = Enum.Material.Metal
  2000. 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)
  2001. p13.CanCollide = false
  2002. p13.Locked = true
  2003. p13.FormFactor = Enum.FormFactor.Custom
  2004. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2005. b13 = Instance.new("SpecialMesh", p13)
  2006. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2007. b13.TextureId = ""
  2008. b13.MeshType = Enum.MeshType.FileMesh
  2009. b13.Name = "Mesh"
  2010. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2011. p14 = Instance.new("Part", m3)
  2012. p14.BrickColor = BrickColor.new("Really black")
  2013. p14.Material = Enum.Material.Metal
  2014. 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)
  2015. p14.CanCollide = false
  2016. p14.Locked = true
  2017. p14.FormFactor = Enum.FormFactor.Custom
  2018. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2019. b14 = Instance.new("SpecialMesh", p14)
  2020. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2021. b14.TextureId = ""
  2022. b14.MeshType = Enum.MeshType.FileMesh
  2023. b14.Name = "Mesh"
  2024. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2025. p15 = Instance.new("Part", m3)
  2026. p15.BrickColor = BrickColor.new("Really black")
  2027. p15.Material = Enum.Material.Metal
  2028. 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)
  2029. p15.CanCollide = false
  2030. p15.Locked = true
  2031. p15.FormFactor = Enum.FormFactor.Custom
  2032. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2033. b15 = Instance.new("SpecialMesh", p15)
  2034. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2035. b15.TextureId = ""
  2036. b15.MeshType = Enum.MeshType.FileMesh
  2037. b15.Name = "Mesh"
  2038. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2039. p16 = Instance.new("Part", m3)
  2040. p16.BrickColor = BrickColor.new("Really black")
  2041. p16.Material = Enum.Material.Metal
  2042. 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)
  2043. p16.CanCollide = false
  2044. p16.Locked = true
  2045. p16.FormFactor = Enum.FormFactor.Custom
  2046. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2047. b16 = Instance.new("SpecialMesh", p16)
  2048. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2049. b16.TextureId = ""
  2050. b16.MeshType = Enum.MeshType.FileMesh
  2051. b16.Name = "Mesh"
  2052. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2053. p17 = Instance.new("Part", m3)
  2054. p17.BrickColor = BrickColor.new("Really black")
  2055. p17.Material = Enum.Material.Metal
  2056. 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)
  2057. p17.CanCollide = false
  2058. p17.Locked = true
  2059. p17.FormFactor = Enum.FormFactor.Custom
  2060. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2061. b17 = Instance.new("SpecialMesh", p17)
  2062. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2063. b17.TextureId = ""
  2064. b17.MeshType = Enum.MeshType.FileMesh
  2065. b17.Name = "Mesh"
  2066. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2067. p18 = Instance.new("Part", m3)
  2068. p18.BrickColor = BrickColor.new("Really black")
  2069. p18.Material = Enum.Material.Metal
  2070. 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)
  2071. p18.CanCollide = false
  2072. p18.Locked = true
  2073. p18.FormFactor = Enum.FormFactor.Custom
  2074. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2075. b18 = Instance.new("SpecialMesh", p18)
  2076. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2077. b18.TextureId = ""
  2078. b18.MeshType = Enum.MeshType.FileMesh
  2079. b18.Name = "Mesh"
  2080. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2081. p19 = Instance.new("Part", m3)
  2082. p19.BrickColor = BrickColor.new("Really black")
  2083. p19.Material = Enum.Material.Metal
  2084. 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)
  2085. p19.CanCollide = false
  2086. p19.Locked = true
  2087. p19.FormFactor = Enum.FormFactor.Custom
  2088. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2089. b19 = Instance.new("SpecialMesh", p19)
  2090. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2091. b19.TextureId = ""
  2092. b19.MeshType = Enum.MeshType.FileMesh
  2093. b19.Name = "Mesh"
  2094. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2095. p20 = Instance.new("Part", m3)
  2096. p20.BrickColor = BrickColor.new("Really black")
  2097. p20.Material = Enum.Material.Metal
  2098. 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)
  2099. p20.CanCollide = false
  2100. p20.Locked = true
  2101. p20.FormFactor = Enum.FormFactor.Custom
  2102. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2103. b20 = Instance.new("SpecialMesh", p20)
  2104. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2105. b20.TextureId = ""
  2106. b20.MeshType = Enum.MeshType.FileMesh
  2107. b20.Name = "Mesh"
  2108. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2109. p21 = Instance.new("Part", m3)
  2110. p21.BrickColor = BrickColor.new("Really black")
  2111. p21.Material = Enum.Material.Metal
  2112. 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)
  2113. p21.CanCollide = false
  2114. p21.Locked = true
  2115. p21.FormFactor = Enum.FormFactor.Custom
  2116. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2117. b21 = Instance.new("SpecialMesh", p21)
  2118. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2119. b21.TextureId = ""
  2120. b21.MeshType = Enum.MeshType.FileMesh
  2121. b21.Name = "Mesh"
  2122. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2123. p22 = Instance.new("Part", m3)
  2124. p22.BrickColor = BrickColor.new("Really black")
  2125. p22.Material = Enum.Material.Metal
  2126. 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)
  2127. p22.CanCollide = false
  2128. p22.Locked = true
  2129. p22.FormFactor = Enum.FormFactor.Custom
  2130. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2131. b22 = Instance.new("SpecialMesh", p22)
  2132. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2133. b22.TextureId = ""
  2134. b22.MeshType = Enum.MeshType.FileMesh
  2135. b22.Name = "Mesh"
  2136. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2137. p23 = Instance.new("Part", m3)
  2138. p23.BrickColor = BrickColor.new("Really black")
  2139. p23.Material = Enum.Material.Metal
  2140. 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)
  2141. p23.CanCollide = false
  2142. p23.Locked = true
  2143. p23.FormFactor = Enum.FormFactor.Custom
  2144. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2145. b23 = Instance.new("SpecialMesh", p23)
  2146. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2147. b23.TextureId = ""
  2148. b23.MeshType = Enum.MeshType.FileMesh
  2149. b23.Name = "Mesh"
  2150. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2151. p24 = Instance.new("Part", m3)
  2152. p24.BrickColor = BrickColor.new("Really black")
  2153. p24.Material = Enum.Material.Metal
  2154. 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)
  2155. p24.CanCollide = false
  2156. p24.Locked = true
  2157. p24.FormFactor = Enum.FormFactor.Custom
  2158. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2159. b24 = Instance.new("SpecialMesh", p24)
  2160. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2161. b24.TextureId = ""
  2162. b24.MeshType = Enum.MeshType.FileMesh
  2163. b24.Name = "Mesh"
  2164. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2165. p25 = Instance.new("Part", m3)
  2166. p25.BrickColor = BrickColor.new("Really black")
  2167. p25.Material = Enum.Material.Metal
  2168. 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)
  2169. p25.CanCollide = false
  2170. p25.Locked = true
  2171. p25.FormFactor = Enum.FormFactor.Custom
  2172. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2173. b25 = Instance.new("SpecialMesh", p25)
  2174. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2175. b25.TextureId = ""
  2176. b25.MeshType = Enum.MeshType.FileMesh
  2177. b25.Name = "Mesh"
  2178. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2179. p26 = Instance.new("Part", m3)
  2180. p26.BrickColor = BrickColor.new("Really black")
  2181. p26.Material = Enum.Material.Metal
  2182. 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)
  2183. p26.CanCollide = false
  2184. p26.Locked = true
  2185. p26.FormFactor = Enum.FormFactor.Custom
  2186. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2187. b26 = Instance.new("SpecialMesh", p26)
  2188. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2189. b26.TextureId = ""
  2190. b26.MeshType = Enum.MeshType.FileMesh
  2191. b26.Name = "Mesh"
  2192. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2193. p27 = Instance.new("Part", m3)
  2194. p27.BrickColor = BrickColor.new("Really black")
  2195. p27.Material = Enum.Material.Metal
  2196. 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)
  2197. p27.CanCollide = false
  2198. p27.Locked = true
  2199. p27.FormFactor = Enum.FormFactor.Custom
  2200. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2201. b27 = Instance.new("SpecialMesh", p27)
  2202. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2203. b27.TextureId = ""
  2204. b27.MeshType = Enum.MeshType.FileMesh
  2205. b27.Name = "Mesh"
  2206. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2207. p28 = Instance.new("Part", m3)
  2208. p28.BrickColor = BrickColor.new("Really black")
  2209. p28.Material = Enum.Material.Metal
  2210. 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)
  2211. p28.CanCollide = false
  2212. p28.Locked = true
  2213. p28.FormFactor = Enum.FormFactor.Custom
  2214. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2215. b28 = Instance.new("SpecialMesh", p28)
  2216. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2217. b28.TextureId = ""
  2218. b28.MeshType = Enum.MeshType.FileMesh
  2219. b28.Name = "Mesh"
  2220. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2221. p29 = Instance.new("Part", m3)
  2222. p29.BrickColor = BrickColor.new("Really black")
  2223. p29.Material = Enum.Material.Metal
  2224. 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)
  2225. p29.CanCollide = false
  2226. p29.Locked = true
  2227. p29.FormFactor = Enum.FormFactor.Custom
  2228. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2229. b29 = Instance.new("SpecialMesh", p29)
  2230. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2231. b29.TextureId = ""
  2232. b29.MeshType = Enum.MeshType.FileMesh
  2233. b29.Name = "Mesh"
  2234. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2235. p30 = Instance.new("Part", m3)
  2236. p30.BrickColor = BrickColor.new("Really black")
  2237. p30.Material = Enum.Material.Metal
  2238. 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)
  2239. p30.CanCollide = false
  2240. p30.Locked = true
  2241. p30.FormFactor = Enum.FormFactor.Custom
  2242. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2243. b30 = Instance.new("SpecialMesh", p30)
  2244. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2245. b30.TextureId = ""
  2246. b30.MeshType = Enum.MeshType.FileMesh
  2247. b30.Name = "Mesh"
  2248. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2249. p31 = Instance.new("Part", m3)
  2250. p31.BrickColor = BrickColor.new("Really black")
  2251. p31.Material = Enum.Material.Metal
  2252. 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)
  2253. p31.CanCollide = false
  2254. p31.Locked = true
  2255. p31.FormFactor = Enum.FormFactor.Custom
  2256. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2257. b31 = Instance.new("SpecialMesh", p31)
  2258. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2259. b31.TextureId = ""
  2260. b31.MeshType = Enum.MeshType.FileMesh
  2261. b31.Name = "Mesh"
  2262. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2263. p32 = Instance.new("Part", m3)
  2264. p32.BrickColor = BrickColor.new("Really black")
  2265. p32.Material = Enum.Material.Metal
  2266. 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)
  2267. p32.CanCollide = false
  2268. p32.Locked = true
  2269. p32.FormFactor = Enum.FormFactor.Custom
  2270. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2271. b32 = Instance.new("SpecialMesh", p32)
  2272. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2273. b32.TextureId = ""
  2274. b32.MeshType = Enum.MeshType.FileMesh
  2275. b32.Name = "Mesh"
  2276. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2277. p33 = Instance.new("Part", m3)
  2278. p33.BrickColor = BrickColor.new("Really black")
  2279. p33.Material = Enum.Material.Metal
  2280. 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)
  2281. p33.CanCollide = false
  2282. p33.Locked = true
  2283. p33.FormFactor = Enum.FormFactor.Custom
  2284. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2285. b33 = Instance.new("SpecialMesh", p33)
  2286. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2287. b33.TextureId = ""
  2288. b33.MeshType = Enum.MeshType.FileMesh
  2289. b33.Name = "Mesh"
  2290. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2291. p34 = Instance.new("Part", m3)
  2292. p34.BrickColor = BrickColor.new("Really black")
  2293. p34.Material = Enum.Material.Metal
  2294. p34.Name = "Connection"
  2295. 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)
  2296. p34.CanCollide = false
  2297. p34.Locked = true
  2298. p34.FormFactor = Enum.FormFactor.Custom
  2299. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2300. b34 = Instance.new("SpecialMesh", p34)
  2301. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2302. b34.TextureId = ""
  2303. b34.MeshType = Enum.MeshType.FileMesh
  2304. b34.Name = "Mesh"
  2305. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2306. p35 = Instance.new("Part", m3)
  2307. p35.BrickColor = BrickColor.new("Really black")
  2308. p35.Material = Enum.Material.Metal
  2309. 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)
  2310. p35.CanCollide = false
  2311. p35.Locked = true
  2312. p35.FormFactor = Enum.FormFactor.Custom
  2313. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2314. b35 = Instance.new("SpecialMesh", p35)
  2315. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2316. b35.TextureId = ""
  2317. b35.MeshType = Enum.MeshType.FileMesh
  2318. b35.Name = "Mesh"
  2319. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2320. p36 = Instance.new("Part", m3)
  2321. p36.BrickColor = BrickColor.new("Really black")
  2322. p36.Material = Enum.Material.Metal
  2323. 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)
  2324. p36.CanCollide = false
  2325. p36.Locked = true
  2326. p36.FormFactor = Enum.FormFactor.Custom
  2327. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2328. b36 = Instance.new("SpecialMesh", p36)
  2329. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2330. b36.TextureId = ""
  2331. b36.MeshType = Enum.MeshType.FileMesh
  2332. b36.Name = "Mesh"
  2333. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2334. w1 = Instance.new("Weld", p2)
  2335. w1.Name = "Joint"
  2336. w1.Part0 = p2
  2337. 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)
  2338. w1.Part1 = p18
  2339. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2340. w2 = Instance.new("Weld", p3)
  2341. w2.Name = "Joint"
  2342. w2.Part0 = p3
  2343. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2344. w2.Part1 = p1
  2345. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2346. w3 = Instance.new("Weld", p4)
  2347. w3.Name = "Joint"
  2348. w3.Part0 = p4
  2349. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2350. w3.Part1 = p1
  2351. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2352. w4 = Instance.new("Weld", p5)
  2353. w4.Name = "Joint"
  2354. w4.Part0 = p5
  2355. 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)
  2356. w4.Part1 = p7
  2357. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2358. w5 = Instance.new("Weld", p6)
  2359. w5.Name = "Joint"
  2360. w5.Part0 = p6
  2361. 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)
  2362. w5.Part1 = p7
  2363. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2364. w6 = Instance.new("Weld", p7)
  2365. w6.Name = "Joint"
  2366. w6.Part0 = p7
  2367. 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)
  2368. w6.Part1 = p1
  2369. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2370. w7 = Instance.new("Weld", p8)
  2371. w7.Name = "Joint"
  2372. w7.Part0 = p8
  2373. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2374. w7.Part1 = p1
  2375. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2376. w8 = Instance.new("Weld", p9)
  2377. w8.Name = "Joint"
  2378. w8.Part0 = p9
  2379. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2380. w8.Part1 = p1
  2381. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2382. w9 = Instance.new("Weld", p10)
  2383. w9.Name = "Joint"
  2384. w9.Part0 = p10
  2385. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2386. w9.Part1 = p1
  2387. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2388. w10 = Instance.new("Weld", p11)
  2389. w10.Name = "Joint"
  2390. w10.Part0 = p11
  2391. 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)
  2392. w10.Part1 = p19
  2393. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2394. w11 = Instance.new("Weld", p12)
  2395. w11.Name = "Joint"
  2396. w11.Part0 = p12
  2397. 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)
  2398. w11.Part1 = p1
  2399. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2400. w12 = Instance.new("Weld", p13)
  2401. w12.Name = "Joint"
  2402. w12.Part0 = p13
  2403. 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)
  2404. w12.Part1 = p35
  2405. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2406. w13 = Instance.new("Weld", p14)
  2407. w13.Name = "Joint"
  2408. w13.Part0 = p14
  2409. 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)
  2410. w13.Part1 = p34
  2411. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2412. w14 = Instance.new("Weld", p15)
  2413. w14.Name = "Joint"
  2414. w14.Part0 = p15
  2415. 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)
  2416. w14.Part1 = p16
  2417. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2418. w15 = Instance.new("Weld", p16)
  2419. w15.Name = "Joint"
  2420. w15.Part0 = p16
  2421. 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)
  2422. w15.Part1 = p20
  2423. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2424. w16 = Instance.new("Weld", p17)
  2425. w16.Name = "Joint"
  2426. w16.Part0 = p17
  2427. 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)
  2428. w16.Part1 = p14
  2429. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2430. w17 = Instance.new("Weld", p18)
  2431. w17.Name = "Joint"
  2432. w17.Part0 = p18
  2433. 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)
  2434. w17.Part1 = p17
  2435. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2436. w18 = Instance.new("Weld", p19)
  2437. w18.Name = "Joint"
  2438. w18.Part0 = p19
  2439. 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)
  2440. w18.Part1 = p21
  2441. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2442. w19 = Instance.new("Weld", p20)
  2443. w19.Name = "Joint"
  2444. w19.Part0 = p20
  2445. 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)
  2446. w19.Part1 = p11
  2447. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2448. w20 = Instance.new("Weld", p21)
  2449. w20.Name = "Joint"
  2450. w20.Part0 = p21
  2451. 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)
  2452. w20.Part1 = p22
  2453. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2454. w21 = Instance.new("Weld", p22)
  2455. w21.Name = "Joint"
  2456. w21.Part0 = p22
  2457. 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)
  2458. w21.Part1 = p23
  2459. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2460. w22 = Instance.new("Weld", p23)
  2461. w22.Name = "Joint"
  2462. w22.Part0 = p23
  2463. 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)
  2464. w22.Part1 = p24
  2465. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2466. w23 = Instance.new("Weld", p24)
  2467. w23.Name = "Joint"
  2468. w23.Part0 = p24
  2469. 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)
  2470. w23.Part1 = p25
  2471. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2472. w24 = Instance.new("Weld", p25)
  2473. w24.Name = "Joint"
  2474. w24.Part0 = p25
  2475. 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)
  2476. w24.Part1 = p26
  2477. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2478. w25 = Instance.new("Weld", p26)
  2479. w25.Name = "Joint"
  2480. w25.Part0 = p26
  2481. 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)
  2482. w25.Part1 = p27
  2483. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2484. w26 = Instance.new("Weld", p27)
  2485. w26.Name = "Joint"
  2486. w26.Part0 = p27
  2487. 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)
  2488. w26.Part1 = p28
  2489. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2490. w27 = Instance.new("Weld", p28)
  2491. w27.Name = "Joint"
  2492. w27.Part0 = p28
  2493. 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)
  2494. w27.Part1 = p29
  2495. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2496. w28 = Instance.new("Weld", p29)
  2497. w28.Name = "Joint"
  2498. w28.Part0 = p29
  2499. 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)
  2500. w28.Part1 = p30
  2501. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2502. w29 = Instance.new("Weld", p30)
  2503. w29.Name = "Joint"
  2504. w29.Part0 = p30
  2505. 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)
  2506. w29.Part1 = p31
  2507. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2508. w30 = Instance.new("Weld", p31)
  2509. w30.Name = "Joint"
  2510. w30.Part0 = p31
  2511. 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)
  2512. w30.Part1 = p32
  2513. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2514. w31 = Instance.new("Weld", p32)
  2515. w31.Name = "Joint"
  2516. w31.Part0 = p32
  2517. 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)
  2518. w31.Part1 = p33
  2519. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2520. w32 = Instance.new("Weld", p33)
  2521. w32.Name = "Joint"
  2522. w32.Part0 = p33
  2523. 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)
  2524. w32.Part1 = p13
  2525. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2526. w33 = Instance.new("Weld", p34)
  2527. w33.Name = "Joint"
  2528. w33.Part0 = p34
  2529. 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)
  2530. w33.Part1 = p12
  2531. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2532. w34 = Instance.new("Weld", p35)
  2533. w34.Name = "Joint"
  2534. w34.Part0 = p35
  2535. 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)
  2536. w34.Part1 = p36
  2537. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2538. w35 = Instance.new("Weld", p36)
  2539. w35.Name = "Joint"
  2540. w35.Part0 = p36
  2541. 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)
  2542. w35.Part1 = p2
  2543. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2544. m3.Parent = torso
  2545. m3:MakeJoints()
  2546. ----------------------------------------------------
  2547. local cor3 = Instance.new("Part", torso.Torso)
  2548. cor3.Name = "Thingy"
  2549. cor3.Locked = true
  2550. cor3.BottomSurface = 0
  2551. cor3.CanCollide = false
  2552. cor3.Size = Vector3.new(1, 1, 1)
  2553. cor3.Transparency = 1
  2554. cor3.TopSurface = 0
  2555. corw3 = Instance.new("Weld", cor3)
  2556. corw3.Part0 = torso
  2557. corw3.Part1 = cor3
  2558. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2559. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2560. weld3 = Instance.new("Weld", torso.Torso)
  2561. weld3.Part0 = cor3
  2562. weld3.Part1 = torso.Torso.TorsoPlate
  2563. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2564. --Left Leg
  2565. m4 = Instance.new("Model")
  2566. m4.Name = "LeftLeg"
  2567. p1 = Instance.new("Part", m4)
  2568. p1.BrickColor = BrickColor.new("Really black")
  2569. p1.Material = Enum.Material.Metal
  2570. p1.Name = "LeftLegPlate"
  2571. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2572. p1.Anchored = false
  2573. p1.CanCollide = false
  2574. p1.FormFactor = Enum.FormFactor.Custom
  2575. p1.Size = Vector3.new(1, 2, 1)
  2576. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2577. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2578. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. b1 = Instance.new("SpecialMesh", p1)
  2583. b1.MeshType = Enum.MeshType.Brick
  2584. b1.Name = "Mesh"
  2585. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2586. p2 = Instance.new("Part", m4)
  2587. p2.BrickColor = BrickColor.new("Really black")
  2588. p2.Material = Enum.Material.Metal
  2589. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2590. p2.Anchored = false
  2591. p2.CanCollide = false
  2592. p2.FormFactor = Enum.FormFactor.Custom
  2593. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2594. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2595. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2596. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2597. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. b2 = Instance.new("SpecialMesh", p2)
  2601. b2.MeshType = Enum.MeshType.Brick
  2602. b2.Name = "Mesh"
  2603. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2604. p3 = Instance.new("Part", m4)
  2605. p3.BrickColor = BrickColor.new("Really black")
  2606. p3.Material = Enum.Material.Metal
  2607. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2608. p3.Anchored = false
  2609. p3.CanCollide = false
  2610. p3.FormFactor = Enum.FormFactor.Custom
  2611. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2612. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2613. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2614. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2615. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2616. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2617. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. b3 = Instance.new("SpecialMesh", p3)
  2619. b3.MeshType = Enum.MeshType.Brick
  2620. b3.Name = "Mesh"
  2621. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2622. p4 = Instance.new("Part", m4)
  2623. p4.BrickColor = BrickColor.new("Black")
  2624. p4.Material = Enum.Material.Metal
  2625. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2626. p4.Anchored = false
  2627. p4.CanCollide = false
  2628. p4.FormFactor = Enum.FormFactor.Custom
  2629. p4.Size = Vector3.new(1, 2, 0.200000018)
  2630. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2631. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2632. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2633. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2634. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2635. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. b4 = Instance.new("SpecialMesh", p4)
  2637. b4.MeshType = Enum.MeshType.Brick
  2638. b4.Name = "Mesh"
  2639. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2640. p5 = Instance.new("Part", m4)
  2641. p5.BrickColor = BrickColor.new("Black")
  2642. p5.Material = Enum.Material.Metal
  2643. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2644. p5.Anchored = false
  2645. p5.CanCollide = false
  2646. p5.FormFactor = Enum.FormFactor.Custom
  2647. p5.Size = Vector3.new(1, 2, 0.200000018)
  2648. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2649. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2653. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. b5 = Instance.new("SpecialMesh", p5)
  2655. b5.MeshType = Enum.MeshType.Brick
  2656. b5.Name = "Mesh"
  2657. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2658. p6 = Instance.new("Part", m4)
  2659. p6.BrickColor = BrickColor.new("Black")
  2660. p6.Material = Enum.Material.Metal
  2661. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2662. p6.Anchored = false
  2663. p6.CanCollide = false
  2664. p6.FormFactor = Enum.FormFactor.Custom
  2665. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  2666. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2667. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2668. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2669. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2671. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. b6 = Instance.new("SpecialMesh", p6)
  2673. b6.MeshType = Enum.MeshType.Brick
  2674. b6.Name = "Mesh"
  2675. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2676. p7 = Instance.new("Part", m4)
  2677. p7.BrickColor = BrickColor.new("Black")
  2678. p7.Material = Enum.Material.Metal
  2679. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2680. p7.Anchored = false
  2681. p7.CanCollide = false
  2682. p7.FormFactor = Enum.FormFactor.Custom
  2683. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2684. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2685. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2686. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2687. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2688. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2689. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. b7 = Instance.new("SpecialMesh", p7)
  2691. b7.MeshType = Enum.MeshType.Brick
  2692. b7.Name = "Mesh"
  2693. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2694. w1 = Instance.new("Weld", p2)
  2695. w1.Name = "Joint"
  2696. w1.Part0 = p2
  2697. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2698. w1.Part1 = p3
  2699. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2700. w2 = Instance.new("Weld", p3)
  2701. w2.Name = "Joint"
  2702. w2.Part0 = p3
  2703. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2704. w2.Part1 = p5
  2705. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2706. w3 = Instance.new("Weld", p4)
  2707. w3.Name = "Joint"
  2708. w3.Part0 = p4
  2709. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2710. w3.Part1 = p1
  2711. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2712. w4 = Instance.new("Weld", p5)
  2713. w4.Name = "Joint"
  2714. w4.Part0 = p5
  2715. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2716. w4.Part1 = p1
  2717. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2718. w5 = Instance.new("Weld", p6)
  2719. w5.Name = "Joint"
  2720. w5.Part0 = p6
  2721. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2722. w5.Part1 = p1
  2723. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2724. w6 = Instance.new("Weld", p7)
  2725. w6.Name = "Joint"
  2726. w6.Part0 = p7
  2727. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2728. w6.Part1 = p1
  2729. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2730. m4.Parent = lleg
  2731. m4:MakeJoints()
  2732. ----------------------------------------------------
  2733. local cor4 = Instance.new("Part", lleg.LeftLeg)
  2734. cor4.Name = "Thingy"
  2735. cor4.Locked = true
  2736. cor4.BottomSurface = 0
  2737. cor4.CanCollide = false
  2738. cor4.Size = Vector3.new(1, 1, 1)
  2739. cor4.Transparency = 1
  2740. cor4.TopSurface = 0
  2741. corw4 = Instance.new("Weld", cor4)
  2742. corw4.Part0 = lleg
  2743. corw4.Part1 = cor4
  2744. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2745. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2746. weld4 = Instance.new("Weld", lleg.LeftLeg)
  2747. weld4.Part0 = cor4
  2748. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  2749. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2750. --Right Leg
  2751. m5 = Instance.new("Model")
  2752. m5.Name = "RightLeg"
  2753. p1 = Instance.new("Part", m5)
  2754. p1.BrickColor = BrickColor.new("Really black")
  2755. p1.Material = Enum.Material.Metal
  2756. p1.Name = "RightLegPlate"
  2757. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2758. p1.Anchored = false
  2759. p1.CanCollide = false
  2760. p1.FormFactor = Enum.FormFactor.Custom
  2761. p1.Size = Vector3.new(1, 2, 1)
  2762. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. b1 = Instance.new("SpecialMesh", p1)
  2769. b1.MeshType = Enum.MeshType.Brick
  2770. b1.Name = "Mesh"
  2771. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2772. p2 = Instance.new("Part", m5)
  2773. p2.BrickColor = BrickColor.new("Really black")
  2774. p2.Material = Enum.Material.Metal
  2775. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2776. p2.Anchored = false
  2777. p2.CanCollide = false
  2778. p2.FormFactor = Enum.FormFactor.Custom
  2779. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2780. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. b2 = Instance.new("SpecialMesh", p2)
  2787. b2.MeshType = Enum.MeshType.Brick
  2788. b2.Name = "Mesh"
  2789. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2790. p3 = Instance.new("Part", m5)
  2791. p3.BrickColor = BrickColor.new("Really black")
  2792. p3.Material = Enum.Material.Metal
  2793. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2794. p3.Anchored = false
  2795. p3.CanCollide = false
  2796. p3.FormFactor = Enum.FormFactor.Custom
  2797. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2798. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. b3 = Instance.new("SpecialMesh", p3)
  2805. b3.MeshType = Enum.MeshType.Brick
  2806. b3.Name = "Mesh"
  2807. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2808. p4 = Instance.new("Part", m5)
  2809. p4.BrickColor = BrickColor.new("Black")
  2810. p4.Material = Enum.Material.Metal
  2811. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2812. p4.Anchored = false
  2813. p4.CanCollide = false
  2814. p4.FormFactor = Enum.FormFactor.Custom
  2815. p4.Size = Vector3.new(1, 2, 0.200000018)
  2816. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2817. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. b4 = Instance.new("SpecialMesh", p4)
  2823. b4.MeshType = Enum.MeshType.Brick
  2824. b4.Name = "Mesh"
  2825. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2826. p5 = Instance.new("Part", m5)
  2827. p5.BrickColor = BrickColor.new("Black")
  2828. p5.Material = Enum.Material.Metal
  2829. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2830. p5.Anchored = false
  2831. p5.CanCollide = false
  2832. p5.FormFactor = Enum.FormFactor.Custom
  2833. p5.Size = Vector3.new(1, 2, 0.200000018)
  2834. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2835. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. b5 = Instance.new("SpecialMesh", p5)
  2841. b5.MeshType = Enum.MeshType.Brick
  2842. b5.Name = "Mesh"
  2843. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2844. p6 = Instance.new("Part", m5)
  2845. p6.BrickColor = BrickColor.new("Black")
  2846. p6.Material = Enum.Material.Metal
  2847. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2848. p6.Anchored = false
  2849. p6.CanCollide = false
  2850. p6.FormFactor = Enum.FormFactor.Custom
  2851. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2852. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2853. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2854. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2855. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2856. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2858. b6 = Instance.new("SpecialMesh", p6)
  2859. b6.MeshType = Enum.MeshType.Brick
  2860. b6.Name = "Mesh"
  2861. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2862. p7 = Instance.new("Part", m5)
  2863. p7.BrickColor = BrickColor.new("Black")
  2864. p7.Material = Enum.Material.Metal
  2865. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2866. p7.Anchored = false
  2867. p7.CanCollide = false
  2868. p7.FormFactor = Enum.FormFactor.Custom
  2869. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2870. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2871. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2875. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. b7 = Instance.new("SpecialMesh", p7)
  2877. b7.MeshType = Enum.MeshType.Brick
  2878. b7.Name = "Mesh"
  2879. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2880. w1 = Instance.new("Weld", p2)
  2881. w1.Name = "Joint"
  2882. w1.Part0 = p2
  2883. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2884. w1.Part1 = p3
  2885. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2886. w2 = Instance.new("Weld", p3)
  2887. w2.Name = "Joint"
  2888. w2.Part0 = p3
  2889. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2890. w2.Part1 = p5
  2891. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2892. w3 = Instance.new("Weld", p4)
  2893. w3.Name = "Joint"
  2894. w3.Part0 = p4
  2895. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2896. w3.Part1 = p1
  2897. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2898. w4 = Instance.new("Weld", p5)
  2899. w4.Name = "Joint"
  2900. w4.Part0 = p5
  2901. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2902. w4.Part1 = p1
  2903. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2904. w5 = Instance.new("Weld", p6)
  2905. w5.Name = "Joint"
  2906. w5.Part0 = p6
  2907. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2908. w5.Part1 = p1
  2909. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2910. w6 = Instance.new("Weld", p7)
  2911. w6.Name = "Joint"
  2912. w6.Part0 = p7
  2913. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2914. w6.Part1 = p1
  2915. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2916. m5.Parent = rleg
  2917. m5:MakeJoints()
  2918. ----------------------------------------------------
  2919. local cor5 = Instance.new("Part", rleg.RightLeg)
  2920. cor5.Name = "Thingy"
  2921. cor5.Locked = true
  2922. cor5.BottomSurface = 0
  2923. cor5.CanCollide = false
  2924. cor5.Size = Vector3.new(1, 1, 1)
  2925. cor5.Transparency = 1
  2926. cor5.TopSurface = 0
  2927. corw5 = Instance.new("Weld", cor5)
  2928. corw5.Part0 = rleg
  2929. corw5.Part1 = cor5
  2930. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2931. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2932. wld5 = Instance.new("Weld", rleg.RightLeg)
  2933. wld5.Part0 = cor5
  2934. wld5.Part1 = rleg.RightLeg.RightLegPlate
  2935. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2936. --Cape
  2937. m6 = Instance.new("Model")
  2938. m6.Name = "Cloak"
  2939. p1 = Instance.new("WedgePart", m6)
  2940. p1.BrickColor = BrickColor.new("Lime green")
  2941. p1.Material = Enum.Material.SmoothPlastic
  2942. p1.Name = "Wedge"
  2943. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2944. p1.CanCollide = false
  2945. p1.Locked = true
  2946. p1.FormFactor = Enum.FormFactor.Custom
  2947. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2948. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2950. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2951. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2952. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2953. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. b1 = Instance.new("SpecialMesh", p1)
  2955. b1.MeshType = Enum.MeshType.Wedge
  2956. b1.Name = "Mesh"
  2957. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2958. p2 = Instance.new("WedgePart", m6)
  2959. p2.BrickColor = BrickColor.new("Black")
  2960. p2.Material = Enum.Material.SmoothPlastic
  2961. p2.Name = "Wedge"
  2962. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  2963. p2.CanCollide = false
  2964. p2.Locked = true
  2965. p2.FormFactor = Enum.FormFactor.Custom
  2966. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2967. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2972. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. b2 = Instance.new("SpecialMesh", p2)
  2974. b2.MeshType = Enum.MeshType.Wedge
  2975. b2.Name = "Mesh"
  2976. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2977. p3 = Instance.new("Part", m6)
  2978. p3.BrickColor = BrickColor.new("Black")
  2979. p3.Material = Enum.Material.SmoothPlastic
  2980. p3.Name = "CapeLevel2"
  2981. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2982. p3.CanCollide = false
  2983. p3.Locked = true
  2984. p3.FormFactor = Enum.FormFactor.Custom
  2985. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  2986. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2990. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2991. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2992. b3 = Instance.new("BlockMesh", p3)
  2993. b3.Name = "Mesh"
  2994. b3.Scale = Vector3.new(1, 1, 0.602178097)
  2995. p4 = Instance.new("Part", m6)
  2996. p4.BrickColor = BrickColor.new("Black")
  2997. p4.Material = Enum.Material.SmoothPlastic
  2998. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2999. p4.CanCollide = false
  3000. p4.Locked = true
  3001. p4.FormFactor = Enum.FormFactor.Custom
  3002. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3003. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3006. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3007. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3008. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. b4 = Instance.new("BlockMesh", p4)
  3010. b4.Name = "Mesh"
  3011. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3012. p5 = Instance.new("Part", m6)
  3013. p5.BrickColor = BrickColor.new("Black")
  3014. p5.Material = Enum.Material.SmoothPlastic
  3015. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3016. p5.CanCollide = false
  3017. p5.Locked = true
  3018. p5.FormFactor = Enum.FormFactor.Custom
  3019. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3020. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3024. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3025. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. b5 = Instance.new("BlockMesh", p5)
  3027. b5.Name = "Mesh"
  3028. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3029. p6 = Instance.new("Part", m6)
  3030. p6.BrickColor = BrickColor.new("Black")
  3031. p6.Material = Enum.Material.SmoothPlastic
  3032. p6.Name = "CapeLevel1"
  3033. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3034. p6.CanCollide = false
  3035. p6.Locked = true
  3036. p6.FormFactor = Enum.FormFactor.Custom
  3037. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  3038. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3043. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. b6 = Instance.new("BlockMesh", p6)
  3045. b6.Name = "Mesh"
  3046. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3047. p7 = Instance.new("Part", m6)
  3048. p7.BrickColor = BrickColor.new("Black")
  3049. p7.Material = Enum.Material.SmoothPlastic
  3050. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3051. p7.CanCollide = false
  3052. p7.Locked = true
  3053. p7.FormFactor = Enum.FormFactor.Custom
  3054. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3055. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3061. b7 = Instance.new("BlockMesh", p7)
  3062. b7.Name = "Mesh"
  3063. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3064. p8 = Instance.new("Part", m6)
  3065. p8.BrickColor = BrickColor.new("Black")
  3066. p8.Material = Enum.Material.SmoothPlastic
  3067. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3068. p8.CanCollide = false
  3069. p8.Locked = true
  3070. p8.FormFactor = Enum.FormFactor.Custom
  3071. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3072. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3074. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3075. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. b8 = Instance.new("BlockMesh", p8)
  3079. b8.Name = "Mesh"
  3080. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3081. p9 = Instance.new("Part", m6)
  3082. p9.BrickColor = BrickColor.new("Black")
  3083. p9.Material = Enum.Material.SmoothPlastic
  3084. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3085. p9.CanCollide = false
  3086. p9.Locked = true
  3087. p9.FormFactor = Enum.FormFactor.Custom
  3088. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  3089. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. b9 = Instance.new("BlockMesh", p9)
  3096. b9.Name = "Mesh"
  3097. b9.Scale = Vector3.new(1, 1, 0.602178097)
  3098. p10 = Instance.new("Part", m6)
  3099. p10.BrickColor = BrickColor.new("Black")
  3100. p10.Material = Enum.Material.SmoothPlastic
  3101. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3102. p10.CanCollide = false
  3103. p10.Locked = true
  3104. p10.FormFactor = Enum.FormFactor.Custom
  3105. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3106. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. b10 = Instance.new("BlockMesh", p10)
  3113. b10.Name = "Mesh"
  3114. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3115. p11 = Instance.new("Part", m6)
  3116. p11.BrickColor = BrickColor.new("Black")
  3117. p11.Material = Enum.Material.SmoothPlastic
  3118. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3119. p11.CanCollide = false
  3120. p11.Locked = true
  3121. p11.FormFactor = Enum.FormFactor.Custom
  3122. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3123. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3129. b11 = Instance.new("BlockMesh", p11)
  3130. b11.Name = "Mesh"
  3131. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3132. p12 = Instance.new("Part", m6)
  3133. p12.BrickColor = BrickColor.new("Black")
  3134. p12.Material = Enum.Material.SmoothPlastic
  3135. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3136. p12.CanCollide = false
  3137. p12.Locked = true
  3138. p12.FormFactor = Enum.FormFactor.Custom
  3139. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3140. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3146. b12 = Instance.new("BlockMesh", p12)
  3147. b12.Name = "Mesh"
  3148. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3149. p13 = Instance.new("Part", m6)
  3150. p13.BrickColor = BrickColor.new("Black")
  3151. p13.Material = Enum.Material.SmoothPlastic
  3152. p13.Name = "BottomLeftFlap"
  3153. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3154. p13.CanCollide = false
  3155. p13.Locked = true
  3156. p13.FormFactor = Enum.FormFactor.Custom
  3157. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3158. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. b13 = Instance.new("BlockMesh", p13)
  3165. b13.Name = "Mesh"
  3166. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3167. p14 = Instance.new("Part", m6)
  3168. p14.BrickColor = BrickColor.new("Black")
  3169. p14.Material = Enum.Material.SmoothPlastic
  3170. p14.Transparency = 1
  3171. p14.Name = "Rotater"
  3172. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3173. p14.CanCollide = false
  3174. p14.Locked = true
  3175. p14.FormFactor = Enum.FormFactor.Custom
  3176. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  3177. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. b14 = Instance.new("BlockMesh", p14)
  3184. b14.Name = "Mesh"
  3185. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  3186. p15 = Instance.new("Part", m6)
  3187. p15.BrickColor = BrickColor.new("Black")
  3188. p15.Material = Enum.Material.SmoothPlastic
  3189. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3190. p15.CanCollide = false
  3191. p15.Locked = true
  3192. p15.FormFactor = Enum.FormFactor.Custom
  3193. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3194. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3195. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. b15 = Instance.new("BlockMesh", p15)
  3201. b15.Name = "Mesh"
  3202. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3203. p16 = Instance.new("Part", m6)
  3204. p16.BrickColor = BrickColor.new("Black")
  3205. p16.Material = Enum.Material.SmoothPlastic
  3206. p16.Name = "BottomCenterFlap"
  3207. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3208. p16.CanCollide = false
  3209. p16.Locked = true
  3210. p16.FormFactor = Enum.FormFactor.Custom
  3211. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  3212. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3213. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3214. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3215. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. b16 = Instance.new("BlockMesh", p16)
  3219. b16.Name = "Mesh"
  3220. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3221. p17 = Instance.new("Part", m6)
  3222. p17.BrickColor = BrickColor.new("Black")
  3223. p17.Material = Enum.Material.SmoothPlastic
  3224. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3225. p17.CanCollide = false
  3226. p17.Locked = true
  3227. p17.FormFactor = Enum.FormFactor.Custom
  3228. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3229. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3231. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3232. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. b17 = Instance.new("BlockMesh", p17)
  3236. b17.Name = "Mesh"
  3237. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3238. p18 = Instance.new("Part", m6)
  3239. p18.BrickColor = BrickColor.new("Black")
  3240. p18.Material = Enum.Material.SmoothPlastic
  3241. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3242. p18.CanCollide = false
  3243. p18.Locked = true
  3244. p18.FormFactor = Enum.FormFactor.Custom
  3245. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3246. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3247. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. b18 = Instance.new("BlockMesh", p18)
  3253. b18.Name = "Mesh"
  3254. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3255. p19 = Instance.new("WedgePart", m6)
  3256. p19.BrickColor = BrickColor.new("Lime green")
  3257. p19.Name = "Wedge"
  3258. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3259. p19.CanCollide = false
  3260. p19.Locked = true
  3261. p19.FormFactor = Enum.FormFactor.Custom
  3262. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3263. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3264. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3265. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3266. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3267. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3269. b19 = Instance.new("SpecialMesh", p19)
  3270. b19.MeshType = Enum.MeshType.Wedge
  3271. b19.Name = "Mesh"
  3272. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3273. p20 = Instance.new("Part", m6)
  3274. p20.BrickColor = BrickColor.new("Black")
  3275. p20.Material = Enum.Material.SmoothPlastic
  3276. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3277. p20.CanCollide = false
  3278. p20.Locked = true
  3279. p20.FormFactor = Enum.FormFactor.Custom
  3280. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3281. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3282. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3283. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3284. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3285. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3286. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. b20 = Instance.new("BlockMesh", p20)
  3288. b20.Name = "Mesh"
  3289. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3290. p21 = Instance.new("Part", m6)
  3291. p21.BrickColor = BrickColor.new("Black")
  3292. p21.Material = Enum.Material.SmoothPlastic
  3293. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3294. p21.CanCollide = false
  3295. p21.Locked = true
  3296. p21.FormFactor = Enum.FormFactor.Custom
  3297. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3298. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3302. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3303. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3304. b21 = Instance.new("BlockMesh", p21)
  3305. b21.Name = "Mesh"
  3306. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3307. p22 = Instance.new("WedgePart", m6)
  3308. p22.BrickColor = BrickColor.new("Lime green")
  3309. p22.Name = "Wedge"
  3310. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3311. p22.CanCollide = false
  3312. p22.Locked = true
  3313. p22.FormFactor = Enum.FormFactor.Custom
  3314. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3315. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3319. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. b22 = Instance.new("SpecialMesh", p22)
  3322. b22.MeshType = Enum.MeshType.Wedge
  3323. b22.Name = "Mesh"
  3324. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3325. p23 = Instance.new("WedgePart", m6)
  3326. p23.BrickColor = BrickColor.new("Lime green")
  3327. p23.Material = Enum.Material.SmoothPlastic
  3328. p23.Name = "Wedge"
  3329. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3330. p23.CanCollide = false
  3331. p23.Locked = true
  3332. p23.FormFactor = Enum.FormFactor.Custom
  3333. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3334. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3335. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3338. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3339. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. b23 = Instance.new("SpecialMesh", p23)
  3341. b23.MeshType = Enum.MeshType.Wedge
  3342. b23.Name = "Mesh"
  3343. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3344. p24 = Instance.new("WedgePart", m6)
  3345. p24.BrickColor = BrickColor.new("Black")
  3346. p24.Material = Enum.Material.SmoothPlastic
  3347. p24.Name = "Wedge"
  3348. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3349. p24.CanCollide = false
  3350. p24.Locked = true
  3351. p24.FormFactor = Enum.FormFactor.Custom
  3352. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3353. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3355. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3358. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3359. b24 = Instance.new("SpecialMesh", p24)
  3360. b24.MeshType = Enum.MeshType.Wedge
  3361. b24.Name = "Mesh"
  3362. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3363. p25 = Instance.new("WedgePart", m6)
  3364. p25.BrickColor = BrickColor.new("Lime green")
  3365. p25.Name = "Wedge"
  3366. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3367. p25.CanCollide = false
  3368. p25.Locked = true
  3369. p25.FormFactor = Enum.FormFactor.Custom
  3370. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3371. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3374. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3376. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3377. b25 = Instance.new("SpecialMesh", p25)
  3378. b25.MeshType = Enum.MeshType.Wedge
  3379. b25.Name = "Mesh"
  3380. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3381. p26 = Instance.new("WedgePart", m6)
  3382. p26.BrickColor = BrickColor.new("Black")
  3383. p26.Material = Enum.Material.SmoothPlastic
  3384. p26.Name = "Wedge"
  3385. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3386. p26.CanCollide = false
  3387. p26.Locked = true
  3388. p26.FormFactor = Enum.FormFactor.Custom
  3389. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3390. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3391. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3392. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3393. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3394. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3395. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3396. b26 = Instance.new("SpecialMesh", p26)
  3397. b26.MeshType = Enum.MeshType.Wedge
  3398. b26.Name = "Mesh"
  3399. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3400. p27 = Instance.new("Part", m6)
  3401. p27.BrickColor = BrickColor.new("Black")
  3402. p27.Material = Enum.Material.SmoothPlastic
  3403. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3404. p27.CanCollide = false
  3405. p27.Locked = true
  3406. p27.FormFactor = Enum.FormFactor.Custom
  3407. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3408. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3410. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3411. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3412. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3413. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. b27 = Instance.new("BlockMesh", p27)
  3415. b27.Name = "Mesh"
  3416. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3417. p28 = Instance.new("WedgePart", m6)
  3418. p28.BrickColor = BrickColor.new("Black")
  3419. p28.Material = Enum.Material.SmoothPlastic
  3420. p28.Name = "Wedge"
  3421. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3422. p28.CanCollide = false
  3423. p28.Locked = true
  3424. p28.FormFactor = Enum.FormFactor.Custom
  3425. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3426. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3428. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3431. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. b28 = Instance.new("SpecialMesh", p28)
  3433. b28.MeshType = Enum.MeshType.Wedge
  3434. b28.Name = "Mesh"
  3435. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3436. p29 = Instance.new("Part", m6)
  3437. p29.BrickColor = BrickColor.new("Black")
  3438. p29.Material = Enum.Material.SmoothPlastic
  3439. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3440. p29.CanCollide = false
  3441. p29.Locked = true
  3442. p29.FormFactor = Enum.FormFactor.Custom
  3443. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3444. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3445. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3446. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3447. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3448. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3449. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3450. b29 = Instance.new("BlockMesh", p29)
  3451. b29.Name = "Mesh"
  3452. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3453. p30 = Instance.new("WedgePart", m6)
  3454. p30.BrickColor = BrickColor.new("Black")
  3455. p30.Material = Enum.Material.SmoothPlastic
  3456. p30.Name = "Wedge"
  3457. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3458. p30.CanCollide = false
  3459. p30.Locked = true
  3460. p30.FormFactor = Enum.FormFactor.Custom
  3461. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3462. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3463. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3464. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3465. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3466. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3467. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3468. b30 = Instance.new("SpecialMesh", p30)
  3469. b30.MeshType = Enum.MeshType.Wedge
  3470. b30.Name = "Mesh"
  3471. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3472. p31 = Instance.new("WedgePart", m6)
  3473. p31.BrickColor = BrickColor.new("Black")
  3474. p31.Material = Enum.Material.SmoothPlastic
  3475. p31.Name = "Wedge"
  3476. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3477. p31.CanCollide = false
  3478. p31.Locked = true
  3479. p31.FormFactor = Enum.FormFactor.Custom
  3480. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3481. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3482. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3483. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3484. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3486. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. b31 = Instance.new("SpecialMesh", p31)
  3488. b31.MeshType = Enum.MeshType.Wedge
  3489. b31.Name = "Mesh"
  3490. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3491. p32 = Instance.new("Part", m6)
  3492. p32.BrickColor = BrickColor.new("Black")
  3493. p32.Material = Enum.Material.SmoothPlastic
  3494. p32.Name = "BottomRightFlap"
  3495. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3496. p32.CanCollide = false
  3497. p32.Locked = true
  3498. p32.FormFactor = Enum.FormFactor.Custom
  3499. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3500. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3502. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3503. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3504. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3505. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3506. b32 = Instance.new("BlockMesh", p32)
  3507. b32.Name = "Mesh"
  3508. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3509. p33 = Instance.new("WedgePart", m6)
  3510. p33.BrickColor = BrickColor.new("Black")
  3511. p33.Material = Enum.Material.SmoothPlastic
  3512. p33.Name = "Wedge"
  3513. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3514. p33.CanCollide = false
  3515. p33.Locked = true
  3516. p33.FormFactor = Enum.FormFactor.Custom
  3517. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3518. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3519. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3520. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3521. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3522. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3523. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. b33 = Instance.new("SpecialMesh", p33)
  3525. b33.MeshType = Enum.MeshType.Wedge
  3526. b33.Name = "Mesh"
  3527. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3528. p34 = Instance.new("WedgePart", m6)
  3529. p34.BrickColor = BrickColor.new("Black")
  3530. p34.Material = Enum.Material.SmoothPlastic
  3531. p34.Name = "Wedge"
  3532. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3533. p34.CanCollide = false
  3534. p34.Locked = true
  3535. p34.FormFactor = Enum.FormFactor.Custom
  3536. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3537. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3539. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3540. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3542. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3543. b34 = Instance.new("SpecialMesh", p34)
  3544. b34.MeshType = Enum.MeshType.Wedge
  3545. b34.Name = "Mesh"
  3546. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3547. p35 = Instance.new("Part", m6)
  3548. p35.BrickColor = BrickColor.new("Black")
  3549. p35.Material = Enum.Material.SmoothPlastic
  3550. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3551. p35.CanCollide = false
  3552. p35.Locked = true
  3553. p35.FormFactor = Enum.FormFactor.Custom
  3554. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3555. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3557. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3558. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3559. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3560. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3561. b35 = Instance.new("BlockMesh", p35)
  3562. b35.Name = "Mesh"
  3563. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3564. p36 = Instance.new("WedgePart", m6)
  3565. p36.BrickColor = BrickColor.new("Black")
  3566. p36.Material = Enum.Material.SmoothPlastic
  3567. p36.Name = "Wedge"
  3568. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3569. p36.CanCollide = false
  3570. p36.Locked = true
  3571. p36.FormFactor = Enum.FormFactor.Custom
  3572. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3573. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3576. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3577. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3578. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3579. b36 = Instance.new("SpecialMesh", p36)
  3580. b36.MeshType = Enum.MeshType.Wedge
  3581. b36.Name = "Mesh"
  3582. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3583. p37 = Instance.new("Part", m6)
  3584. p37.BrickColor = BrickColor.new("Black")
  3585. p37.Material = Enum.Material.SmoothPlastic
  3586. p37.Name = "CapeLevel3"
  3587. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3588. p37.CanCollide = false
  3589. p37.Locked = true
  3590. p37.FormFactor = Enum.FormFactor.Custom
  3591. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3592. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3594. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3595. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3596. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3597. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3598. b37 = Instance.new("BlockMesh", p37)
  3599. b37.Name = "Mesh"
  3600. b37.Scale = Vector3.new(1, 1, 0.602178097)
  3601. p38 = Instance.new("WedgePart", m6)
  3602. p38.BrickColor = BrickColor.new("Lime green")
  3603. p38.Material = Enum.Material.SmoothPlastic
  3604. p38.Name = "Wedge"
  3605. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3606. p38.CanCollide = false
  3607. p38.Locked = true
  3608. p38.FormFactor = Enum.FormFactor.Custom
  3609. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3610. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3611. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3612. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3613. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3614. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3615. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3616. b38 = Instance.new("SpecialMesh", p38)
  3617. b38.MeshType = Enum.MeshType.Wedge
  3618. b38.Name = "Mesh"
  3619. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3620. p39 = Instance.new("WedgePart", m6)
  3621. p39.BrickColor = BrickColor.new("Lime green")
  3622. p39.Material = Enum.Material.SmoothPlastic
  3623. p39.Name = "Wedge"
  3624. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3625. p39.CanCollide = false
  3626. p39.Locked = true
  3627. p39.FormFactor = Enum.FormFactor.Custom
  3628. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3629. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3630. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3631. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3632. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3633. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3634. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3635. b39 = Instance.new("SpecialMesh", p39)
  3636. b39.MeshType = Enum.MeshType.Wedge
  3637. b39.Name = "Mesh"
  3638. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3639. p40 = Instance.new("WedgePart", m6)
  3640. p40.BrickColor = BrickColor.new("Black")
  3641. p40.Material = Enum.Material.SmoothPlastic
  3642. p40.Name = "Wedge"
  3643. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3644. p40.CanCollide = false
  3645. p40.Locked = true
  3646. p40.FormFactor = Enum.FormFactor.Custom
  3647. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3648. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3650. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3652. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3653. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3654. b40 = Instance.new("SpecialMesh", p40)
  3655. b40.MeshType = Enum.MeshType.Wedge
  3656. b40.Name = "Mesh"
  3657. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3658. p41 = Instance.new("WedgePart", m6)
  3659. p41.BrickColor = BrickColor.new("Black")
  3660. p41.Material = Enum.Material.SmoothPlastic
  3661. p41.Name = "Wedge"
  3662. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3663. p41.CanCollide = false
  3664. p41.Locked = true
  3665. p41.FormFactor = Enum.FormFactor.Custom
  3666. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3667. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3668. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3670. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3671. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3672. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3673. b41 = Instance.new("SpecialMesh", p41)
  3674. b41.MeshType = Enum.MeshType.Wedge
  3675. b41.Name = "Mesh"
  3676. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3677. p42 = Instance.new("WedgePart", m6)
  3678. p42.BrickColor = BrickColor.new("Black")
  3679. p42.Material = Enum.Material.SmoothPlastic
  3680. p42.Name = "Wedge"
  3681. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3682. p42.CanCollide = false
  3683. p42.Locked = true
  3684. p42.FormFactor = Enum.FormFactor.Custom
  3685. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3686. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3688. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3689. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3690. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3691. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3692. b42 = Instance.new("SpecialMesh", p42)
  3693. b42.MeshType = Enum.MeshType.Wedge
  3694. b42.Name = "Mesh"
  3695. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3696. p43 = Instance.new("WedgePart", m6)
  3697. p43.BrickColor = BrickColor.new("Black")
  3698. p43.Material = Enum.Material.SmoothPlastic
  3699. p43.Name = "Wedge"
  3700. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3701. p43.CanCollide = false
  3702. p43.Locked = true
  3703. p43.FormFactor = Enum.FormFactor.Custom
  3704. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3705. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3710. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3711. b43 = Instance.new("SpecialMesh", p43)
  3712. b43.MeshType = Enum.MeshType.Wedge
  3713. b43.Name = "Mesh"
  3714. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3715. p44 = Instance.new("WedgePart", m6)
  3716. p44.BrickColor = BrickColor.new("Black")
  3717. p44.Material = Enum.Material.SmoothPlastic
  3718. p44.Name = "Wedge"
  3719. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3720. p44.CanCollide = false
  3721. p44.Locked = true
  3722. p44.FormFactor = Enum.FormFactor.Custom
  3723. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3724. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3730. b44 = Instance.new("SpecialMesh", p44)
  3731. b44.MeshType = Enum.MeshType.Wedge
  3732. b44.Name = "Mesh"
  3733. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3734. p45 = Instance.new("WedgePart", m6)
  3735. p45.BrickColor = BrickColor.new("Black")
  3736. p45.Material = Enum.Material.SmoothPlastic
  3737. p45.Name = "Wedge"
  3738. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3739. p45.CanCollide = false
  3740. p45.Locked = true
  3741. p45.FormFactor = Enum.FormFactor.Custom
  3742. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3743. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3748. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3749. b45 = Instance.new("SpecialMesh", p45)
  3750. b45.MeshType = Enum.MeshType.Wedge
  3751. b45.Name = "Mesh"
  3752. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3753. p46 = Instance.new("WedgePart", m6)
  3754. p46.BrickColor = BrickColor.new("Black")
  3755. p46.Material = Enum.Material.SmoothPlastic
  3756. p46.Name = "Wedge"
  3757. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3758. p46.CanCollide = false
  3759. p46.Locked = true
  3760. p46.FormFactor = Enum.FormFactor.Custom
  3761. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3762. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3767. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3768. b46 = Instance.new("SpecialMesh", p46)
  3769. b46.MeshType = Enum.MeshType.Wedge
  3770. b46.Name = "Mesh"
  3771. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3772. p47 = Instance.new("Part", m6)
  3773. p47.BrickColor = BrickColor.new("Black")
  3774. p47.Material = Enum.Material.SmoothPlastic
  3775. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3776. p47.CanCollide = false
  3777. p47.Locked = true
  3778. p47.FormFactor = Enum.FormFactor.Custom
  3779. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3780. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3782. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3783. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3784. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3785. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3786. b47 = Instance.new("BlockMesh", p47)
  3787. b47.Name = "Mesh"
  3788. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3789. p48 = Instance.new("Part", m6)
  3790. p48.BrickColor = BrickColor.new("Black")
  3791. p48.Material = Enum.Material.SmoothPlastic
  3792. p48.Name = "CapeLevel4"
  3793. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3794. p48.CanCollide = false
  3795. p48.Locked = true
  3796. p48.FormFactor = Enum.FormFactor.Custom
  3797. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3798. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3799. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3801. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3802. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3803. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3804. b48 = Instance.new("BlockMesh", p48)
  3805. b48.Name = "Mesh"
  3806. b48.Scale = Vector3.new(1, 1, 0.602178097)
  3807. p49 = Instance.new("WedgePart", m6)
  3808. p49.BrickColor = BrickColor.new("Black")
  3809. p49.Material = Enum.Material.SmoothPlastic
  3810. p49.Name = "Wedge"
  3811. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3812. p49.CanCollide = false
  3813. p49.Locked = true
  3814. p49.FormFactor = Enum.FormFactor.Custom
  3815. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3816. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3818. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3819. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3820. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3821. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3822. b49 = Instance.new("SpecialMesh", p49)
  3823. b49.MeshType = Enum.MeshType.Wedge
  3824. b49.Name = "Mesh"
  3825. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3826. p50 = Instance.new("Part", m6)
  3827. p50.BrickColor = BrickColor.new("Black")
  3828. p50.Material = Enum.Material.SmoothPlastic
  3829. p50.Name = "CapeLevel1SubPart"
  3830. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3831. p50.CanCollide = false
  3832. p50.Locked = true
  3833. p50.FormFactor = Enum.FormFactor.Custom
  3834. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  3835. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3836. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3837. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3838. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3839. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3840. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3841. b50 = Instance.new("BlockMesh", p50)
  3842. b50.Name = "Mesh"
  3843. b50.Scale = Vector3.new(1, 1, 0.602178097)
  3844. p51 = Instance.new("Part", m6)
  3845. p51.BrickColor = BrickColor.new("Black")
  3846. p51.Material = Enum.Material.SmoothPlastic
  3847. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3848. p51.CanCollide = false
  3849. p51.Locked = true
  3850. p51.FormFactor = Enum.FormFactor.Custom
  3851. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3852. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3853. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3854. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3855. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3856. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3857. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3858. b51 = Instance.new("BlockMesh", p51)
  3859. b51.Name = "Mesh"
  3860. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3861. p52 = Instance.new("Part", m6)
  3862. p52.BrickColor = BrickColor.new("Black")
  3863. p52.Material = Enum.Material.SmoothPlastic
  3864. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3865. p52.CanCollide = false
  3866. p52.Locked = true
  3867. p52.FormFactor = Enum.FormFactor.Custom
  3868. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3869. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3872. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3873. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3874. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3875. b52 = Instance.new("BlockMesh", p52)
  3876. b52.Name = "Mesh"
  3877. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3878. p53 = Instance.new("WedgePart", m6)
  3879. p53.BrickColor = BrickColor.new("Black")
  3880. p53.Material = Enum.Material.SmoothPlastic
  3881. p53.Name = "Wedge"
  3882. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3883. p53.CanCollide = false
  3884. p53.Locked = true
  3885. p53.FormFactor = Enum.FormFactor.Custom
  3886. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3887. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3890. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3891. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3893. b53 = Instance.new("SpecialMesh", p53)
  3894. b53.MeshType = Enum.MeshType.Wedge
  3895. b53.Name = "Mesh"
  3896. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3897. p54 = Instance.new("Part", m6)
  3898. p54.BrickColor = BrickColor.new("Black")
  3899. p54.Material = Enum.Material.SmoothPlastic
  3900. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3901. p54.CanCollide = false
  3902. p54.Locked = true
  3903. p54.FormFactor = Enum.FormFactor.Custom
  3904. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3905. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. b54 = Instance.new("BlockMesh", p54)
  3912. b54.Name = "Mesh"
  3913. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  3914. p55 = Instance.new("WedgePart", m6)
  3915. p55.BrickColor = BrickColor.new("Black")
  3916. p55.Material = Enum.Material.SmoothPlastic
  3917. p55.Name = "Wedge"
  3918. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3919. p55.CanCollide = false
  3920. p55.Locked = true
  3921. p55.FormFactor = Enum.FormFactor.Custom
  3922. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3923. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3924. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3926. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3927. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. b55 = Instance.new("SpecialMesh", p55)
  3930. b55.MeshType = Enum.MeshType.Wedge
  3931. b55.Name = "Mesh"
  3932. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3933. p56 = Instance.new("WedgePart", m6)
  3934. p56.BrickColor = BrickColor.new("Lime green")
  3935. p56.Material = Enum.Material.SmoothPlastic
  3936. p56.Name = "Wedge"
  3937. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3938. p56.CanCollide = false
  3939. p56.Locked = true
  3940. p56.FormFactor = Enum.FormFactor.Custom
  3941. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3942. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3946. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3948. b56 = Instance.new("SpecialMesh", p56)
  3949. b56.MeshType = Enum.MeshType.Wedge
  3950. b56.Name = "Mesh"
  3951. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3952. p57 = Instance.new("WedgePart", m6)
  3953. p57.BrickColor = BrickColor.new("Black")
  3954. p57.Material = Enum.Material.SmoothPlastic
  3955. p57.Name = "Wedge"
  3956. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3957. p57.CanCollide = false
  3958. p57.Locked = true
  3959. p57.FormFactor = Enum.FormFactor.Custom
  3960. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3961. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3962. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3963. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3964. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. b57 = Instance.new("SpecialMesh", p57)
  3968. b57.MeshType = Enum.MeshType.Wedge
  3969. b57.Name = "Mesh"
  3970. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3971. p58 = Instance.new("Part", m6)
  3972. p58.BrickColor = BrickColor.new("Black")
  3973. p58.Material = Enum.Material.SmoothPlastic
  3974. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3975. p58.CanCollide = false
  3976. p58.Locked = true
  3977. p58.FormFactor = Enum.FormFactor.Custom
  3978. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3979. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3983. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. b58 = Instance.new("BlockMesh", p58)
  3986. b58.Name = "Mesh"
  3987. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3988. p59 = Instance.new("WedgePart", m6)
  3989. p59.BrickColor = BrickColor.new("Black")
  3990. p59.Material = Enum.Material.SmoothPlastic
  3991. p59.Name = "Wedge"
  3992. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3993. p59.CanCollide = false
  3994. p59.Locked = true
  3995. p59.FormFactor = Enum.FormFactor.Custom
  3996. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3997. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3999. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4000. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. b59 = Instance.new("SpecialMesh", p59)
  4004. b59.MeshType = Enum.MeshType.Wedge
  4005. b59.Name = "Mesh"
  4006. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4007. p60 = Instance.new("Part", m6)
  4008. p60.BrickColor = BrickColor.new("Black")
  4009. p60.Material = Enum.Material.SmoothPlastic
  4010. p60.Name = "NeckPart"
  4011. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4012. p60.CanCollide = false
  4013. p60.Locked = true
  4014. p60.FormFactor = Enum.FormFactor.Custom
  4015. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  4016. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4017. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4018. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4019. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4020. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4021. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4022. b60 = Instance.new("BlockMesh", p60)
  4023. b60.Name = "Mesh"
  4024. b60.Scale = Vector3.new(1, 0.602178097, 1)
  4025. p61 = Instance.new("Part", m6)
  4026. p61.BrickColor = BrickColor.new("Black")
  4027. p61.Material = Enum.Material.SmoothPlastic
  4028. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4029. p61.CanCollide = false
  4030. p61.Locked = true
  4031. p61.FormFactor = Enum.FormFactor.Custom
  4032. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4033. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4035. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4036. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4037. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4038. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4039. b61 = Instance.new("BlockMesh", p61)
  4040. b61.Name = "Mesh"
  4041. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4042. p62 = Instance.new("WedgePart", m6)
  4043. p62.BrickColor = BrickColor.new("Black")
  4044. p62.Material = Enum.Material.SmoothPlastic
  4045. p62.Name = "Wedge"
  4046. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4047. p62.CanCollide = false
  4048. p62.Locked = true
  4049. p62.FormFactor = Enum.FormFactor.Custom
  4050. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4051. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4052. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4054. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4055. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4056. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. b62 = Instance.new("SpecialMesh", p62)
  4058. b62.MeshType = Enum.MeshType.Wedge
  4059. b62.Name = "Mesh"
  4060. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4061. p63 = Instance.new("WedgePart", m6)
  4062. p63.BrickColor = BrickColor.new("Lime green")
  4063. p63.Material = Enum.Material.SmoothPlastic
  4064. p63.Name = "Wedge"
  4065. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4066. p63.CanCollide = false
  4067. p63.Locked = true
  4068. p63.FormFactor = Enum.FormFactor.Custom
  4069. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4070. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4072. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4073. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4074. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4075. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4076. b63 = Instance.new("SpecialMesh", p63)
  4077. b63.MeshType = Enum.MeshType.Wedge
  4078. b63.Name = "Mesh"
  4079. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4080. p64 = Instance.new("WedgePart", m6)
  4081. p64.BrickColor = BrickColor.new("Black")
  4082. p64.Material = Enum.Material.SmoothPlastic
  4083. p64.Name = "Wedge"
  4084. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4085. p64.CanCollide = false
  4086. p64.Locked = true
  4087. p64.FormFactor = Enum.FormFactor.Custom
  4088. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  4089. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4090. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4091. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4092. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4093. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4094. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4095. b64 = Instance.new("SpecialMesh", p64)
  4096. b64.MeshType = Enum.MeshType.Wedge
  4097. b64.Name = "Mesh"
  4098. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4099. p65 = Instance.new("WedgePart", m6)
  4100. p65.BrickColor = BrickColor.new("Black")
  4101. p65.Material = Enum.Material.SmoothPlastic
  4102. p65.Name = "Wedge"
  4103. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4104. p65.CanCollide = false
  4105. p65.Locked = true
  4106. p65.FormFactor = Enum.FormFactor.Custom
  4107. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4108. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4109. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4110. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4111. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4112. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4113. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4114. b65 = Instance.new("SpecialMesh", p65)
  4115. b65.MeshType = Enum.MeshType.Wedge
  4116. b65.Name = "Mesh"
  4117. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4118. p66 = Instance.new("WedgePart", m6)
  4119. p66.BrickColor = BrickColor.new("Black")
  4120. p66.Material = Enum.Material.SmoothPlastic
  4121. p66.Name = "Wedge"
  4122. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4123. p66.CanCollide = false
  4124. p66.Locked = true
  4125. p66.FormFactor = Enum.FormFactor.Custom
  4126. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4127. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4128. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4129. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4130. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4131. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4132. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4133. b66 = Instance.new("SpecialMesh", p66)
  4134. b66.MeshType = Enum.MeshType.Wedge
  4135. b66.Name = "Mesh"
  4136. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4137. p67 = Instance.new("WedgePart", m6)
  4138. p67.BrickColor = BrickColor.new("Black")
  4139. p67.Material = Enum.Material.SmoothPlastic
  4140. p67.Name = "Wedge"
  4141. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4142. p67.CanCollide = false
  4143. p67.Locked = true
  4144. p67.FormFactor = Enum.FormFactor.Custom
  4145. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4146. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4147. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4148. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4149. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4150. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4151. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4152. b67 = Instance.new("SpecialMesh", p67)
  4153. b67.MeshType = Enum.MeshType.Wedge
  4154. b67.Name = "Mesh"
  4155. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4156. p68 = Instance.new("WedgePart", m6)
  4157. p68.BrickColor = BrickColor.new("Lime green")
  4158. p68.Name = "Wedge"
  4159. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4160. p68.CanCollide = false
  4161. p68.Locked = true
  4162. p68.FormFactor = Enum.FormFactor.Custom
  4163. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4164. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4165. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4166. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4167. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4168. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4169. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4170. b68 = Instance.new("SpecialMesh", p68)
  4171. b68.MeshType = Enum.MeshType.Wedge
  4172. b68.Name = "Mesh"
  4173. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4174. p69 = Instance.new("WedgePart", m6)
  4175. p69.BrickColor = BrickColor.new("Lime green")
  4176. p69.Name = "Wedge"
  4177. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4178. p69.CanCollide = false
  4179. p69.Locked = true
  4180. p69.FormFactor = Enum.FormFactor.Custom
  4181. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4182. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4183. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4184. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4185. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4186. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4187. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4188. b69 = Instance.new("SpecialMesh", p69)
  4189. b69.MeshType = Enum.MeshType.Wedge
  4190. b69.Name = "Mesh"
  4191. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4192. p70 = Instance.new("WedgePart", m6)
  4193. p70.BrickColor = BrickColor.new("Black")
  4194. p70.Material = Enum.Material.SmoothPlastic
  4195. p70.Name = "Wedge"
  4196. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4197. p70.CanCollide = false
  4198. p70.Locked = true
  4199. p70.FormFactor = Enum.FormFactor.Custom
  4200. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4201. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4202. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4203. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4204. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4205. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4206. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4207. b70 = Instance.new("SpecialMesh", p70)
  4208. b70.MeshType = Enum.MeshType.Wedge
  4209. b70.Name = "Mesh"
  4210. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4211. p71 = Instance.new("WedgePart", m6)
  4212. p71.BrickColor = BrickColor.new("Lime green")
  4213. p71.Name = "Wedge"
  4214. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4215. p71.CanCollide = false
  4216. p71.Locked = true
  4217. p71.FormFactor = Enum.FormFactor.Custom
  4218. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4219. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4220. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4221. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4222. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4223. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4224. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4225. b71 = Instance.new("SpecialMesh", p71)
  4226. b71.MeshType = Enum.MeshType.Wedge
  4227. b71.Name = "Mesh"
  4228. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4229. p72 = Instance.new("WedgePart", m6)
  4230. p72.BrickColor = BrickColor.new("Black")
  4231. p72.Material = Enum.Material.SmoothPlastic
  4232. p72.Name = "Wedge"
  4233. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4234. p72.CanCollide = false
  4235. p72.Locked = true
  4236. p72.FormFactor = Enum.FormFactor.Custom
  4237. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4238. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4239. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4240. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4241. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4242. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4243. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4244. b72 = Instance.new("SpecialMesh", p72)
  4245. b72.MeshType = Enum.MeshType.Wedge
  4246. b72.Name = "Mesh"
  4247. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4248. p73 = Instance.new("WedgePart", m6)
  4249. p73.BrickColor = BrickColor.new("Black")
  4250. p73.Material = Enum.Material.SmoothPlastic
  4251. p73.Name = "Wedge"
  4252. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4253. p73.CanCollide = false
  4254. p73.Locked = true
  4255. p73.FormFactor = Enum.FormFactor.Custom
  4256. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4257. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4258. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4259. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4260. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4261. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4262. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4263. b73 = Instance.new("SpecialMesh", p73)
  4264. b73.MeshType = Enum.MeshType.Wedge
  4265. b73.Name = "Mesh"
  4266. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4267. p74 = Instance.new("WedgePart", m6)
  4268. p74.BrickColor = BrickColor.new("Black")
  4269. p74.Material = Enum.Material.SmoothPlastic
  4270. p74.Name = "Wedge"
  4271. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4272. p74.CanCollide = false
  4273. p74.Locked = true
  4274. p74.FormFactor = Enum.FormFactor.Custom
  4275. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4276. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4277. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4278. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4279. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4280. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4281. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4282. b74 = Instance.new("SpecialMesh", p74)
  4283. b74.MeshType = Enum.MeshType.Wedge
  4284. b74.Name = "Mesh"
  4285. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4286. p75 = Instance.new("WedgePart", m6)
  4287. p75.BrickColor = BrickColor.new("Black")
  4288. p75.Material = Enum.Material.SmoothPlastic
  4289. p75.Name = "Wedge"
  4290. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4291. p75.CanCollide = false
  4292. p75.Locked = true
  4293. p75.FormFactor = Enum.FormFactor.Custom
  4294. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4295. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4296. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4297. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4298. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4299. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4300. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4301. b75 = Instance.new("SpecialMesh", p75)
  4302. b75.MeshType = Enum.MeshType.Wedge
  4303. b75.Name = "Mesh"
  4304. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4305. p76 = Instance.new("WedgePart", m6)
  4306. p76.BrickColor = BrickColor.new("Black")
  4307. p76.Material = Enum.Material.SmoothPlastic
  4308. p76.Name = "Wedge"
  4309. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4310. p76.CanCollide = false
  4311. p76.Locked = true
  4312. p76.FormFactor = Enum.FormFactor.Custom
  4313. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4314. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4315. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4316. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4317. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4318. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4319. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4320. b76 = Instance.new("SpecialMesh", p76)
  4321. b76.MeshType = Enum.MeshType.Wedge
  4322. b76.Name = "Mesh"
  4323. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4324. p77 = Instance.new("WedgePart", m6)
  4325. p77.BrickColor = BrickColor.new("Lime green")
  4326. p77.Material = Enum.Material.SmoothPlastic
  4327. p77.Name = "Wedge"
  4328. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4329. p77.CanCollide = false
  4330. p77.Locked = true
  4331. p77.FormFactor = Enum.FormFactor.Custom
  4332. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4333. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4334. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4335. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4336. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4337. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4338. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4339. b77 = Instance.new("SpecialMesh", p77)
  4340. b77.MeshType = Enum.MeshType.Wedge
  4341. b77.Name = "Mesh"
  4342. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4343. p78 = Instance.new("WedgePart", m6)
  4344. p78.BrickColor = BrickColor.new("Black")
  4345. p78.Material = Enum.Material.SmoothPlastic
  4346. p78.Name = "Wedge"
  4347. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4348. p78.CanCollide = false
  4349. p78.Locked = true
  4350. p78.FormFactor = Enum.FormFactor.Custom
  4351. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4352. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4353. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4354. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4355. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4356. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4357. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4358. b78 = Instance.new("SpecialMesh", p78)
  4359. b78.MeshType = Enum.MeshType.Wedge
  4360. b78.Name = "Mesh"
  4361. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4362. p79 = Instance.new("WedgePart", m6)
  4363. p79.BrickColor = BrickColor.new("Lime green")
  4364. p79.Material = Enum.Material.SmoothPlastic
  4365. p79.Name = "Wedge"
  4366. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4367. p79.CanCollide = false
  4368. p79.Locked = true
  4369. p79.FormFactor = Enum.FormFactor.Custom
  4370. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4371. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4372. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4373. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4374. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4375. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4376. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4377. b79 = Instance.new("SpecialMesh", p79)
  4378. b79.MeshType = Enum.MeshType.Wedge
  4379. b79.Name = "Mesh"
  4380. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4381. p80 = Instance.new("WedgePart", m6)
  4382. p80.BrickColor = BrickColor.new("Black")
  4383. p80.Material = Enum.Material.SmoothPlastic
  4384. p80.Name = "Wedge"
  4385. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4386. p80.CanCollide = false
  4387. p80.Locked = true
  4388. p80.FormFactor = Enum.FormFactor.Custom
  4389. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4390. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4391. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4392. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4393. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4394. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4395. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4396. b80 = Instance.new("SpecialMesh", p80)
  4397. b80.MeshType = Enum.MeshType.Wedge
  4398. b80.Name = "Mesh"
  4399. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4400. w1 = Instance.new("Weld", p1)
  4401. w1.Name = "Joint"
  4402. w1.Part0 = p1
  4403. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4404. w1.Part1 = p47
  4405. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4406. w2 = Instance.new("Weld", p2)
  4407. w2.Name = "Joint"
  4408. w2.Part0 = p2
  4409. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4410. w2.Part1 = p11
  4411. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4412. w3 = Instance.new("Weld", p3)
  4413. w3.Name = "Joint"
  4414. w3.Part0 = p3
  4415. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4416. w3.Part1 = p50
  4417. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4418. w4 = Instance.new("Weld", p4)
  4419. w4.Name = "Joint"
  4420. w4.Part0 = p4
  4421. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4422. w4.Part1 = p5
  4423. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4424. w5 = Instance.new("Weld", p5)
  4425. w5.Name = "Joint"
  4426. w5.Part0 = p5
  4427. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4428. w5.Part1 = p27
  4429. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4430. w6 = Instance.new("Weld", p6)
  4431. w6.Name = "Joint"
  4432. w6.Part0 = p6
  4433. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4434. w6.Part1 = p14
  4435. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4436. w7 = Instance.new("Weld", p7)
  4437. w7.Name = "Joint"
  4438. w7.Part0 = p7
  4439. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4440. w7.Part1 = p10
  4441. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4442. w8 = Instance.new("Weld", p8)
  4443. w8.Name = "Joint"
  4444. w8.Part0 = p8
  4445. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4446. w8.Part1 = p32
  4447. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4448. w9 = Instance.new("Weld", p9)
  4449. w9.Name = "Joint"
  4450. w9.Part0 = p9
  4451. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4452. w9.Part1 = p16
  4453. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4454. w10 = Instance.new("Weld", p10)
  4455. w10.Name = "Joint"
  4456. w10.Part0 = p10
  4457. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4458. w10.Part1 = p61
  4459. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4460. w11 = Instance.new("Weld", p11)
  4461. w11.Name = "Joint"
  4462. w11.Part0 = p11
  4463. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4464. w11.Part1 = p13
  4465. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4466. w12 = Instance.new("Weld", p12)
  4467. w12.Name = "Joint"
  4468. w12.Part0 = p12
  4469. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4470. w12.Part1 = p29
  4471. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4472. w13 = Instance.new("Weld", p13)
  4473. w13.Name = "Joint"
  4474. w13.Part0 = p13
  4475. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4476. w13.Part1 = p48
  4477. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4478. w14 = Instance.new("Weld", p14)
  4479. w14.Name = "Joint"
  4480. w14.Part0 = p14
  4481. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4482. w14.Part1 = p60
  4483. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4484. w15 = Instance.new("Weld", p15)
  4485. w15.Name = "Joint"
  4486. w15.Part0 = p15
  4487. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4488. w15.Part1 = p17
  4489. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4490. w16 = Instance.new("Weld", p16)
  4491. w16.Name = "Joint"
  4492. w16.Part0 = p16
  4493. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4494. w16.Part1 = p48
  4495. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4496. w17 = Instance.new("Weld", p17)
  4497. w17.Name = "Joint"
  4498. w17.Part0 = p17
  4499. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4500. w17.Part1 = p50
  4501. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4502. w18 = Instance.new("Weld", p18)
  4503. w18.Name = "Joint"
  4504. w18.Part0 = p18
  4505. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4506. w18.Part1 = p50
  4507. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4508. w19 = Instance.new("Weld", p19)
  4509. w19.Name = "Joint"
  4510. w19.Part0 = p19
  4511. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4512. w19.Part1 = p54
  4513. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4514. w20 = Instance.new("Weld", p20)
  4515. w20.Name = "Joint"
  4516. w20.Part0 = p20
  4517. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4518. w20.Part1 = p21
  4519. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4520. w21 = Instance.new("Weld", p21)
  4521. w21.Name = "Joint"
  4522. w21.Part0 = p21
  4523. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4524. w21.Part1 = p37
  4525. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4526. w22 = Instance.new("Weld", p22)
  4527. w22.Name = "Joint"
  4528. w22.Part0 = p22
  4529. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4530. w22.Part1 = p8
  4531. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4532. w23 = Instance.new("Weld", p23)
  4533. w23.Name = "Joint"
  4534. w23.Part0 = p23
  4535. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4536. w23.Part1 = p35
  4537. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4538. w24 = Instance.new("Weld", p24)
  4539. w24.Name = "Joint"
  4540. w24.Part0 = p24
  4541. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4542. w24.Part1 = p48
  4543. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4544. w25 = Instance.new("Weld", p25)
  4545. w25.Name = "Joint"
  4546. w25.Part0 = p25
  4547. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4548. w25.Part1 = p8
  4549. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4550. w26 = Instance.new("Weld", p26)
  4551. w26.Name = "Joint"
  4552. w26.Part0 = p26
  4553. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4554. w26.Part1 = p6
  4555. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4556. w27 = Instance.new("Weld", p27)
  4557. w27.Name = "Joint"
  4558. w27.Part0 = p27
  4559. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4560. w27.Part1 = p48
  4561. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4562. w28 = Instance.new("Weld", p28)
  4563. w28.Name = "Joint"
  4564. w28.Part0 = p28
  4565. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4566. w28.Part1 = p35
  4567. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4568. w29 = Instance.new("Weld", p29)
  4569. w29.Name = "Joint"
  4570. w29.Part0 = p29
  4571. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4572. w29.Part1 = p37
  4573. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4574. w30 = Instance.new("Weld", p30)
  4575. w30.Name = "Joint"
  4576. w30.Part0 = p30
  4577. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4578. w30.Part1 = p20
  4579. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4580. w31 = Instance.new("Weld", p31)
  4581. w31.Name = "Joint"
  4582. w31.Part0 = p31
  4583. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4584. w31.Part1 = p16
  4585. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4586. w32 = Instance.new("Weld", p32)
  4587. w32.Name = "Joint"
  4588. w32.Part0 = p32
  4589. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4590. w32.Part1 = p48
  4591. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4592. w33 = Instance.new("Weld", p33)
  4593. w33.Name = "Joint"
  4594. w33.Part0 = p33
  4595. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4596. w33.Part1 = p21
  4597. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4598. w34 = Instance.new("Weld", p34)
  4599. w34.Name = "Joint"
  4600. w34.Part0 = p34
  4601. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4602. w34.Part1 = p27
  4603. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4604. w35 = Instance.new("Weld", p35)
  4605. w35.Name = "Joint"
  4606. w35.Part0 = p35
  4607. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4608. w35.Part1 = p58
  4609. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4610. w36 = Instance.new("Weld", p36)
  4611. w36.Name = "Joint"
  4612. w36.Part0 = p36
  4613. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4614. w36.Part1 = p29
  4615. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4616. w37 = Instance.new("Weld", p37)
  4617. w37.Name = "Joint"
  4618. w37.Part0 = p37
  4619. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4620. w37.Part1 = p3
  4621. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4622. w38 = Instance.new("Weld", p38)
  4623. w38.Name = "Joint"
  4624. w38.Part0 = p38
  4625. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4626. w38.Part1 = p4
  4627. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4628. w39 = Instance.new("Weld", p39)
  4629. w39.Name = "Joint"
  4630. w39.Part0 = p39
  4631. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4632. w39.Part1 = p12
  4633. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4634. w40 = Instance.new("Weld", p40)
  4635. w40.Name = "Joint"
  4636. w40.Part0 = p40
  4637. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4638. w40.Part1 = p52
  4639. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4640. w41 = Instance.new("Weld", p41)
  4641. w41.Name = "Joint"
  4642. w41.Part0 = p41
  4643. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4644. w41.Part1 = p5
  4645. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4646. w42 = Instance.new("Weld", p42)
  4647. w42.Name = "Joint"
  4648. w42.Part0 = p42
  4649. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4650. w42.Part1 = p8
  4651. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4652. w43 = Instance.new("Weld", p43)
  4653. w43.Name = "Joint"
  4654. w43.Part0 = p43
  4655. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4656. w43.Part1 = p5
  4657. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4658. w44 = Instance.new("Weld", p44)
  4659. w44.Name = "Joint"
  4660. w44.Part0 = p44
  4661. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4662. w44.Part1 = p15
  4663. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4664. w45 = Instance.new("Weld", p45)
  4665. w45.Name = "Joint"
  4666. w45.Part0 = p45
  4667. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4668. w45.Part1 = p11
  4669. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4670. w46 = Instance.new("Weld", p46)
  4671. w46.Name = "Joint"
  4672. w46.Part0 = p46
  4673. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4674. w46.Part1 = p6
  4675. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4676. w47 = Instance.new("Weld", p47)
  4677. w47.Name = "Joint"
  4678. w47.Part0 = p47
  4679. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4680. w47.Part1 = p18
  4681. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4682. w48 = Instance.new("Weld", p48)
  4683. w48.Name = "Joint"
  4684. w48.Part0 = p48
  4685. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4686. w48.Part1 = p37
  4687. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4688. w49 = Instance.new("Weld", p49)
  4689. w49.Name = "Joint"
  4690. w49.Part0 = p49
  4691. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4692. w49.Part1 = p47
  4693. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4694. w50 = Instance.new("Weld", p50)
  4695. w50.Name = "Joint"
  4696. w50.Part0 = p50
  4697. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4698. w50.Part1 = p6
  4699. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4700. w51 = Instance.new("Weld", p51)
  4701. w51.Name = "Joint"
  4702. w51.Part0 = p51
  4703. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4704. w51.Part1 = p52
  4705. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4706. w52 = Instance.new("Weld", p52)
  4707. w52.Name = "Joint"
  4708. w52.Part0 = p52
  4709. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4710. w52.Part1 = p3
  4711. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4712. w53 = Instance.new("Weld", p53)
  4713. w53.Name = "Joint"
  4714. w53.Part0 = p53
  4715. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4716. w53.Part1 = p9
  4717. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4718. w54 = Instance.new("Weld", p54)
  4719. w54.Name = "Joint"
  4720. w54.Part0 = p54
  4721. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4722. w54.Part1 = p9
  4723. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4724. w55 = Instance.new("Weld", p55)
  4725. w55.Name = "Joint"
  4726. w55.Part0 = p55
  4727. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4728. w55.Part1 = p8
  4729. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4730. w56 = Instance.new("Weld", p56)
  4731. w56.Name = "Joint"
  4732. w56.Part0 = p56
  4733. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4734. w56.Part1 = p20
  4735. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4736. w57 = Instance.new("Weld", p57)
  4737. w57.Name = "Joint"
  4738. w57.Part0 = p57
  4739. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4740. w57.Part1 = p47
  4741. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4742. w58 = Instance.new("Weld", p58)
  4743. w58.Name = "Joint"
  4744. w58.Part0 = p58
  4745. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4746. w58.Part1 = p3
  4747. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4748. w59 = Instance.new("Weld", p59)
  4749. w59.Name = "Joint"
  4750. w59.Part0 = p59
  4751. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4752. w59.Part1 = p32
  4753. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4754. w60 = Instance.new("Weld", p61)
  4755. w60.Name = "Joint"
  4756. w60.Part0 = p61
  4757. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4758. w60.Part1 = p48
  4759. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4760. w61 = Instance.new("Weld", p62)
  4761. w61.Name = "Joint"
  4762. w61.Part0 = p62
  4763. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4764. w61.Part1 = p10
  4765. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4766. w62 = Instance.new("Weld", p63)
  4767. w62.Name = "Joint"
  4768. w62.Part0 = p63
  4769. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4770. w62.Part1 = p7
  4771. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4772. w63 = Instance.new("Weld", p64)
  4773. w63.Name = "Joint"
  4774. w63.Part0 = p64
  4775. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4776. w63.Part1 = p54
  4777. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4778. w64 = Instance.new("Weld", p65)
  4779. w64.Name = "Joint"
  4780. w64.Part0 = p65
  4781. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4782. w64.Part1 = p13
  4783. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4784. w65 = Instance.new("Weld", p66)
  4785. w65.Name = "Joint"
  4786. w65.Part0 = p66
  4787. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4788. w65.Part1 = p52
  4789. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4790. w66 = Instance.new("Weld", p67)
  4791. w66.Name = "Joint"
  4792. w66.Part0 = p67
  4793. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4794. w66.Part1 = p16
  4795. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4796. w67 = Instance.new("Weld", p68)
  4797. w67.Name = "Joint"
  4798. w67.Part0 = p68
  4799. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4800. w67.Part1 = p11
  4801. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4802. w68 = Instance.new("Weld", p69)
  4803. w68.Name = "Joint"
  4804. w68.Part0 = p69
  4805. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4806. w68.Part1 = p11
  4807. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4808. w69 = Instance.new("Weld", p70)
  4809. w69.Name = "Joint"
  4810. w69.Part0 = p70
  4811. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4812. w69.Part1 = p58
  4813. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4814. w70 = Instance.new("Weld", p71)
  4815. w70.Name = "Joint"
  4816. w70.Part0 = p71
  4817. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4818. w70.Part1 = p54
  4819. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4820. w71 = Instance.new("Weld", p72)
  4821. w71.Name = "Joint"
  4822. w71.Part0 = p72
  4823. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4824. w71.Part1 = p9
  4825. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4826. w72 = Instance.new("Weld", p73)
  4827. w72.Name = "Joint"
  4828. w72.Part0 = p73
  4829. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4830. w72.Part1 = p13
  4831. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4832. w73 = Instance.new("Weld", p74)
  4833. w73.Name = "Joint"
  4834. w73.Part0 = p74
  4835. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4836. w73.Part1 = p10
  4837. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4838. w74 = Instance.new("Weld", p75)
  4839. w74.Name = "Joint"
  4840. w74.Part0 = p75
  4841. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4842. w74.Part1 = p54
  4843. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4844. w75 = Instance.new("Weld", p76)
  4845. w75.Name = "Joint"
  4846. w75.Part0 = p76
  4847. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4848. w75.Part1 = p32
  4849. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4850. w76 = Instance.new("Weld", p77)
  4851. w76.Name = "Joint"
  4852. w76.Part0 = p77
  4853. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4854. w76.Part1 = p15
  4855. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4856. w77 = Instance.new("Weld", p78)
  4857. w77.Name = "Joint"
  4858. w77.Part0 = p78
  4859. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4860. w77.Part1 = p15
  4861. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4862. w78 = Instance.new("Weld", p79)
  4863. w78.Name = "Joint"
  4864. w78.Part0 = p79
  4865. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4866. w78.Part1 = p51
  4867. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4868. w79 = Instance.new("Weld", p80)
  4869. w79.Name = "Joint"
  4870. w79.Part0 = p80
  4871. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4872. w79.Part1 = p12
  4873. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4874. m6.Parent = torso
  4875. m6:MakeJoints()
  4876. ----------------------------------------------------
  4877. local cor6 = Instance.new("Part", torso.Cloak)
  4878. cor6.Name = "Thingy"
  4879. cor6.Locked = true
  4880. cor6.BottomSurface = 0
  4881. cor6.CanCollide = false
  4882. cor6.Size = Vector3.new(1,1,1)
  4883. cor6.Transparency = 1
  4884. cor6.TopSurface = 0
  4885. corw6 = Instance.new("Weld", cor6)
  4886. corw6.Part0 = torso
  4887. corw6.Part1 = cor6
  4888. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4889. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4890. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  4891. weld6.Part0 = cor6
  4892. weld6.Part1 = torso.Cloak.NeckPart
  4893. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4894. --Amulet
  4895. m7 = Instance.new("Model")
  4896. m7.Name = "Amulet"
  4897. p1 = Instance.new("Part", m7)
  4898. p1.BrickColor = BrickColor.new("Lime green")
  4899. p1.Material = Enum.Material.Neon
  4900. p1.Name = "Center"
  4901. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4902. p1.CanCollide = false
  4903. p1.Locked = true
  4904. p1.FormFactor = Enum.FormFactor.Custom
  4905. p1.Shape = Enum.PartType.Cylinder
  4906. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  4907. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4908. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4909. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4910. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4911. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4912. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4913. p2 = Instance.new("Part", m7)
  4914. p2.BrickColor = BrickColor.new("Really black")
  4915. p2.Material = Enum.Material.Metal
  4916. p2.Name = "Bottom"
  4917. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4918. p2.CanCollide = false
  4919. p2.Locked = true
  4920. p2.FormFactor = Enum.FormFactor.Custom
  4921. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  4922. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4923. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4924. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4925. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4926. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4927. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. b1 = Instance.new("SpecialMesh", p2)
  4929. b1.MeshType = Enum.MeshType.Cylinder
  4930. b1.Name = "Mesh"
  4931. p3 = Instance.new("Part", m7)
  4932. p3.BrickColor = BrickColor.new("Really black")
  4933. p3.Material = Enum.Material.Metal
  4934. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4935. p3.CanCollide = false
  4936. p3.Locked = true
  4937. p3.FormFactor = Enum.FormFactor.Custom
  4938. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4939. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4940. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4941. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4942. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4943. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4944. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4945. b2 = Instance.new("SpecialMesh", p3)
  4946. b2.MeshType = Enum.MeshType.Brick
  4947. b2.Name = "Mesh"
  4948. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4949. p4 = Instance.new("Part", m7)
  4950. p4.BrickColor = BrickColor.new("Really black")
  4951. p4.Material = Enum.Material.Metal
  4952. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4953. p4.CanCollide = false
  4954. p4.Locked = true
  4955. p4.FormFactor = Enum.FormFactor.Custom
  4956. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4957. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4958. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4959. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4960. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4961. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4962. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4963. b3 = Instance.new("SpecialMesh", p4)
  4964. b3.MeshType = Enum.MeshType.Brick
  4965. b3.Name = "Mesh"
  4966. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4967. p5 = Instance.new("Part", m7)
  4968. p5.BrickColor = BrickColor.new("Really black")
  4969. p5.Material = Enum.Material.Metal
  4970. 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)
  4971. p5.CanCollide = false
  4972. p5.Locked = true
  4973. p5.FormFactor = Enum.FormFactor.Custom
  4974. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4975. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4976. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4977. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4978. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4979. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4980. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4981. b4 = Instance.new("SpecialMesh", p5)
  4982. b4.MeshType = Enum.MeshType.Brick
  4983. b4.Name = "Mesh"
  4984. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4985. p6 = Instance.new("Part", m7)
  4986. p6.BrickColor = BrickColor.new("Really black")
  4987. p6.Material = Enum.Material.Metal
  4988. 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)
  4989. p6.CanCollide = false
  4990. p6.Locked = true
  4991. p6.FormFactor = Enum.FormFactor.Custom
  4992. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4993. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4994. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4995. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4996. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4997. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4998. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4999. b5 = Instance.new("SpecialMesh", p6)
  5000. b5.MeshType = Enum.MeshType.Brick
  5001. b5.Name = "Mesh"
  5002. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5003. p7 = Instance.new("Part", m7)
  5004. p7.BrickColor = BrickColor.new("Really black")
  5005. p7.Material = Enum.Material.Metal
  5006. 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)
  5007. p7.CanCollide = false
  5008. p7.Locked = true
  5009. p7.FormFactor = Enum.FormFactor.Custom
  5010. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5011. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5012. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5013. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5014. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5015. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5016. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5017. b6 = Instance.new("SpecialMesh", p7)
  5018. b6.MeshType = Enum.MeshType.Brick
  5019. b6.Name = "Mesh"
  5020. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5021. p8 = Instance.new("Part", m7)
  5022. p8.BrickColor = BrickColor.new("Really black")
  5023. p8.Material = Enum.Material.Metal
  5024. 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)
  5025. p8.CanCollide = false
  5026. p8.Locked = true
  5027. p8.FormFactor = Enum.FormFactor.Custom
  5028. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5029. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5030. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5031. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5032. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5033. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5034. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5035. b7 = Instance.new("SpecialMesh", p8)
  5036. b7.MeshType = Enum.MeshType.Brick
  5037. b7.Name = "Mesh"
  5038. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5039. p9 = Instance.new("Part", m7)
  5040. p9.BrickColor = BrickColor.new("Really black")
  5041. p9.Material = Enum.Material.Metal
  5042. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5043. p9.CanCollide = false
  5044. p9.Locked = true
  5045. p9.FormFactor = Enum.FormFactor.Custom
  5046. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5047. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5048. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5050. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5051. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5052. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5053. b8 = Instance.new("SpecialMesh", p9)
  5054. b8.MeshType = Enum.MeshType.Brick
  5055. b8.Name = "Mesh"
  5056. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5057. p10 = Instance.new("Part", m7)
  5058. p10.BrickColor = BrickColor.new("Really black")
  5059. p10.Material = Enum.Material.Metal
  5060. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5061. p10.CanCollide = false
  5062. p10.Locked = true
  5063. p10.FormFactor = Enum.FormFactor.Custom
  5064. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5065. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5066. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5067. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5068. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5069. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5070. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5071. b9 = Instance.new("SpecialMesh", p10)
  5072. b9.MeshType = Enum.MeshType.Brick
  5073. b9.Name = "Mesh"
  5074. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5075. p11 = Instance.new("Part", m7)
  5076. p11.BrickColor = BrickColor.new("Really black")
  5077. p11.Material = Enum.Material.Metal
  5078. 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)
  5079. p11.CanCollide = false
  5080. p11.Locked = true
  5081. p11.FormFactor = Enum.FormFactor.Custom
  5082. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5083. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5084. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5085. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5086. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5087. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. b10 = Instance.new("SpecialMesh", p11)
  5090. b10.MeshType = Enum.MeshType.Brick
  5091. b10.Name = "Mesh"
  5092. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5093. p12 = Instance.new("Part", m7)
  5094. p12.BrickColor = BrickColor.new("Really black")
  5095. p12.Material = Enum.Material.Metal
  5096. 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)
  5097. p12.CanCollide = false
  5098. p12.Locked = true
  5099. p12.FormFactor = Enum.FormFactor.Custom
  5100. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5101. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5102. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5103. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5104. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5105. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5106. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5107. b11 = Instance.new("SpecialMesh", p12)
  5108. b11.MeshType = Enum.MeshType.Brick
  5109. b11.Name = "Mesh"
  5110. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5111. p13 = Instance.new("Part", m7)
  5112. p13.BrickColor = BrickColor.new("Really black")
  5113. p13.Material = Enum.Material.Metal
  5114. 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)
  5115. p13.CanCollide = false
  5116. p13.Locked = true
  5117. p13.FormFactor = Enum.FormFactor.Custom
  5118. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5119. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5120. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5121. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5122. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5123. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5124. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5125. b12 = Instance.new("SpecialMesh", p13)
  5126. b12.MeshType = Enum.MeshType.Brick
  5127. b12.Name = "Mesh"
  5128. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5129. p14 = Instance.new("Part", m7)
  5130. p14.BrickColor = BrickColor.new("Really black")
  5131. p14.Material = Enum.Material.Metal
  5132. 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)
  5133. p14.CanCollide = false
  5134. p14.Locked = true
  5135. p14.FormFactor = Enum.FormFactor.Custom
  5136. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5137. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5138. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5139. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5140. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5141. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5142. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5143. b13 = Instance.new("SpecialMesh", p14)
  5144. b13.MeshType = Enum.MeshType.Brick
  5145. b13.Name = "Mesh"
  5146. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5147. p15 = Instance.new("Part", m7)
  5148. p15.BrickColor = BrickColor.new("Really black")
  5149. p15.Material = Enum.Material.Metal
  5150. p15.Name = "Top"
  5151. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5152. p15.CanCollide = false
  5153. p15.Locked = true
  5154. p15.FormFactor = Enum.FormFactor.Custom
  5155. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5156. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5157. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5158. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5159. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5160. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5161. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5162. b14 = Instance.new("SpecialMesh", p15)
  5163. b14.MeshType = Enum.MeshType.Cylinder
  5164. b14.Name = "Mesh"
  5165. w1 = Instance.new("Weld", p1)
  5166. w1.Name = "Joint"
  5167. w1.Part0 = p1
  5168. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5169. w1.Part1 = p15
  5170. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5171. w2 = Instance.new("Weld", p2)
  5172. w2.Name = "Joint"
  5173. w2.Part0 = p2
  5174. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5175. w2.Part1 = p1
  5176. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5177. w3 = Instance.new("Weld", p3)
  5178. w3.Name = "Joint"
  5179. w3.Part0 = p3
  5180. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5181. w3.Part1 = p1
  5182. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5183. w4 = Instance.new("Weld", p4)
  5184. w4.Name = "Joint"
  5185. w4.Part0 = p4
  5186. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5187. w4.Part1 = p1
  5188. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5189. w5 = Instance.new("Weld", p5)
  5190. w5.Name = "Joint"
  5191. w5.Part0 = p5
  5192. 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)
  5193. w5.Part1 = p1
  5194. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5195. w6 = Instance.new("Weld", p6)
  5196. w6.Name = "Joint"
  5197. w6.Part0 = p6
  5198. 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)
  5199. w6.Part1 = p1
  5200. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5201. w7 = Instance.new("Weld", p7)
  5202. w7.Name = "Joint"
  5203. w7.Part0 = p7
  5204. 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)
  5205. w7.Part1 = p1
  5206. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5207. w8 = Instance.new("Weld", p8)
  5208. w8.Name = "Joint"
  5209. w8.Part0 = p8
  5210. 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)
  5211. w8.Part1 = p1
  5212. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5213. w9 = Instance.new("Weld", p9)
  5214. w9.Name = "Joint"
  5215. w9.Part0 = p9
  5216. 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)
  5217. w9.Part1 = p1
  5218. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5219. w10 = Instance.new("Weld", p10)
  5220. w10.Name = "Joint"
  5221. w10.Part0 = p10
  5222. 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)
  5223. w10.Part1 = p1
  5224. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5225. w11 = Instance.new("Weld", p11)
  5226. w11.Name = "Joint"
  5227. w11.Part0 = p11
  5228. 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)
  5229. w11.Part1 = p1
  5230. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5231. w12 = Instance.new("Weld", p12)
  5232. w12.Name = "Joint"
  5233. w12.Part0 = p12
  5234. 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)
  5235. w12.Part1 = p1
  5236. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5237. w13 = Instance.new("Weld", p13)
  5238. w13.Name = "Joint"
  5239. w13.Part0 = p13
  5240. 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)
  5241. w13.Part1 = p1
  5242. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5243. w14 = Instance.new("Weld", p14)
  5244. w14.Name = "Joint"
  5245. w14.Part0 = p14
  5246. 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)
  5247. w14.Part1 = p1
  5248. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5249. m7.Parent = torso
  5250. m7:MakeJoints()
  5251. ----------------------------------------------------
  5252. local cor7 = Instance.new("Part", torso.Amulet)
  5253. cor7.Name = "Thingy"
  5254. cor7.Locked = true
  5255. cor7.BottomSurface = 0
  5256. cor7.CanCollide = false
  5257. cor7.Size = Vector3.new(1, 1, 1)
  5258. cor7.Transparency = 1
  5259. cor7.TopSurface = 0
  5260. corw7 = Instance.new("Weld", cor7)
  5261. corw7.Part0 = torso.Torso.Connection
  5262. corw7.Part1 = cor7
  5263. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  5264. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  5265. weld7 = Instance.new("Weld", torso.Amulet)
  5266. weld7.Part0 = cor7
  5267. weld7.Part1 = torso.Amulet.Top
  5268. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5269. --Zyrodoxa
  5270. m8 = Instance.new("Model")
  5271. m8.Name = "Zyrodoxa"
  5272. p1 = Instance.new("Part", m8)
  5273. p1.BrickColor = BrickColor.new("Really black")
  5274. p1.Material = Enum.Material.Metal
  5275. p1.Reflectance = 0.40000000596046
  5276. p1.Name = "Block"
  5277. p1.CFrame = CFrame.new(2.70000019e-005, -11.6870832, 1.45529819, 1, -1.44446419e-008, -1.27813706e-008, -1.84925408e-008, -0.906311333, -0.422620147, -5.47969492e-009, 0.422620773, -0.906312048)
  5278. p1.CanCollide = false
  5279. p1.Locked = true
  5280. p1.FormFactor = Enum.FormFactor.Custom
  5281. p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5282. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5283. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5284. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5285. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5286. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5287. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5288. b1 = Instance.new("BlockMesh", p1)
  5289. b1.Name = "Mesh"
  5290. b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5291. p2 = Instance.new("Part", m8)
  5292. p2.BrickColor = BrickColor.new("Black")
  5293. p2.Material = Enum.Material.Metal
  5294. p2.Reflectance = 0.40000000596046
  5295. p2.Name = "Block"
  5296. p2.CFrame = CFrame.new(2.7e-005, -11.9090996, 0.428020298, 1, -1.85014493e-008, -5.47575318e-009, -1.85010585e-008, -1.00000393, -1.49011612e-007, -5.47616175e-009, 4.91738319e-007, -1.00000477)
  5297. p2.CanCollide = false
  5298. p2.Locked = true
  5299. p2.FormFactor = Enum.FormFactor.Custom
  5300. p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5301. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5302. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5303. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5304. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5305. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5306. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5307. b2 = Instance.new("BlockMesh", p2)
  5308. b2.Name = "Mesh"
  5309. b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5310. p3 = Instance.new("Part", m8)
  5311. p3.BrickColor = BrickColor.new("Black")
  5312. p3.Material = Enum.Material.Metal
  5313. p3.Reflectance = 0.40000000596046
  5314. p3.Name = "Block"
  5315. p3.CFrame = CFrame.new(2.7e-005, -11.9091024, 0.959298849, 1, -1.85014493e-008, -5.47575318e-009, -1.85010585e-008, -1.00000393, -1.49011612e-007, -5.47616175e-009, 4.91738319e-007, -1.00000477)
  5316. p3.CanCollide = false
  5317. p3.Locked = true
  5318. p3.FormFactor = Enum.FormFactor.Custom
  5319. p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5320. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5321. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5322. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5323. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5324. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5325. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5326. b3 = Instance.new("BlockMesh", p3)
  5327. b3.Name = "Mesh"
  5328. b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5329. p4 = Instance.new("Part", m8)
  5330. p4.BrickColor = BrickColor.new("Lime green")
  5331. p4.Material = Enum.Material.Metal
  5332. p4.Name = "Block"
  5333. p4.CFrame = CFrame.new(2.69999982e-005, -11.8500671, -1.24697566, 1, -4.30586944e-008, -5.26493444e-008, -5.9326311e-008, -0.173648626, -0.984811544, 3.32618768e-008, 0.984812438, -0.173648432)
  5334. p4.CanCollide = false
  5335. p4.Locked = true
  5336. p4.FormFactor = Enum.FormFactor.Custom
  5337. p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5338. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5339. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5340. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5341. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5342. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5343. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5344. b4 = Instance.new("BlockMesh", p4)
  5345. b4.Name = "Mesh"
  5346. b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5347. p5 = Instance.new("Part", m8)
  5348. p5.BrickColor = BrickColor.new("Lime green")
  5349. p5.Material = Enum.Material.Neon
  5350. p5.Reflectance = 0.40000000596046
  5351. p5.Name = "Block"
  5352. p5.CFrame = CFrame.new(2.69999982e-005, -11.9034386, -0.304960132, 1, -1.92584508e-008, 1.18294885e-009, -1.85012432e-008, -0.939696193, 0.342021227, -5.47556045e-009, -0.342021167, -0.939697087)
  5353. p5.CanCollide = false
  5354. p5.Locked = true
  5355. p5.FormFactor = Enum.FormFactor.Custom
  5356. p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5357. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5358. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5359. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5360. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5361. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5362. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5363. b5 = Instance.new("BlockMesh", p5)
  5364. b5.Name = "Mesh"
  5365. b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
  5366. p6 = Instance.new("Part", m8)
  5367. p6.BrickColor = BrickColor.new("Parsley green")
  5368. p6.Material = Enum.Material.Metal
  5369. p6.Name = "Block"
  5370. p6.CFrame = CFrame.new(2.69999982e-005, -11.8500729, -0.678800821, 1, -4.08902388e-008, -5.95267018e-008, -5.9526478e-008, 1.1920929e-007, -1.0000037, 4.08900789e-008, 1.00000453, 5.36441803e-007)
  5371. p6.CanCollide = false
  5372. p6.Locked = true
  5373. p6.FormFactor = Enum.FormFactor.Custom
  5374. p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5375. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5376. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5377. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5378. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5379. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5380. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5381. b6 = Instance.new("BlockMesh", p6)
  5382. b6.Name = "Mesh"
  5383. b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5384. p7 = Instance.new("Part", m8)
  5385. p7.BrickColor = BrickColor.new("Lime green")
  5386. p7.Material = Enum.Material.Neon
  5387. p7.Reflectance = 0.40000000596046
  5388. p7.Name = "Block"
  5389. p7.CFrame = CFrame.new(2.69999982e-005, -11.957509, 0.917527318, 1, -2.28536976e-008, 8.68393135e-010, -2.22993837e-008, -0.965929389, 0.258820087, -5.07656006e-009, -0.258819878, -0.965930223)
  5390. p7.CanCollide = false
  5391. p7.Locked = true
  5392. p7.FormFactor = Enum.FormFactor.Custom
  5393. p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5394. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5395. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5396. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5397. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5398. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5399. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5400. b7 = Instance.new("BlockMesh", p7)
  5401. b7.Name = "Mesh"
  5402. b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5403. p8 = Instance.new("Part", m8)
  5404. p8.BrickColor = BrickColor.new("Lime green")
  5405. p8.Material = Enum.Material.Neon
  5406. p8.Reflectance = 0.40000000596046
  5407. p8.Name = "Block"
  5408. p8.CFrame = CFrame.new(2.7e-005, -11.8956118, 0.105731606, 1, -1.92584473e-008, 1.1829453e-009, -1.85012521e-008, -0.939696133, 0.342021048, -5.47555823e-009, -0.342020899, -0.939696968)
  5409. p8.CanCollide = false
  5410. p8.Locked = true
  5411. p8.FormFactor = Enum.FormFactor.Custom
  5412. p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5413. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5414. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5415. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5416. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5417. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5418. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5419. b8 = Instance.new("BlockMesh", p8)
  5420. b8.Name = "Mesh"
  5421. b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5422. p9 = Instance.new("Part", m8)
  5423. p9.BrickColor = BrickColor.new("Really black")
  5424. p9.Material = Enum.Material.Metal
  5425. p9.Reflectance = 0.40000000596046
  5426. p9.Name = "Block"
  5427. p9.CFrame = CFrame.new(2.69999982e-005, -11.7615223, 0.959302187, 1, -1.85016091e-008, -5.47516965e-009, -1.85012485e-008, -1.00000358, -1.1920929e-007, -5.47556001e-009, 5.36441803e-007, -1.00000429)
  5428. p9.CanCollide = false
  5429. p9.Locked = true
  5430. p9.FormFactor = Enum.FormFactor.Custom
  5431. p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5432. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5433. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5434. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5435. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5436. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5437. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5438. b9 = Instance.new("BlockMesh", p9)
  5439. b9.Name = "Mesh"
  5440. b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5441. p10 = Instance.new("Part", m8)
  5442. p10.BrickColor = BrickColor.new("Really black")
  5443. p10.Material = Enum.Material.Metal
  5444. p10.Reflectance = 0.40000000596046
  5445. p10.Name = "Block"
  5446. p10.CFrame = CFrame.new(2.69999982e-005, -11.5473213, 1.65489614, 1, -9.20203203e-009, -1.69509313e-008, -1.84925799e-008, -0.707108974, -0.70710963, -5.47968293e-009, 0.707110405, -0.707109272)
  5447. p10.CanCollide = false
  5448. p10.Locked = true
  5449. p10.FormFactor = Enum.FormFactor.Custom
  5450. p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5451. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5452. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5453. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5454. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5455. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5456. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5457. b10 = Instance.new("BlockMesh", p10)
  5458. b10.Name = "Mesh"
  5459. b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5460. p11 = Instance.new("Part", m8)
  5461. p11.BrickColor = BrickColor.new("Black")
  5462. p11.Material = Enum.Material.Metal
  5463. p11.Name = "Circle"
  5464. p11.CFrame = CFrame.new(2.7e-005, -11.6729841, -0.582877517, 1, -3.82200724e-008, -1.58314464e-008, -1.58310698e-008, 1.78813934e-007, -1.00000358, 3.82198735e-008, 1.00000429, 4.17232513e-007)
  5465. p11.CanCollide = false
  5466. p11.Locked = true
  5467. p11.FormFactor = Enum.FormFactor.Custom
  5468. p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
  5469. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5470. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5471. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5472. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5473. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5474. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5475. b11 = Instance.new("CylinderMesh", p11)
  5476. b11.Name = "Mesh"
  5477. b11.Scale = Vector3.new(1, 0.401569068, 1)
  5478. p12 = Instance.new("Part", m8)
  5479. p12.BrickColor = BrickColor.new("Lime green")
  5480. p12.Material = Enum.Material.Neon
  5481. p12.Reflectance = 0.40000000596046
  5482. p12.Name = "Block"
  5483. p12.CFrame = CFrame.new(2.7e-005, -11.8956079, 0.673061967, 1, -1.56491176e-008, -8.14766423e-008, -1.31608857e-008, 0.939695954, -0.342021048, 8.1915303e-008, 0.342021108, 0.939696789)
  5484. p12.CanCollide = false
  5485. p12.Locked = true
  5486. p12.FormFactor = Enum.FormFactor.Custom
  5487. p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5488. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5489. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5490. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5491. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5493. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5494. b12 = Instance.new("BlockMesh", p12)
  5495. b12.Name = "Mesh"
  5496. b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5497. p13 = Instance.new("Part", m8)
  5498. p13.BrickColor = BrickColor.new("Lime green")
  5499. p13.Material = Enum.Material.Metal
  5500. p13.Name = "Block"
  5501. p13.CFrame = CFrame.new(2.7e-005, -11.85007, -1.195328, 1, -4.3058666e-008, -5.26493267e-008, -5.93263003e-008, -0.173648536, -0.984811068, 3.32618555e-008, 0.984811902, -0.173648447)
  5502. p13.CanCollide = false
  5503. p13.Locked = true
  5504. p13.FormFactor = Enum.FormFactor.Custom
  5505. p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5506. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5507. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5508. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5510. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5512. b13 = Instance.new("BlockMesh", p13)
  5513. b13.Name = "Mesh"
  5514. b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5515. p14 = Instance.new("Part", m8)
  5516. p14.BrickColor = BrickColor.new("Black")
  5517. p14.Material = Enum.Material.Metal
  5518. p14.Reflectance = 0.40000000596046
  5519. p14.Name = "Block"
  5520. p14.CFrame = CFrame.new(2.7e-005, -11.6456089, 1.7017076, 1, -9.79658932e-009, -1.66229128e-008, -1.85012112e-008, -0.731357634, -0.681998909, -5.47637935e-009, 0.681999564, -0.731357992)
  5521. p14.CanCollide = false
  5522. p14.Locked = true
  5523. p14.FormFactor = Enum.FormFactor.Custom
  5524. p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
  5525. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5526. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5527. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5528. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5529. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5530. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5531. b14 = Instance.new("BlockMesh", p14)
  5532. b14.Name = "Mesh"
  5533. b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
  5534. p15 = Instance.new("Part", m8)
  5535. p15.BrickColor = BrickColor.new("Really black")
  5536. p15.Material = Enum.Material.Metal
  5537. p15.Reflectance = 0.40000000596046
  5538. p15.Name = "Block"
  5539. p15.CFrame = CFrame.new(2.7e-005, -11.761528, 0.162387252, 1, -1.85015949e-008, -5.47519008e-009, -1.85012503e-008, -1.00000322, -4.47054163e-008, -5.47555512e-009, 3.27827877e-007, -1.00000393)
  5540. p15.CanCollide = false
  5541. p15.Locked = true
  5542. p15.FormFactor = Enum.FormFactor.Custom
  5543. p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5544. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5545. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5546. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5547. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5548. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5549. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5550. b15 = Instance.new("BlockMesh", p15)
  5551. b15.Name = "Mesh"
  5552. b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5553. p16 = Instance.new("Part", m8)
  5554. p16.BrickColor = BrickColor.new("Really black")
  5555. p16.Material = Enum.Material.Metal
  5556. p16.Name = "Handle"
  5557. p16.CFrame = CFrame.new(2.7e-005, -11.8500671, -1.1215378, 1, -4.08902174e-008, -5.95266769e-008, -5.95264673e-008, 4.47054163e-008, -1.00000322, 4.08900469e-008, 1.00000393, 3.27827877e-007)
  5558. p16.CanCollide = false
  5559. p16.Locked = true
  5560. p16.FormFactor = Enum.FormFactor.Custom
  5561. p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
  5562. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5563. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5564. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5565. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5566. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5567. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5568. b16 = Instance.new("BlockMesh", p16)
  5569. b16.Name = "Mesh"
  5570. b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
  5571. p17 = Instance.new("Part", m8)
  5572. p17.BrickColor = BrickColor.new("Lime green")
  5573. p17.Material = Enum.Material.Neon
  5574. p17.Reflectance = 0.40000000596046
  5575. p17.Name = "Block"
  5576. p17.CFrame = CFrame.new(2.7e-005, -11.9214983, 1.1695174, 1, -3.32851862e-008, -1.92677874e-009, -3.32848948e-008, -1.00000322, 5.51342964e-007, -1.92714822e-009, -2.68220901e-007, -1.00000393)
  5577. p17.CanCollide = false
  5578. p17.Locked = true
  5579. p17.FormFactor = Enum.FormFactor.Custom
  5580. p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5581. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5582. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5583. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5584. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5585. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5586. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5587. b17 = Instance.new("BlockMesh", p17)
  5588. b17.Name = "Mesh"
  5589. b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5590. p18 = Instance.new("Part", m8)
  5591. p18.BrickColor = BrickColor.new("Really black")
  5592. p18.Material = Enum.Material.Metal
  5593. p18.Name = "Block"
  5594. p18.CFrame = CFrame.new(2.70000019e-005, -11.9708652, -1.76740301, 1, -9.71849161e-008, 2.00753263e-007, -1.30568921e-007, -0.984810889, 0.173648641, 1.80827797e-007, -0.173648477, -0.984811544)
  5595. p18.CanCollide = false
  5596. p18.Locked = true
  5597. p18.FormFactor = Enum.FormFactor.Custom
  5598. p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5599. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5600. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5601. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5602. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5603. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5604. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5605. b18 = Instance.new("BlockMesh", p18)
  5606. b18.Name = "Mesh"
  5607. b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5608. p19 = Instance.new("Part", m8)
  5609. p19.BrickColor = BrickColor.new("Black")
  5610. p19.Material = Enum.Material.Metal
  5611. p19.Reflectance = 0.40000000596046
  5612. p19.Name = "Block"
  5613. p19.CFrame = CFrame.new(2.7e-005, -11.9090967, -0.10325551, 1, -1.85013889e-008, -5.47580603e-009, -1.85010975e-008, -1.0000031, -5.21540642e-008, -5.47609691e-009, 3.20374966e-007, -1.0000037)
  5614. p19.CanCollide = false
  5615. p19.Locked = true
  5616. p19.FormFactor = Enum.FormFactor.Custom
  5617. p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5618. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5619. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5620. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5621. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5622. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5623. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5624. b19 = Instance.new("BlockMesh", p19)
  5625. b19.Name = "Mesh"
  5626. b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5627. p20 = Instance.new("Part", m8)
  5628. p20.BrickColor = BrickColor.new("Lime green")
  5629. p20.Material = Enum.Material.Metal
  5630. p20.Name = "Block"
  5631. p20.CFrame = CFrame.new(2.69999982e-005, -11.8500719, -0.937063575, 1, -4.21245474e-008, -5.61353133e-008, -5.9592935e-008, -0.0871559381, -0.996197701, 3.70716151e-008, 0.996198356, -0.0871557295)
  5632. p20.CanCollide = false
  5633. p20.Locked = true
  5634. p20.FormFactor = Enum.FormFactor.Custom
  5635. p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5636. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5637. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5638. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5639. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5640. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5641. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5642. b20 = Instance.new("BlockMesh", p20)
  5643. b20.Name = "Mesh"
  5644. b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5645. p21 = Instance.new("Part", m8)
  5646. p21.BrickColor = BrickColor.new("Really black")
  5647. p21.Material = Enum.Material.Metal
  5648. p21.Name = "Block"
  5649. p21.CFrame = CFrame.new(2.69999982e-005, -11.7520199, -1.68255222, 1, 1.93163316e-008, -6.95866973e-008, -5.9526478e-008, 0.766046822, -0.642789543, 4.08900966e-008, 0.642789721, 0.766047418)
  5650. p21.CanCollide = false
  5651. p21.Locked = true
  5652. p21.FormFactor = Enum.FormFactor.Custom
  5653. p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5654. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5655. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5656. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5657. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5658. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5659. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5660. b21 = Instance.new("BlockMesh", p21)
  5661. b21.Name = "Mesh"
  5662. b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5663. p22 = Instance.new("Part", m8)
  5664. p22.BrickColor = BrickColor.new("Really black")
  5665. p22.Material = Enum.Material.Metal
  5666. p22.Reflectance = 0.40000000596046
  5667. p22.Name = "Block"
  5668. p22.CFrame = CFrame.new(2.69999964e-005, -11.7615223, -0.368889451, 1, -1.85015665e-008, -5.4752185e-009, -1.85012787e-008, -1.0000031, -5.96046448e-008, -5.47550449e-009, 3.87430191e-007, -1.0000037)
  5669. p22.CanCollide = false
  5670. p22.Locked = true
  5671. p22.FormFactor = Enum.FormFactor.Custom
  5672. p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5673. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5674. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5675. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5676. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5677. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5678. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5679. b22 = Instance.new("BlockMesh", p22)
  5680. b22.Name = "Mesh"
  5681. b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5682. p23 = Instance.new("Part", m8)
  5683. p23.BrickColor = BrickColor.new("Lime green")
  5684. p23.Material = Enum.Material.Marble
  5685. p23.Name = "Block"
  5686. p23.CFrame = CFrame.new(2.69999964e-005, -11.85007, -0.641908407, 1, -4.0890189e-008, -5.95266485e-008, -5.95264922e-008, 5.96046448e-008, -1.0000031, 4.08900895e-008, 1.0000037, 3.87430191e-007)
  5687. p23.CanCollide = false
  5688. p23.Locked = true
  5689. p23.FormFactor = Enum.FormFactor.Custom
  5690. p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
  5691. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5692. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5693. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5694. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5695. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5696. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5697. b23 = Instance.new("BlockMesh", p23)
  5698. b23.Name = "Mesh"
  5699. b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
  5700. p24 = Instance.new("Part", m8)
  5701. p24.BrickColor = BrickColor.new("Really black")
  5702. p24.Material = Enum.Material.Metal
  5703. p24.Name = "Block"
  5704. p24.CFrame = CFrame.new(2.69999964e-005, -11.948123, -1.6825552, 1, -7.18838464e-008, -6.93700386e-009, -5.95250889e-008, -0.766046762, -0.642789662, 4.08918908e-008, 0.642790258, -0.766046941)
  5705. p24.CanCollide = false
  5706. p24.Locked = true
  5707. p24.FormFactor = Enum.FormFactor.Custom
  5708. p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5709. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5711. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5712. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5713. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5714. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5715. b24 = Instance.new("BlockMesh", p24)
  5716. b24.Name = "Mesh"
  5717. b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5718. p25 = Instance.new("Part", m8)
  5719. p25.BrickColor = BrickColor.new("Lime green")
  5720. p25.Material = Enum.Material.Marble
  5721. p25.Name = "Block"
  5722. p25.CFrame = CFrame.new(2.69999964e-005, -11.8500681, -1.59377992, 1, -4.08901926e-008, -5.95266414e-008, -5.95264957e-008, 5.96046448e-008, -1.0000031, 4.0890086e-008, 1.00000358, 3.57627869e-007)
  5723. p25.CanCollide = false
  5724. p25.Locked = true
  5725. p25.FormFactor = Enum.FormFactor.Custom
  5726. p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5727. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5728. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5729. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5730. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5731. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5732. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5733. b25 = Instance.new("BlockMesh", p25)
  5734. b25.Name = "Mesh"
  5735. b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5736. p26 = Instance.new("Part", m8)
  5737. p26.BrickColor = BrickColor.new("Really black")
  5738. p26.Material = Enum.Material.Metal
  5739. p26.Reflectance = 0.40000000596046
  5740. p26.Name = "Block"
  5741. p26.CFrame = CFrame.new(2.69999982e-005, -11.7615213, 0.428021312, 1, -1.85015523e-008, -5.47521495e-009, -1.85012912e-008, -1.0000031, -5.96046448e-008, -5.47550272e-009, 3.57627869e-007, -1.00000358)
  5742. p26.CanCollide = false
  5743. p26.Locked = true
  5744. p26.FormFactor = Enum.FormFactor.Custom
  5745. p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5746. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5747. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5748. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5749. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5750. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5751. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5752. b26 = Instance.new("BlockMesh", p26)
  5753. b26.Name = "Mesh"
  5754. b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5755. p27 = Instance.new("Part", m8)
  5756. p27.BrickColor = BrickColor.new("Lime green")
  5757. p27.Material = Enum.Material.Metal
  5758. p27.Name = "Block"
  5759. p27.CFrame = CFrame.new(2.69999982e-005, -11.850069, -0.782109976, 1, -4.36853398e-008, -4.90951173e-008, -5.8728709e-008, -0.258819818, -0.965928853, 2.94898914e-008, 0.965929329, -0.25881961)
  5760. p27.CanCollide = false
  5761. p27.Locked = true
  5762. p27.FormFactor = Enum.FormFactor.Custom
  5763. p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5764. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5765. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5766. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5767. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5768. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5769. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5770. b27 = Instance.new("BlockMesh", p27)
  5771. b27.Name = "Mesh"
  5772. b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5773. p28 = Instance.new("Part", m8)
  5774. p28.BrickColor = BrickColor.new("Really black")
  5775. p28.Material = Enum.Material.SmoothPlastic
  5776. p28.Reflectance = 0.0099999997764826
  5777. p28.Name = "Circle"
  5778. p28.CFrame = CFrame.new(2.69999964e-005, -11.7615204, -0.52384901, 1, -3.82200298e-008, -1.58313824e-008, -1.58311213e-008, 5.96046448e-008, -1.0000031, 3.82198913e-008, 1.00000346, 3.57627869e-007)
  5779. p28.CanCollide = false
  5780. p28.Locked = true
  5781. p28.FormFactor = Enum.FormFactor.Custom
  5782. p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5783. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5784. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5785. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5786. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5787. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5788. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5789. b28 = Instance.new("CylinderMesh", p28)
  5790. b28.Name = "Mesh"
  5791. b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  5792. p29 = Instance.new("Part", m8)
  5793. p29.BrickColor = BrickColor.new("Black")
  5794. p29.Material = Enum.Material.Metal
  5795. p29.Reflectance = 0.40000000596046
  5796. p29.Name = "Block"
  5797. p29.CFrame = CFrame.new(2.69999964e-005, -11.8228655, 1.48447084, 1, -1.48910964e-008, -1.22697976e-008, -1.85012574e-008, -0.920508504, -0.390730202, -5.47632872e-009, 0.39073059, -0.920508862)
  5798. p29.CanCollide = false
  5799. p29.Locked = true
  5800. p29.FormFactor = Enum.FormFactor.Custom
  5801. p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
  5802. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5803. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5804. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5805. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5806. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5807. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. b29 = Instance.new("BlockMesh", p29)
  5809. b29.Name = "Mesh"
  5810. b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
  5811. p30 = Instance.new("Part", m8)
  5812. p30.BrickColor = BrickColor.new("Lime green")
  5813. p30.Material = Enum.Material.Metal
  5814. p30.Name = "Block"
  5815. p30.CFrame = CFrame.new(2.69999928e-005, -11.850069, -1.35027885, 1, -4.36853398e-008, -4.90951102e-008, -5.87287019e-008, -0.25881964, -0.965928614, 2.94898825e-008, 0.96592921, -0.258819699)
  5816. p30.CanCollide = false
  5817. p30.Locked = true
  5818. p30.FormFactor = Enum.FormFactor.Custom
  5819. p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5820. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5821. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5822. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5823. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5824. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5825. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5826. b30 = Instance.new("BlockMesh", p30)
  5827. b30.Name = "Mesh"
  5828. b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5829. p31 = Instance.new("Part", m8)
  5830. p31.BrickColor = BrickColor.new("Lime green")
  5831. p31.Material = Enum.Material.Neon
  5832. p31.Reflectance = 0.40000000596046
  5833. p31.Name = "Block"
  5834. p31.CFrame = CFrame.new(2.69999928e-005, -11.8927851, 0.869306803, -1, -7.71367752e-008, 3.05927976e-008, 7.41768247e-008, -0.996197402, -0.0871561319, 3.71997153e-008, -0.0871560946, 0.996197999)
  5835. p31.CanCollide = false
  5836. p31.Locked = true
  5837. p31.FormFactor = Enum.FormFactor.Custom
  5838. p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5839. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5840. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5841. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5842. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5843. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5844. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5845. b31 = Instance.new("BlockMesh", p31)
  5846. b31.Name = "Mesh"
  5847. b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
  5848. p32 = Instance.new("Part", m8)
  5849. p32.BrickColor = BrickColor.new("Lime green")
  5850. p32.Material = Enum.Material.Metal
  5851. p32.Name = "Block"
  5852. p32.CFrame = CFrame.new(2.6999991e-005, -11.850071, -1.29862738, 1, -3.936497e-008, -6.27974615e-008, -5.91275011e-008, 0.0871559605, -0.996197343, 4.46881891e-008, 0.996197939, 0.0871561021)
  5853. p32.CanCollide = false
  5854. p32.Locked = true
  5855. p32.FormFactor = Enum.FormFactor.Custom
  5856. p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5857. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5858. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5859. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5860. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5861. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5862. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5863. b32 = Instance.new("BlockMesh", p32)
  5864. b32.Name = "Mesh"
  5865. b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5866. p33 = Instance.new("Part", m8)
  5867. p33.BrickColor = BrickColor.new("Really black")
  5868. p33.Material = Enum.Material.Metal
  5869. p33.Reflectance = 0.40000000596046
  5870. p33.Name = "Block"
  5871. p33.CFrame = CFrame.new(2.69999928e-005, -11.7615213, 0.693662167, 1, -1.8501531e-008, -5.47520784e-009, -1.85013107e-008, -1.00000262, -1.49011612e-007, -5.47550894e-009, 2.38418579e-007, -1.00000322)
  5872. p33.CanCollide = false
  5873. p33.Locked = true
  5874. p33.FormFactor = Enum.FormFactor.Custom
  5875. p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5876. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5877. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5878. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5879. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5880. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5881. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5882. b33 = Instance.new("BlockMesh", p33)
  5883. b33.Name = "Mesh"
  5884. b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5885. p34 = Instance.new("Part", m8)
  5886. p34.BrickColor = BrickColor.new("Lime green")
  5887. p34.Material = Enum.Material.Metal
  5888. p34.Name = "Block"
  5889. p34.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.988716245, 1, -4.08901997e-008, -5.9526613e-008, -5.95264993e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
  5890. p34.CanCollide = false
  5891. p34.Locked = true
  5892. p34.FormFactor = Enum.FormFactor.Custom
  5893. p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5894. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5895. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5896. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5897. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5898. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5899. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5900. b34 = Instance.new("BlockMesh", p34)
  5901. b34.Name = "Mesh"
  5902. b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5903. p35 = Instance.new("Part", m8)
  5904. p35.BrickColor = BrickColor.new("Lime green")
  5905. p35.Material = Enum.Material.Metal
  5906. p35.Name = "Block"
  5907. p35.CFrame = CFrame.new(2.69999928e-005, -11.8500662, -1.50523794, 1, -4.08901997e-008, -5.95266094e-008, -5.95265028e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
  5908. p35.CanCollide = false
  5909. p35.Locked = true
  5910. p35.FormFactor = Enum.FormFactor.Custom
  5911. p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5912. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5913. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5914. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5915. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5916. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5917. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5918. b35 = Instance.new("BlockMesh", p35)
  5919. b35.Name = "Mesh"
  5920. b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5921. p36 = Instance.new("Part", m8)
  5922. p36.BrickColor = BrickColor.new("Lime green")
  5923. p36.Material = Enum.Material.Metal
  5924. p36.Name = "Block"
  5925. p36.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.86679816, 1, -1.85015203e-008, -5.47520784e-009, -1.85013214e-008, -1.00000262, -1.49011612e-007, -5.47550938e-009, 2.38418579e-007, -1.00000322)
  5926. p36.CanCollide = false
  5927. p36.Locked = true
  5928. p36.FormFactor = Enum.FormFactor.Custom
  5929. p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5930. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5931. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5932. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5933. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5934. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5935. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5936. b36 = Instance.new("BlockMesh", p36)
  5937. b36.Name = "Mesh"
  5938. b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
  5939. p37 = Instance.new("Part", m8)
  5940. p37.BrickColor = BrickColor.new("Lime green")
  5941. p37.Material = Enum.Material.Marble
  5942. p37.Name = "Circle"
  5943. p37.CFrame = CFrame.new(2.6999991e-005, -11.7319965, -0.523848772, 1, -3.82200369e-008, -1.58313576e-008, -1.58311444e-008, 1.49011612e-007, -1.00000262, 3.8219877e-008, 1.00000322, 2.38418579e-007)
  5944. p37.CanCollide = false
  5945. p37.Locked = true
  5946. p37.FormFactor = Enum.FormFactor.Custom
  5947. p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5948. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5949. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5950. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5951. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5952. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5953. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5954. b37 = Instance.new("CylinderMesh", p37)
  5955. b37.Name = "Mesh"
  5956. b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
  5957. p38 = Instance.new("Part", m8)
  5958. p38.BrickColor = BrickColor.new("Really black")
  5959. p38.Material = Enum.Material.Metal
  5960. p38.Name = "Block"
  5961. p38.CFrame = CFrame.new(2.69999928e-005, -11.8021069, -1.64543033, 1, -4.08901997e-008, -5.95266023e-008, -5.95265099e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
  5962. p38.CanCollide = false
  5963. p38.Locked = true
  5964. p38.FormFactor = Enum.FormFactor.Custom
  5965. p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5966. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5967. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5968. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5969. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5970. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5971. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5972. b38 = Instance.new("BlockMesh", p38)
  5973. b38.Name = "Mesh"
  5974. b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
  5975. p39 = Instance.new("Part", m8)
  5976. p39.BrickColor = BrickColor.new("Really black")
  5977. p39.Material = Enum.Material.Metal
  5978. p39.Name = "Block"
  5979. p39.CFrame = CFrame.new(2.6999991e-005, -11.8980207, -1.64543033, 1, -4.08901997e-008, -5.95265988e-008, -5.95265135e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
  5980. p39.CanCollide = false
  5981. p39.Locked = true
  5982. p39.FormFactor = Enum.FormFactor.Custom
  5983. p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5984. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5985. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5986. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5987. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5988. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5989. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5990. b39 = Instance.new("BlockMesh", p39)
  5991. b39.Name = "Mesh"
  5992. b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
  5993. p40 = Instance.new("Part", m8)
  5994. p40.BrickColor = BrickColor.new("Really black")
  5995. p40.Material = Enum.Material.Metal
  5996. p40.Name = "Block"
  5997. p40.CFrame = CFrame.new(2.6999991e-005, -11.9044991, -1.84857893, 1, 2.62652719e-007, 4.66475456e-007, -2.72653665e-007, -0.500001431, 0.866027534, 4.6070295e-007, -0.866027951, -0.500001788)
  5998. p40.CanCollide = false
  5999. p40.Locked = true
  6000. p40.FormFactor = Enum.FormFactor.Custom
  6001. p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6002. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6003. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6004. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6005. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6006. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6007. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6008. b40 = Instance.new("BlockMesh", p40)
  6009. b40.Name = "Mesh"
  6010. b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6011. p41 = Instance.new("Part", m8)
  6012. p41.BrickColor = BrickColor.new("Lime green")
  6013. p41.Material = Enum.Material.Neon
  6014. p41.Reflectance = 0.40000000596046
  6015. p41.Name = "Block"
  6016. p41.CFrame = CFrame.new(2.6999991e-005, -11.8956079, 0.422182083, 1, -1.56492277e-008, -8.1476486e-008, -1.31610101e-008, 0.939694941, -0.34202069, 8.19153172e-008, 0.34202072, 0.939695537)
  6017. p41.CanCollide = false
  6018. p41.Locked = true
  6019. p41.FormFactor = Enum.FormFactor.Custom
  6020. p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6021. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6022. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6023. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6024. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6025. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6026. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6027. b41 = Instance.new("BlockMesh", p41)
  6028. b41.Name = "Mesh"
  6029. b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6030. p42 = Instance.new("Part", m8)
  6031. p42.BrickColor = BrickColor.new("Earth green")
  6032. p42.Material = Enum.Material.Metal
  6033. p42.Name = "Block"
  6034. p42.CFrame = CFrame.new(2.69999928e-005, -11.85007, -0.664048076, 1, -4.0890118e-008, -5.95265348e-008, -5.95265384e-008, 1.49011612e-007, -1.00000226, 4.08901286e-008, 1.00000286, 3.42726707e-007)
  6035. p42.CanCollide = false
  6036. p42.Locked = true
  6037. p42.FormFactor = Enum.FormFactor.Custom
  6038. p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6039. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6040. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6041. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6042. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6043. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6044. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6045. b42 = Instance.new("BlockMesh", p42)
  6046. b42.Name = "Mesh"
  6047. b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  6048. p43 = Instance.new("Part", m8)
  6049. p43.BrickColor = BrickColor.new("Really black")
  6050. p43.Material = Enum.Material.Metal
  6051. p43.Name = "Block"
  6052. p43.CFrame = CFrame.new(2.69999964e-005, -11.7292862, -1.76739728, 1, 6.57225172e-008, -2.99325187e-008, -5.95263288e-008, 0.984809816, 0.173648655, 4.08903809e-008, -0.173648939, 0.984810352)
  6053. p43.CanCollide = false
  6054. p43.Locked = true
  6055. p43.FormFactor = Enum.FormFactor.Custom
  6056. p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6057. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6058. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6059. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6060. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6061. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6062. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6063. b43 = Instance.new("BlockMesh", p43)
  6064. b43.Name = "Mesh"
  6065. b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  6066. p44 = Instance.new("Part", m8)
  6067. p44.BrickColor = BrickColor.new("Lime green")
  6068. p44.Material = Enum.Material.Marble
  6069. p44.Name = "Circle"
  6070. p44.CFrame = CFrame.new(2.69999946e-005, -11.968133, -0.641907811, 1, -3.82199516e-008, -1.58312723e-008, -1.58311995e-008, 1.49011612e-007, -1.00000203, 3.8219941e-008, 1.00000262, 3.27825546e-007)
  6071. p44.CanCollide = false
  6072. p44.Locked = true
  6073. p44.FormFactor = Enum.FormFactor.Custom
  6074. p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6075. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6076. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6077. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6078. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6079. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6080. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6081. b44 = Instance.new("CylinderMesh", p44)
  6082. b44.Name = "Mesh"
  6083. b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
  6084. p45 = Instance.new("Part", m8)
  6085. p45.BrickColor = BrickColor.new("Lime green")
  6086. p45.Material = Enum.Material.Neon
  6087. p45.Reflectance = 0.40000000596046
  6088. p45.Name = "Block"
  6089. p45.CFrame = CFrame.new(2.69999964e-005, -11.8956099, -0.0648244023, 1, -1.56492419e-008, -8.14764718e-008, -1.31610207e-008, 0.939694583, -0.342020601, 8.19152959e-008, 0.342020601, 0.93969512)
  6090. p45.CanCollide = false
  6091. p45.Locked = true
  6092. p45.FormFactor = Enum.FormFactor.Custom
  6093. p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6094. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6095. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6096. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6097. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6098. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6099. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6100. b45 = Instance.new("BlockMesh", p45)
  6101. b45.Name = "Mesh"
  6102. b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6103. p46 = Instance.new("Part", m8)
  6104. p46.BrickColor = BrickColor.new("Black")
  6105. p46.Material = Enum.Material.Metal
  6106. p46.Name = "Block"
  6107. p46.CFrame = CFrame.new(2.69999946e-005, -11.8500729, -0.582874656, 1, -4.08901037e-008, -5.95265135e-008, -5.95265313e-008, 1.34110451e-007, -1.00000191, 4.08901215e-008, 1.00000238, 2.83122063e-007)
  6108. p46.CanCollide = false
  6109. p46.Locked = true
  6110. p46.FormFactor = Enum.FormFactor.Custom
  6111. p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
  6112. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6113. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6114. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6115. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6116. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6117. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6118. b46 = Instance.new("BlockMesh", p46)
  6119. b46.Name = "Mesh"
  6120. b46.Scale = Vector3.new(1, 0.401569068, 1)
  6121. p47 = Instance.new("Part", m8)
  6122. p47.BrickColor = BrickColor.new("Earth green")
  6123. p47.Material = Enum.Material.Metal
  6124. p47.Name = "Block"
  6125. p47.CFrame = CFrame.new(2.69999946e-005, -11.850071, -1.56426501, 1, -4.08901037e-008, -5.95265099e-008, -5.95265348e-008, 1.34110451e-007, -1.00000191, 4.08901215e-008, 1.00000238, 2.83122063e-007)
  6126. p47.CanCollide = false
  6127. p47.Locked = true
  6128. p47.FormFactor = Enum.FormFactor.Custom
  6129. p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6130. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6131. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6132. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6133. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6134. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6135. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6136. b47 = Instance.new("BlockMesh", p47)
  6137. b47.Name = "Mesh"
  6138. b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  6139. p48 = Instance.new("Part", m8)
  6140. p48.BrickColor = BrickColor.new("Lime green")
  6141. p48.Material = Enum.Material.Metal
  6142. p48.Name = "Block"
  6143. p48.CFrame = CFrame.new(2.69999964e-005, -11.8500748, -1.04036665, 1, -3.75603939e-008, -6.5922805e-008, -5.83990385e-008, 0.173648417, -0.984809697, 4.84371583e-008, 0.984810054, 0.173648626)
  6144. p48.CanCollide = false
  6145. p48.Locked = true
  6146. p48.FormFactor = Enum.FormFactor.Custom
  6147. p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6148. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6149. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6150. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6151. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6152. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6153. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6154. b48 = Instance.new("BlockMesh", p48)
  6155. b48.Name = "Mesh"
  6156. b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6157. p49 = Instance.new("Part", m8)
  6158. p49.BrickColor = BrickColor.new("Lime green")
  6159. p49.Material = Enum.Material.Metal
  6160. p49.Name = "Block"
  6161. p49.CFrame = CFrame.new(2.69999928e-005, -11.8500729, -0.730450988, 1, -3.7560401e-008, -6.59227979e-008, -5.83990456e-008, 0.173648179, -0.984809756, 4.84371476e-008, 0.984810114, 0.173648387)
  6162. p49.CanCollide = false
  6163. p49.Locked = true
  6164. p49.FormFactor = Enum.FormFactor.Custom
  6165. p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6166. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6167. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6168. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6169. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6170. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6171. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6172. b49 = Instance.new("BlockMesh", p49)
  6173. b49.Name = "Mesh"
  6174. b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6175. p50 = Instance.new("Part", m8)
  6176. p50.BrickColor = BrickColor.new("Black")
  6177. p50.Material = Enum.Material.Metal
  6178. p50.Reflectance = 0.40000000596046
  6179. p50.Name = "Block"
  6180. p50.CFrame = CFrame.new(2.69999928e-005, -11.9042749, 1.22774267, 1, -1.79535924e-008, -7.06764602e-009, -1.85012361e-008, -0.996196568, -0.0871560201, -5.47609824e-009, 0.0871561989, -0.996196926)
  6181. p50.CanCollide = false
  6182. p50.Locked = true
  6183. p50.FormFactor = Enum.FormFactor.Custom
  6184. p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
  6185. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6186. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6187. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6188. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6189. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6190. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6191. b50 = Instance.new("BlockMesh", p50)
  6192. b50.Name = "Mesh"
  6193. b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
  6194. p51 = Instance.new("Part", m8)
  6195. p51.BrickColor = BrickColor.new("Lime green")
  6196. p51.Material = Enum.Material.Metal
  6197. p51.Name = "Block"
  6198. p51.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.40193033, 1, -3.93648811e-008, -6.27973264e-008, -5.91275438e-008, 0.0871558785, -0.996196568, 4.46882424e-008, 0.996196926, 0.0871560574)
  6199. p51.CanCollide = false
  6200. p51.Locked = true
  6201. p51.FormFactor = Enum.FormFactor.Custom
  6202. p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6203. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6204. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6205. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6206. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6207. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6208. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6209. b51 = Instance.new("BlockMesh", p51)
  6210. b51.Name = "Mesh"
  6211. b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6212. p52 = Instance.new("Part", m8)
  6213. p52.BrickColor = BrickColor.new("Lime green")
  6214. p52.Material = Enum.Material.Metal
  6215. p52.Name = "Block"
  6216. p52.CFrame = CFrame.new(2.69999928e-005, -11.850071, -1.09201384, 1, -4.21244408e-008, -5.61351641e-008, -5.95929883e-008, -0.0871557593, -0.996196628, 3.70716471e-008, 0.996196985, -0.0871556401)
  6217. p52.CanCollide = false
  6218. p52.Locked = true
  6219. p52.FormFactor = Enum.FormFactor.Custom
  6220. p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6221. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6222. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6223. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6224. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6225. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6226. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6227. b52 = Instance.new("BlockMesh", p52)
  6228. b52.Name = "Mesh"
  6229. b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6230. p53 = Instance.new("Part", m8)
  6231. p53.BrickColor = BrickColor.new("Really black")
  6232. p53.Material = Enum.Material.Metal
  6233. p53.Name = "Block"
  6234. p53.CFrame = CFrame.new(2.69999928e-005, -11.7956429, -1.84857762, 1, 6.51748948e-008, 3.11061044e-008, -5.95261795e-008, 0.500001013, 0.866027117, 4.08900611e-008, -0.866027415, 0.500001013)
  6235. p53.CanCollide = false
  6236. p53.Locked = true
  6237. p53.FormFactor = Enum.FormFactor.Custom
  6238. p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6239. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6240. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6241. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6242. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6243. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6244. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6245. b53 = Instance.new("BlockMesh", p53)
  6246. b53.Name = "Mesh"
  6247. b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6248. p54 = Instance.new("Part", m8)
  6249. p54.BrickColor = BrickColor.new("Really black")
  6250. p54.Material = Enum.Material.SmoothPlastic
  6251. p54.Reflectance = 0.0099999997764826
  6252. p54.Name = "Circle"
  6253. p54.CFrame = CFrame.new(2.69999928e-005, -11.9386101, -0.523846626, 1, -3.82199445e-008, -1.58312456e-008, -1.58311995e-008, 1.04308441e-007, -1.00000203, 3.82199303e-008, 1.00000226, 2.75671823e-007)
  6254. p54.CanCollide = false
  6255. p54.Locked = true
  6256. p54.FormFactor = Enum.FormFactor.Custom
  6257. p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6258. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6259. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6260. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6261. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6262. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6263. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6264. b54 = Instance.new("CylinderMesh", p54)
  6265. b54.Name = "Mesh"
  6266. b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  6267. p55 = Instance.new("Part", m8)
  6268. p55.BrickColor = BrickColor.new("Really black")
  6269. p55.Material = Enum.Material.Metal
  6270. p55.Reflectance = 0.40000000596046
  6271. p55.Name = "Block"
  6272. p55.CFrame = CFrame.new(2.69999928e-005, -11.7615232, -0.103249788, 1, -1.85014084e-008, -5.47530199e-009, -1.85013729e-008, -1.00000203, -1.04308441e-007, -5.47541257e-009, 2.75671823e-007, -1.00000226)
  6273. p55.CanCollide = false
  6274. p55.Locked = true
  6275. p55.FormFactor = Enum.FormFactor.Custom
  6276. p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6277. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6278. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6279. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6280. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6281. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6282. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6283. b55 = Instance.new("BlockMesh", p55)
  6284. b55.Name = "Mesh"
  6285. b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  6286. p56 = Instance.new("Part", m8)
  6287. p56.BrickColor = BrickColor.new("Black")
  6288. p56.Material = Enum.Material.Metal
  6289. p56.Reflectance = 0.40000000596046
  6290. p56.Name = "Block"
  6291. p56.CFrame = CFrame.new(2.69999928e-005, -11.9091034, -0.368891358, 1, -1.8501229e-008, -5.47589352e-009, -1.85011935e-008, -1.00000203, -1.04308441e-007, -5.47600409e-009, 2.75671823e-007, -1.00000226)
  6292. p56.CanCollide = false
  6293. p56.Locked = true
  6294. p56.FormFactor = Enum.FormFactor.Custom
  6295. p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6296. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6297. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6298. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6299. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6300. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6301. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6302. b56 = Instance.new("BlockMesh", p56)
  6303. b56.Name = "Mesh"
  6304. b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6305. p57 = Instance.new("Part", m8)
  6306. p57.BrickColor = BrickColor.new("Black")
  6307. p57.Material = Enum.Material.Metal
  6308. p57.Reflectance = 0.40000000596046
  6309. p57.Name = "Block"
  6310. p57.CFrame = CFrame.new(2.69999928e-005, -11.9091005, 0.693658948, 1, -1.8501229e-008, -5.47589352e-009, -1.85011935e-008, -1.00000203, -1.04308441e-007, -5.47600409e-009, 2.75671823e-007, -1.00000226)
  6311. p57.CanCollide = false
  6312. p57.Locked = true
  6313. p57.FormFactor = Enum.FormFactor.Custom
  6314. p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6315. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6316. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6317. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6318. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6319. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6320. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6321. b57 = Instance.new("BlockMesh", p57)
  6322. b57.Name = "Mesh"
  6323. b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6324. p58 = Instance.new("Part", m8)
  6325. p58.BrickColor = BrickColor.new("Lime green")
  6326. p58.Material = Enum.Material.Marble
  6327. p58.Name = "Block"
  6328. p58.CFrame = CFrame.new(2.69999928e-005, -11.850071, -0.523846745, 1, -4.08901073e-008, -5.95264922e-008, -5.95265384e-008, 1.04308441e-007, -1.00000203, 4.08901144e-008, 1.00000226, 2.75671823e-007)
  6329. p58.CanCollide = false
  6330. p58.Locked = true
  6331. p58.FormFactor = Enum.FormFactor.Custom
  6332. p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
  6333. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6334. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6335. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6336. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6337. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6338. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6339. b58 = Instance.new("BlockMesh", p58)
  6340. b58.Name = "Mesh"
  6341. b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
  6342. p59 = Instance.new("Part", m8)
  6343. p59.BrickColor = BrickColor.new("Lime green")
  6344. p59.Material = Enum.Material.Metal
  6345. p59.Name = "Block"
  6346. p59.CFrame = CFrame.new(2.69999928e-005, -11.850071, -1.62329435, 1, -1.85014031e-008, -5.47530021e-009, -1.85013782e-008, -1.00000203, -1.04308441e-007, -5.47540946e-009, 2.75671823e-007, -1.00000226)
  6347. p59.CanCollide = false
  6348. p59.Locked = true
  6349. p59.FormFactor = Enum.FormFactor.Custom
  6350. p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6351. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6352. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6353. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6354. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6355. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6356. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6357. b59 = Instance.new("BlockMesh", p59)
  6358. b59.Name = "Mesh"
  6359. b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
  6360. p60 = Instance.new("Part", m8)
  6361. p60.BrickColor = BrickColor.new("Lime green")
  6362. p60.Material = Enum.Material.Marble
  6363. p60.Name = "Circle"
  6364. p60.CFrame = CFrame.new(2.69999928e-005, -11.9755096, -0.523859799, 1, -3.82199445e-008, -1.58312403e-008, -1.58312048e-008, 1.04308441e-007, -1.00000203, 3.82199339e-008, 1.00000226, 2.75671823e-007)
  6365. p60.CanCollide = false
  6366. p60.Locked = true
  6367. p60.FormFactor = Enum.FormFactor.Custom
  6368. p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6369. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6370. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6371. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6372. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6373. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6374. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6375. b60 = Instance.new("CylinderMesh", p60)
  6376. b60.Name = "Mesh"
  6377. b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
  6378. p61 = Instance.new("Part", m8)
  6379. p61.BrickColor = BrickColor.new("Black")
  6380. p61.Material = Enum.Material.Metal
  6381. p61.Name = "Circle"
  6382. p61.CFrame = CFrame.new(2.69999928e-005, -12.0271645, -0.582878888, 1, -3.82199445e-008, -1.58312403e-008, -1.58312048e-008, 1.04308441e-007, -1.00000203, 3.82199339e-008, 1.00000226, 2.75671823e-007)
  6383. p61.CanCollide = false
  6384. p61.Locked = true
  6385. p61.FormFactor = Enum.FormFactor.Custom
  6386. p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
  6387. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6388. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6389. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6390. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6391. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6392. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6393. b61 = Instance.new("CylinderMesh", p61)
  6394. b61.Name = "Mesh"
  6395. b61.Scale = Vector3.new(1, 0.401569068, 1)
  6396. p62 = Instance.new("Part", m8)
  6397. p62.BrickColor = BrickColor.new("Lime green")
  6398. p62.Material = Enum.Material.Metal
  6399. p62.Name = "Block"
  6400. p62.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.833758533, 1, -4.08901002e-008, -5.95264851e-008, -5.95265455e-008, -4.47034836e-008, -1.00000203, 4.08901002e-008, 1.00000226, 1.2665987e-007)
  6401. p62.CanCollide = false
  6402. p62.Locked = true
  6403. p62.FormFactor = Enum.FormFactor.Custom
  6404. p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6405. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6406. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6407. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6408. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6409. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6410. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6411. b62 = Instance.new("BlockMesh", p62)
  6412. b62.Name = "Mesh"
  6413. b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6414. p63 = Instance.new("Part", m8)
  6415. p63.BrickColor = BrickColor.new("Lime green")
  6416. p63.Material = Enum.Material.Metal
  6417. p63.Name = "Block"
  6418. p63.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.14366531, 1, -3.93648811e-008, -6.27973264e-008, -5.91275438e-008, 0.0871558636, -0.996196747, 4.4688246e-008, 0.996196866, 0.0871560499)
  6419. p63.CanCollide = false
  6420. p63.Locked = true
  6421. p63.FormFactor = Enum.FormFactor.Custom
  6422. p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6423. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6424. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6425. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6426. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6427. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6428. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6429. b63 = Instance.new("BlockMesh", p63)
  6430. b63.Name = "Mesh"
  6431. b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6432. p64 = Instance.new("Part", m8)
  6433. p64.BrickColor = BrickColor.new("Really black")
  6434. p64.Material = Enum.Material.SmoothPlastic
  6435. p64.Reflectance = 0.0099999997764826
  6436. p64.Name = "Block"
  6437. p64.CFrame = CFrame.new(2.69999928e-005, -11.85007, -0.523846924, 1, -4.08901002e-008, -5.95264957e-008, -5.95265419e-008, 1.04308128e-007, -1.00000203, 4.0890118e-008, 1.00000215, 2.83122063e-007)
  6438. p64.CanCollide = false
  6439. p64.Locked = true
  6440. p64.FormFactor = Enum.FormFactor.Custom
  6441. p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6442. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6443. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6444. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6445. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6446. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6447. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6448. b64 = Instance.new("BlockMesh", p64)
  6449. b64.Name = "Mesh"
  6450. b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  6451. p65 = Instance.new("Part", m8)
  6452. p65.BrickColor = BrickColor.new("Lime green")
  6453. p65.Material = Enum.Material.Metal
  6454. p65.Name = "Block"
  6455. p65.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.885411739, 1, -3.75603939e-008, -6.59227908e-008, -5.83990456e-008, 0.173648402, -0.984809816, 4.84371547e-008, 0.984809875, 0.173648596)
  6456. p65.CanCollide = false
  6457. p65.Locked = true
  6458. p65.FormFactor = Enum.FormFactor.Custom
  6459. p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6460. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6461. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6462. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6463. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6464. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6465. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6466. b65 = Instance.new("BlockMesh", p65)
  6467. b65.Name = "Mesh"
  6468. b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6469. p66 = Instance.new("Part", m8)
  6470. p66.BrickColor = BrickColor.new("Really black")
  6471. p66.Material = Enum.Material.Metal
  6472. p66.Reflectance = 0.40000000596046
  6473. p66.Name = "Block"
  6474. p66.CFrame = CFrame.new(2.69999946e-005, -11.7501383, 1.2199297, 1, -1.79537896e-008, -7.06697278e-009, -1.85013764e-008, -0.996196747, -0.0871560127, -5.47540502e-009, 0.0871562064, -0.996196806)
  6475. p66.CanCollide = false
  6476. p66.Locked = true
  6477. p66.FormFactor = Enum.FormFactor.Custom
  6478. p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6479. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6480. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6481. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6482. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6483. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6484. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6485. b66 = Instance.new("BlockMesh", p66)
  6486. b66.Name = "Mesh"
  6487. b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  6488. p67 = Instance.new("Part", m8)
  6489. p67.BrickColor = BrickColor.new("Lime green")
  6490. p67.Material = Enum.Material.Metal
  6491. p67.Name = "Block"
  6492. p67.CFrame = CFrame.new(2.69999928e-005, -11.8500738, -1.45358396, 1, -4.36852119e-008, -4.90949965e-008, -5.87287552e-008, -0.258819461, -0.96592778, 2.94899358e-008, 0.965927899, -0.258819312)
  6493. p67.CanCollide = false
  6494. p67.Locked = true
  6495. p67.FormFactor = Enum.FormFactor.Custom
  6496. p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6497. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6498. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6499. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6500. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6501. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6502. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6503. b67 = Instance.new("BlockMesh", p67)
  6504. b67.Name = "Mesh"
  6505. b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6506. p68 = Instance.new("Part", m8)
  6507. p68.BrickColor = BrickColor.new("Black")
  6508. p68.Material = Enum.Material.Metal
  6509. p68.Reflectance = 0.40000000596046
  6510. p68.Name = "Block"
  6511. p68.CFrame = CFrame.new(2.69999946e-005, -11.9090977, 0.162382364, 1, -1.85012148e-008, -5.47590062e-009, -1.85012077e-008, -1.00000191, -1.1920929e-007, -5.47599832e-009, 2.98023224e-007, -1.00000203)
  6512. p68.CanCollide = false
  6513. p68.Locked = true
  6514. p68.FormFactor = Enum.FormFactor.Custom
  6515. p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6516. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6517. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6518. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6519. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6520. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6521. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6522. b68 = Instance.new("BlockMesh", p68)
  6523. b68.Name = "Mesh"
  6524. b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6525. p69 = Instance.new("Part", m8)
  6526. p69.BrickColor = BrickColor.new("Earth green")
  6527. p69.Material = Enum.Material.Metal
  6528. p69.Name = "Block"
  6529. p69.CFrame = CFrame.new(2.69999946e-005, -11.8500662, -1.6085372, 1, -4.08901002e-008, -5.9526478e-008, -5.95265455e-008, 1.1920929e-007, -1.00000191, 4.08901073e-008, 1.00000203, 2.98023224e-007)
  6530. p69.CanCollide = false
  6531. p69.Locked = true
  6532. p69.FormFactor = Enum.FormFactor.Custom
  6533. p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6534. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6535. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6536. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6537. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6538. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6539. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6540. b69 = Instance.new("BlockMesh", p69)
  6541. b69.Name = "Mesh"
  6542. b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  6543. p70 = Instance.new("Part", m8)
  6544. p70.BrickColor = BrickColor.new("Lime green")
  6545. p70.Material = Enum.Material.Marble
  6546. p70.Name = "Circle"
  6547. p70.CFrame = CFrame.new(2.69999946e-005, -11.7320013, -0.641902268, 1, -3.82199374e-008, -1.58312261e-008, -1.5831219e-008, 1.1920929e-007, -1.00000191, 3.82199268e-008, 1.00000203, 2.98023224e-007)
  6548. p70.CanCollide = false
  6549. p70.Locked = true
  6550. p70.FormFactor = Enum.FormFactor.Custom
  6551. p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6552. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6553. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6554. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6555. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6556. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6557. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6558. b70 = Instance.new("CylinderMesh", p70)
  6559. b70.Name = "Mesh"
  6560. b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
  6561. p71 = Instance.new("WedgePart", m8)
  6562. p71.BrickColor = BrickColor.new("Lime green")
  6563. p71.Material = Enum.Material.Neon
  6564. p71.Reflectance = 0.40000000596046
  6565. p71.Name = "Wedge"
  6566. p71.CFrame = CFrame.new(2.69999946e-005, -11.8880224, 0.31500864, -1, 5.94633809e-009, -9.26972419e-008, -8.91409044e-008, -0.342020452, 0.939694583, -2.61165116e-008, 0.939694643, 0.342020303)
  6567. p71.CanCollide = false
  6568. p71.Locked = true
  6569. p71.FormFactor = Enum.FormFactor.Custom
  6570. p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6571. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6572. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6573. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6574. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6575. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6576. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6577. b71 = Instance.new("SpecialMesh", p71)
  6578. b71.MeshType = Enum.MeshType.Wedge
  6579. b71.Name = "Mesh"
  6580. b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6581. p72 = Instance.new("WedgePart", m8)
  6582. p72.BrickColor = BrickColor.new("Lime green")
  6583. p72.Material = Enum.Material.Neon
  6584. p72.Reflectance = 0.40000000596046
  6585. p72.Name = "Wedge"
  6586. p72.CFrame = CFrame.new(2.69999964e-005, -11.8783607, 0.789086521, 1, -5.68298901e-008, -8.86828389e-011, -5.04137887e-009, -0.0871561319, -0.996196628, 5.66059342e-008, 0.996196628, -0.0871559829)
  6587. p72.CanCollide = false
  6588. p72.Locked = true
  6589. p72.FormFactor = Enum.FormFactor.Custom
  6590. p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6591. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6592. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6593. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6594. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6595. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6596. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6597. b72 = Instance.new("SpecialMesh", p72)
  6598. b72.MeshType = Enum.MeshType.Wedge
  6599. b72.Name = "Mesh"
  6600. b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
  6601. p73 = Instance.new("WedgePart", m8)
  6602. p73.BrickColor = BrickColor.new("Lime green")
  6603. p73.Material = Enum.Material.Neon
  6604. p73.Reflectance = 0.40000000596046
  6605. p73.Name = "Wedge"
  6606. p73.CFrame = CFrame.new(2.69999946e-005, -11.9179726, -0.200317383, -1, 8.86055176e-008, -9.63062732e-008, 1.2080335e-007, 0.342020512, -0.939694524, -5.03233473e-008, -0.939694524, -0.342020392)
  6607. p73.CanCollide = false
  6608. p73.Locked = true
  6609. p73.FormFactor = Enum.FormFactor.Custom
  6610. p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6611. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6612. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6613. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6614. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6615. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6616. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6617. b73 = Instance.new("SpecialMesh", p73)
  6618. b73.MeshType = Enum.MeshType.Wedge
  6619. b73.Name = "Mesh"
  6620. b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6621. p74 = Instance.new("WedgePart", m8)
  6622. p74.BrickColor = BrickColor.new("Lime green")
  6623. p74.Material = Enum.Material.Neon
  6624. p74.Reflectance = 0.40000000596046
  6625. p74.Name = "Wedge"
  6626. p74.CFrame = CFrame.new(2.69999946e-005, -11.8857021, 0.788440466, 1, -3.05928971e-008, 8.75114523e-008, -8.45122159e-008, 0.087156117, 0.996196568, -3.81037424e-008, -0.996196568, 0.0871560276)
  6627. p74.CanCollide = false
  6628. p74.Locked = true
  6629. p74.FormFactor = Enum.FormFactor.Custom
  6630. p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6631. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6632. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6633. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6634. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6635. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6636. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6637. b74 = Instance.new("SpecialMesh", p74)
  6638. b74.MeshType = Enum.MeshType.Wedge
  6639. b74.Name = "Mesh"
  6640. b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6641. p75 = Instance.new("WedgePart", m8)
  6642. p75.BrickColor = BrickColor.new("Lime green")
  6643. p75.Material = Enum.Material.Neon
  6644. p75.Reflectance = 0.40000000596046
  6645. p75.Name = "Wedge"
  6646. p75.CFrame = CFrame.new(2.69999946e-005, -11.8681011, -0.402033836, 1, -8.62400213e-008, 8.8834895e-009, 2.11481392e-008, 0.342020482, 0.939694464, -8.40776622e-008, -0.939694464, 0.342020422)
  6647. p75.CanCollide = false
  6648. p75.Locked = true
  6649. p75.FormFactor = Enum.FormFactor.Custom
  6650. p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6651. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6652. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6653. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6654. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6655. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6656. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6657. b75 = Instance.new("SpecialMesh", p75)
  6658. b75.MeshType = Enum.MeshType.Wedge
  6659. b75.Name = "Mesh"
  6660. b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
  6661. p76 = Instance.new("WedgePart", m8)
  6662. p76.BrickColor = BrickColor.new("Lime green")
  6663. p76.Material = Enum.Material.Neon
  6664. p76.Reflectance = 0.40000000596046
  6665. p76.Name = "Wedge"
  6666. p76.CFrame = CFrame.new(2.69999946e-005, -11.8880215, -0.171991348, -1, 5.94633143e-009, -9.26972206e-008, -8.91408973e-008, -0.342020363, 0.939694405, -2.61165383e-008, 0.939694405, 0.342020303)
  6667. p76.CanCollide = false
  6668. p76.Locked = true
  6669. p76.FormFactor = Enum.FormFactor.Custom
  6670. p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6671. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6672. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6673. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6674. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6675. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6676. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6677. b76 = Instance.new("SpecialMesh", p76)
  6678. b76.MeshType = Enum.MeshType.Wedge
  6679. b76.Name = "Mesh"
  6680. b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6681. p77 = Instance.new("WedgePart", m8)
  6682. p77.BrickColor = BrickColor.new("Lime green")
  6683. p77.Material = Enum.Material.Neon
  6684. p77.Reflectance = 0.40000000596046
  6685. p77.Name = "Wedge"
  6686. p77.CFrame = CFrame.new(2.69999946e-005, -11.9557362, 1.02495766, -1, 8.82909745e-008, -9.99014986e-008, 1.1934894e-007, 0.258819342, -0.965927422, -5.94261955e-008, -0.965927422, -0.258819282)
  6687. p77.CanCollide = false
  6688. p77.Locked = true
  6689. p77.FormFactor = Enum.FormFactor.Custom
  6690. p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6691. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6692. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6693. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6694. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6695. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6696. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6697. b77 = Instance.new("SpecialMesh", p77)
  6698. b77.MeshType = Enum.MeshType.Wedge
  6699. b77.Name = "Mesh"
  6700. b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6701. p78 = Instance.new("WedgePart", m8)
  6702. p78.BrickColor = BrickColor.new("Lime green")
  6703. p78.Material = Enum.Material.Neon
  6704. p78.Reflectance = 0.40000000596046
  6705. p78.Name = "Wedge"
  6706. p78.CFrame = CFrame.new(2.69999946e-005, -11.8602781, -0.161903143, -1, 8.14764078e-008, 5.27443866e-009, 2.29101609e-008, 0.342020273, -0.939694166, -7.83668526e-008, -0.939694166, -0.342020243)
  6707. p78.CanCollide = false
  6708. p78.Locked = true
  6709. p78.FormFactor = Enum.FormFactor.Custom
  6710. p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6711. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6712. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6713. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6714. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6715. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6716. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6717. b78 = Instance.new("SpecialMesh", p78)
  6718. b78.MeshType = Enum.MeshType.Wedge
  6719. b78.Name = "Mesh"
  6720. b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6721. p79 = Instance.new("WedgePart", m8)
  6722. p79.BrickColor = BrickColor.new("Lime green")
  6723. p79.Material = Enum.Material.Neon
  6724. p79.Reflectance = 0.40000000596046
  6725. p79.Name = "Wedge"
  6726. p79.CFrame = CFrame.new(2.69999964e-005, -11.9133091, 0.0700842142, 1, -1.68899177e-007, 5.27444577e-009, -5.28105097e-008, -0.342020273, -0.939694166, 1.60517516e-007, 0.939694166, -0.342020243)
  6727. p79.CanCollide = false
  6728. p79.Locked = true
  6729. p79.FormFactor = Enum.FormFactor.Custom
  6730. p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6731. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6732. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6733. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6734. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6735. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6736. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6737. b79 = Instance.new("SpecialMesh", p79)
  6738. b79.MeshType = Enum.MeshType.Wedge
  6739. b79.Name = "Mesh"
  6740. b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
  6741. p80 = Instance.new("WedgePart", m8)
  6742. p80.BrickColor = BrickColor.new("Black")
  6743. p80.Material = Enum.Material.Metal
  6744. p80.Reflectance = 0.40000000596046
  6745. p80.Name = "Wedge"
  6746. p80.CFrame = CFrame.new(2.69999964e-005, -11.9147787, 1.51684833, -1, 1.58138e-008, 2.8589703e-008, 3.25942473e-008, 0.422618747, 0.906309128, 2.24968311e-009, 0.906309128, -0.422618806)
  6747. p80.CanCollide = false
  6748. p80.Locked = true
  6749. p80.FormFactor = Enum.FormFactor.Custom
  6750. p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
  6751. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6752. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6753. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6754. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6755. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6756. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6757. b80 = Instance.new("SpecialMesh", p80)
  6758. b80.MeshType = Enum.MeshType.Wedge
  6759. b80.Name = "Mesh"
  6760. b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
  6761. p81 = Instance.new("WedgePart", m8)
  6762. p81.BrickColor = BrickColor.new("Lime green")
  6763. p81.Material = Enum.Material.Neon
  6764. p81.Reflectance = 0.40000000596046
  6765. p81.Name = "Wedge"
  6766. p81.CFrame = CFrame.new(2.69999964e-005, -11.8880205, -0.00143384933, 1, -8.62400285e-008, 8.88349216e-009, 2.11481286e-008, 0.342020214, 0.939694047, -8.40776266e-008, -0.939694047, 0.342020124)
  6767. p81.CanCollide = false
  6768. p81.Locked = true
  6769. p81.FormFactor = Enum.FormFactor.Custom
  6770. p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6771. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6772. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6773. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6774. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6775. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6776. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6777. b81 = Instance.new("SpecialMesh", p81)
  6778. b81.MeshType = Enum.MeshType.Wedge
  6779. b81.Name = "Mesh"
  6780. b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
  6781. p82 = Instance.new("WedgePart", m8)
  6782. p82.BrickColor = BrickColor.new("Really black")
  6783. p82.Material = Enum.Material.Metal
  6784. p82.Reflectance = 0.40000000596046
  6785. p82.Name = "Wedge"
  6786. p82.CFrame = CFrame.new(2.69999964e-005, -11.1964474, 1.88168073, 1, -2.43563321e-008, -1.04780362e-007, -1.2949517e-008, 0.939693809, -0.342020929, 1.06791781e-007, 0.342020839, 0.939693809)
  6787. p82.CanCollide = false
  6788. p82.Locked = true
  6789. p82.FormFactor = Enum.FormFactor.Custom
  6790. p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
  6791. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6792. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6793. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6794. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6795. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6796. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6797. b82 = Instance.new("SpecialMesh", p82)
  6798. b82.MeshType = Enum.MeshType.Wedge
  6799. b82.Name = "Mesh"
  6800. b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
  6801. p83 = Instance.new("WedgePart", m8)
  6802. p83.BrickColor = BrickColor.new("Really black")
  6803. p83.Material = Enum.Material.Metal
  6804. p83.Reflectance = 0.40000000596046
  6805. p83.Name = "Wedge"
  6806. p83.CFrame = CFrame.new(2.69999982e-005, -11.1028252, 1.9750396, -1, -2.43563356e-008, 1.73575856e-008, -1.695091e-008, 0.939693809, 0.342020959, -2.46411389e-008, 0.34202081, -0.939693809)
  6807. p83.CanCollide = false
  6808. p83.Locked = true
  6809. p83.FormFactor = Enum.FormFactor.Custom
  6810. p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6811. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6812. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6813. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6814. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6815. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6816. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6817. b83 = Instance.new("SpecialMesh", p83)
  6818. b83.MeshType = Enum.MeshType.Wedge
  6819. b83.Name = "Mesh"
  6820. b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
  6821. p84 = Instance.new("WedgePart", m8)
  6822. p84.BrickColor = BrickColor.new("Lime green")
  6823. p84.Material = Enum.Material.Neon
  6824. p84.Reflectance = 0.40000000596046
  6825. p84.Name = "Wedge"
  6826. p84.CFrame = CFrame.new(2.69999964e-005, -11.9309464, 0.202805281, -1, -1.18273746e-009, 8.8834895e-009, 8.75221495e-009, -0.342020243, 0.939694047, 1.92697125e-009, 0.939694047, 0.342020094)
  6827. p84.CanCollide = false
  6828. p84.Locked = true
  6829. p84.FormFactor = Enum.FormFactor.Custom
  6830. p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6831. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6832. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6833. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6834. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6835. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6836. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6837. b84 = Instance.new("SpecialMesh", p84)
  6838. b84.MeshType = Enum.MeshType.Wedge
  6839. b84.Name = "Mesh"
  6840. b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6841. p85 = Instance.new("WedgePart", m8)
  6842. p85.BrickColor = BrickColor.new("Black")
  6843. p85.Material = Enum.Material.Metal
  6844. p85.Reflectance = 0.40000000596046
  6845. p85.Name = "Wedge"
  6846. p85.CFrame = CFrame.new(2.69999964e-005, -11.7129288, 1.75927424, -1, -2.76164442e-008, 9.79634507e-009, -1.16697887e-008, 0.681997418, 0.731356382, -2.68784923e-008, 0.731356263, -0.681997478)
  6847. p85.CanCollide = false
  6848. p85.Locked = true
  6849. p85.FormFactor = Enum.FormFactor.Custom
  6850. p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
  6851. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6852. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6853. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6854. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6855. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6856. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6857. b85 = Instance.new("SpecialMesh", p85)
  6858. b85.MeshType = Enum.MeshType.Wedge
  6859. b85.Name = "Mesh"
  6860. b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
  6861. p86 = Instance.new("WedgePart", m8)
  6862. p86.BrickColor = BrickColor.new("Lime green")
  6863. p86.Material = Enum.Material.Neon
  6864. p86.Reflectance = 0.40000000596046
  6865. p86.Name = "Wedge"
  6866. p86.CFrame = CFrame.new(2.7e-005, -11.9805536, 1.1176064, -1, -8.68188743e-010, 1.24787238e-008, 1.22781785e-008, -0.258819252, 0.965927005, 2.39117615e-009, 0.965927005, 0.258819193)
  6867. p86.CanCollide = false
  6868. p86.Locked = true
  6869. p86.FormFactor = Enum.FormFactor.Custom
  6870. p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6871. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6872. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6873. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6874. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6875. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6876. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6877. b86 = Instance.new("SpecialMesh", p86)
  6878. b86.MeshType = Enum.MeshType.Wedge
  6879. b86.Name = "Mesh"
  6880. b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
  6881. p87 = Instance.new("WedgePart", m8)
  6882. p87.BrickColor = BrickColor.new("Lime green")
  6883. p87.Material = Enum.Material.Neon
  6884. p87.Reflectance = 0.40000000596046
  6885. p87.Name = "Wedge"
  6886. p87.CFrame = CFrame.new(2.69999982e-005, -11.8886356, 0.251966357, -1, 8.14764007e-008, 5.27445554e-009, 2.29101431e-008, 0.342020154, -0.939693749, -7.83667886e-008, -0.939693749, -0.342020094)
  6887. p87.CanCollide = false
  6888. p87.Locked = true
  6889. p87.FormFactor = Enum.FormFactor.Custom
  6890. p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6891. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6892. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6893. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6894. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6895. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6896. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6897. b87 = Instance.new("SpecialMesh", p87)
  6898. b87.MeshType = Enum.MeshType.Wedge
  6899. b87.Name = "Mesh"
  6900. b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
  6901. p88 = Instance.new("WedgePart", m8)
  6902. p88.BrickColor = BrickColor.new("Lime green")
  6903. p88.Material = Enum.Material.Neon
  6904. p88.Reflectance = 0.40000000596046
  6905. p88.Name = "Wedge"
  6906. p88.CFrame = CFrame.new(2.7e-005, -11.869071, 0.470699608, -1, 8.14764007e-008, 5.27445554e-009, 2.29101431e-008, 0.342020154, -0.939693749, -7.83667886e-008, -0.939693749, -0.342020094)
  6907. p88.CanCollide = false
  6908. p88.Locked = true
  6909. p88.FormFactor = Enum.FormFactor.Custom
  6910. p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6911. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6912. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6913. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6914. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6915. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6916. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6917. b88 = Instance.new("SpecialMesh", p88)
  6918. b88.MeshType = Enum.MeshType.Wedge
  6919. b88.Name = "Mesh"
  6920. b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
  6921. p89 = Instance.new("WedgePart", m8)
  6922. p89.BrickColor = BrickColor.new("Lime green")
  6923. p89.Material = Enum.Material.Neon
  6924. p89.Reflectance = 0.40000000596046
  6925. p89.Name = "Wedge"
  6926. p89.CFrame = CFrame.new(2.69999982e-005, -11.9583426, -0.0893729925, -1, -1.18272325e-009, 8.88348239e-009, 8.75221673e-009, -0.342020214, 0.93969357, 1.92696215e-009, 0.93969357, 0.342020154)
  6927. p89.CanCollide = false
  6928. p89.Locked = true
  6929. p89.FormFactor = Enum.FormFactor.Custom
  6930. p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6931. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6932. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6933. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6934. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6935. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6936. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6937. b89 = Instance.new("SpecialMesh", p89)
  6938. b89.MeshType = Enum.MeshType.Wedge
  6939. b89.Name = "Mesh"
  6940. b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
  6941. p90 = Instance.new("WedgePart", m8)
  6942. p90.BrickColor = BrickColor.new("Lime green")
  6943. p90.Material = Enum.Material.Neon
  6944. p90.Reflectance = 0.40000000596046
  6945. p90.Name = "Wedge"
  6946. p90.CFrame = CFrame.new(2.69999982e-005, -11.8805695, 0.729635715, 1, -3.05929149e-008, 8.75114452e-008, -8.45121022e-008, 0.0871560574, 0.996195555, -3.81037033e-008, -0.996195555, 0.0871560574)
  6947. p90.CanCollide = false
  6948. p90.Locked = true
  6949. p90.FormFactor = Enum.FormFactor.Custom
  6950. p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6951. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6952. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6953. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6954. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6955. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6956. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6957. b90 = Instance.new("SpecialMesh", p90)
  6958. b90.MeshType = Enum.MeshType.Wedge
  6959. b90.Name = "Mesh"
  6960. b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
  6961. p91 = Instance.new("WedgePart", m8)
  6962. p91.BrickColor = BrickColor.new("Really black")
  6963. p91.Material = Enum.Material.Metal
  6964. p91.Reflectance = 0.40000000596046
  6965. p91.Name = "Wedge"
  6966. p91.CFrame = CFrame.new(2.69999982e-005, -11.2718382, 1.82602453, -1, 1.16832744e-007, -9.28606454e-008, -1.69508567e-008, -0.707107246, -0.707107663, -1.4827576e-007, -0.707107663, 0.707107246)
  6967. p91.CanCollide = false
  6968. p91.Locked = true
  6969. p91.FormFactor = Enum.FormFactor.Custom
  6970. p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
  6971. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6972. p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6973. p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6974. p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6975. p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6976. p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6977. b91 = Instance.new("SpecialMesh", p91)
  6978. b91.MeshType = Enum.MeshType.Wedge
  6979. b91.Name = "Mesh"
  6980. b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
  6981. p92 = Instance.new("WedgePart", m8)
  6982. p92.BrickColor = BrickColor.new("Lime green")
  6983. p92.Material = Enum.Material.Neon
  6984. p92.Reflectance = 0.40000000596046
  6985. p92.Name = "Wedge"
  6986. p92.CFrame = CFrame.new(2.69999982e-005, -11.984252, 1.01731598, -1, -8.68163763e-010, 1.24787114e-008, 1.22781865e-008, -0.258819163, 0.965926766, 2.39115083e-009, 0.965926766, 0.258819163)
  6987. p92.CanCollide = false
  6988. p92.Locked = true
  6989. p92.FormFactor = Enum.FormFactor.Custom
  6990. p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6991. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6992. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6993. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6994. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6995. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6996. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6997. b92 = Instance.new("SpecialMesh", p92)
  6998. b92.MeshType = Enum.MeshType.Wedge
  6999. b92.Name = "Mesh"
  7000. b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7001. p93 = Instance.new("WedgePart", m8)
  7002. p93.BrickColor = BrickColor.new("Lime green")
  7003. p93.Material = Enum.Material.Neon
  7004. p93.Reflectance = 0.40000000596046
  7005. p93.Name = "Wedge"
  7006. p93.CFrame = CFrame.new(2.69999964e-005, -11.9214983, 0.99980092, 1, -8.93497187e-008, 2.29101715e-008, -2.29101325e-008, 2.98023224e-007, 1.00000083, -8.9349804e-008, -1.00000083, 2.98023224e-007)
  7007. p93.CanCollide = false
  7008. p93.Locked = true
  7009. p93.FormFactor = Enum.FormFactor.Custom
  7010. p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7011. p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7012. p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7013. p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7014. p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7015. p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7016. p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7017. b93 = Instance.new("SpecialMesh", p93)
  7018. b93.MeshType = Enum.MeshType.Wedge
  7019. b93.Name = "Mesh"
  7020. b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
  7021. p94 = Instance.new("WedgePart", m8)
  7022. p94.BrickColor = BrickColor.new("Lime green")
  7023. p94.Material = Enum.Material.Neon
  7024. p94.Reflectance = 0.40000000596046
  7025. p94.Name = "Wedge"
  7026. p94.CFrame = CFrame.new(2.69999964e-005, -11.9032125, 0.212900162, -1, 8.8605475e-008, -9.63062732e-008, 1.20803207e-007, 0.342020005, -0.93969363, -5.03233366e-008, -0.93969363, -0.342020005)
  7027. p94.CanCollide = false
  7028. p94.Locked = true
  7029. p94.FormFactor = Enum.FormFactor.Custom
  7030. p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7031. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7032. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7033. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7034. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7035. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7036. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7037. b94 = Instance.new("SpecialMesh", p94)
  7038. b94.MeshType = Enum.MeshType.Wedge
  7039. b94.Name = "Mesh"
  7040. b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7041. p95 = Instance.new("WedgePart", m8)
  7042. p95.BrickColor = BrickColor.new("Black")
  7043. p95.Material = Enum.Material.Metal
  7044. p95.Reflectance = 0.40000000596046
  7045. p95.Name = "Wedge"
  7046. p95.CFrame = CFrame.new(2.69999964e-005, -11.361845, 1.9233377, -1, -2.94099678e-008, 5.43784395e-009, -1.69508834e-008, 0.707107186, 0.707107663, -2.46411602e-008, 0.707107663, -0.707107186)
  7047. p95.CanCollide = false
  7048. p95.Locked = true
  7049. p95.FormFactor = Enum.FormFactor.Custom
  7050. p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
  7051. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7052. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7053. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7054. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7055. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7056. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7057. b95 = Instance.new("SpecialMesh", p95)
  7058. b95.MeshType = Enum.MeshType.Wedge
  7059. b95.Name = "Mesh"
  7060. b95.Scale = Vector3.new(0.261019886, 1, 1)
  7061. p96 = Instance.new("WedgePart", m8)
  7062. p96.BrickColor = BrickColor.new("Lime green")
  7063. p96.Material = Enum.Material.Neon
  7064. p96.Reflectance = 0.40000000596046
  7065. p96.Name = "Wedge"
  7066. p96.CFrame = CFrame.new(2.69999982e-005, -11.9530287, 1.26521814, -1, -3.29206387e-008, 2.51881929e-008, 1.58094231e-008, 0.258819431, 0.965926588, -3.83181202e-008, 0.965926588, -0.258819431)
  7067. p96.CanCollide = false
  7068. p96.Locked = true
  7069. p96.FormFactor = Enum.FormFactor.Custom
  7070. p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7071. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7072. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7073. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7074. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7075. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7076. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7077. b96 = Instance.new("SpecialMesh", p96)
  7078. b96.MeshType = Enum.MeshType.Wedge
  7079. b96.Name = "Mesh"
  7080. b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
  7081. p97 = Instance.new("WedgePart", m8)
  7082. p97.BrickColor = BrickColor.new("Lime green")
  7083. p97.Material = Enum.Material.Neon
  7084. p97.Reflectance = 0.40000000596046
  7085. p97.Name = "Wedge"
  7086. p97.CFrame = CFrame.new(2.69999964e-005, -11.9457083, -0.210409045, -1, -1.18269794e-009, 8.88346818e-009, 8.75222206e-009, -0.342020214, 0.939693332, 1.92694349e-009, 0.939693332, 0.342020214)
  7087. p97.CanCollide = false
  7088. p97.Locked = true
  7089. p97.FormFactor = Enum.FormFactor.Custom
  7090. p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7091. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7092. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7093. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7094. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7095. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7096. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7097. b97 = Instance.new("SpecialMesh", p97)
  7098. b97.MeshType = Enum.MeshType.Wedge
  7099. b97.Name = "Mesh"
  7100. b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7101. p98 = Instance.new("WedgePart", m8)
  7102. p98.BrickColor = BrickColor.new("Lime green")
  7103. p98.Material = Enum.Material.Neon
  7104. p98.Reflectance = 0.40000000596046
  7105. p98.Name = "Wedge"
  7106. p98.CFrame = CFrame.new(2.7e-005, -11.9322329, 0.816780686, 1, -1.68899135e-007, 5.27447064e-009, -5.2810492e-008, -0.342020094, -0.939693272, 1.60517359e-007, 0.939693272, -0.342020094)
  7107. p98.CanCollide = false
  7108. p98.Locked = true
  7109. p98.FormFactor = Enum.FormFactor.Custom
  7110. p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7111. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7112. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7113. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7114. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7115. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7116. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7117. b98 = Instance.new("SpecialMesh", p98)
  7118. b98.MeshType = Enum.MeshType.Wedge
  7119. b98.Name = "Mesh"
  7120. b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
  7121. p99 = Instance.new("WedgePart", m8)
  7122. p99.BrickColor = BrickColor.new("Lime green")
  7123. p99.Material = Enum.Material.Neon
  7124. p99.Reflectance = 0.40000000596046
  7125. p99.Name = "Wedge"
  7126. p99.CFrame = CFrame.new(2.69999982e-005, -11.9055624, 1.3254329, -1, -3.49906557e-008, 2.22318874e-008, 1.58180669e-008, 0.173648253, 0.984808207, -3.83196053e-008, 0.984808207, -0.173648253)
  7127. p99.CanCollide = false
  7128. p99.Locked = true
  7129. p99.FormFactor = Enum.FormFactor.Custom
  7130. p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7131. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7132. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7133. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7134. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7135. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7136. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7137. b99 = Instance.new("SpecialMesh", p99)
  7138. b99.MeshType = Enum.MeshType.Wedge
  7139. b99.Name = "Mesh"
  7140. b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
  7141. p100 = Instance.new("WedgePart", m8)
  7142. p100.BrickColor = BrickColor.new("Lime green")
  7143. p100.Material = Enum.Material.Neon
  7144. p100.Reflectance = 0.40000000596046
  7145. p100.Name = "Wedge"
  7146. p100.CFrame = CFrame.new(2.69999982e-005, -11.9114323, 1.08247674, -1, 1.18015713e-007, 8.75114381e-008, 7.68926611e-008, -0.0871561319, 0.996195078, 1.2519385e-007, 0.996195078, 0.0871561319)
  7147. p100.CanCollide = false
  7148. p100.Locked = true
  7149. p100.FormFactor = Enum.FormFactor.Custom
  7150. p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
  7151. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7152. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7153. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7154. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7155. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7156. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7157. b100 = Instance.new("SpecialMesh", p100)
  7158. b100.MeshType = Enum.MeshType.Wedge
  7159. b100.Name = "Mesh"
  7160. b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
  7161. p101 = Instance.new("WedgePart", m8)
  7162. p101.BrickColor = BrickColor.new("Lime green")
  7163. p101.Material = Enum.Material.Neon
  7164. p101.Reflectance = 0.40000000596046
  7165. p101.Name = "Wedge"
  7166. p101.CFrame = CFrame.new(2.69999982e-005, -11.8602819, 0.575987279, -1, 8.14763652e-008, 5.27446709e-009, 2.29101644e-008, 0.342020035, -0.939693093, -7.83667531e-008, -0.939693093, -0.342020035)
  7167. p101.CanCollide = false
  7168. p101.Locked = true
  7169. p101.FormFactor = Enum.FormFactor.Custom
  7170. p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7171. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7172. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7173. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7174. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7175. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7176. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7177. b101 = Instance.new("SpecialMesh", p101)
  7178. b101.MeshType = Enum.MeshType.Wedge
  7179. b101.Name = "Mesh"
  7180. b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7181. p102 = Instance.new("WedgePart", m8)
  7182. p102.BrickColor = BrickColor.new("Lime green")
  7183. p102.Material = Enum.Material.Neon
  7184. p102.Reflectance = 0.40000000596046
  7185. p102.Name = "Wedge"
  7186. p102.CFrame = CFrame.new(2.69999982e-005, -11.8709736, -0.283571124, -1, 8.14763652e-008, 5.27447064e-009, 2.29101609e-008, 0.342020035, -0.939693093, -7.83667531e-008, -0.939693093, -0.342020035)
  7187. p102.CanCollide = false
  7188. p102.Locked = true
  7189. p102.FormFactor = Enum.FormFactor.Custom
  7190. p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7191. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7192. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7193. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7194. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7195. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7196. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7197. b102 = Instance.new("SpecialMesh", p102)
  7198. b102.MeshType = Enum.MeshType.Wedge
  7199. b102.Name = "Mesh"
  7200. b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
  7201. p103 = Instance.new("WedgePart", m8)
  7202. p103.BrickColor = BrickColor.new("Lime green")
  7203. p103.Material = Enum.Material.Neon
  7204. p103.Reflectance = 0.40000000596046
  7205. p103.Name = "Wedge"
  7206. p103.CFrame = CFrame.new(2.69999982e-005, -11.9097681, 0.739346266, 1, -8.65546141e-008, 1.24786919e-008, 1.03484972e-008, 0.258819103, 0.965926111, -8.68351009e-008, -0.965926111, 0.258819103)
  7207. p103.CanCollide = false
  7208. p103.Locked = true
  7209. p103.FormFactor = Enum.FormFactor.Custom
  7210. p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
  7211. p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7212. p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7213. p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7214. p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7215. p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7216. p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7217. b103 = Instance.new("SpecialMesh", p103)
  7218. b103.MeshType = Enum.MeshType.Wedge
  7219. b103.Name = "Mesh"
  7220. b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
  7221. p104 = Instance.new("WedgePart", m8)
  7222. p104.BrickColor = BrickColor.new("Lime green")
  7223. p104.Material = Enum.Material.Neon
  7224. p104.Reflectance = 0.40000000596046
  7225. p104.Name = "Wedge"
  7226. p104.CFrame = CFrame.new(2.69999964e-005, -11.9271755, 0.55203414, 1, -1.68899149e-007, 5.27447863e-009, -5.28104778e-008, -0.342019916, -0.939692855, 1.60517274e-007, 0.939692855, -0.342019916)
  7227. p104.CanCollide = false
  7228. p104.Locked = true
  7229. p104.FormFactor = Enum.FormFactor.Custom
  7230. p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7231. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7232. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7233. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7234. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7235. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7236. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7237. b104 = Instance.new("SpecialMesh", p104)
  7238. b104.MeshType = Enum.MeshType.Wedge
  7239. b104.Name = "Mesh"
  7240. b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
  7241. p105 = Instance.new("WedgePart", m8)
  7242. p105.BrickColor = BrickColor.new("Really black")
  7243. p105.Material = Enum.Material.Metal
  7244. p105.Reflectance = 0.40000000596046
  7245. p105.Name = "Wedge"
  7246. p105.CFrame = CFrame.new(2.69999982e-005, -11.3177481, 1.88445807, -1, -2.94099785e-008, 5.43784395e-009, -1.69508549e-008, 0.707106531, 0.707107127, -2.46411282e-008, 0.707107127, -0.707106531)
  7247. p105.CanCollide = false
  7248. p105.Locked = true
  7249. p105.FormFactor = Enum.FormFactor.Custom
  7250. p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
  7251. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7252. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7253. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7254. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7255. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7256. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7257. b105 = Instance.new("SpecialMesh", p105)
  7258. b105.MeshType = Enum.MeshType.Wedge
  7259. b105.Name = "Mesh"
  7260. b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
  7261. p106 = Instance.new("WedgePart", m8)
  7262. p106.BrickColor = BrickColor.new("Lime green")
  7263. p106.Material = Enum.Material.Neon
  7264. p106.Reflectance = 0.40000000596046
  7265. p106.Name = "Wedge"
  7266. p106.CFrame = CFrame.new(2.69999964e-005, -11.8602819, 0.325106204, -1, 8.14763723e-008, 5.27446709e-009, 2.29101538e-008, 0.342019886, -0.939692736, -7.83667247e-008, -0.939692736, -0.342019886)
  7267. p106.CanCollide = false
  7268. p106.Locked = true
  7269. p106.FormFactor = Enum.FormFactor.Custom
  7270. p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7271. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7272. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7273. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7274. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7275. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7276. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7277. b106 = Instance.new("SpecialMesh", p106)
  7278. b106.MeshType = Enum.MeshType.Wedge
  7279. b106.Name = "Mesh"
  7280. b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7281. p107 = Instance.new("WedgePart", m8)
  7282. p107.BrickColor = BrickColor.new("Lime green")
  7283. p107.Material = Enum.Material.Neon
  7284. p107.Reflectance = 0.40000000596046
  7285. p107.Name = "Wedge"
  7286. p107.CFrame = CFrame.new(2.69999982e-005, -11.9731445, 1.13999915, 1, -8.93497187e-008, 2.29101502e-008, -2.29101129e-008, 3.87430248e-007, 1, -8.93497258e-008, -1, 3.87430276e-007)
  7287. p107.CanCollide = false
  7288. p107.Locked = true
  7289. p107.FormFactor = Enum.FormFactor.Custom
  7290. p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7291. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7292. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7293. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7294. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7295. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7296. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7297. b107 = Instance.new("SpecialMesh", p107)
  7298. b107.MeshType = Enum.MeshType.Wedge
  7299. b107.Name = "Mesh"
  7300. b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
  7301. p108 = Instance.new("WedgePart", m8)
  7302. p108.BrickColor = BrickColor.new("Black")
  7303. p108.Material = Enum.Material.Metal
  7304. p108.Reflectance = 0.40000000596046
  7305. p108.Name = "Wedge"
  7306. p108.CFrame = CFrame.new(2.69999982e-005, -12.0124025, 1.01832807, 1, 3.82198948e-008, 2.11711555e-008, -2.11711537e-008, -2.98023224e-008, 1, 3.82198913e-008, -1, -2.98023224e-008)
  7307. p108.CanCollide = false
  7308. p108.Locked = true
  7309. p108.FormFactor = Enum.FormFactor.Custom
  7310. p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7311. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7312. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7313. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7314. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7315. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7316. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7317. b108 = Instance.new("SpecialMesh", p108)
  7318. b108.MeshType = Enum.MeshType.Wedge
  7319. b108.Name = "Mesh"
  7320. b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
  7321. p109 = Instance.new("WedgePart", m8)
  7322. p109.BrickColor = BrickColor.new("Lime green")
  7323. p109.Material = Enum.Material.Neon
  7324. p109.Reflectance = 0.40000000596046
  7325. p109.Name = "Wedge"
  7326. p109.CFrame = CFrame.new(2.7e-005, -11.9461164, 0.330772072, -1, -1.18270771e-009, 8.88346818e-009, 8.75223805e-009, -0.342019796, 0.939692795, 1.92694571e-009, 0.939692795, 0.342019796)
  7327. p109.CanCollide = false
  7328. p109.Locked = true
  7329. p109.FormFactor = Enum.FormFactor.Custom
  7330. p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7331. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7332. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7333. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7334. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7335. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7336. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7337. b109 = Instance.new("SpecialMesh", p109)
  7338. b109.MeshType = Enum.MeshType.Wedge
  7339. b109.Name = "Mesh"
  7340. b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
  7341. p110 = Instance.new("WedgePart", m8)
  7342. p110.BrickColor = BrickColor.new("Lime green")
  7343. p110.Material = Enum.Material.Neon
  7344. p110.Reflectance = 0.40000000596046
  7345. p110.Name = "Wedge"
  7346. p110.CFrame = CFrame.new(2.69999982e-005, -11.8880196, 0.565889001, -1, 5.94638294e-009, -9.26972632e-008, -8.91407268e-008, -0.342019916, 0.939692736, -2.61165312e-008, 0.939692736, 0.342019916)
  7347. p110.CanCollide = false
  7348. p110.Locked = true
  7349. p110.FormFactor = Enum.FormFactor.Custom
  7350. p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7351. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7352. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7353. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7354. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7355. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7356. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7357. b110 = Instance.new("SpecialMesh", p110)
  7358. b110.MeshType = Enum.MeshType.Wedge
  7359. b110.Name = "Mesh"
  7360. b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7361. p111 = Instance.new("Part", m8)
  7362. p111.BrickColor = BrickColor.new("Really black")
  7363. p111.Material = Enum.Material.Metal
  7364. p111.Transparency = 1
  7365. p111.Name = "Hitbox"
  7366. p111.CFrame = CFrame.new(2.7e-005, -11.550066, 0.678469002, 1, -4.08900576e-008, -5.9526446e-008, -5.9526446e-008, 0, -1, 4.08900576e-008, 1, -2.43403981e-015)
  7367. p111.CanCollide = false
  7368. p111.Locked = true
  7369. p111.FormFactor = Enum.FormFactor.Custom
  7370. p111.Size = Vector3.new(0.22, 2.57, 1.22)
  7371. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7372. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7373. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7374. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7375. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7376. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7377. b111 = Instance.new("BlockMesh", p111)
  7378. b111.Name = "Mesh"
  7379. w1 = Instance.new("Weld", p1)
  7380. w1.Name = "Block_Weld"
  7381. w1.Part0 = p1
  7382. w1.C0 = CFrame.new(-2.69832744e-005, -0.186136514, 1.51893806, 1, -1.84926652e-008, -5.47947643e-009, -1.44443195e-008, -0.906307817, 0.4226183, -1.2781431e-008, -0.42261833, -0.906307876)
  7383. w1.Part1 = p2
  7384. w1.C1 = CFrame.new(-2.69930079e-005, 0.251219004, 0.42801699, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7385. w2 = Instance.new("Weld", p2)
  7386. w2.Name = "Block_Weld"
  7387. w2.Part0 = p2
  7388. w2.C0 = CFrame.new(-2.69930079e-005, 0.251219004, 0.42801699, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7389. w2.Part1 = p3
  7390. w2.C1 = CFrame.new(-2.69900993e-005, 0.251215994, 0.959293008, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7391. w3 = Instance.new("Weld", p3)
  7392. w3.Name = "Block_Weld"
  7393. w3.Part0 = p3
  7394. w3.C0 = CFrame.new(-2.69900993e-005, 0.251215994, 0.959293008, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7395. w3.Part1 = p4
  7396. w3.C1 = CFrame.new(-2.69401171e-005, 1.28190136, 0.0890034437, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
  7397. w4 = Instance.new("Weld", p4)
  7398. w4.Name = "Block_Weld"
  7399. w4.Part0 = p4
  7400. w4.C0 = CFrame.new(-2.69401171e-005, 1.28190136, 0.0890034437, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
  7401. w4.Part1 = p5
  7402. w4.C1 = CFrame.new(-2.69969169e-005, 0.137085795, -0.374426812, 1, -1.85013622e-008, -5.47535173e-009, -1.92582732e-008, -0.939692676, -0.342020124, 1.18268995e-009, 0.342020094, -0.939692676)
  7403. w5 = Instance.new("Weld", p5)
  7404. w5.Name = "Block_Weld"
  7405. w5.Part0 = p5
  7406. w5.C0 = CFrame.new(-2.69969169e-005, 0.137085795, -0.374426812, 1, -1.85013622e-008, -5.47535173e-009, -1.92582732e-008, -0.939692676, -0.342020124, 1.18268995e-009, 0.342020094, -0.939692676)
  7407. w5.Part1 = p6
  7408. w5.C1 = CFrame.new(-2.69537759e-005, 0.678798974, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7409. w6 = Instance.new("Weld", p6)
  7410. w6.Name = "Block_Weld"
  7411. w6.Part0 = p6
  7412. w6.C0 = CFrame.new(-2.69537759e-005, 0.678798974, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7413. w6.Part1 = p7
  7414. w6.C1 = CFrame.new(-2.69908196e-005, 0.433371782, 0.833767056, 1, -2.22994831e-008, -5.07635534e-009, -2.28535058e-008, -0.965925813, -0.258819252, 8.68153105e-010, 0.258819252, -0.965925813)
  7415. w7 = Instance.new("Weld", p7)
  7416. w7.Name = "Block_Weld"
  7417. w7.Part0 = p7
  7418. w7.C0 = CFrame.new(-2.69908196e-005, 0.433371782, 0.833767056, 1, -2.22994831e-008, -5.07635534e-009, -2.28535058e-008, -0.965925813, -0.258819252, 8.68153105e-010, 0.258819252, -0.965925813)
  7419. w7.Part1 = p8
  7420. w7.C1 = CFrame.new(-2.69945249e-005, 0.284905016, 0.00881863385, 1, -1.85013658e-008, -5.47534995e-009, -1.92582768e-008, -0.939692736, -0.342019945, 1.1826895e-009, 0.342019945, -0.939692736)
  7421. w8 = Instance.new("Weld", p8)
  7422. w8.Name = "Block_Weld"
  7423. w8.Part0 = p8
  7424. w8.C0 = CFrame.new(-2.69945249e-005, 0.284905016, 0.00881863385, 1, -1.85013658e-008, -5.47534995e-009, -1.92582768e-008, -0.939692736, -0.342019945, 1.1826895e-009, 0.342019945, -0.939692736)
  7425. w8.Part1 = p9
  7426. w8.C1 = CFrame.new(-2.6987369e-005, 0.398795992, 0.959297001, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7427. w9 = Instance.new("Weld", p9)
  7428. w9.Name = "Block_Weld"
  7429. w9.Part0 = p9
  7430. w9.C0 = CFrame.new(-2.6987369e-005, 0.398795992, 0.959297001, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7431. w9.Part1 = p10
  7432. w9.C1 = CFrame.new(-2.69795964e-005, -0.736729562, 1.60363591, 1, -1.84926936e-008, -5.47947465e-009, -9.20173093e-009, -0.70710659, 0.707107067, -1.69508851e-008, -0.707107008, -0.707106531)
  7433. w10 = Instance.new("Weld", p10)
  7434. w10.Name = "Circle_Weld"
  7435. w10.Part0 = p10
  7436. w10.C0 = CFrame.new(-2.69795964e-005, -0.736729562, 1.60363591, 1, -1.84926936e-008, -5.47947465e-009, -9.20173093e-009, -0.70710659, 0.707107067, -1.69508851e-008, -0.707107008, -0.707106531)
  7437. w10.Part1 = p11
  7438. w10.C1 = CFrame.new(-2.69700085e-005, 0.582876027, 0.487334013, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7439. w11 = Instance.new("Weld", p11)
  7440. w11.Name = "Block_Weld"
  7441. w11.Part0 = p11
  7442. w11.C0 = CFrame.new(-2.69700085e-005, 0.582876027, 0.487334013, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7443. w11.Part1 = p12
  7444. w11.C1 = CFrame.new(-2.70516502e-005, -0.478946328, -0.541931212, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
  7445. w12 = Instance.new("Weld", p12)
  7446. w12.Name = "Block_Weld"
  7447. w12.Part0 = p12
  7448. w12.C0 = CFrame.new(-2.70516502e-005, -0.478946328, -0.541931212, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
  7449. w12.Part1 = p13
  7450. w12.C1 = CFrame.new(-2.69418342e-005, 1.23103857, 0.0979698896, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
  7451. w13 = Instance.new("Weld", p13)
  7452. w13.Name = "Block_Weld"
  7453. w13.Part0 = p13
  7454. w13.C0 = CFrame.new(-2.69418342e-005, 1.23103857, 0.0979698896, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
  7455. w13.Part1 = p14
  7456. w13.C1 = CFrame.new(-2.6981159e-005, -0.784118533, 1.59557724, 1, -1.85013231e-008, -5.47617596e-009, -9.79630865e-009, -0.731355369, 0.681996644, -1.6622872e-008, -0.681996644, -0.731355369)
  7457. w14 = Instance.new("Weld", p14)
  7458. w14.Name = "Block_Weld"
  7459. w14.Part0 = p14
  7460. w14.C0 = CFrame.new(-2.6981159e-005, -0.784118533, 1.59557724, 1, -1.85013231e-008, -5.47617596e-009, -9.79630865e-009, -0.731355369, 0.681996644, -1.6622872e-008, -0.681996644, -0.731355369)
  7461. w14.Part1 = p15
  7462. w14.C1 = CFrame.new(-2.69917327e-005, 0.398790002, 0.162386, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7463. w15 = Instance.new("Weld", p15)
  7464. w15.Name = "Handle_Weld"
  7465. w15.Part0 = p15
  7466. w15.C0 = CFrame.new(-2.69917327e-005, 0.398790002, 0.162386, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7467. w15.Part1 = p16
  7468. w15.C1 = CFrame.new(-2.69356715e-005, 1.12153399, 0.310250998, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7469. w16 = Instance.new("Weld", p16)
  7470. w16.Name = "Block_Weld"
  7471. w16.Part0 = p16
  7472. w16.C0 = CFrame.new(-2.69356715e-005, 1.12153399, 0.310250998, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7473. w16.Part1 = p17
  7474. w16.C1 = CFrame.new(-2.69897973e-005, 0.238820702, 1.16951191, 1, -3.32849588e-008, -1.92696081e-009, -3.32849588e-008, -1, -5.96046448e-007, -1.92694105e-009, 5.96046448e-007, -1)
  7475. w17 = Instance.new("Weld", p17)
  7476. w17.Name = "Block_Weld"
  7477. w17.Part0 = p17
  7478. w17.C0 = CFrame.new(-2.69897973e-005, 0.238820702, 1.16951191, 1, -3.32849588e-008, -1.92696081e-009, -3.32849588e-008, -1, -5.96046448e-007, -1.92694105e-009, 5.96046448e-007, -1)
  7479. w17.Part1 = p18
  7480. w17.C1 = CFrame.new(-2.66556708e-005, -0.120330438, -1.77344465, 1, -1.30568679e-007, 1.80827243e-007, -9.71847456e-008, -0.984807849, -0.173648149, 2.00753092e-007, 0.173648149, -0.984807849)
  7481. w18 = Instance.new("Weld", p18)
  7482. w18.Name = "Block_Weld"
  7483. w18.Part0 = p18
  7484. w18.C0 = CFrame.new(-2.66556708e-005, -0.120330438, -1.77344465, 1, -1.30568679e-007, 1.80827243e-007, -9.71847456e-008, -0.984807849, -0.173648149, 2.00753092e-007, 0.173648149, -0.984807849)
  7485. w18.Part1 = p19
  7486. w18.C1 = CFrame.new(-2.69959182e-005, 0.251221001, -0.103256002, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7487. w19 = Instance.new("Weld", p19)
  7488. w19.Name = "Block_Weld"
  7489. w19.Part0 = p19
  7490. w19.C0 = CFrame.new(-2.69959182e-005, 0.251221001, -0.103256002, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7491. w19.Part1 = p20
  7492. w19.C1 = CFrame.new(-2.69467728e-005, 0.96053493, 0.227395192, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
  7493. w20 = Instance.new("Weld", p20)
  7494. w20.Name = "Block_Weld"
  7495. w20.Part0 = p20
  7496. w20.C0 = CFrame.new(-2.69467728e-005, 0.96053493, 0.227395192, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
  7497. w20.Part1 = p21
  7498. w20.C1 = CFrame.new(-2.69068951e-005, 0.768746018, 1.55135453, 1, -5.95264353e-008, 4.08900647e-008, 1.93162606e-008, 0.766044378, 0.642787635, -6.95864628e-008, -0.642787635, 0.766044378)
  7499. w21 = Instance.new("Weld", p21)
  7500. w21.Name = "Block_Weld"
  7501. w21.Part0 = p21
  7502. w21.C0 = CFrame.new(-2.69068951e-005, 0.768746018, 1.55135453, 1, -5.95264353e-008, 4.08900647e-008, 1.93162606e-008, 0.766044378, 0.642787635, -6.95864628e-008, -0.642787635, 0.766044378)
  7503. w21.Part1 = p22
  7504. w21.C1 = CFrame.new(-2.69946413e-005, 0.398795009, -0.368889004, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7505. w22 = Instance.new("Weld", p22)
  7506. w22.Name = "Block_Weld"
  7507. w22.Part0 = p22
  7508. w22.C0 = CFrame.new(-2.69946413e-005, 0.398795009, -0.368889004, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7509. w22.Part1 = p23
  7510. w22.C1 = CFrame.new(-2.69552838e-005, 0.641906977, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7511. w23 = Instance.new("Weld", p23)
  7512. w23.Name = "Block_Weld"
  7513. w23.Part0 = p23
  7514. w23.C0 = CFrame.new(-2.69552838e-005, 0.641906977, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7515. w23.Part1 = p24
  7516. w23.C1 = CFrame.new(-2.69185657e-005, 1.24407315, -1.15251172, 1, -5.95250427e-008, 4.08918623e-008, -7.1883612e-008, -0.766044438, 0.642787635, -6.93698077e-009, -0.642787635, -0.766044438)
  7517. w24 = Instance.new("Weld", p24)
  7518. w24.Name = "Block_Weld"
  7519. w24.Part0 = p24
  7520. w24.C0 = CFrame.new(-2.69185657e-005, 1.24407315, -1.15251172, 1, -5.95250427e-008, 4.08918623e-008, -7.1883612e-008, -0.766044438, 0.642787635, -6.93698077e-009, -0.642787635, -0.766044438)
  7521. w24.Part1 = p25
  7522. w24.C1 = CFrame.new(-2.69163629e-005, 1.59377503, 0.310250014, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7523. w25 = Instance.new("Weld", p25)
  7524. w25.Name = "Block_Weld"
  7525. w25.Part0 = p25
  7526. w25.C0 = CFrame.new(-2.69163629e-005, 1.59377503, 0.310250014, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7527. w25.Part1 = p26
  7528. w25.C1 = CFrame.new(-2.69902794e-005, 0.398795992, 0.428018987, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7529. w26 = Instance.new("Weld", p26)
  7530. w26.Name = "Block_Weld"
  7531. w26.Part0 = p26
  7532. w26.C0 = CFrame.new(-2.69902794e-005, 0.398795992, 0.428018987, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7533. w26.Part1 = p27
  7534. w26.C1 = CFrame.new(-2.69587144e-005, 0.835756719, 0.0972530842, 1, -5.87286522e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949752e-008, -0.965925872, -0.258819073)
  7535. w27 = Instance.new("Weld", p27)
  7536. w27.Name = "Circle_Weld"
  7537. w27.Part0 = p27
  7538. w27.C0 = CFrame.new(-2.69587144e-005, 0.835756719, 0.0972530842, 1, -5.87286522e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949752e-008, -0.965925872, -0.258819073)
  7539. w27.Part1 = p28
  7540. w27.C1 = CFrame.new(-2.69736647e-005, 0.523847997, 0.398797005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7541. w28 = Instance.new("Weld", p28)
  7542. w28.Name = "Block_Weld"
  7543. w28.Part0 = p28
  7544. w28.C0 = CFrame.new(-2.69736647e-005, 0.523847997, 0.398797005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7545. w28.Part1 = p29
  7546. w28.C1 = CFrame.new(-2.69856282e-005, -0.269396931, 1.4983108, 1, -1.85013231e-008, -5.47617596e-009, -1.48908761e-008, -0.920505881, 0.39072898, -1.22698536e-008, -0.390728921, -0.920505762)
  7547. w29 = Instance.new("Weld", p29)
  7548. w29.Name = "Block_Weld"
  7549. w29.Part0 = p29
  7550. w29.C0 = CFrame.new(-2.69856282e-005, -0.269396931, 1.4983108, 1, -1.85013231e-008, -5.47617596e-009, -1.48908761e-008, -0.920505881, 0.39072898, -1.22698536e-008, -0.390728921, -0.920505762)
  7551. w29.Part1 = p30
  7552. w29.C1 = CFrame.new(-2.69419597e-005, 1.38456392, -0.0497993827, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
  7553. w30 = Instance.new("Weld", p30)
  7554. w30.Name = "Block_Weld"
  7555. w30.Part0 = p30
  7556. w30.C0 = CFrame.new(-2.69419597e-005, 1.38456392, -0.0497993827, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
  7557. w30.Part1 = p31
  7558. w30.C1 = CFrame.new(2.69478169e-005, 0.342279971, -0.842677951, -1, 7.41767252e-008, 3.71994631e-008, -7.71366189e-008, -0.99619472, -0.0871560574, 3.05929575e-008, -0.0871560574, 0.99619472)
  7559. w31 = Instance.new("Weld", p31)
  7560. w31.Name = "Block_Weld"
  7561. w31.Part0 = p31
  7562. w31.C0 = CFrame.new(2.69478169e-005, 0.342279971, -0.842677951, -1, 7.41767252e-008, 3.71994631e-008, -7.71366189e-008, -0.99619472, -0.0871560574, 3.05929575e-008, -0.0871560574, 0.99619472)
  7563. w31.Part1 = p32
  7564. w31.C1 = CFrame.new(-2.69236225e-005, 1.26664269, 0.422248751, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
  7565. w32 = Instance.new("Weld", p32)
  7566. w32.Name = "Block_Weld"
  7567. w32.Part0 = p32
  7568. w32.C0 = CFrame.new(-2.69236225e-005, 1.26664269, 0.422248751, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
  7569. w32.Part1 = p33
  7570. w32.C1 = CFrame.new(-2.69888242e-005, 0.398795992, 0.693659008, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7571. w33 = Instance.new("Weld", p33)
  7572. w33.Name = "Block_Weld"
  7573. w33.Part0 = p33
  7574. w33.C0 = CFrame.new(-2.69888242e-005, 0.398795992, 0.693659008, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7575. w33.Part1 = p34
  7576. w33.C1 = CFrame.new(-2.6941103e-005, 0.98871398, 0.310249001, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7577. w34 = Instance.new("Weld", p34)
  7578. w34.Name = "Block_Weld"
  7579. w34.Part0 = p34
  7580. w34.C0 = CFrame.new(-2.6941103e-005, 0.98871398, 0.310249001, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7581. w34.Part1 = p35
  7582. w34.C1 = CFrame.new(-2.69199827e-005, 1.505234, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7583. w35 = Instance.new("Weld", p35)
  7584. w35.Name = "Block_Weld"
  7585. w35.Part0 = p35
  7586. w35.C0 = CFrame.new(-2.69199827e-005, 1.505234, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7587. w35.Part1 = p36
  7588. w35.C1 = CFrame.new(-2.70044802e-005, 0.310245991, -1.86679304, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7589. w36 = Instance.new("Weld", p36)
  7590. w36.Name = "Circle_Weld"
  7591. w36.Part0 = p36
  7592. w36.C0 = CFrame.new(-2.70044802e-005, 0.310245991, -1.86679304, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7593. w36.Part1 = p37
  7594. w36.C1 = CFrame.new(-2.69731972e-005, 0.523847997, 0.428321004, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7595. w37 = Instance.new("Weld", p37)
  7596. w37.Name = "Block_Weld"
  7597. w37.Part0 = p37
  7598. w37.C0 = CFrame.new(-2.69731972e-005, 0.523847997, 0.428321004, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7599. w37.Part1 = p38
  7600. w37.C1 = CFrame.new(-2.69113971e-005, 1.64542603, 0.358211011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7601. w38 = Instance.new("Weld", p38)
  7602. w38.Name = "Block_Weld"
  7603. w38.Part0 = p38
  7604. w38.C0 = CFrame.new(-2.69113971e-005, 1.64542603, 0.358211011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7605. w38.Part1 = p39
  7606. w38.C1 = CFrame.new(-2.69171051e-005, 1.64542603, 0.262297004, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7607. w39 = Instance.new("Weld", p39)
  7608. w39.Name = "Block_Weld"
  7609. w39.Part0 = p39
  7610. w39.C0 = CFrame.new(-2.69171051e-005, 1.64542603, 0.262297004, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7611. w39.Part1 = p40
  7612. w39.C1 = CFrame.new(-2.60786092e-005, -1.47300267, -1.1458329, 1, -2.72653097e-007, 4.60701557e-007, 2.62652719e-007, -0.50000006, -0.866025448, 4.66475342e-007, 0.866025448, -0.50000006)
  7613. w40 = Instance.new("Weld", p40)
  7614. w40.Name = "Block_Weld"
  7615. w40.Part0 = p40
  7616. w40.C0 = CFrame.new(-2.60786092e-005, -1.47300267, -1.1458329, 1, -2.72653097e-007, 4.60701557e-007, 2.62652719e-007, -0.50000006, -0.866025448, 4.66475342e-007, 0.866025448, -0.50000006)
  7617. w40.Part1 = p41
  7618. w40.C1 = CFrame.new(-2.70310993e-005, -0.393140078, -0.306183338, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
  7619. w41 = Instance.new("Weld", p41)
  7620. w41.Name = "Block_Weld"
  7621. w41.Part0 = p41
  7622. w41.C0 = CFrame.new(-2.70310993e-005, -0.393140078, -0.306183338, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
  7623. w41.Part1 = p42
  7624. w41.C1 = CFrame.new(-2.69543798e-005, 0.664047003, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7625. w42 = Instance.new("Weld", p42)
  7626. w42.Name = "Block_Weld"
  7627. w42.Part0 = p42
  7628. w42.C0 = CFrame.new(-2.69543798e-005, 0.664047003, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7629. w42.Part1 = p43
  7630. w42.C1 = CFrame.new(-2.69020748e-005, -0.731388211, 1.66569459, 1, -5.95262364e-008, 4.08903134e-008, 6.57224319e-008, 0.984807849, -0.173648149, -2.99324796e-008, 0.173648149, 0.984807849)
  7631. w43 = Instance.new("Weld", p43)
  7632. w43.Name = "Circle_Weld"
  7633. w43.Part0 = p43
  7634. w43.C0 = CFrame.new(-2.69020748e-005, -0.731388211, 1.66569459, 1, -5.95262364e-008, 4.08903134e-008, 6.57224319e-008, 0.984807849, -0.173648149, -2.99324796e-008, 0.173648149, 0.984807849)
  7635. w43.Part1 = p44
  7636. w43.C1 = CFrame.new(-2.69724242e-005, 0.641906977, 0.192185998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7637. w44 = Instance.new("Weld", p44)
  7638. w44.Name = "Block_Weld"
  7639. w44.Part0 = p44
  7640. w44.C0 = CFrame.new(-2.69724242e-005, 0.641906977, 0.192185998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7641. w44.Part1 = p45
  7642. w44.C1 = CFrame.new(-2.69912071e-005, -0.226573661, 0.151451379, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
  7643. w45 = Instance.new("Weld", p45)
  7644. w45.Name = "Block_Weld"
  7645. w45.Part0 = p45
  7646. w45.C0 = CFrame.new(-2.69912071e-005, -0.226573661, 0.151451379, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
  7647. w45.Part1 = p46
  7648. w45.C1 = CFrame.new(-2.69576976e-005, 0.582874, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7649. w46 = Instance.new("Weld", p46)
  7650. w46.Name = "Block_Weld"
  7651. w46.Part0 = p46
  7652. w46.C0 = CFrame.new(-2.69576976e-005, 0.582874, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7653. w46.Part1 = p47
  7654. w46.C1 = CFrame.new(-2.69175689e-005, 1.56426203, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7655. w47 = Instance.new("Weld", p47)
  7656. w47.Name = "Block_Weld"
  7657. w47.Part0 = p47
  7658. w47.C0 = CFrame.new(-2.69175689e-005, 1.56426203, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7659. w47.Part1 = p48
  7660. w47.C1 = CFrame.new(-2.69314914e-005, 0.970686257, 0.486187935, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
  7661. w48 = Instance.new("Weld", p48)
  7662. w48.Name = "Block_Weld"
  7663. w48.Part0 = p48
  7664. w48.C0 = CFrame.new(-2.69314914e-005, 0.970686257, 0.486187935, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
  7665. w48.Part1 = p49
  7666. w48.C1 = CFrame.new(-2.69465017e-005, 0.665479422, 0.432373643, 1, -5.83989532e-008, 4.8437073e-008, -3.75603655e-008, 0.173647717, 0.984807909, -6.5922741e-008, -0.984807909, 0.173647717)
  7667. w49 = Instance.new("Weld", p49)
  7668. w49.Name = "Block_Weld"
  7669. w49.Part0 = p49
  7670. w49.C0 = CFrame.new(-2.69465017e-005, 0.665479422, 0.432373643, 1, -5.83989532e-008, 4.8437073e-008, -3.75603655e-008, 0.173647717, 0.984807909, -6.5922741e-008, -0.984807909, 0.173647717)
  7671. w49.Part1 = p50
  7672. w49.C1 = CFrame.new(-2.69885404e-005, 0.14806518, 1.24538279, 1, -1.85012112e-008, -5.4760374e-009, -1.79535409e-008, -0.99619472, 0.0871557295, -7.06768599e-009, -0.0871557295, -0.99619472)
  7673. w50 = Instance.new("Weld", p50)
  7674. w50.Name = "Block_Weld"
  7675. w50.Part0 = p50
  7676. w50.C0 = CFrame.new(-2.69885404e-005, 0.14806518, 1.24538279, 1, -1.85012112e-008, -5.4760374e-009, -1.79535409e-008, -0.99619472, 0.0871557295, -7.06768599e-009, -0.0871557295, -0.99619472)
  7677. w50.Part1 = p51
  7678. w50.C1 = CFrame.new(-2.69190059e-005, 1.36955345, 0.431252241, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
  7679. w51 = Instance.new("Weld", p51)
  7680. w51.Name = "Block_Weld"
  7681. w51.Part0 = p51
  7682. w51.C0 = CFrame.new(-2.69190059e-005, 1.36955345, 0.431252241, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
  7683. w51.Part1 = p52
  7684. w51.C1 = CFrame.new(-2.69410284e-005, 1.11489654, 0.213892281, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
  7685. w52 = Instance.new("Weld", p52)
  7686. w52.Name = "Block_Weld"
  7687. w52.Part0 = p52
  7688. w52.C0 = CFrame.new(-2.69410284e-005, 1.11489654, 0.213892281, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
  7689. w52.Part1 = p53
  7690. w52.C1 = CFrame.new(-2.69027041e-005, -1.78324997, 0.608468652, 1, -5.95260872e-008, 4.08900078e-008, 6.51748309e-008, 0.500000119, -0.866025329, 3.11060901e-008, 0.866025329, 0.500000119)
  7691. w53 = Instance.new("Weld", p53)
  7692. w53.Name = "Circle_Weld"
  7693. w53.Part0 = p53
  7694. w53.C0 = CFrame.new(-2.69027041e-005, -1.78324997, 0.608468652, 1, -5.95260872e-008, 4.08900078e-008, 6.51748309e-008, 0.500000119, -0.866025329, 3.11060901e-008, 0.866025329, 0.500000119)
  7695. w53.Part1 = p54
  7696. w53.C1 = CFrame.new(-2.69764678e-005, 0.523845971, 0.221708998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7697. w54 = Instance.new("Weld", p54)
  7698. w54.Name = "Block_Weld"
  7699. w54.Part0 = p54
  7700. w54.C0 = CFrame.new(-2.69764678e-005, 0.523845971, 0.221708998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7701. w54.Part1 = p55
  7702. w54.C1 = CFrame.new(-2.69931879e-005, 0.398795009, -0.103249997, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7703. w55 = Instance.new("Weld", p55)
  7704. w55.Name = "Block_Weld"
  7705. w55.Part0 = p55
  7706. w55.C0 = CFrame.new(-2.69931879e-005, 0.398795009, -0.103249997, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7707. w55.Part1 = p56
  7708. w55.C1 = CFrame.new(-2.69973734e-005, 0.251215011, -0.368891001, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7709. w56 = Instance.new("Weld", p56)
  7710. w56.Name = "Block_Weld"
  7711. w56.Part0 = p56
  7712. w56.C0 = CFrame.new(-2.69973734e-005, 0.251215011, -0.368891001, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7713. w56.Part1 = p57
  7714. w56.C1 = CFrame.new(-2.69915545e-005, 0.251217991, 0.693656981, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7715. w57 = Instance.new("Weld", p57)
  7716. w57.Name = "Block_Weld"
  7717. w57.Part0 = p57
  7718. w57.C0 = CFrame.new(-2.69915545e-005, 0.251217991, 0.693656981, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7719. w57.Part1 = p58
  7720. w57.C1 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7721. w58 = Instance.new("Weld", p58)
  7722. w58.Name = "Block_Weld"
  7723. w58.Part0 = p58
  7724. w58.C0 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7725. w58.Part1 = p59
  7726. w58.C1 = CFrame.new(-2.70031469e-005, 0.310247988, -1.62329102, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7727. w59 = Instance.new("Weld", p59)
  7728. w59.Name = "Circle_Weld"
  7729. w59.Part0 = p59
  7730. w59.C0 = CFrame.new(-2.70031469e-005, 0.310247988, -1.62329102, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
  7731. w59.Part1 = p60
  7732. w59.C1 = CFrame.new(-2.69770535e-005, 0.523859024, 0.184808999, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7733. w60 = Instance.new("Weld", p60)
  7734. w60.Name = "Circle_Weld"
  7735. w60.Part0 = p60
  7736. w60.C0 = CFrame.new(-2.69770535e-005, 0.523859024, 0.184808999, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7737. w60.Part1 = p61
  7738. w60.C1 = CFrame.new(-2.69756147e-005, 0.582877994, 0.133154005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7739. w61 = Instance.new("Weld", p61)
  7740. w61.Name = "Block_Weld"
  7741. w61.Part0 = p61
  7742. w61.C0 = CFrame.new(-2.69756147e-005, 0.582877994, 0.133154005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7743. w61.Part1 = p62
  7744. w61.C1 = CFrame.new(-2.69474403e-005, 0.833757043, 0.310248882, 1, -5.95264495e-008, 4.08900434e-008, -4.08900505e-008, -1.49011626e-007, 1, -5.95264424e-008, -1, -1.49011626e-007)
  7745. w62 = Instance.new("Weld", p62)
  7746. w62.Name = "Block_Weld"
  7747. w62.Part0 = p62
  7748. w62.C0 = CFrame.new(-2.69474403e-005, 0.833757043, 0.310248882, 1, -5.95264495e-008, 4.08900434e-008, -4.08900505e-008, -1.49011626e-007, 1, -5.95264424e-008, -1, -1.49011626e-007)
  7749. w62.Part1 = p63
  7750. w62.C1 = CFrame.new(-2.69305474e-005, 1.11227143, 0.40874204, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
  7751. w63 = Instance.new("Weld", p63)
  7752. w63.Name = "Block_Weld"
  7753. w63.Part0 = p63
  7754. w63.C0 = CFrame.new(-2.69305474e-005, 1.11227143, 0.40874204, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
  7755. w63.Part1 = p64
  7756. w63.C1 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7757. w64 = Instance.new("Weld", p64)
  7758. w64.Name = "Block_Weld"
  7759. w64.Part0 = p64
  7760. w64.C0 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7761. w64.Part1 = p65
  7762. w64.C1 = CFrame.new(-2.69389948e-005, 0.818084598, 0.459285259, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
  7763. w65 = Instance.new("Weld", p65)
  7764. w65.Name = "Block_Weld"
  7765. w65.Part0 = p65
  7766. w65.C0 = CFrame.new(-2.69389948e-005, 0.818084598, 0.459285259, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
  7767. w65.Part1 = p66
  7768. w65.C1 = CFrame.new(-2.69857319e-005, 0.302294523, 1.25103426, 1, -1.85013569e-008, -5.47535173e-009, -1.79537469e-008, -0.99619472, 0.0871557295, -7.06701586e-009, -0.0871557295, -0.99619472)
  7769. w66 = Instance.new("Weld", p66)
  7770. w66.Name = "Block_Weld"
  7771. w66.Part0 = p66
  7772. w66.C0 = CFrame.new(-2.69857319e-005, 0.302294523, 1.25103426, 1, -1.85013569e-008, -5.47535173e-009, -1.79537469e-008, -0.99619472, 0.0871557295, -7.06701586e-009, -0.0871557295, -0.99619472)
  7773. w66.Part1 = p67
  7774. w66.C1 = CFrame.new(-2.69389129e-005, 1.48434854, -0.0765417814, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
  7775. w67 = Instance.new("Weld", p67)
  7776. w67.Name = "Block_Weld"
  7777. w67.Part0 = p67
  7778. w67.C0 = CFrame.new(-2.69389129e-005, 1.48434854, -0.0765417814, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
  7779. w67.Part1 = p68
  7780. w67.C1 = CFrame.new(-2.6994463e-005, 0.251219988, 0.162382007, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7781. w68 = Instance.new("Weld", p68)
  7782. w68.Name = "Block_Weld"
  7783. w68.Part0 = p68
  7784. w68.C0 = CFrame.new(-2.6994463e-005, 0.251219988, 0.162382007, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
  7785. w68.Part1 = p69
  7786. w68.C1 = CFrame.new(-2.6915759e-005, 1.60853398, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7787. w69 = Instance.new("Weld", p69)
  7788. w69.Name = "Circle_Weld"
  7789. w69.Part0 = p69
  7790. w69.C0 = CFrame.new(-2.6915759e-005, 1.60853398, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  7791. w69.Part1 = p70
  7792. w69.C1 = CFrame.new(-2.69686861e-005, 0.641901016, 0.42831701, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7793. w70 = Instance.new("Weld", p70)
  7794. w70.Name = "Wedge_Weld"
  7795. w70.Part0 = p70
  7796. w70.C0 = CFrame.new(-2.69686861e-005, 0.641901016, 0.42831701, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
  7797. w70.Part1 = p71
  7798. w70.C1 = CFrame.new(2.70324999e-005, -0.202880055, -0.363613576, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
  7799. w71 = Instance.new("Weld", p71)
  7800. w71.Name = "Wedge_Weld"
  7801. w71.Part0 = p71
  7802. w71.C0 = CFrame.new(2.70324999e-005, -0.202880055, -0.363613576, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
  7803. w71.Part1 = p72
  7804. w71.C1 = CFrame.new(-2.70432465e-005, -0.761507869, 0.349658668, 1, -5.04138598e-009, 5.66058631e-008, -5.68298475e-008, -0.087156117, 0.996194661, -8.86544171e-011, -0.996194661, -0.087156117)
  7805. w72 = Instance.new("Weld", p72)
  7806. w72.Name = "Wedge_Weld"
  7807. w72.Part0 = p72
  7808. w72.C0 = CFrame.new(-2.70432465e-005, -0.761507869, 0.349658668, 1, -5.04138598e-009, 5.66058631e-008, -5.68298475e-008, -0.087156117, 0.996194661, -8.86544171e-011, -0.996194661, -0.087156117)
  7809. w72.Part1 = p73
  7810. w72.C1 = CFrame.new(2.69606426e-005, -0.271123618, 0.159218371, -1, 1.20803122e-007, -5.03232513e-008, 8.86054821e-008, 0.342020035, -0.939692736, -9.6306259e-008, -0.939692736, -0.342020005)
  7811. w73 = Instance.new("Weld", p73)
  7812. w73.Name = "Wedge_Weld"
  7813. w73.Part0 = p73
  7814. w73.C0 = CFrame.new(2.69606426e-005, -0.271123618, 0.159218371, -1, 1.20803122e-007, -5.03232513e-008, 8.86054821e-008, 0.342020035, -0.939692736, -9.6306259e-008, -0.939692736, -0.342020005)
  7815. w73.Part1 = p74
  7816. w73.C1 = CFrame.new(-2.69467491e-005, 0.761504233, -0.342288256, 1, -8.45120525e-008, -3.81036713e-008, -3.05929326e-008, 0.087156117, -0.996194661, 8.75114239e-008, 0.996194661, 0.087156117)
  7817. w74 = Instance.new("Weld", p74)
  7818. w74.Name = "Wedge_Weld"
  7819. w74.Part0 = p74
  7820. w74.C0 = CFrame.new(-2.69467491e-005, 0.761504233, -0.342288256, 1, -8.45120525e-008, -3.81036713e-008, -3.05929326e-008, 0.087156117, -0.996194661, 8.75114239e-008, 0.996194661, 0.087156117)
  7821. w74.Part1 = p75
  7822. w74.C1 = CFrame.new(-2.70399814e-005, -0.477731556, -0.137090862, 1, 2.11481037e-008, -8.40774845e-008, -8.62400782e-008, 0.342020035, -0.939692736, 8.88346285e-009, 0.939692736, 0.342020005)
  7823. w75 = Instance.new("Weld", p75)
  7824. w75.Name = "Wedge_Weld"
  7825. w75.Part0 = p75
  7826. w75.C0 = CFrame.new(-2.70399814e-005, -0.477731556, -0.137090862, 1, 2.11481037e-008, -8.40774845e-008, -8.62400782e-008, 0.342020035, -0.939692736, 8.88346285e-009, 0.939692736, 0.342020005)
  7827. w75.Part1 = p76
  7828. w75.C1 = CFrame.new(2.70197816e-005, 0.254749686, -0.197051153, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
  7829. w76 = Instance.new("Weld", p76)
  7830. w76.Name = "Wedge_Weld"
  7831. w76.Part0 = p76
  7832. w76.C0 = CFrame.new(2.70197816e-005, 0.254749686, -0.197051153, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
  7833. w76.Part1 = p77
  7834. w76.C1 = CFrame.new(2.70364926e-005, 0.937081754, 0.462889194, -1, 1.19348783e-007, -5.94260889e-008, 8.8290939e-008, 0.258819073, -0.965925872, -9.99014702e-008, -0.965925872, -0.258819073)
  7835. w77 = Instance.new("Weld", p77)
  7836. w77.Name = "Wedge_Weld"
  7837. w77.Part0 = p77
  7838. w77.C0 = CFrame.new(2.70364926e-005, 0.937081754, 0.462889194, -1, 1.19348783e-007, -5.94260889e-008, 8.8290939e-008, 0.258819073, -0.965925872, -9.99014702e-008, -0.965925872, -0.258819073)
  7839. w77.Part1 = p78
  7840. w77.C1 = CFrame.new(2.69804386e-005, -0.254758716, 0.226571351, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
  7841. w78 = Instance.new("Weld", p78)
  7842. w78.Name = "Wedge_Weld"
  7843. w78.Part0 = p78
  7844. w78.C0 = CFrame.new(2.69804386e-005, -0.254758716, 0.226571351, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
  7845. w78.Part1 = p79
  7846. w78.C1 = CFrame.new(-2.69982065e-005, 0.0186245665, 0.256082684, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
  7847. w79 = Instance.new("Weld", p79)
  7848. w79.Name = "Wedge_Weld"
  7849. w79.Part0 = p79
  7850. w79.C0 = CFrame.new(-2.69982065e-005, 0.0186245665, 0.256082684, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
  7851. w79.Part1 = p80
  7852. w79.C1 = CFrame.new(2.69885841e-005, -1.4784987, 0.418512583, -1, 3.25942331e-008, 2.24966534e-009, 1.58138018e-008, 0.422618091, 0.906307936, 2.85896622e-008, 0.906307936, -0.422618091)
  7853. w80 = Instance.new("Weld", p80)
  7854. w80.Name = "Wedge_Weld"
  7855. w80.Part0 = p80
  7856. w80.C0 = CFrame.new(2.69885841e-005, -1.4784987, 0.418512583, -1, 3.25942331e-008, 2.24966534e-009, 1.58138018e-008, 0.422618091, 0.906307936, 2.85896622e-008, 0.906307936, -0.422618091)
  7857. w80.Part1 = p81
  7858. w80.C1 = CFrame.new(-2.7005879e-005, -0.0944784805, -0.255385041, 1, 2.11480753e-008, -8.40774845e-008, -8.6240064e-008, 0.342019796, -0.939692736, 8.88347085e-009, 0.939692736, 0.342019796)
  7859. w81 = Instance.new("Weld", p81)
  7860. w81.Name = "Wedge_Weld"
  7861. w81.Part0 = p81
  7862. w81.C0 = CFrame.new(-2.7005879e-005, -0.0944784805, -0.255385041, 1, 2.11480753e-008, -8.40774845e-008, -8.6240064e-008, 0.342019796, -0.939692736, 8.88347085e-009, 0.939692736, 0.342019796)
  7863. w81.Part1 = p82
  7864. w81.C1 = CFrame.new(-2.71884655e-005, -1.54931295, -1.43853581, 1, -1.29495401e-008, 1.0679166e-007, -2.43563569e-008, 0.939692497, 0.342020541, -1.04780334e-007, -0.342020512, 0.939692497)
  7865. w82 = Instance.new("Weld", p82)
  7866. w82.Name = "Wedge_Weld"
  7867. w82.Part0 = p82
  7868. w82.C0 = CFrame.new(-2.71884655e-005, -1.54931295, -1.43853581, 1, -1.29495401e-008, 1.0679166e-007, -2.43563569e-008, 0.939692497, 0.342020541, -1.04780334e-007, -0.342020512, 0.939692497)
  7869. w82.Part1 = p83
  7870. w82.C1 = CFrame.new(2.70665932e-005, -1.66921949, 1.49424386, -1, -1.69508478e-008, -2.46411371e-008, -2.43563605e-008, 0.939692497, 0.342020541, 1.73575518e-008, 0.342020512, -0.939692497)
  7871. w83 = Instance.new("Weld", p83)
  7872. w83.Name = "Wedge_Weld"
  7873. w83.Part0 = p83
  7874. w83.C0 = CFrame.new(2.70665932e-005, -1.66921949, 1.49424386, -1, -1.69508478e-008, -2.46411371e-008, -2.43563605e-008, 0.939692497, 0.342020541, 1.73575518e-008, 0.342020512, -0.939692497)
  7875. w83.Part1 = p84
  7876. w83.C1 = CFrame.new(2.69976008e-005, -0.112124957, -0.284901589, -1, 8.75223805e-009, 1.92694216e-009, -1.18270493e-009, -0.342019796, 0.939692736, 8.8834673e-009, 0.939692736, 0.342019796)
  7877. w84 = Instance.new("Weld", p84)
  7878. w84.Name = "Wedge_Weld"
  7879. w84.Part0 = p84
  7880. w84.C0 = CFrame.new(2.69976008e-005, -0.112124957, -0.284901589, -1, 8.75223805e-009, 1.92694216e-009, -1.18270493e-009, -0.342019796, 0.939692736, 8.8834673e-009, 0.939692736, 0.342019796)
  7881. w84.Part1 = p85
  7882. w84.C1 = CFrame.new(2.7052507e-005, -1.59177017, 0.872617722, -1, -1.1669739e-008, -2.68784888e-008, -2.76164496e-008, 0.681996524, 0.731355488, 9.79630865e-009, 0.731355488, -0.681996524)
  7883. w85 = Instance.new("Weld", p85)
  7884. w85.Name = "Wedge_Weld"
  7885. w85.Part0 = p85
  7886. w85.C0 = CFrame.new(2.7052507e-005, -1.59177017, 0.872617722, -1, -1.1669739e-008, -2.68784888e-008, -2.76164496e-008, 0.681996524, 0.731355488, 9.79630865e-009, 0.731355488, -0.681996524)
  7887. w85.Part1 = p86
  7888. w85.C1 = CFrame.new(2.69951215e-005, -1.03299725, -0.462896198, -1, 1.22781962e-008, 2.39114684e-009, -8.68160988e-010, -0.258819073, 0.965925872, 1.24787025e-008, 0.965925872, 0.258819073)
  7889. w86 = Instance.new("Weld", p86)
  7890. w86.Name = "Wedge_Weld"
  7891. w86.Part0 = p86
  7892. w86.C0 = CFrame.new(2.69951215e-005, -1.03299725, -0.462896198, -1, 1.22781962e-008, 2.39114684e-009, -8.68160988e-010, -0.258819073, 0.965925872, 1.24787025e-008, 0.965925872, 0.258819073)
  7893. w86.Part1 = p87
  7894. w86.C1 = CFrame.new(2.70135206e-005, 0.143849969, 0.34147498, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
  7895. w87 = Instance.new("Weld", p87)
  7896. w87.Name = "Wedge_Weld"
  7897. w87.Part0 = p87
  7898. w87.C0 = CFrame.new(2.70135206e-005, 0.143849969, 0.34147498, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
  7899. w87.Part1 = p88
  7900. w87.C1 = CFrame.new(2.70302153e-005, 0.342700183, 0.434671164, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
  7901. w88 = Instance.new("Weld", p88)
  7902. w88.Name = "Wedge_Weld"
  7903. w88.Part0 = p88
  7904. w88.C0 = CFrame.new(2.70302153e-005, 0.342700183, 0.434671164, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
  7905. w88.Part1 = p89
  7906. w88.C1 = CFrame.new(2.69984048e-005, 0.153062999, -0.159228027, -1, 8.75223449e-009, 1.92694394e-009, -1.18270438e-009, -0.342020035, 0.939692736, 8.88346463e-009, 0.939692736, 0.342020005)
  7907. w89 = Instance.new("Weld", p89)
  7908. w89.Name = "Wedge_Weld"
  7909. w89.Part0 = p89
  7910. w89.C0 = CFrame.new(2.69984048e-005, 0.153062999, -0.159228027, -1, 8.75223449e-009, 1.92694394e-009, -1.18270438e-009, -0.342020035, 0.939692736, 8.88346463e-009, 0.939692736, 0.342020005)
  7911. w89.Part1 = p90
  7912. w89.C1 = CFrame.new(-2.69485572e-005, 0.70247668, -0.342276633, 1, -8.45120454e-008, -3.81036642e-008, -3.05929255e-008, 0.087156117, -0.996194661, 8.75114168e-008, 0.996194661, 0.087156117)
  7913. w90 = Instance.new("Weld", p90)
  7914. w90.Name = "Wedge_Weld"
  7915. w90.Part0 = p90
  7916. w90.C0 = CFrame.new(-2.69485572e-005, 0.70247668, -0.342276633, 1, -8.45120454e-008, -3.81036642e-008, -3.05929255e-008, 0.087156117, -0.996194661, 8.75114168e-008, 0.996194661, 0.087156117)
  7917. w90.Part1 = p91
  7918. w90.C1 = CFrame.new(2.7285816e-005, 1.91944361, -0.662942171, -1, -1.69507981e-008, -1.48275618e-007, 1.16832759e-007, -0.707106471, -0.707107067, -9.28606312e-008, -0.707107067, 0.707106471)
  7919. w91 = Instance.new("Weld", p91)
  7920. w91.Name = "Wedge_Weld"
  7921. w91.Part0 = p91
  7922. w91.C0 = CFrame.new(2.7285816e-005, 1.91944361, -0.662942171, -1, -1.69507981e-008, -1.48275618e-007, 1.16832759e-007, -0.707106471, -0.707107067, -9.28606312e-008, -0.707107067, 0.707106471)
  7923. w91.Part1 = p92
  7924. w91.C1 = CFrame.new(2.69954071e-005, -0.937081456, -0.433368206, -1, 1.22781891e-008, 2.39114151e-009, -8.68164096e-010, -0.258819073, 0.965925872, 1.24786936e-008, 0.965925872, 0.258819073)
  7925. w92 = Instance.new("Weld", p92)
  7926. w92.Name = "Wedge_Weld"
  7927. w92.Part0 = p92
  7928. w92.C0 = CFrame.new(2.69954071e-005, -0.937081456, -0.433368206, -1, 1.22781891e-008, 2.39114151e-009, -8.68164096e-010, -0.258819073, 0.965925872, 1.24786936e-008, 0.965925872, 0.258819073)
  7929. w92.Part1 = p93
  7930. w92.C1 = CFrame.new(-2.69051961e-005, 0.999799907, -0.238821417, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
  7931. w93 = Instance.new("Weld", p93)
  7932. w93.Name = "Wedge_Weld"
  7933. w93.Part0 = p93
  7934. w93.C0 = CFrame.new(-2.69051961e-005, 0.999799907, -0.238821417, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
  7935. w93.Part1 = p94
  7936. w93.C1 = CFrame.new(2.69796546e-005, 0.112124898, 0.314417601, -1, 1.20803122e-007, -5.03232727e-008, 8.8605475e-008, 0.342019796, -0.939692736, -9.6306259e-008, -0.939692736, -0.342019796)
  7937. w94 = Instance.new("Weld", p94)
  7938. w94.Name = "Wedge_Weld"
  7939. w94.Part0 = p94
  7940. w94.C0 = CFrame.new(2.69796546e-005, 0.112124898, 0.314417601, -1, 1.20803122e-007, -5.03232727e-008, 8.8605475e-008, 0.342019796, -0.939692736, -9.6306259e-008, -0.939692736, -0.342019796)
  7941. w94.Part1 = p95
  7942. w94.C1 = CFrame.new(2.70609289e-005, -1.92461061, 0.795396745, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
  7943. w95 = Instance.new("Weld", p95)
  7944. w95.Name = "Wedge_Weld"
  7945. w95.Part0 = p95
  7946. w95.C0 = CFrame.new(2.70609289e-005, -1.92461061, 0.795396745, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
  7947. w95.Part1 = p96
  7948. w95.C1 = CFrame.new(2.70452038e-005, -1.2757566, 0.127234697, -1, 1.58094302e-008, -3.83180883e-008, -3.29206458e-008, 0.258819193, 0.965925872, 2.51881946e-008, 0.965925872, -0.258819193)
  7949. w96 = Instance.new("Weld", p96)
  7950. w96.Name = "Wedge_Weld"
  7951. w96.Part0 = p96
  7952. w96.C0 = CFrame.new(2.70452038e-005, -1.2757566, 0.127234697, -1, 1.58094302e-008, -3.83180883e-008, -3.29206458e-008, 0.258819193, 0.965925872, 2.51881946e-008, 0.965925872, -0.258819193)
  7953. w96.Part1 = p97
  7954. w96.C1 = CFrame.new(2.69985267e-005, 0.271121085, -0.129704311, -1, 8.75223449e-009, 1.92694216e-009, -1.18270604e-009, -0.342020035, 0.939692736, 8.88346374e-009, 0.939692736, 0.342020005)
  7955. w97 = Instance.new("Weld", p97)
  7956. w97.Name = "Wedge_Weld"
  7957. w97.Part0 = p97
  7958. w97.C0 = CFrame.new(2.69985267e-005, 0.271121085, -0.129704311, -1, 8.75223449e-009, 1.92694216e-009, -1.18270604e-009, -0.342020035, 0.939692736, 8.88346374e-009, 0.939692736, 0.342020005)
  7959. w97.Part1 = p98
  7960. w97.C1 = CFrame.new(-2.7119062e-005, -0.689512253, 0.493685782, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
  7961. w98 = Instance.new("Weld", p98)
  7962. w98.Name = "Wedge_Weld"
  7963. w98.Part0 = p98
  7964. w98.C0 = CFrame.new(-2.7119062e-005, -0.689512253, 0.493685782, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
  7965. w98.Part1 = p99
  7966. w98.C1 = CFrame.new(2.70467608e-005, -1.34953368, -0.0207269192, -1, 1.58180704e-008, -3.83196088e-008, -3.49906735e-008, 0.173648149, 0.984807849, 2.22318892e-008, 0.984807849, -0.173648149)
  7967. w99 = Instance.new("Weld", p99)
  7968. w99.Name = "Wedge_Weld"
  7969. w99.Part0 = p99
  7970. w99.C0 = CFrame.new(2.70467608e-005, -1.34953368, -0.0207269192, -1, 1.58180704e-008, -3.83196088e-008, -3.49906735e-008, 0.173648149, 0.984807849, 2.22318892e-008, 0.984807849, -0.173648149)
  7971. w99.Part1 = p100
  7972. w99.C1 = CFrame.new(2.68453441e-005, -1.05666494, -0.342283309, -1, 7.68926398e-008, 1.25193765e-007, 1.18015699e-007, -0.087156117, 0.996194661, 8.75114381e-008, 0.996194661, 0.087156117)
  7973. w100 = Instance.new("Weld", p100)
  7974. w100.Name = "Wedge_Weld"
  7975. w100.Part0 = p100
  7976. w100.C0 = CFrame.new(2.68453441e-005, -1.05666494, -0.342283309, -1, 7.68926398e-008, 1.25193765e-007, 1.18015699e-007, -0.087156117, 0.996194661, 8.75114381e-008, 0.996194661, 0.087156117)
  7977. w100.Part1 = p101
  7978. w100.C1 = CFrame.new(2.70382643e-005, 0.438632488, 0.478940666, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
  7979. w101 = Instance.new("Weld", p101)
  7980. w101.Name = "Wedge_Weld"
  7981. w101.Part0 = p101
  7982. w101.C0 = CFrame.new(2.70382643e-005, 0.438632488, 0.478940666, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
  7983. w101.Part1 = p102
  7984. w101.C1 = CFrame.new(2.69711491e-005, -0.365431041, 0.17490752, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
  7985. w102 = Instance.new("Weld", p102)
  7986. w102.Name = "Wedge_Weld"
  7987. w102.Part0 = p102
  7988. w102.C0 = CFrame.new(2.69711491e-005, -0.365431041, 0.17490752, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
  7989. w102.Part1 = p103
  7990. w102.C1 = CFrame.new(-2.69383909e-005, 0.649306595, -0.433368623, 1, 1.03484936e-008, -8.68350583e-008, -8.65546141e-008, 0.258819073, -0.965925872, 1.24786919e-008, 0.965925872, 0.258819073)
  7991. w103 = Instance.new("Weld", p103)
  7992. w103.Name = "Wedge_Weld"
  7993. w103.Part0 = p103
  7994. w103.C0 = CFrame.new(-2.69383909e-005, 0.649306595, -0.433368623, 1, 1.03484936e-008, -8.68350583e-008, -8.65546141e-008, 0.258819073, -0.965925872, 1.24786919e-008, 0.965925872, 0.258819073)
  7995. w103.Part1 = p104
  7996. w103.C1 = CFrame.new(-2.70762976e-005, -0.43900317, 0.407888472, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
  7997. w104 = Instance.new("Weld", p104)
  7998. w104.Name = "Wedge_Weld"
  7999. w104.Part0 = p104
  8000. w104.C0 = CFrame.new(-2.70762976e-005, -0.43900317, 0.407888472, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
  8001. w104.Part1 = p105
  8002. w104.C1 = CFrame.new(2.70607179e-005, -1.92829955, 0.736725867, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
  8003. w105 = Instance.new("Weld", p105)
  8004. w105.Name = "Wedge_Weld"
  8005. w105.Part0 = p105
  8006. w105.C0 = CFrame.new(2.70607179e-005, -1.92829955, 0.736725867, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
  8007. w105.Part1 = p106
  8008. w105.C1 = CFrame.new(2.70186029e-005, 0.202881783, 0.393133432, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
  8009. w106 = Instance.new("Weld", p106)
  8010. w106.Name = "Wedge_Weld"
  8011. w106.Part0 = p106
  8012. w106.C0 = CFrame.new(2.70186029e-005, 0.202881783, 0.393133432, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
  8013. w106.Part1 = p107
  8014. w106.C1 = CFrame.new(-2.68938547e-005, 1.13999891, -0.187172472, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
  8015. w107 = Instance.new("Weld", p107)
  8016. w107.Name = "Wedge_Weld"
  8017. w107.Part0 = p107
  8018. w107.C0 = CFrame.new(-2.68938547e-005, 1.13999891, -0.187172472, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
  8019. w107.Part1 = p108
  8020. w107.C1 = CFrame.new(-2.70357887e-005, 1.01832795, -0.147913992, 1, -2.1171159e-008, 3.82198948e-008, 3.82198948e-008, 7.52150727e-023, -1, 2.1171159e-008, 1, 8.09159563e-016)
  8021. w108 = Instance.new("Weld", p108)
  8022. w108.Name = "Wedge_Weld"
  8023. w108.Part0 = p108
  8024. w108.C0 = CFrame.new(-2.70357887e-005, 1.01832795, -0.147913992, 1, -2.1171159e-008, 3.82198948e-008, 3.82198948e-008, 7.52150727e-023, -1, 2.1171159e-008, 1, 8.09159563e-016)
  8025. w108.Part1 = p109
  8026. w108.C1 = CFrame.new(2.6997488e-005, -0.237563431, -0.314412773, -1, 8.75224337e-009, 1.92694216e-009, -1.18270693e-009, -0.342019796, 0.939692736, 8.88347174e-009, 0.939692736, 0.342019796)
  8027. w109 = Instance.new("Weld", p109)
  8028. w109.Name = "Wedge_Weld"
  8029. w109.Part0 = p109
  8030. w109.C0 = CFrame.new(2.6997488e-005, -0.237563431, -0.314412773, -1, 8.75224337e-009, 1.92694216e-009, -1.18270693e-009, -0.342019796, 0.939692736, 8.88347174e-009, 0.939692736, 0.342019796)
  8031. w109.Part1 = p110
  8032. w109.C1 = CFrame.new(2.70390519e-005, -0.43863076, -0.44942081, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
  8033. w110 = Instance.new("Weld", p110)
  8034. w110.Name = "Hitbox_Weld"
  8035. w110.Part0 = p110
  8036. w110.C0 = CFrame.new(2.7, -0.44, -0.6, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
  8037. w110.Part1 = p111
  8038. w110.C1 = CFrame.new(-2.7, -0.68, 0.61, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
  8039. m8.Parent = rarm
  8040. m8:MakeJoints()
  8041. ----------------------------------------------------
  8042. local cor8 = Instance.new("Part", rarm.Zyrodoxa)
  8043. cor8.Name = "Thingy"
  8044. cor8.Locked = true
  8045. cor8.BottomSurface = 0
  8046. cor8.CanCollide = false
  8047. cor8.Size = Vector3.new(1, 1, 1)
  8048. cor8.Transparency = 1
  8049. cor8.TopSurface = 0
  8050. corw8 = Instance.new("Weld", cor8)
  8051. corw8.Part0 = rarm
  8052. corw8.Part1 = cor8
  8053. corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
  8054. corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  8055. weld8 = Instance.new("Weld", rarm.Zyrodoxa)
  8056. weld8.Part0 = cor8
  8057. weld8.Part1 = rarm.Zyrodoxa.Handle
  8058. weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  8059. Amulite = Instance.new("PointLight",m7.Center)
  8060. Amulite.Brightness = 0
  8061. Amulite.Color = Color3.new(0,1,0)
  8062. ----------------------------------------------------
  8063. models = {m,m2,m3,m4,m5,m6,m7,m8}
  8064. parts = {}
  8065. Stepped:connect(function()
  8066. for i,v in pairs(models) do
  8067. for _, a in pairs(v:GetChildren()) do
  8068. if v:IsA("Part") and v.Name ~= "Thingy" then
  8069. table.insert(parts, a)
  8070. for i,v in pairs(parts) do
  8071. v.CanCollide = false
  8072. end
  8073. end
  8074. end
  8075. end
  8076. end)
  8077. ----------------------------------------------------
  8078. local animpose = "Idle1"
  8079. local lastanimpose = "Idle1"
  8080. local grab = false
  8081. local Smooth = 1
  8082. local sine = 0
  8083. local change = 1
  8084. local val = 0
  8085. local ffing = false
  8086. ----------------------------------------------------
  8087. --[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
  8088.  
  8089. function FindHumanoids()
  8090. local function c_region(Position, Size)
  8091. local SizeOffset = Size/2
  8092. local Point1 = Position - SizeOffset
  8093. local Point2 = Position + SizeOffset
  8094. local a = Instance.new("Part", workspace)
  8095. a.Anchored = true
  8096. a.Size = Size
  8097. a.Position = Position
  8098. print("Hey!, I'm making a part!")
  8099. return Region3.new(Point1, Point2)
  8100. end
  8101.  
  8102. local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8103. local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8104. local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8105. local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8106.  
  8107. local regions = {a, b, c, d}
  8108.  
  8109. local found_humanoids = {}
  8110. local already_found = {char.Name}
  8111.  
  8112. for _, region in pairs(regions) do
  8113. for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
  8114. print(part, part.Parent, part.Name) ---nope
  8115. if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  8116. local humanoid = part.Parent:FindFirstChild("Humanoid")
  8117. local name = humanoid.Parent.Name
  8118. local exists = false
  8119. for _, n in pairs(already_found) do
  8120. if n == name then
  8121. exists = true
  8122. end
  8123. end
  8124. if not exists then
  8125. table.insert(already_found, name)
  8126. table.insert(found_humanoids, humanoid)
  8127. end
  8128. elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  8129. local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  8130. local name = humanoid.Parent.Parent.Name
  8131. local exists = false
  8132. for _, n in pairs(already_found) do
  8133. if n == name then
  8134. exists = true
  8135. end
  8136. end
  8137. if not exists then
  8138. table.insert(already_found, name)
  8139. table.insert(found_humanoids, humanoid)
  8140. end
  8141. end
  8142. end
  8143. end
  8144. return found_humanoids
  8145. end
  8146.  
  8147. local humanoids = FindHumanoids()
  8148. if #humanoids == 0 then
  8149. for i, v in pairs(humanoids) do
  8150. print(v.Parent.Name)
  8151. if Debounces.Slashing == true then
  8152. v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
  8153. elseif Debounces.Slashing == false then
  8154. wait()
  8155. end
  8156. end
  8157. wait(0.3)
  8158. end]]--
  8159. ----------------------------------------------------
  8160. --[[mouse.KeyDown:connect(function(key)
  8161. if key == "f" then
  8162. if Debounces.CanAttack == true then
  8163. Debounces.CanAttack = false
  8164. Debounces.NoIdl = true
  8165. Debounces.on = true
  8166. for i = 1, 20 do
  8167. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8168. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8169. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
  8170. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8171. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8172. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8173. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8174. 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)
  8175. 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)
  8176. 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)
  8177. 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)
  8178. 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)
  8179. 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)
  8180. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
  8181. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
  8182. 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)
  8183. 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)
  8184. 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)
  8185. 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)
  8186. if Debounces.on == false then
  8187. break
  8188. end
  8189. fat.Event:wait()
  8190. end
  8191. end
  8192. end
  8193. end)]]--
  8194. ----------------------------------------------------
  8195. mod4 = Instance.new("Model",char)
  8196.  
  8197. ptez = {0.7, 0.8, 0.9, 1}
  8198.  
  8199. function FindNearestTorso(Position,Distance,SinglePlayer)
  8200. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  8201. local List = {}
  8202. for i,v in pairs(workspace:GetChildren())do
  8203. if v:IsA("Model")then
  8204. if v:findFirstChild("Torso")then
  8205. if v ~= char then
  8206. if(v.Torso.Position -Position).magnitude <= Distance then
  8207. table.insert(List,v)
  8208. end
  8209. end
  8210. end
  8211. end
  8212. end
  8213. return List
  8214. end
  8215.  
  8216. function Slam()
  8217. local part=Instance.new('Part',mod4)
  8218. part.Anchored=true
  8219. part.CanCollide=false
  8220. part.FormFactor='Custom'
  8221. part.Size=Vector3.new(.2,.2,.2)
  8222. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  8223. part.Transparency=.7
  8224. part.BrickColor=BrickColor.new('Really black')
  8225. mesh=Instance.new('SpecialMesh',part)
  8226. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  8227. mesh.Scale=Vector3.new(3,3,3)
  8228. local part2=Instance.new('Part',mod4)
  8229. part2.Anchored=true
  8230. part2.CanCollide=false
  8231. part2.FormFactor='Custom'
  8232. part2.Size=Vector3.new(.2,.2,.2)
  8233. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  8234. part2.Transparency=.7
  8235. part2.BrickColor=BrickColor.new('Lime green')
  8236. mesh2=Instance.new('SpecialMesh',part2)
  8237. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  8238. mesh2.Scale=Vector3.new(3,1.5,3)
  8239. x = Instance.new("Sound",larm)
  8240. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  8241. x.Pitch = ptez[math.random(1,#ptez)]
  8242. x.Volume = 1
  8243. wait(.1)
  8244. x1 = Instance.new("Sound",larm)
  8245. x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
  8246. x1.Pitch = ptez[math.random(1,#ptez)]
  8247. x1.Volume = 1
  8248. wait(.1)
  8249. x:Play()
  8250. x1:Play()
  8251. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  8252. if v:FindFirstChild('Humanoid') then
  8253. v.Humanoid:TakeDamage(math.random(30,45))
  8254. end
  8255. end
  8256. coroutine.resume(coroutine.create(function()
  8257. for i=0,0.62,0.13 do
  8258. wait()
  8259. part.CFrame=part.CFrame
  8260. part.Transparency=i
  8261. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  8262. part2.CFrame=part2.CFrame
  8263. part2.Transparency=i
  8264. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  8265. end
  8266. part.Parent=nil
  8267. part2.Parent=nil
  8268. x:Destroy()
  8269. end))
  8270. end
  8271. ----------------------------------------------------
  8272. wPart = function(x,y,z,color,tr,cc,an,parent)
  8273. local wp = Instance.new('WedgePart',parent or Weapon)
  8274. wp.formFactor = 'Custom'
  8275. wp.Size = Vector3.new(x,y,z)
  8276. wp.BrickColor = BrickColor.new(color)
  8277. wp.CanCollide = cc
  8278. wp.Transparency = tr
  8279. wp.Anchored = an
  8280. wp.TopSurface,wp.BottomSurface = 0,0
  8281. return wp
  8282. end
  8283.  
  8284. Mesh = function(par,num,x,y,z)
  8285. local msh = _
  8286. if num == 1 then
  8287. msh = Instance.new("CylinderMesh",par)
  8288. elseif num == 2 then
  8289. msh = Instance.new("SpecialMesh",par)
  8290. msh.MeshType = 3
  8291. elseif num == 3 then
  8292. msh = Instance.new("BlockMesh",par)
  8293. elseif num == 4 then
  8294. msh = Instance.new("SpecialMesh",par)
  8295. msh.MeshType = "Torso"
  8296. elseif type(num) == 'string' then
  8297. msh = Instance.new("SpecialMesh",par)
  8298. msh.MeshId = num
  8299. end
  8300. msh.Scale = Vector3.new(x,y,z)
  8301. return msh
  8302. end
  8303.  
  8304. local function CFrameFromTopBack(at, top, back)
  8305. local right = top:Cross(back)
  8306. return CFrame.new(at.x, at.y, at.z,
  8307. right.x, top.x, back.x,
  8308. right.y, top.y, back.y,
  8309. right.z, top.z, back.z)
  8310. end
  8311.  
  8312. function Triangle(a, b, c)
  8313. local edg1 = (c-a):Dot((b-a).unit)
  8314. local edg2 = (a-b):Dot((c-b).unit)
  8315. local edg3 = (b-c):Dot((a-c).unit)
  8316. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  8317. a, b, c = a, b, c
  8318. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  8319. a, b, c = b, c, a
  8320. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  8321. a, b, c = c, a, b
  8322. else
  8323. print("unreachable")
  8324. end
  8325. local len1 = (c-a):Dot((b-a).unit)
  8326. local len2 = (b-a).magnitude - len1
  8327. local width = (a + (b-a).unit*len1 - c).magnitude
  8328. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  8329. local list = {}
  8330. if len1 > 0.01 then
  8331. local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  8332. local sz = Vector3.new(0.2, width, len1)
  8333. w1.Size = sz
  8334. local sp = Mesh(w1,2,0,0,0)
  8335. sp.MeshType='Wedge'
  8336. sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
  8337. w1:BreakJoints()
  8338. w1.Anchored = true
  8339. w1.Transparency = 0.7
  8340. Spawn(function()
  8341. for i=0,1,0.1 do
  8342. fat.Event:wait()
  8343. w1.Transparency=w1.Transparency+0.03
  8344. end
  8345. end)
  8346. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  8347. table.insert(list,w1)
  8348. end
  8349. if len2 > 0.01 then
  8350. local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  8351. local sz = Vector3.new(0.2, width, len2)
  8352. w2.Size = sz
  8353. local sp = Mesh(w2,2,0,0,0)
  8354. sp.MeshType='Wedge'
  8355. sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
  8356. w2:BreakJoints()
  8357. w2.Anchored = true
  8358. w2.Transparency = 0.7
  8359. Spawn(function()
  8360. for i=0,1,0.1 do
  8361. fat.Event:wait()
  8362. w2.Transparency=w2.Transparency+0.03
  8363. end
  8364. end)
  8365. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  8366. table.insert(list,w2)
  8367. end
  8368. return unpack(list)
  8369. end
  8370.  
  8371. function trail(p,t,h)
  8372. Spawn(function()
  8373. local blcf = p.CFrame
  8374. local scfr = blcf
  8375. for i=1,t do
  8376. local blcf = p.CFrame
  8377. if scfr and (p.Position-scfr.p).magnitude > .1 then
  8378. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  8379. if a then game.Debris:AddItem(a,1) end
  8380. if b then game.Debris:AddItem(b,1) end
  8381. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  8382. if a then game.Debris:AddItem(a,1) end
  8383. if b then game.Debris:AddItem(b,1) end
  8384. scfr = blcf
  8385. elseif not scfr then
  8386. scfr = blcf
  8387. end
  8388. fat.Event:wait()
  8389. end
  8390. scfr=nil
  8391. end)
  8392. end
  8393. --trail(char.Sword.Blade,1e1000,5)
  8394. ----------------------------------------------------
  8395. function Dmg()
  8396. local partofdeath = rarm.Zyrodoxa.Hitbox
  8397. local function CreateRegion3FromLocAndSize(Position, Size)
  8398. local SizeOffset = Size/2
  8399. local Point1 = Position - SizeOffset
  8400. local Point2 = Position + SizeOffset
  8401. return Region3.new(Point1, Point2)
  8402. end
  8403. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  8404. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  8405. Spawn(function()
  8406. if Debounces.Slashing == true and Debounces.Slashed == false then
  8407. Debounces.Slashed = true
  8408. ypcall(function()
  8409. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  8410. humanoid:TakeDamage(math.random(10,18))
  8411. end)
  8412. wait(.4)
  8413. Debounces.Slashed = false
  8414. end
  8415. end)
  8416. end
  8417. end
  8418. ----------------------------------------------------
  8419. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  8420. ptz = {0.7, 0.8, 0.9, 1}
  8421. idz = {"161006212", "161006195"}
  8422. function attackone()
  8423. for i = 1, 13 do
  8424. 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)
  8425. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
  8426. 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)
  8427. 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)
  8428. 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)
  8429. 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)
  8430. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  8431. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  8432. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  8433. 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)
  8434. 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)
  8435. 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)
  8436. 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)
  8437. 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)
  8438. if Debounces.on == false then
  8439. break
  8440. end
  8441. fat.Event:wait()
  8442. end
  8443. trail(rarm.Zyrodoxa.Hitbox,20,2)
  8444. Debounces.Slashing = true
  8445. wait(0.2)
  8446. --[[z = Instance.new("Sound", hed)
  8447. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  8448. z.Pitch = ptz[math.random(1,#ptz)]
  8449. z.Volume = 1
  8450. wait(.01)
  8451. z:Play()]]--
  8452. for i = 1, 14 do
  8453. Dmg()
  8454. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
  8455. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
  8456. 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)
  8457. 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)
  8458. 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)
  8459. 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)
  8460. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  8461. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8462. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  8463. 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)
  8464. 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)
  8465. 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)
  8466. 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)
  8467. 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)
  8468. if Debounces.on == false then break end
  8469. rs:wait()
  8470. end
  8471. Debounces.Slashing = false
  8472. end
  8473. function attacktwo()
  8474. Debounces.Slashing = true
  8475. for i = 1, 14 do
  8476. Dmg()
  8477. corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
  8478. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
  8479. 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)
  8480. 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)
  8481. 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)
  8482. 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)
  8483. 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)
  8484. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8485. 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)
  8486. 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)
  8487. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  8488. 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)
  8489. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  8490. 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)
  8491. if Debounces.on == false then
  8492. break
  8493. end
  8494. rs:wait()
  8495. end
  8496. end
  8497. ----------------------------------------------------
  8498. ComboNum = 0
  8499. mouse.Button1Down:connect(function()
  8500. if Debounces.CanAttack == true then
  8501. Debounces.CanAttack = false
  8502. Debounces.NoIdl = true
  8503. Debounces.on = true
  8504. if ComboNum == 0 then
  8505. attackone()
  8506. elseif ComboNum == 1 then
  8507. attacktwo()
  8508. --[[elseif ComboNum == 2 then
  8509. attackthree()]]--
  8510. end
  8511. ComboNum = ComboNum + 1
  8512. Debounces.CanAttack = true
  8513. Debounces.on = false
  8514. wait(.5)
  8515. if Debounces.CanAttack == true then
  8516. ComboNum = 0
  8517. Debounces.NoIdl = false
  8518. end
  8519. end
  8520. end)
  8521. ----------------------------------------------------
  8522. definition = 5
  8523. bc = {}
  8524. bezierparts = {}
  8525. function NoOutline(Part)
  8526. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  8527. end
  8528. function draw(p,d)
  8529. for i=1,d do
  8530. local t = i/d
  8531. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  8532. end
  8533. for i=1,d do
  8534. local bcs = Instance.new("Part",char)
  8535. NoOutline(bcs)
  8536. bcs.Anchored = true
  8537. bcs.CanCollide = false
  8538. bcs.Material = "Neon"
  8539. bcs.BrickColor = BrickColor.new("Lime green")
  8540. bcs.Size = Vector3.new(1,1,1)
  8541. bcs.Shape = Enum.PartType.Ball
  8542. bcs.CFrame = CFrame.new(bc[i])
  8543. local bcp = Instance.new("Part",char)
  8544. NoOutline(bcp)
  8545. bcp.Anchored = true
  8546. bcp.CanCollide = false
  8547. bcp.Material = "Neon"
  8548. bcp.BrickColor = BrickColor.new("Lime green")
  8549. local cm = Instance.new("CylinderMesh")
  8550. cm.Parent = bcp
  8551. if i ~= 1 then
  8552. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  8553. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  8554. else
  8555. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  8556. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  8557. end
  8558. table.insert(bezierparts, bcs)
  8559. table.insert(bezierparts, bcp)
  8560. end
  8561. Spawn(function() fat.Event:wait()
  8562. for i,v in pairs(bezierparts) do
  8563. v.Transparency = 1
  8564. end
  8565. end)
  8566. end
  8567. --local points = {larm.Position,rarn.Position,invisipart.Position}
  8568. --draw(points,definition)
  8569. mouse.KeyDown:connect(function(key)
  8570. if key == "f" then
  8571. if Debounces.CanAttack == true then
  8572. Debounces.CanAttack = false
  8573. Debounces.NoIdl = true
  8574. Debounces.on = true
  8575. for i = 1, 20 do
  8576. 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)
  8577. 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)
  8578. 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)
  8579. 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)
  8580. 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)
  8581. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8582. 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)
  8583. 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)
  8584. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  8585. 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)
  8586. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  8587. 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)
  8588. if Debounces.on == false then
  8589. break
  8590. end
  8591. fat.Event:wait()
  8592. end
  8593. rpart = Instance.new("Part",rarm)
  8594. NoOutline(rpart)
  8595. rpart.Anchored = false
  8596. rpart.Size = Vector3.new(1,1,1)
  8597. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  8598. rpart.Transparency = 1
  8599. newWeld(rarm, rpart, 0, 0, 0)
  8600. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  8601. lpart = Instance.new("Part",larm)
  8602. NoOutline(lpart)
  8603. lpart.Anchored = false
  8604. lpart.Size = Vector3.new(1,1,1)
  8605. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  8606. lpart.Transparency = 1
  8607. newWeld(larm, lpart, 0, 0, 0)
  8608. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  8609. invisipart = Instance.new("Part",torso)
  8610. NoOutline(invisipart)
  8611. invisipart.Anchored = false
  8612. invisipart.Size = Vector3.new(1,1,1)
  8613. invisipart.Transparency = 1
  8614. invisipart.CFrame = torso.CFrame
  8615. newWeld(torso, invisipart, 0, 0, 0)
  8616. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  8617. table.insert(bezierparts, rpart)
  8618. table.insert(bezierparts, lpart)
  8619. table.insert(bezierparts, invisipart)
  8620. for i = 1, 40 do
  8621. local points = {lpart.Position,invisipart.Position,rpart.Position}
  8622. draw(points,definition)
  8623. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  8624. 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)
  8625. 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)
  8626. 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)
  8627. 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)
  8628. 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)
  8629. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8630. 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)
  8631. 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)
  8632. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  8633. 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)
  8634. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  8635. 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)
  8636. if Debounces.on == false then
  8637. break
  8638. end
  8639. fat.Event:wait()
  8640. end
  8641. for i,v in pairs(bezierparts) do
  8642. v:Destroy()
  8643. end
  8644. --draw(points,definition)
  8645. if Debounces.CanAttack == false then
  8646. Debounces.CanAttack = true
  8647. Debounces.NoIdl = false
  8648. Debounces.on = false
  8649. end
  8650. end
  8651. end
  8652. end)
  8653. ----------------------------------------------------
  8654. ----------------------------------------------------
  8655.  
  8656. ---------------------------------------------------------------------------------------
  8657. ----------------------------------------------------
  8658. mouse.KeyDown:connect(function(key)
  8659. if key == "b" then
  8660. hum.WalkSpeed = 0.01
  8661. if Debounces.CanAttack == true then
  8662. Debounces.CanAttack = false
  8663. Debounces.NoIdl = true
  8664. Debounces.on = true
  8665. for i = 1,20 do
  8666. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  8667. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  8668. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  8669. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  8670. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
  8671. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
  8672.  
  8673. if Debounces.on == false then break end
  8674. wait()
  8675. end
  8676. wait(1)
  8677. v = Instance.new("Sound")
  8678. v.SoundId = "rbxassetid://435742675"
  8679. v.Parent = char
  8680. v.Looped = false
  8681. v.Pitch = 1
  8682. v.Volume = 16
  8683. wait(.01)
  8684. v:Play()
  8685.  
  8686. if Daytime == true then
  8687. Daytime = false
  8688. l.TimeOfDay = 24
  8689. else
  8690. Daytime = true
  8691. l.TimeOfDay = 12
  8692. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  8693. end
  8694.  
  8695. local Shockwave = function()
  8696. local rng1 = Instance.new("Part", char)
  8697. rng1.Anchored = true
  8698. rng1.BrickColor = BrickColor.new("Really black")
  8699. rng1.CanCollide = false
  8700. rng1.FormFactor = 3
  8701. rng1.Name = "Ring"
  8702. rng1.Size = Vector3.new(1, 1, 1)
  8703. rng1.Transparency = 0.35
  8704. rng1.TopSurface = 0
  8705. rng1.BottomSurface = 0
  8706. local rngm1 = Instance.new("SpecialMesh", rng)
  8707. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8708. rngm1.Scale = Vector3.new(10, 10, 1)
  8709. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  8710. local Wave = Instance.new("Part", game.Workspace--[[?]])
  8711. Wave.Name = "Shockwave"
  8712. Wave.BrickColor = BrickColor.new("Really black")
  8713. Wave.Size = Vector3.new(1, 1, 1)
  8714. Wave.Shape = "Ball"
  8715. Wave.CanCollide = false
  8716. Wave.Anchored = true
  8717. Wave.TopSurface = 0
  8718. Wave.BottomSurface = 0
  8719.  
  8720. msh=Instance.new('SpecialMesh',pt)
  8721. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  8722. msh.Scale=Vector3.new(8,4,8)
  8723.  
  8724. Wave.Touched:connect(function(hit)
  8725. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  8726. local Occlude = true
  8727. local NotOccludes = {
  8728. char.Name;
  8729. "Wings";
  8730. "Scythe";
  8731. "Thingy";
  8732. "Thingy2"; -- put all of the names in a table pls
  8733. }
  8734. for i,v in pairs(NotOccludes) do
  8735. if hit.Parent.Name == v then
  8736. Occlude = false
  8737. end
  8738. end
  8739. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  8740. if Occlude then
  8741. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  8742. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  8743. end
  8744. end
  8745. end)
  8746.  
  8747. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  8748.  
  8749. coroutine.wrap(function()
  8750. for i = 1, 20, 0.2 do
  8751. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  8752. rng1.Transparency = i/20
  8753. wait()
  8754. end
  8755. wait()
  8756. rng1:Destroy()
  8757. end)()
  8758.  
  8759. Delay(0, function()
  8760.  
  8761. if Daytime == false then
  8762. for i = 1, 50, 1 do
  8763. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8764. Wave.CFrame = char.Torso.CFrame
  8765. local t = i / 50
  8766. Wave.Transparency = t
  8767. wait()
  8768. end
  8769. else
  8770. for i = 1, 50, 1 do
  8771. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8772. Wave.CFrame = char.Torso.CFrame
  8773. local t = i / 50
  8774. Wave.Transparency = t
  8775. wait()
  8776. end
  8777. end
  8778. Wave:Destroy()
  8779. end)
  8780. Delay(0, function()
  8781. while wait() do
  8782. if Wave ~= nil then
  8783. Wave.CFrame = char.Torso.CFrame
  8784. else
  8785. break
  8786. end
  8787. end
  8788. end)
  8789. end
  8790. Shockwave()
  8791.  
  8792.  
  8793. for i = 1, 15 do
  8794. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  8795. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  8796. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  8797. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  8798. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  8799. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8800. if Debounces.on == false then break end
  8801. wait()
  8802. end
  8803. for i = 1, 15 do
  8804. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  8805. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  8806. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  8807. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  8808. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8809. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  8810. if Debounces.on == false then break end
  8811. wait()
  8812. end
  8813. for i = 1, 15 do
  8814. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  8815. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  8816. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  8817. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  8818. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  8819. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8820. if Debounces.on == false then break end
  8821. wait()
  8822. end
  8823. for i = 1, 15 do
  8824. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  8825. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  8826. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  8827. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  8828. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8829. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  8830. if Debounces.on == false then break end
  8831. wait()
  8832. end
  8833. for i = 1, 15 do
  8834. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  8835. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  8836. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  8837. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  8838. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  8839. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8840. if Debounces.on == false then break end
  8841. wait()
  8842. end
  8843. for i = 1, 15 do
  8844. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  8845. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  8846. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  8847. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  8848. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8849. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  8850. if Debounces.on == false then break end
  8851. wait()
  8852. end
  8853. wait(1.4)
  8854. Debounces.NoIdl = false
  8855. hum.WalkSpeed = 16
  8856. Debounces.on = false
  8857. wait()
  8858. if Debounces.CanAttack == false then
  8859. Debounces.CanAttack = true
  8860. v:Destroy()
  8861. end
  8862. end
  8863. end
  8864. end)
  8865. ------------------------------------------
  8866.  
  8867. -------------------------------------------------
  8868. Grab = false
  8869. mouse.KeyDown:connect(function(key)
  8870. if key == "z" then
  8871. Debounces.on = true
  8872. Debounces.NoIdl = true
  8873. Debounces.ks = true
  8874. if Grab == false then
  8875. gp = nil
  8876. for i = 1, 20 do
  8877. 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)
  8878. 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)
  8879. 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)
  8880. 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)
  8881. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  8882. 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)
  8883. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  8884. 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)
  8885. 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)
  8886. 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)
  8887. 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)
  8888. 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)
  8889. if Debounces.on == false then break end
  8890. fat.Event:wait()
  8891. end
  8892. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  8893. ht = hit.Parent
  8894. for i,v in pairs(ht:GetChildren()) do
  8895. if v:IsA("Part") then
  8896. v.CanCollide = false
  8897. v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
  8898. end
  8899. end
  8900. hum1=ht:FindFirstChild('Humanoid')
  8901. if hum1 ~= nil then
  8902. if Debounces.ks==true then
  8903. z = Instance.new("Sound",hed)
  8904. z.SoundId = "rbxassetid://169380525"
  8905. z.Volume = 1
  8906. z:Play()
  8907. Debounces.ks=false
  8908. end
  8909. hum1.PlatformStand=true
  8910. hum1:ChangeState'Physics'
  8911. gp = ht
  8912. Grab = true
  8913. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  8914. asd.Parent = larm
  8915. asd.Name = "asd"
  8916. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  8917. stanceToggle = "Grabbed"
  8918. --[[elseif hum1 == nil then
  8919. con1:disconnect()
  8920. wait() return]]--
  8921. end
  8922. end)
  8923. for i = 1, 20 do
  8924. 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)
  8925. 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)
  8926. 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)
  8927. 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)
  8928. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  8929. 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)
  8930. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  8931. 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)
  8932. 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)
  8933. 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)
  8934. 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)
  8935. 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)
  8936. if Debounces.on == false then break end
  8937. fat.Event:wait()
  8938. end
  8939. con1:disconnect()
  8940. Debounces.on = false
  8941. Debounces.NoIdl = false
  8942. elseif Grab == true then
  8943. Grab = false
  8944. --[[for i = 1, 16 do
  8945. 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)
  8946. 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)
  8947. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  8948. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  8949. 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)
  8950. 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)
  8951. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  8952. if Debounces.on == false then end
  8953. rs:wait()
  8954. end]]--
  8955. for i = 1, 16 do
  8956. 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)
  8957. 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)
  8958. 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)
  8959. 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)
  8960. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  8961. 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)
  8962. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  8963. 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)
  8964. 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)
  8965. 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)
  8966. 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)
  8967. 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)
  8968. if Debounces.on == false then end
  8969. rs:wait()
  8970. end
  8971. for i = 1, 12 do
  8972. 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)
  8973. 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)
  8974. 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)
  8975. 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)
  8976. 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)
  8977. 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)
  8978. 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)
  8979. 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)
  8980. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  8981. 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)
  8982. 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)
  8983. 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)
  8984. if Debounces.on == false then end
  8985. rs:wait()
  8986. end
  8987. Slam()
  8988. if gp ~= nil then
  8989. for i,v in pairs(larm:GetChildren()) do
  8990. if v.Name == "asd" and v:IsA("Weld") then
  8991. v:Remove()
  8992. end
  8993. if v:IsA("Part") then
  8994. v.CanCollide = true
  8995. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  8996. end
  8997. end
  8998. end
  8999. stanceToggle = "Idle1"
  9000. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  9001. bv.maxForce = Vector3.new(400000, 400000, 400000)
  9002. bv.P = 125000
  9003. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  9004. ht=nil
  9005. Debounces.on = false
  9006. Debounces.NoIdl = false
  9007. elseif ht == nil then wait()
  9008. Grab = false
  9009. Debounces.on = false
  9010. Debounces.NoIdl = false
  9011. end
  9012. end
  9013. end)
  9014. ----------------------------------------------------
  9015. -------------------------------------------------------------------------------------------------
  9016.  
  9017. ----------------------------------------------------
  9018.  
  9019.  
  9020. ----------------------------------------------------
  9021. ----------------------------------------------------
  9022. ------------------------------------------------
  9023. pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
  9024. mouse.KeyDown:connect(function(key)
  9025. if key == "e" then
  9026. if Debounces.CanAttack == true then
  9027. Debounces.CanAttack = false
  9028. Debounces.NoIdl = true
  9029. Debounces.on = true
  9030. Debounces.ks = true
  9031. larm.Touched:connect(function(ht)
  9032. hit = ht.Parent
  9033. if ht and hit:IsA("Model") then
  9034. if hit:FindFirstChild("Humanoid") then
  9035. if hit.Name ~= p.Name then
  9036. if Debounces.Slapping == true and Debounces.Slapped == false then
  9037. Debounces.Slapped = true
  9038. if Debounces.ks==true then
  9039. z = Instance.new("Sound",hed)
  9040. z.SoundId = "rbxassetid://169380525"
  9041. z.Volume = 1
  9042. z:Play()
  9043. z1 = Instance.new("Sound",char)
  9044. z1.SoundId = "rbxassetid://261010715"
  9045. z1.Pitch = pts[math.random(1,#pts)]
  9046. z1.Volume = 1
  9047. z2 = Instance.new("Sound",char)
  9048. z2.SoundId = "rbxassetid://261010715"
  9049. z2.Pitch = z1.Pitch
  9050. z2.Volume = 1
  9051. z3 = Instance.new("Sound",char)
  9052. z3.SoundId = "rbxassetid://261010715"
  9053. z3.Pitch = z1.Pitch
  9054. z3.Volume = 1
  9055. if Profanity == true then
  9056. z1:Play()
  9057. z2:Play()
  9058. z3:Play()
  9059. else end
  9060. Debounces.ks=false
  9061. end
  9062. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  9063. hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
  9064. wait(.5)
  9065. Debounces.Slapped = false
  9066. z:Destroy()
  9067. z1:Destroy()
  9068. z2:Destroy()
  9069. z3:Destroy()
  9070. end
  9071. end
  9072. end
  9073. elseif ht and hit:IsA("Hat") then
  9074. if hit.Parent.Name ~= p.Name then
  9075. if hit.Parent:FindFirstChild("Humanoid") then
  9076. if Debounces.Slapping == true and Debounces.Slapped == false then
  9077. Debounces.Slapped = true
  9078. if Debounces.ks==true then
  9079. z = Instance.new("Sound",hed)
  9080. z.SoundId = "rbxassetid://169380525"
  9081. z.Volume = 1
  9082. z:Play()
  9083. z1 = Instance.new("Sound",char)
  9084. z1.SoundId = "rbxassetid://261010715"
  9085. z1.Pitch = pts[math.random(1,#pts)]
  9086. z1.Volume = 1
  9087. z2 = Instance.new("Sound",char)
  9088. z2.SoundId = "rbxassetid://261010715"
  9089. z2.Pitch = z1.Pitch
  9090. z2.Volume = 1
  9091. z3 = Instance.new("Sound",char)
  9092. z3.SoundId = "rbxassetid://261010715"
  9093. z3.Pitch = z1.Pitch
  9094. z3.Volume = 1
  9095. z1:Play()
  9096. z2:Play()
  9097. z3:Play()
  9098. Debounces.ks=false
  9099. end
  9100. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  9101. wait(.5)
  9102. Debounces.Slapped = false
  9103. z:Destroy()
  9104. z1:Destroy()
  9105. z2:Destroy()
  9106. z3:Destroy()
  9107. end
  9108. end
  9109. end
  9110. end
  9111. end)
  9112. for i = 1, 14 do
  9113. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.5, -.3) * CFrame.Angles(math.rad(50), 0, math.rad(40)), 0.5)
  9114. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.5)
  9115. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  9116. 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)
  9117. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
  9118. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
  9119. if Debounces.on==false then break end
  9120. rs:wait(2)
  9121. end
  9122. Debounces.Slapping = true
  9123. for i = 1, 20 do
  9124. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.7, .3) * CFrame.Angles(math.rad(50), 0, math.rad(-110)), 0.6)
  9125. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.6)
  9126. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.6)
  9127. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.6)
  9128. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  9129. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  9130. if Debounces.on==false then break end
  9131. rs:wait(2)
  9132. end
  9133. Debounces.Slapping = false
  9134. if Debounces.CanAttack == false then
  9135. Debounces.CanAttack = true
  9136. Debounces.NoIdl = false
  9137. Debounces.on = false
  9138. end
  9139. end
  9140. end
  9141. end)
  9142. -------------------------------
  9143. mouse.KeyDown:connect(function(key)
  9144. if key == "t" then
  9145. if Debounces.CanAttack == true then
  9146. Debounces.CanAttack = false
  9147. Debounces.on = true
  9148. Debounces.NoIdl = true
  9149. for i = 1, 20 do
  9150. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,0.55,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  9151. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,0.55,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  9152. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.4)
  9153. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  9154. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  9155. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.6) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
  9156.  
  9157. if Debounces.on == false then break end
  9158. wait()
  9159. end
  9160. Spawn(function()
  9161. local Parts = {}
  9162. for Y = -5,5 do
  9163. local P = Instance.new("Part",char)
  9164. P.Anchored = true
  9165. P.FormFactor = "Custom"
  9166. P.CanCollide = false
  9167. P.Size = Vector3.new(1,2,1)
  9168. P.TopSurface = "SmoothNoOutlines"
  9169. P.BottomSurface = "SmoothNoOutlines"
  9170. P.BrickColor = BrickColor.new("Really black")
  9171. P.Name = tostring(Y)
  9172. local i = (Y+5)/(10)
  9173. i = 1-math.cos(math.pi*i-(math.pi/2))
  9174. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  9175. --[[P.Touched:connect(function(ht)
  9176. local hit = ht.Parent
  9177. if hit:FindFirstChild("Humanoid") then
  9178. hit.Humanoid:TakeDamage(math.random(20,50))
  9179. end
  9180. end)]]--
  9181. s = Instance.new("Sound",P)
  9182. s.SoundId = "rbxassetid://228343271"
  9183. s.Volume = 19
  9184. s.Pitch = 0.9
  9185. s:Play()
  9186. P.Touched:connect(function(ht)
  9187. hit = ht.Parent
  9188. if ht and hit:IsA("Model") then
  9189. if hit:FindFirstChild("Humanoid") then
  9190. if hit.Name ~= p.Name then
  9191. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9192. Debounces.Slashed = true]]--
  9193. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  9194. hit:FindFirstChild("Humanoid").PlatformStand = true
  9195. wait(1)
  9196. --Debounces.Slashed = false
  9197. --end
  9198. end
  9199. end
  9200. elseif ht and hit:IsA("Hat") then
  9201. if hit.Parent.Name ~= p.Name then
  9202. if hit.Parent:FindFirstChild("Humanoid") then
  9203. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9204. Debounces.Slashed = true]]--
  9205. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  9206. hit:FindFirstChild("Humanoid").PlatformStand = true
  9207. wait(1)
  9208. --Debounces.Slashed = false
  9209. --end
  9210. end
  9211. end
  9212. end
  9213. end)
  9214. Parts[#Parts+1] = P
  9215. end
  9216. local BREAKIT = false
  9217. local CParts = {}
  9218. local Rocks = {}
  9219. local LastPos = nil
  9220. for i = 1,70 do
  9221. for i2,v in pairs(Parts) do
  9222. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  9223. local cf = v.CFrame
  9224. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  9225. v.CFrame = cf
  9226. v.Transparency = v.Transparency+0.02
  9227. if v.Transparency >= 0.975 then BREAKIT = true end
  9228. if v.Name == "0" then
  9229. local Ignore = {}
  9230. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  9231. if v.Character ~= nil then
  9232. Ignore[#Ignore+1] = v.Character
  9233. end
  9234. end
  9235. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  9236. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  9237. if Hit ~= nil then
  9238. if #Rocks == 0 then
  9239. for i = 1,5 do
  9240. local P = Instance.new("Part",char)
  9241. Rocks[#Rocks+1] = P
  9242. P.Anchored = true
  9243. P.FormFactor = "Custom"
  9244. P.BrickColor = Hit.BrickColor
  9245. P.Material = Hit.Material
  9246. P.TopSurface = "Smooth"
  9247. P.BottomSurface = "Smooth"
  9248. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  9249. end
  9250. end
  9251. for i,P in pairs(Rocks) do
  9252. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  9253. end
  9254. local P = Instance.new("Part",char)
  9255. CParts[#CParts+1] = {P,tick()}
  9256. P.Anchored = true
  9257. P.FormFactor = "Custom"
  9258. P.BrickColor = Hit.BrickColor
  9259. P.Material = Hit.Material
  9260. P.TopSurface = "Smooth"
  9261. P.BottomSurface = "Smooth"
  9262. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  9263. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  9264. Pos = Pos.p
  9265. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  9266. local P = P:Clone()
  9267. CParts[#CParts+1] = {P,tick()}
  9268. P.Parent = char
  9269. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  9270. Pos = Pos.p
  9271. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  9272. if LastPos ~= nil then
  9273. local P = P:Clone()
  9274. CParts[#CParts+1] = {P,tick()}
  9275. P.Parent = char
  9276. P.BrickColor = BrickColor.new("Really black")
  9277. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  9278. Pos = Pos.p
  9279. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  9280. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  9281. --P.Velocity = Vector3.new(0,-1000,0)
  9282. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  9283. end
  9284. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  9285. end
  9286. end
  9287. end
  9288. if BREAKIT then break end
  9289. wait(0.002)
  9290. end
  9291. for i,v in pairs(Rocks) do
  9292. CParts[#CParts+1] = {v,tick()}
  9293. end
  9294. for i,v in pairs(Parts) do
  9295. v:Destroy()
  9296. end
  9297. Parts = nil
  9298. while true do
  9299. local t = tick()
  9300. local p = nil
  9301. for i,v in pairs(CParts) do
  9302. if t-v[2] > 4 then
  9303. v[1].Transparency = v[1].Transparency+0.05
  9304. if v[1].Transparency >= 1 then
  9305. v[1]:Destroy()
  9306. CParts[i] = nil
  9307. end
  9308. end
  9309. p = v
  9310. end
  9311. if p == nil then break end
  9312. wait(0.002)
  9313. end
  9314. for i,v in pairs(CParts) do
  9315. v:Destroy()
  9316. end
  9317. CParts = {}
  9318. end)
  9319. for i = 1, 20 do
  9320. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,.4,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  9321. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,.4,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  9322. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  9323. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  9324. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.5, -0.7) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  9325. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -.45) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  9326.  
  9327. if Debounces.on == false then break end
  9328. wait()
  9329. end
  9330. if Debounces.CanAttack == false then
  9331. Debounces.CanAttack = true
  9332. Debounces.on = false
  9333. Debounces.NoIdl = false
  9334. end
  9335. end
  9336. end
  9337. end)
  9338. ----------------------------------------------------
  9339. ----------------------------------------------------
  9340. ----------------------------------------------------
  9341. -------------------
  9342.  
  9343. Change = false
  9344. mouse.KeyDown:connect(function(key)
  9345. if key == "n" then
  9346. if Change == false then
  9347. Change = true
  9348. stanceToggle = "Idle2"
  9349. elseif Change == true then
  9350. Change = false
  9351. stanceToggle = "Idle1"
  9352. end
  9353. end
  9354. end)
  9355. ----------------------------------------------------
  9356. mod=Instance.new('Model',char)
  9357.  
  9358. function charge()
  9359. hed.Velocity=hed.CFrame.lookVector*200
  9360. part=Instance.new('Part',mod)
  9361. part.Anchored=true
  9362. part.CanCollide=false
  9363. part.FormFactor='Custom'
  9364. part.Size=Vector3.new(.2,.2,.2)
  9365. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  9366. part.Transparency=.7
  9367. part.BrickColor=BrickColor.new('Black')
  9368. mesh=Instance.new('SpecialMesh',part)
  9369. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  9370. mesh.Scale=Vector3.new(10,5,10)
  9371. part2=part:clone()
  9372. part2.Parent=mod
  9373. part2.BrickColor=BrickColor.new('Lime green')
  9374. mesh2=mesh:clone()
  9375. mesh2.Parent=part2
  9376. mesh2.Scale=Vector3.new(20,10,20)
  9377. part3=part2:clone()
  9378. part3.Parent = mod
  9379. part3.BrickColor=BrickColor.new('Really black')
  9380. mesh3=mesh2:clone()
  9381. mesh2.Parent=part3
  9382. mesh3.Scale=Vector3.new(30,15,30)
  9383. coroutine.resume(coroutine.create(function()
  9384. for i=0,1,0.1 do
  9385. wait()
  9386. part.CFrame=part.CFrame
  9387. part.Transparency=i
  9388. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  9389. part2.CFrame=part2.CFrame
  9390. part2.Transparency=i
  9391. mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
  9392. part3.CFrame=part3.CFrame
  9393. part3.Transparency=i
  9394. mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
  9395. end
  9396. part.Parent=nil
  9397. part2.Parent=nil
  9398. part3.Parent = nil
  9399. end))
  9400. end
  9401. --------------------
  9402. mouse.KeyDown:connect(function(key)
  9403. if key == "g" then
  9404. larm.BrickColor = BrickColor.new("Bright red")
  9405. rarm.BrickColor = BrickColor.new("Bright red")
  9406. if Debounces.CanAttack == true then
  9407. Debounces.CanAttack = false
  9408. Debounces.on = true
  9409. Debounces.NoIdl = true
  9410. chrg = lleg.Touched:connect(function(ht)
  9411. hit = ht.Parent
  9412. if ht and hit:IsA("Model") then
  9413. if hit:FindFirstChild("Humanoid") then
  9414. if hit.Name ~= p.Name then
  9415. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9416. Debounces.Slashed = true]]--
  9417. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  9418. hit:FindFirstChild("Humanoid").PlatformStand = true
  9419. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9420. --Debounces.Slashed = false
  9421. --end
  9422. end
  9423. end
  9424. elseif ht and hit:IsA("Hat") then
  9425. if hit.Parent.Name ~= p.Name then
  9426. if hit.Parent:FindFirstChild("Humanoid") then
  9427. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  9428. Debounces.Slashed = true]]--
  9429. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  9430. hit:FindFirstChild("Humanoid").PlatformStand = true
  9431. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9432. --Debounces.Slashed = false
  9433. end
  9434. end
  9435. end
  9436. end)
  9437. for i = 1, 14 do
  9438. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.5)
  9439. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, .45, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.5)
  9440. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.5)
  9441. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  9442. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  9443. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
  9444.  
  9445. if Debounces.on == false then break end
  9446. wait()
  9447. end
  9448. charge()
  9449. z = Instance.new("Sound",char)
  9450. z.SoundId = "rbxassetid://200632875"
  9451. z.Volume = 1
  9452. z.Pitch = .8
  9453. z1 = Instance.new("Sound",char)
  9454. z1.SoundId = "rbxassetid://200632875"
  9455. z1.Volume = 1
  9456. z1.Pitch = .9
  9457. z:Play()
  9458. z1:Play()
  9459. wait(1)
  9460. z:Destroy()
  9461. z1:Destroy()
  9462. chrg:disconnect()
  9463. if Debounces.CanAttack == false then
  9464. Debounces.CanAttack = true
  9465. Debounces.on = false
  9466. Debounces.NoIdl = false
  9467. larm.BrickColor = BrickColor.new("White")
  9468. rarm.BrickColor = BrickColor.new("White")
  9469. end
  9470. end
  9471. end
  9472. end)
  9473. ------------------------------
  9474. mouse.KeyDown:connect(function(key)
  9475. if string.byte(key) == 52 then
  9476. Swing = 2
  9477. char.Humanoid.WalkSpeed = 28
  9478. end
  9479. end)
  9480. mouse.KeyUp:connect(function(key)
  9481. if string.byte(key) == 52 then
  9482. Swing = 1
  9483. char.Humanoid.WalkSpeed = 16
  9484. end
  9485. end)
  9486. ----------------------------------------------------
  9487.  
  9488. -------------------------------------------
  9489. CR = torso.Cloak.Rotater
  9490. CR2 = torso.Cloak.CapeLevel1
  9491. CR3 = torso.Cloak.CapeLevel2
  9492. CR4 = torso.Cloak.CapeLevel3
  9493. CR5 = torso.Cloak.CapeLevel4
  9494. jump = false
  9495. rs:connect(function()
  9496. if char.Humanoid.Jump == true then
  9497. jump = true
  9498. else
  9499. jump = false
  9500. end
  9501. char.Humanoid.FreeFalling:connect(function(f)
  9502. if f then
  9503. ffing = true
  9504. else
  9505. ffing = false
  9506. end
  9507. end)
  9508. sine = sine + change
  9509. if jump == true then
  9510. animpose = "Jumping"
  9511. elseif ffing == true then
  9512. animpose = "Freefalling"
  9513. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  9514. animpose = "Idle"
  9515. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  9516. animpose = "Walking"
  9517. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  9518. animpose = "Running"
  9519. end
  9520. RightLeg = CFrame.new(0.5,-1,0)
  9521. LeftLeg = CFrame.new(-0.5,-1,0)
  9522.  
  9523. lefth = (torso.CFrame*LeftLeg)
  9524. righth = (torso.CFrame*RightLeg)
  9525.  
  9526. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  9527.  
  9528. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  9529.  
  9530. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  9531. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  9532. if animpose ~= lastanimpose then
  9533. sine = 0
  9534. if Debounces.NoIdl == false then
  9535. if stanceToggle == "Idle1" then
  9536. 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)
  9537. 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)
  9538. 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)
  9539. 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)
  9540. 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)
  9541. 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)
  9542. elseif stanceToggle == "Idle2" then
  9543. 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)
  9544. 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)
  9545. 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)
  9546. 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)
  9547. 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)
  9548. 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)
  9549. end
  9550. fat.Event:wait()
  9551. end
  9552. else
  9553. end
  9554. lastanimpose = animpose
  9555. if Debounces.NoIdl == false then
  9556. if animpose == "Idle" then
  9557. change = 0.5
  9558. if stanceToggle == "Idle1" then
  9559. 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)
  9560. 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)
  9561. 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)
  9562. 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)
  9563. 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)
  9564. 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)
  9565. 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)
  9566. 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)
  9567. 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)
  9568. 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)
  9569. 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)
  9570. 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)
  9571. 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)
  9572. 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)
  9573. 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)
  9574. 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)
  9575. 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)
  9576. 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)
  9577. 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)
  9578. elseif stanceToggle == "Idle2" then
  9579. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  9580. 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)
  9581. 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)
  9582. 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)
  9583. 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)
  9584. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9585. 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)
  9586. 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)
  9587. 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)
  9588. 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)
  9589. 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)
  9590. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  9591. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  9592. --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)
  9593. 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)
  9594. 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)
  9595. 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)
  9596. 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)
  9597. 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)
  9598. elseif stanceToggle == "Grabbed" then
  9599. grab = true
  9600. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9601. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9602. 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)
  9603. 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)
  9604. 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)
  9605. 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)
  9606. 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)
  9607. 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)
  9608. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  9609. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  9610. 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)
  9611. 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)
  9612. 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)
  9613. 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)
  9614. end
  9615. elseif animpose == "Walking" then
  9616. if stanceToggle == "Grabbed" then
  9617. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9618. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9619. 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)
  9620. 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)
  9621. 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)
  9622. 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)
  9623. 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)
  9624. 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)
  9625. 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)
  9626. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  9627. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  9628. 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)
  9629. 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)
  9630. 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)
  9631. 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)
  9632. elseif stanceToggle ~= "Grabbed" then
  9633. change = 1
  9634. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9635. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9636. 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)
  9637. 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)
  9638. 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)
  9639. 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)
  9640. 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)
  9641. 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)
  9642. 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)
  9643. 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)
  9644. 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)
  9645. 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)
  9646. 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)
  9647. 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)
  9648. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  9649. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  9650. --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)
  9651. 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)
  9652. 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)
  9653. --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)
  9654. 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)
  9655. 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)
  9656. end
  9657. elseif animpose == "Running" then
  9658. change = 1
  9659. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9660. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9661. 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)
  9662. 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)
  9663. 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)
  9664. 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)
  9665. 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)
  9666. 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)
  9667. 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)
  9668. 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)
  9669. 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)
  9670. 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)
  9671. 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)
  9672. 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)
  9673. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  9674. 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)
  9675. 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)
  9676. 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)
  9677. 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)
  9678. elseif animpose == "Jumping" then
  9679. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  9680. 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)
  9681. 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)
  9682. 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)
  9683. 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)
  9684. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9685. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9686. 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)
  9687. 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)
  9688. 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)
  9689. 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)
  9690. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  9691. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  9692. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  9693. 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)
  9694. 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)
  9695. 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)
  9696. 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)
  9697. elseif animpose == "Freefalling" then
  9698. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  9699. 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)
  9700. 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)
  9701. 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)
  9702. 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)
  9703. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9704. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9705. 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)
  9706. 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)
  9707. 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)
  9708. 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)
  9709. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  9710. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  9711. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  9712. 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)
  9713. 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)
  9714. 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)
  9715. 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)
  9716. end
  9717. end
  9718. end)
  9719. hum.MaxHealth = 5000
  9720. wait(3)
  9721. hum.Health = 5000
  9722. while wait() do
  9723. wait(5)
  9724. for i=1,100 do wait()
  9725. Amulite.Brightness=Amulite.Brightness+0.02
  9726. end
  9727. for i=1,100 do wait()
  9728. Amulite.Brightness=Amulite.Brightness-0.02
  9729. end
  9730. end
Advertisement
Add Comment
Please, Sign In to add comment