Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 477.23 KB | None | 0 0
  1.  
  2. local p = game.Players.LocalPlayer--300899323
  3. local char = p.Character
  4. local mouse = p:GetMouse()
  5. local larm = char["Left Arm"]
  6. local rarm = char["Right Arm"]
  7. local lleg = char["Left Leg"]
  8. local rleg = char["Right Leg"]
  9. local hed = char.Head
  10. local torso = char.Torso
  11. local hum = char.Humanoid
  12. local cam = game.Workspace.CurrentCamera
  13. local root = char.HumanoidRootPart
  14. local rj = root.RootJoint
  15. local deb = false
  16. local shot = 0
  17. local stanceToggle = "Idle1"
  18. local l = game:GetService("Lighting")
  19. local rs = game:GetService("RunService").RenderStepped
  20. local hb = game:GetService("RunService").Heartbeat
  21. local Stepped = game:GetService("RunService").Stepped
  22. math.randomseed(os.time())
  23. hum.JumpPower = 100
  24. ---------------------
  25.  
  26. -------------
  27. char["Body Colors"].HeadColor = BrickColor.new("Really black")
  28. char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
  29. char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
  30. char["Body Colors"].RightArmColor = BrickColor.new("Really black")
  31. ---------------------------
  32. local Transforming = true
  33. hum.WalkSpeed = 0
  34. local fx = Instance.new("Part",torso)
  35. wit = torso.BrickColor.Color
  36. wit2 = Color3.new(0,0,0)
  37. local glowz = Instance.new("ParticleEmitter",fx)
  38. glowz.LightEmission = 1
  39. glowz.Texture = "rbxassetid://284205403"
  40. glowz.Color = ColorSequence.new(wit)
  41. glowz.Size = NumberSequence.new(5)
  42. glowz.Speed = NumberRange.new(25,50)
  43. glowz.LockedToPart = false
  44. glowz.Transparency = NumberSequence.new(0.75)
  45. glowz.RotSpeed = NumberRange.new(-2000,2000)
  46. glowz.Lifetime = NumberRange.new(1)
  47. glowz.Rate = 50000
  48. glowz.VelocitySpread = 9001
  49. fx.Anchored = true
  50. fx.Material = "Neon"
  51. fx.CanCollide = false
  52. fx.Locked = true
  53. fx.Transparency = 1
  54. fx.Material = "Neon"
  55. fx.Size = Vector3.new(1,1,1)
  56. fx.TopSurface = "SmoothNoOutlines"
  57. fx.BottomSurface = "SmoothNoOutlines"
  58. fx.BrickColor = BrickColor.new("Really black")
  59. fxm = Instance.new("SpecialMesh",fx)
  60. fxm.MeshType = "Sphere"
  61. local sa2 = Instance.new("Sound",torso)
  62. sa2.SoundId = "rbxassetid://8610025"
  63. sa2.Pitch = 0.5
  64. sa2.Volume = 5
  65. sa2.Looped = false
  66. sa2:Play()
  67. local value = 1
  68. fxm.Scale = Vector3.new(1,1,1)
  69. for i = 1, 20 do rs:wait()
  70. value = value - 0.05
  71. fx.Transparency = fx.Transparency - (1/20)
  72. fx.CFrame = torso.CFrame
  73. fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
  74. rs:wait()
  75. end
  76. ----------------------------------------------------
  77. GroundWave1 = function()
  78. local Transforming = true
  79. hum.WalkSpeed = 0
  80. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  81. local Colors = {"White", "Really black"}
  82. local wave = Instance.new("Part", torso)
  83. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  84. wave.Anchored = true
  85. wave.CanCollide = false
  86. wave.Locked = true
  87. wave.Size = Vector3.new(1, 1, 1)
  88. wave.TopSurface = "Smooth"
  89. wave.BottomSurface = "Smooth"
  90. wave.Transparency = 0.35
  91. wave.CFrame = HandCF
  92. wm = Instance.new("SpecialMesh", wave)
  93. wm.MeshId = "rbxassetid://3270017"
  94. coroutine.wrap(function()
  95. for i = 1, 30, 1 do
  96. wm.Scale = Vector3.new(50, 50, 1 + i*50)
  97. wave.Size = wm.Scale
  98. wave.CFrame = HandCF
  99. wave.Transparency = i/30
  100. wait()
  101. end
  102. wait()
  103. wave:Destroy()
  104. end)()
  105. end
  106. ----------------------------------------------------
  107. GroundWave = function()
  108. if Transforming == true then
  109. local value = 5
  110. local value2 = 10
  111. local value3 = 20
  112. local sa2 = Instance.new("Sound",torso)
  113. sa2.SoundId = "rbxassetid://"
  114. sa2.Pitch = 1
  115. sa2.Volume = 10
  116. sa2.Looped = false
  117. sa2:Play()
  118. local wave = Instance.new("Part", torso)
  119. local glowz = Instance.new("ParticleEmitter",wave)
  120. glowz.LightEmission = 1
  121. glowz.Texture = "0"
  122. glowz.Color = ColorSequence.new(wit)
  123. glowz.Size = NumberSequence.new(30)
  124. glowz.Speed = NumberRange.new(25,100)
  125. glowz.LockedToPart = false
  126. glowz.Transparency = NumberSequence.new(0.75)
  127. glowz.RotSpeed = NumberRange.new(-2000,2000)
  128. glowz.Lifetime = NumberRange.new(1)
  129. glowz.Rate = 50000
  130. glowz.VelocitySpread = 9001
  131.  
  132. wave.BrickColor = BrickColor.new("Lime green")
  133. wave.Anchored = true
  134. wave.CanCollide = false
  135. wave.Locked = true
  136. wave.Size = Vector3.new(1, 1, 1)
  137. wave.TopSurface = "Smooth"
  138. wave.BottomSurface = "Smooth"
  139. wave.Transparency = 0.35
  140. wave.CFrame = fx.CFrame
  141. wave.Material = "Neon"
  142. wm = Instance.new("SpecialMesh", wave)
  143. wm.MeshType = "Sphere"
  144. wm.Scale = Vector3.new(1,1,1)
  145. local wave2 = Instance.new("Part", torso)
  146. wave2.BrickColor = BrickColor.new("Lime green")
  147. wave2.Anchored = true
  148. wave2.CanCollide = false
  149. wave2.Locked = true
  150. wave2.Size = Vector3.new(1, 1, 1)
  151. wave2.TopSurface = "Smooth"
  152. wave2.BottomSurface = "Smooth"
  153. wave2.Transparency = 0.35
  154. wave2.CFrame = fx.CFrame
  155. wave2.Material = "Neon"
  156. wm2 = Instance.new("SpecialMesh", wave2)
  157. wm2.MeshType = "FileMesh"
  158. wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  159. wm2.Scale = Vector3.new(1,1,1)
  160. local wave3 = Instance.new("Part", torso)
  161. wave3.BrickColor = BrickColor.new("Really black")
  162. wave3.Anchored = true
  163. wave3.CanCollide = false
  164. wave3.Locked = true
  165. wave3.Size = Vector3.new(1, 1, 1)
  166. wave3.TopSurface = "Smooth"
  167. wave3.BottomSurface = "Smooth"
  168. wave3.Transparency = 0.35
  169. wave3.CFrame = fx.CFrame
  170. wave3.Material = "Neon"
  171. wm3 = Instance.new("SpecialMesh", wave3)
  172. wm3.MeshType = "FileMesh"
  173. wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  174. wm3.Scale = Vector3.new(1,1,1)
  175. coroutine.wrap(function()
  176. for i = 1, 18, 1 do
  177. value = value - 0.5
  178. value2 = value2 - 0.75*1.5
  179. value3 = value3 - 0.475*1.5
  180. wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
  181. wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
  182. wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
  183. --wave.Size = wm.Scale
  184. wave.CFrame = fx.CFrame
  185. wave.Transparency = i/14
  186. --wave2.Size = wm2.Scale
  187. wave2.CFrame = fx.CFrame
  188. wave2.Rotation = Vector3.new(90, 0, 0)
  189. wave2.Transparency = i/14
  190. --wave3.Size = wm3.Scale
  191. wave3.CFrame = fx.CFrame
  192. wave3.Rotation = Vector3.new(90, 0, 0)
  193. wave3.Transparency = i/14
  194. wait()
  195. glowz.Rate = 0
  196.  
  197. end
  198. wait()
  199. wave:Destroy()
  200. wave2:Destroy()
  201. wave3:Destroy()
  202. end)()
  203. elseif Transforming == false then
  204. wait()
  205. end
  206. end
  207.  
  208. for i = 1, 100 do rs:wait()
  209. fx.CFrame = torso.CFrame
  210. end
  211.  
  212. Spawn(function()
  213. while wait(1) do
  214. GroundWave()
  215. end
  216. end)
  217.  
  218. wait(4)
  219.  
  220. Transforming = false
  221.  
  222. local value2 = 1
  223. for i = 1, 20 do rs:wait()
  224. value2 = value2 - 0.05
  225. glowz.Rate = 0
  226.  
  227. fx.Transparency = fx.Transparency + (1/20)
  228. fx.CFrame = torso.CFrame
  229. fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
  230. rs:wait()
  231. end
  232. glowz:Destroy()
  233.  
  234.  
  235. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  236. local valuer = 5
  237. local valuer2 = 10
  238. local valuer3 = 15
  239. local sa2 = Instance.new("Sound",torso)
  240. sa2.SoundId = "rbxassetid://"
  241. sa2.Pitch = 1
  242. sa2.Volume = 5
  243. sa2.Looped = false
  244. sa2:Play()
  245. local sar2 = Instance.new("Sound",torso)
  246. sar2.SoundId = "rbxassetid://"
  247. sar2.Pitch = 1
  248. sar2.Volume = 5
  249. sar2.Looped = false
  250. sar2:Play()
  251. local wave = Instance.new("Part", torso)
  252. wave.BrickColor = BrickColor.new("Lime green")
  253. wave.Anchored = true
  254. wave.CanCollide = false
  255. wave.Locked = true
  256. wave.Size = Vector3.new(1, 1, 1)
  257. wave.TopSurface = "Smooth"
  258. wave.BottomSurface = "Smooth"
  259. wave.Transparency = 0.35
  260. wave.CFrame = HandCF
  261. wm = Instance.new("SpecialMesh", wave)
  262. wm.MeshId = "rbxassetid://3270017"
  263. local wave2 = Instance.new("Part", torso)
  264. wave2.BrickColor = BrickColor.new("Really black")
  265. wave2.Anchored = true
  266. wave2.CanCollide = false
  267. wave2.Locked = true
  268. wave2.Size = Vector3.new(1, 1, 1)
  269. wave2.TopSurface = "Smooth"
  270. wave2.BottomSurface = "Smooth"
  271. wave2.Transparency = 0.35
  272. wave2.CFrame = HandCF
  273. wm2 = Instance.new("SpecialMesh", wave2)
  274. wm2.MeshId = "rbxassetid://3270017"
  275. local wave3 = Instance.new("Part", torso)
  276. wave3.BrickColor = BrickColor.new("Lime green")
  277. wave3.Anchored = true
  278. wave3.CanCollide = false
  279. wave3.Locked = true
  280. wave3.Size = Vector3.new(1, 1, 1)
  281. wave3.TopSurface = "Smooth"
  282. wave3.BottomSurface = "Smooth"
  283. wave3.Transparency = 0.35
  284. wave3.CFrame = HandCF
  285. wm3 = Instance.new("SpecialMesh", wave3)
  286. wm3.MeshId = "rbxassetid://3270017"
  287. coroutine.wrap(function()
  288. for i = 1, 14, 1 do
  289. valuer = valuer - 0.35
  290. valuer2 = valuer - 0.45
  291. valuer3 = valuer3 - 0.475
  292. wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
  293. wave.Size = wm.Scale
  294. wave.CFrame = HandCF
  295. wave.Transparency = i/14
  296. wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
  297. wave2.Size = wm2.Scale
  298. wave2.CFrame = HandCF
  299. wave2.Transparency = i/14
  300. wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
  301. wave3.Size = wm2.Scale
  302. wave3.CFrame = HandCF
  303. wave3.Transparency = i/14
  304. wait()
  305. end
  306. wait()
  307. wave:Destroy()
  308. wave2:Destroy()
  309. end)()
  310. hum.WalkSpeed = 16
  311. --------------------
  312.  
  313. ------------
  314. fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
  315. fire.Color = Color3.new(0,1,0)
  316. fire.SecondaryColor = Color3.new(0,1,0)
  317. fire.Enabled = true
  318. --------------------------------------------------------------------------------------------------------
  319. plr=game:service'Players'.LocalPlayer
  320. chr=plr.Character
  321. local ms = plr:GetMouse()
  322. CV="Bright red"
  323.  
  324. local txt = Instance.new("BillboardGui", chr)
  325. txt.Adornee = chr.Head
  326. txt.Name = "_status"
  327. txt.Size = UDim2.new(4, 0, 2.5, 0)
  328. txt.StudsOffset = Vector3.new(-4, 2, 0)
  329. local text = Instance.new("TextLabel", txt)
  330. text.Size = UDim2.new(3, 0, 0.5, 0)
  331. text.FontSize = "Size24"
  332. text.TextScaled = true
  333. text.TextTransparency = 0
  334. text.BackgroundTransparency = 1
  335. text.TextTransparency = 0
  336. text.TextStrokeTransparency = 0
  337. text.Font = "Bodoni"
  338. text.TextStrokeColor3 = Color3.new(0,1,0)
  339. text.Text = "Shaun, The Death Overseer"
  340. --------------------------------------------------------
  341. char["Body Colors"].HeadColor = BrickColor.new("Really black")
  342. char["Body Colors"].TorsoColor = BrickColor.new("Really black")
  343. char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
  344. char["Body Colors"].RightArmColor = BrickColor.new("Really black")
  345. --------------------------------------------------------------
  346. fat = Instance.new("BindableEvent",script)
  347. fat.Name = "Heartbeat"
  348.  
  349. script:WaitForChild("Heartbeat")
  350.  
  351. frame = 1/30
  352. tf = 0
  353. 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.
  354. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  355. lastframe = tick()
  356. script.Heartbeat:Fire() --ayy lmao
  357.  
  358. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  359. tf = tf + s
  360. if tf >= frame then
  361. if allowframeloss then
  362. script.Heartbeat:Fire()
  363. lastframe=tick()
  364. else
  365. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  366. for i=1, math.floor(tf/frame) do
  367. script.Heartbeat:Fire()
  368. end
  369. lastframe=tick()
  370. end
  371. if tossremainder then
  372. tf = 0
  373. else
  374. tf = tf - frame * math.floor(tf/frame)
  375. end
  376. end
  377. end)
  378. ----------------------------------------------------
  379. for i,v in pairs(char:children()) do
  380. if v:IsA("Hat") then
  381. v:Destroy()
  382. end
  383. end
  384. for i,v in pairs (hed:GetChildren()) do
  385. if v:IsA("Sound") then
  386. v:Destroy()
  387. end
  388. end
  389. ----------------------------------------------------
  390. Debounces = {
  391. CanAttack = true;
  392. CanJoke = true;
  393. NoIdl = false;
  394. Slashing = false;
  395. Slashed = false;
  396. ks = false;
  397. }
  398. ----------------------------------------------------
  399. function weld5(part0, part1, c0, c1)
  400. weeld=Instance.new("Weld", part0)
  401. weeld.Part0=part0
  402. weeld.Part1=part1
  403. weeld.C0=c0
  404. weeld.C1=c1
  405. return weeld
  406. end
  407. ----------------------------------------------------
  408. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  409. local prt=Instance.new("Part")
  410. prt.Parent=prnt
  411. prt.Name="Part"
  412. prt.Size=siz
  413. prt.CanCollide=false
  414. prt.Anchored=anc
  415. prt.Locked=true
  416. prt.Transparency = trans
  417. prt.TopSurface=10
  418. prt.BottomSurface=10
  419. prt.FrontSurface=10
  420. prt.BackSurface=10
  421. prt.LeftSurface=10
  422. prt.RightSurface=10
  423. prt:BreakJoints()
  424. prt.CFrame=cf or CFrame.new(30,10,30)
  425. prt.Material=mat
  426. prt.BrickColor=BrickColor.new(col)
  427. m=Instance.new("SpecialMesh",prt)
  428. m.MeshType=6
  429. return prt
  430. end
  431. ----------------------------------------------------
  432. function lerp(a, b, t) -- Linear interpolation
  433. return a + (b - a)*t
  434. end
  435.  
  436. function slerp(a, b, t) --Spherical interpolation
  437. dot = a:Dot(b)
  438. if dot > 0.99999 or dot < -0.99999 then
  439. return t <= 0.5 and a or b
  440. else
  441. r = math.acos(dot)
  442. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  443. end
  444. end
  445.  
  446. function matrixInterpolate(a, b, t)
  447. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  448. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  449. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  450. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  451. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  452. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  453. local t = v1:Dot(v2)
  454. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  455. return CFrame.new()
  456. end
  457. return CFrame.new(
  458. v0.x, v0.y, v0.z,
  459. v1.x, v1.y, v1.z,
  460. v2.x, v2.y, v2.z,
  461. v3.x, v3.y, v3.z)
  462. end
  463. ----------------------------------------------------
  464. function genWeld(a,b)
  465. local w = Instance.new("Weld",a)
  466. w.Part0 = a
  467. w.Part1 = b
  468. return w
  469. end
  470. function weld(a, b)
  471. local weld = Instance.new("Weld")
  472. weld.Name = "W"
  473. weld.Part0 = a
  474. weld.Part1 = b
  475. weld.C0 = a.CFrame:inverse() * b.CFrame
  476. weld.Parent = a
  477. return weld;
  478. end
  479. ----------------------------------------------------
  480. function Lerp(c1,c2,al)
  481. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  482. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  483. for i,v in pairs(com1) do
  484. com1[i] = v+(com2[i]-v)*al
  485. end
  486. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  487. end
  488. ----------------------------------------------------
  489. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  490. local wld = Instance.new("Weld", wp1)
  491. wld.Part0 = wp0
  492. wld.Part1 = wp1
  493. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  494. end
  495. ----------------------------------------------------
  496. newWeld(torso, larm, -1.5, 0.5, 0)
  497. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  498. newWeld(torso, rarm, 1.5, 0.5, 0)
  499. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  500. newWeld(torso, hed, 0, 1.5, 0)
  501. newWeld(torso, lleg, -0.5, -1, 0)
  502. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  503. newWeld(torso, rleg, 0.5, -1, 0)
  504. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  505. newWeld(root, torso, 0, -1, 0)
  506. torso.Weld.C1 = CFrame.new(0, -1, 0)
  507. ----------------------------------------------------
  508.  
  509. hed.face.Texture = "http://www.roblox.com/asset/?id=0"
  510. hed.Transparency = 1
  511.  
  512. -----------------------
  513. LittleWave = function()
  514. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  515. local Colors = {"Lime green", "Black","Really black"}
  516. local wave = Instance.new("Part", torso)
  517.  
  518.  
  519. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  520.  
  521.  
  522. wave.Anchored = true
  523. wave.CanCollide = false
  524. wave.Material = "Neon"
  525. wave.Locked = true
  526. wave.Size = Vector3.new(1, 1, 1)
  527. wave.TopSurface = "Smooth"
  528. wave.BottomSurface = "Smooth"
  529. wave.Transparency = 0.35
  530. wave.CFrame = HandCF
  531. wm = Instance.new("SpecialMesh", wave)
  532. wm.MeshId = "rbxassetid://3270017"
  533. coroutine.wrap(function()
  534. for i = 1, 14, 1 do
  535. wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
  536. wave.Size = wm.Scale
  537. wave.CFrame = HandCF
  538. wave.Transparency = i/14
  539. wait()
  540. end
  541. wait()
  542. wave:Destroy()
  543. end)()
  544. end
  545. Spawn(function()
  546. while wait(.8) do
  547. LittleWave()
  548. end
  549. end)
  550.  
  551. -----------------------------
  552.  
  553. ------------------------
  554.  
  555. -------------------------
  556.  
  557.  
  558. ----------------------------------------------------
  559. z = Instance.new("Sound", char)
  560. z.SoundId = "rbxassetid://"
  561. z.Looped = true
  562. z.Pitch = 1
  563. z.Volume = 7
  564. wait(.1)
  565. z:Play()
  566. ----------------------------------------------------
  567.  
  568.  
  569. ---------------------
  570.  
  571. New = function(Object, Parent, Name, Data)
  572. local Object = Instance.new(Object)
  573. for Index, Value in pairs(Data or {}) do
  574. Object[Index] = Value
  575. end
  576. Object.Parent = Parent
  577. Object.Name = Name
  578. return Object
  579. end
  580. ----------------------------------------------------
  581. --reaper hat
  582. for _,x in pairs(char:children()) do
  583. if x:IsA('Hat') then x:remove() end
  584. if x:IsA('Shirt') then x:remove() end
  585. if x:IsA('Pants') then x:remove() end
  586. end
  587.  
  588. local h = Instance.new('Part', char)
  589. h.Name = 'DK Hood'
  590. h.Size = Vector3.new(0.5,0.5,0.5)
  591. h.CFrame = hed.CFrame
  592. h.CanCollide = false
  593. --
  594. newWeld(hed, h, 0, 0.35, 0)
  595. --
  596. local m = Instance.new('SpecialMesh', h)
  597. m.Name = "Reaper's Cowl"
  598. m.MeshType = 'FileMesh'
  599. m.Scale = Vector3.new(0.5,0.5,0.5)
  600. m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
  601. m.VertexColor = Vector3.new(1,1,1)
  602. local shirt = Instance.new("Shirt",p.Character)
  603. local pants = Instance.new("Pants",p.Character)
  604. shirt.ShirtTemplate = "rbxassetid://233027251"
  605. pants.PantsTemplate = "rbxassetid://149639608"
  606. --Left Arm
  607. m = Instance.new("Model")
  608. m.Name = "LeftArm"
  609. p1 = Instance.new("Part", m)
  610. p1.BrickColor = BrickColor.new("Lime green")
  611. p1.Material = Enum.Material.Granite
  612. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  613. p1.Size = Vector3.new(1, 0.200000048, 1)
  614. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  615. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  616. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  617. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  618. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  619. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  620. b1 = Instance.new("SpecialMesh", p1)
  621. b1.MeshType = Enum.MeshType.Brick
  622. b1.Name = "Mesh"
  623. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  624. p2 = Instance.new("Part", m)
  625. p2.BrickColor = BrickColor.new("Lime green")
  626. p2.Material = Enum.Material.Granite
  627. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  628. p2.Size = Vector3.new(1, 0.200000048, 1)
  629. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  630. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  631. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  632. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  633. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  634. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  635. b2 = Instance.new("SpecialMesh", p2)
  636. b2.MeshType = Enum.MeshType.Brick
  637. b2.Name = "Mesh"
  638. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  639. p3 = Instance.new("Part", m)
  640. p3.BrickColor = BrickColor.new("Lime green")
  641. p3.Material = Enum.Material.Granite
  642. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  643. p3.Size = Vector3.new(1, 0.200000048, 1)
  644. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  645. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  646. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  647. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  648. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  649. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  650. b3 = Instance.new("SpecialMesh", p3)
  651. b3.MeshType = Enum.MeshType.Brick
  652. b3.Name = "Mesh"
  653. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  654. p4 = Instance.new("Part", m)
  655. p4.BrickColor = BrickColor.new("Black")
  656. p4.Material = Enum.Material.SmoothPlastic
  657. p4.Name = "LeftArmPlate"
  658. p4.Size = Vector3.new(1, 2, 1)
  659. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  660. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  661. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  662. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  663. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  664. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  665. b4 = Instance.new("SpecialMesh", p4)
  666. b4.MeshType = Enum.MeshType.Brick
  667. b4.Name = "Mesh"
  668. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  669. p5 = Instance.new("Part", m)
  670. p5.BrickColor = BrickColor.new("Lime green")
  671. p5.Material = Enum.Material.Granite
  672. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  673. p5.Size = Vector3.new(1, 0.200000048, 1)
  674. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  675. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  676. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  677. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  678. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  679. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  680. b5 = Instance.new("SpecialMesh", p5)
  681. b5.MeshType = Enum.MeshType.Brick
  682. b5.Name = "Mesh"
  683. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  684. p6 = Instance.new("Part", m)
  685. p6.BrickColor = BrickColor.new("Lime green")
  686. p6.Material = Enum.Material.Granite
  687. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  688. p6.Size = Vector3.new(1, 0.200000048, 1)
  689. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  690. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  691. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  692. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  693. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  694. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  695. b6 = Instance.new("SpecialMesh", p6)
  696. b6.MeshType = Enum.MeshType.Brick
  697. b6.Name = "Mesh"
  698. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  699. p7 = Instance.new("Part", m)
  700. p7.BrickColor = BrickColor.new("Lime green")
  701. p7.Material = Enum.Material.Granite
  702. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  703. p7.FormFactor = Enum.FormFactor.Custom
  704. p7.Size = Vector3.new(1, 0.200000048, 1)
  705. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  706. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  707. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  708. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  709. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  710. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  711. b7 = Instance.new("SpecialMesh", p7)
  712. b7.MeshType = Enum.MeshType.Brick
  713. b7.Name = "Mesh"
  714. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  715. p8 = Instance.new("Part", m)
  716. p8.BrickColor = BrickColor.new("Lime green")
  717. p8.Material = Enum.Material.Granite
  718. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  719. p8.FormFactor = Enum.FormFactor.Custom
  720. p8.Size = Vector3.new(1, 0.200000048, 1)
  721. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  722. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  723. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  724. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  725. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  726. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  727. b8 = Instance.new("SpecialMesh", p8)
  728. b8.MeshType = Enum.MeshType.Brick
  729. b8.Name = "Mesh"
  730. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  731. p9 = Instance.new("Part", m)
  732. p9.BrickColor = BrickColor.new("Lime green")
  733. p9.Material = Enum.Material.Granite
  734. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  735. p9.FormFactor = Enum.FormFactor.Custom
  736. p9.Size = Vector3.new(1, 0.200000048, 1)
  737. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  738. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  739. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  740. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  741. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  742. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  743. b9 = Instance.new("SpecialMesh", p9)
  744. b9.MeshType = Enum.MeshType.Brick
  745. b9.Name = "Mesh"
  746. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  747. p10 = Instance.new("Part", m)
  748. p10.BrickColor = BrickColor.new("Black")
  749. p10.Material = Enum.Material.SmoothPlastic
  750. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  751. p10.FormFactor = Enum.FormFactor.Custom
  752. p10.Size = Vector3.new(1, 0.349999994, 1)
  753. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  754. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  755. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  756. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  757. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  758. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  759. b10 = Instance.new("SpecialMesh", p10)
  760. b10.MeshType = Enum.MeshType.Brick
  761. b10.Name = "Mesh"
  762. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  763. p11 = Instance.new("Part", m)
  764. p11.BrickColor = BrickColor.new("Black")
  765. p11.Material = Enum.Material.Metal
  766. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  767. p11.FormFactor = Enum.FormFactor.Custom
  768. p11.Size = Vector3.new(1, 0.25, 1)
  769. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  770. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  771. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  772. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  773. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  774. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  775. b11 = Instance.new("SpecialMesh", p11)
  776. b11.MeshType = Enum.MeshType.Brick
  777. b11.Name = "Mesh"
  778. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  779. p12 = Instance.new("Part", m)
  780. p12.BrickColor = BrickColor.new("Black")
  781. p12.Material = Enum.Material.Metal
  782. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  783. p12.FormFactor = Enum.FormFactor.Custom
  784. p12.Size = Vector3.new(1, 0.25, 1)
  785. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  786. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  787. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  788. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  789. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  790. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  791. b12 = Instance.new("SpecialMesh", p12)
  792. b12.MeshType = Enum.MeshType.Brick
  793. b12.Name = "Mesh"
  794. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  795. p13 = Instance.new("Part", m)
  796. p13.BrickColor = BrickColor.new("Black")
  797. p13.Material = Enum.Material.Metal
  798. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  799. p13.FormFactor = Enum.FormFactor.Custom
  800. p13.Size = Vector3.new(1, 0.25, 1)
  801. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  802. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  803. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  804. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  805. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  806. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  807. b13 = Instance.new("SpecialMesh", p13)
  808. b13.MeshType = Enum.MeshType.Brick
  809. b13.Name = "Mesh"
  810. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  811. p14 = Instance.new("Part", m)
  812. p14.BrickColor = BrickColor.new("Black")
  813. p14.Material = Enum.Material.Metal
  814. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  815. p14.FormFactor = Enum.FormFactor.Custom
  816. p14.Size = Vector3.new(1, 0.25, 1)
  817. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  818. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  819. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  820. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  821. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  822. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  823. b14 = Instance.new("SpecialMesh", p14)
  824. b14.MeshType = Enum.MeshType.Brick
  825. b14.Name = "Mesh"
  826. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  827. p15 = Instance.new("Part", m)
  828. p15.BrickColor = BrickColor.new("Lime green")
  829. p15.Material = Enum.Material.Granite
  830. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  831. p15.FormFactor = Enum.FormFactor.Custom
  832. p15.Size = Vector3.new(1, 1, 1)
  833. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  834. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  835. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  836. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  837. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  838. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  839. b15 = Instance.new("SpecialMesh", p15)
  840. b15.MeshType = Enum.MeshType.Sphere
  841. b15.Name = "Mesh"
  842. p16 = Instance.new("Part", m)
  843. p16.BrickColor = BrickColor.new("Black")
  844. p16.Material = Enum.Material.Metal
  845. 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)
  846. p16.FormFactor = Enum.FormFactor.Custom
  847. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  848. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  851. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  852. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  853. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  854. b16 = Instance.new("SpecialMesh", p16)
  855. b16.MeshType = Enum.MeshType.Brick
  856. b16.Name = "Mesh"
  857. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  858. p17 = Instance.new("Part", m)
  859. p17.BrickColor = BrickColor.new("Black")
  860. p17.Material = Enum.Material.SmoothPlastic
  861. 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)
  862. p17.FormFactor = Enum.FormFactor.Custom
  863. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  864. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  865. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  869. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  870. b17 = Instance.new("SpecialMesh", p17)
  871. b17.MeshType = Enum.MeshType.Brick
  872. b17.Name = "Mesh"
  873. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  874. p18 = Instance.new("Part", m)
  875. p18.BrickColor = BrickColor.new("Black")
  876. p18.Material = Enum.Material.SmoothPlastic
  877. 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)
  878. p18.FormFactor = Enum.FormFactor.Custom
  879. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  880. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  881. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  882. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  883. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  886. b18 = Instance.new("SpecialMesh", p18)
  887. b18.MeshType = Enum.MeshType.Brick
  888. b18.Name = "Mesh"
  889. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  890. p19 = Instance.new("Part", m)
  891. p19.BrickColor = BrickColor.new("Black")
  892. p19.Material = Enum.Material.SmoothPlastic
  893. 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)
  894. p19.FormFactor = Enum.FormFactor.Custom
  895. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  896. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  897. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  898. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  899. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  900. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  901. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  902. b19 = Instance.new("SpecialMesh", p19)
  903. b19.MeshType = Enum.MeshType.Brick
  904. b19.Name = "Mesh"
  905. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  906. p20 = Instance.new("Part", m)
  907. p20.BrickColor = BrickColor.new("Really black")
  908. p20.Material = Enum.Material.SmoothPlastic
  909. 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)
  910. p20.FormFactor = Enum.FormFactor.Custom
  911. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  912. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  913. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  914. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  915. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  916. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  917. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  918. b20 = Instance.new("SpecialMesh", p20)
  919. b20.MeshType = Enum.MeshType.Brick
  920. b20.Name = "Mesh"
  921. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  922. p21 = Instance.new("Part", m)
  923. p21.BrickColor = BrickColor.new("Black")
  924. p21.Material = Enum.Material.Metal
  925. 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)
  926. p21.FormFactor = Enum.FormFactor.Custom
  927. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  928. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  929. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  930. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  931. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  932. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  933. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  934. b21 = Instance.new("SpecialMesh", p21)
  935. b21.MeshType = Enum.MeshType.Wedge
  936. b21.Name = "Mesh"
  937. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  938. p22 = Instance.new("Part", m)
  939. p22.BrickColor = BrickColor.new("Black")
  940. p22.Material = Enum.Material.Metal
  941. 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)
  942. p22.FormFactor = Enum.FormFactor.Custom
  943. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  944. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  945. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  946. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  947. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  948. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  949. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  950. b22 = Instance.new("SpecialMesh", p22)
  951. b22.MeshType = Enum.MeshType.Brick
  952. b22.Name = "Mesh"
  953. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  954. p23 = Instance.new("Part", m)
  955. p23.BrickColor = BrickColor.new("Black")
  956. p23.Material = Enum.Material.Metal
  957. 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)
  958. p23.FormFactor = Enum.FormFactor.Custom
  959. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  960. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  961. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  962. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  963. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  964. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  965. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  966. b23 = Instance.new("SpecialMesh", p23)
  967. b23.MeshType = Enum.MeshType.Brick
  968. b23.Name = "Mesh"
  969. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  970. p24 = Instance.new("Part", m)
  971. p24.BrickColor = BrickColor.new("Black")
  972. p24.Material = Enum.Material.Metal
  973. 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)
  974. p24.FormFactor = Enum.FormFactor.Custom
  975. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  976. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  977. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  978. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  979. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  980. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  981. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  982. b24 = Instance.new("SpecialMesh", p24)
  983. b24.MeshType = Enum.MeshType.Brick
  984. b24.Name = "Mesh"
  985. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  986. p25 = Instance.new("Part", m)
  987. p25.BrickColor = BrickColor.new("Black")
  988. p25.Material = Enum.Material.Metal
  989. 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)
  990. p25.FormFactor = Enum.FormFactor.Custom
  991. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  992. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  993. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  994. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  995. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  996. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  997. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  998. b25 = Instance.new("SpecialMesh", p25)
  999. b25.MeshType = Enum.MeshType.Brick
  1000. b25.Name = "Mesh"
  1001. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1002. p26 = Instance.new("Part", m)
  1003. p26.BrickColor = BrickColor.new("Black")
  1004. p26.Material = Enum.Material.Metal
  1005. 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)
  1006. p26.FormFactor = Enum.FormFactor.Custom
  1007. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1008. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. b26 = Instance.new("SpecialMesh", p26)
  1015. b26.MeshType = Enum.MeshType.Brick
  1016. b26.Name = "Mesh"
  1017. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1018. p27 = Instance.new("Part", m)
  1019. p27.BrickColor = BrickColor.new("Black")
  1020. p27.Material = Enum.Material.Metal
  1021. 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)
  1022. p27.FormFactor = Enum.FormFactor.Custom
  1023. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1024. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. b27 = Instance.new("SpecialMesh", p27)
  1031. b27.MeshType = Enum.MeshType.Brick
  1032. b27.Name = "Mesh"
  1033. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1034. p28 = Instance.new("Part", m)
  1035. p28.BrickColor = BrickColor.new("Black")
  1036. p28.Material = Enum.Material.Metal
  1037. 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)
  1038. p28.FormFactor = Enum.FormFactor.Custom
  1039. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1040. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1041. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. b28 = Instance.new("SpecialMesh", p28)
  1047. b28.MeshType = Enum.MeshType.Brick
  1048. b28.Name = "Mesh"
  1049. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1050. p29 = Instance.new("Part", m)
  1051. p29.BrickColor = BrickColor.new("Black")
  1052. p29.Material = Enum.Material.Metal
  1053. 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)
  1054. p29.FormFactor = Enum.FormFactor.Custom
  1055. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1056. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. b29 = Instance.new("SpecialMesh", p29)
  1063. b29.MeshType = Enum.MeshType.Brick
  1064. b29.Name = "Mesh"
  1065. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1066. p30 = Instance.new("Part", m)
  1067. p30.BrickColor = BrickColor.new("Black")
  1068. p30.Material = Enum.Material.Metal
  1069. 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)
  1070. p30.FormFactor = Enum.FormFactor.Custom
  1071. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1072. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1073. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. b30 = Instance.new("SpecialMesh", p30)
  1079. b30.MeshType = Enum.MeshType.Wedge
  1080. b30.Name = "Mesh"
  1081. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1082. p31 = Instance.new("Part", m)
  1083. p31.BrickColor = BrickColor.new("Black")
  1084. p31.Material = Enum.Material.Metal
  1085. 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)
  1086. p31.FormFactor = Enum.FormFactor.Custom
  1087. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1088. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1091. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. b31 = Instance.new("SpecialMesh", p31)
  1095. b31.MeshType = Enum.MeshType.Brick
  1096. b31.Name = "Mesh"
  1097. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1098. p32 = Instance.new("Part", m)
  1099. p32.BrickColor = BrickColor.new("Black")
  1100. p32.Material = Enum.Material.Metal
  1101. 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)
  1102. p32.FormFactor = Enum.FormFactor.Custom
  1103. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  1104. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. b32 = Instance.new("SpecialMesh", p32)
  1111. b32.MeshType = Enum.MeshType.Wedge
  1112. b32.Name = "Mesh"
  1113. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1114. p33 = Instance.new("Part", m)
  1115. p33.BrickColor = BrickColor.new("Black")
  1116. p33.Material = Enum.Material.Metal
  1117. 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)
  1118. p33.FormFactor = Enum.FormFactor.Custom
  1119. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1120. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. b33 = Instance.new("SpecialMesh", p33)
  1127. b33.MeshType = Enum.MeshType.Brick
  1128. b33.Name = "Mesh"
  1129. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1130. p34 = Instance.new("Part", m)
  1131. p34.BrickColor = BrickColor.new("Black")
  1132. p34.Material = Enum.Material.Metal
  1133. 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)
  1134. p34.FormFactor = Enum.FormFactor.Custom
  1135. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1136. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. b34 = Instance.new("SpecialMesh", p34)
  1143. b34.MeshType = Enum.MeshType.Brick
  1144. b34.Name = "Mesh"
  1145. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1146. w1 = Instance.new("Weld", p1)
  1147. w1.Name = "Part_Weld"
  1148. w1.Part0 = p1
  1149. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1150. w1.Part1 = p2
  1151. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1152. w2 = Instance.new("Weld", p2)
  1153. w2.Name = "Part_Weld"
  1154. w2.Part0 = p2
  1155. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1156. w2.Part1 = p3
  1157. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1158. w3 = Instance.new("Weld", p3)
  1159. w3.Name = "LeftArmPlate_Weld"
  1160. w3.Part0 = p3
  1161. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1162. w3.Part1 = p4
  1163. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1164. w4 = Instance.new("Weld", p4)
  1165. w4.Name = "Part_Weld"
  1166. w4.Part0 = p4
  1167. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1168. w4.Part1 = p5
  1169. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1170. w5 = Instance.new("Weld", p5)
  1171. w5.Name = "Part_Weld"
  1172. w5.Part0 = p5
  1173. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1174. w5.Part1 = p6
  1175. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1176. w6 = Instance.new("Weld", p6)
  1177. w6.Name = "Part_Weld"
  1178. w6.Part0 = p6
  1179. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1180. w6.Part1 = p7
  1181. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1182. w7 = Instance.new("Weld", p7)
  1183. w7.Name = "Part_Weld"
  1184. w7.Part0 = p7
  1185. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1186. w7.Part1 = p8
  1187. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1188. w8 = Instance.new("Weld", p8)
  1189. w8.Name = "Part_Weld"
  1190. w8.Part0 = p8
  1191. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1192. w8.Part1 = p9
  1193. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1194. w9 = Instance.new("Weld", p9)
  1195. w9.Name = "Part_Weld"
  1196. w9.Part0 = p9
  1197. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1198. w9.Part1 = p10
  1199. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1200. w10 = Instance.new("Weld", p10)
  1201. w10.Name = "Part_Weld"
  1202. w10.Part0 = p10
  1203. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1204. w10.Part1 = p11
  1205. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1206. w11 = Instance.new("Weld", p11)
  1207. w11.Name = "Part_Weld"
  1208. w11.Part0 = p11
  1209. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1210. w11.Part1 = p12
  1211. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1212. w12 = Instance.new("Weld", p12)
  1213. w12.Name = "Part_Weld"
  1214. w12.Part0 = p12
  1215. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1216. w12.Part1 = p13
  1217. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1218. w13 = Instance.new("Weld", p13)
  1219. w13.Name = "Part_Weld"
  1220. w13.Part0 = p13
  1221. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1222. w13.Part1 = p14
  1223. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1224. w14 = Instance.new("Weld", p14)
  1225. w14.Name = "Part_Weld"
  1226. w14.Part0 = p14
  1227. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1228. w14.Part1 = p15
  1229. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1230. w15 = Instance.new("Weld", p15)
  1231. w15.Name = "Part_Weld"
  1232. w15.Part0 = p15
  1233. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1234. w15.Part1 = p16
  1235. 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)
  1236. w16 = Instance.new("Weld", p16)
  1237. w16.Name = "Part_Weld"
  1238. w16.Part0 = p16
  1239. 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)
  1240. w16.Part1 = p17
  1241. 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)
  1242. w17 = Instance.new("Weld", p17)
  1243. w17.Name = "Part_Weld"
  1244. w17.Part0 = p17
  1245. 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)
  1246. w17.Part1 = p18
  1247. 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)
  1248. w18 = Instance.new("Weld", p18)
  1249. w18.Name = "Part_Weld"
  1250. w18.Part0 = p18
  1251. 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)
  1252. w18.Part1 = p19
  1253. 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)
  1254. w19 = Instance.new("Weld", p19)
  1255. w19.Name = "Part_Weld"
  1256. w19.Part0 = p19
  1257. 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)
  1258. w19.Part1 = p20
  1259. 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)
  1260. w20 = Instance.new("Weld", p20)
  1261. w20.Name = "Part_Weld"
  1262. w20.Part0 = p20
  1263. 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)
  1264. w20.Part1 = p21
  1265. 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)
  1266. w21 = Instance.new("Weld", p21)
  1267. w21.Name = "Part_Weld"
  1268. w21.Part0 = p21
  1269. 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)
  1270. w21.Part1 = p22
  1271. 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)
  1272. w22 = Instance.new("Weld", p22)
  1273. w22.Name = "Part_Weld"
  1274. w22.Part0 = p22
  1275. 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)
  1276. w22.Part1 = p23
  1277. 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)
  1278. w23 = Instance.new("Weld", p23)
  1279. w23.Name = "Part_Weld"
  1280. w23.Part0 = p23
  1281. 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)
  1282. w23.Part1 = p24
  1283. 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)
  1284. w24 = Instance.new("Weld", p24)
  1285. w24.Name = "Part_Weld"
  1286. w24.Part0 = p24
  1287. 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)
  1288. w24.Part1 = p25
  1289. 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)
  1290. w25 = Instance.new("Weld", p25)
  1291. w25.Name = "Part_Weld"
  1292. w25.Part0 = p25
  1293. 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)
  1294. w25.Part1 = p26
  1295. 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)
  1296. w26 = Instance.new("Weld", p26)
  1297. w26.Name = "Part_Weld"
  1298. w26.Part0 = p26
  1299. 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)
  1300. w26.Part1 = p27
  1301. 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)
  1302. w27 = Instance.new("Weld", p27)
  1303. w27.Name = "Part_Weld"
  1304. w27.Part0 = p27
  1305. 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)
  1306. w27.Part1 = p28
  1307. 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)
  1308. w28 = Instance.new("Weld", p28)
  1309. w28.Name = "Part_Weld"
  1310. w28.Part0 = p28
  1311. 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)
  1312. w28.Part1 = p29
  1313. 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)
  1314. w29 = Instance.new("Weld", p29)
  1315. w29.Name = "Part_Weld"
  1316. w29.Part0 = p29
  1317. 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)
  1318. w29.Part1 = p30
  1319. 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)
  1320. w30 = Instance.new("Weld", p30)
  1321. w30.Name = "Part_Weld"
  1322. w30.Part0 = p30
  1323. 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)
  1324. w30.Part1 = p31
  1325. 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)
  1326. w31 = Instance.new("Weld", p31)
  1327. w31.Name = "Part_Weld"
  1328. w31.Part0 = p31
  1329. 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)
  1330. w31.Part1 = p32
  1331. 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)
  1332. w32 = Instance.new("Weld", p32)
  1333. w32.Name = "Part_Weld"
  1334. w32.Part0 = p32
  1335. 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)
  1336. w32.Part1 = p33
  1337. 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)
  1338. w33 = Instance.new("Weld", p33)
  1339. w33.Name = "Part_Weld"
  1340. w33.Part0 = p33
  1341. 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)
  1342. w33.Part1 = p34
  1343. 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)
  1344. m.Parent = larm
  1345. m:MakeJoints()
  1346. ----------------------------------------------------
  1347. local cor = Instance.new("Part", larm.LeftArm)
  1348. cor.Name = "Thingy"
  1349. cor.Locked = true
  1350. cor.BottomSurface = 0
  1351. cor.CanCollide = false
  1352. cor.Size = Vector3.new(1, 1, 1)
  1353. cor.Transparency = 1
  1354. cor.TopSurface = 0
  1355. corw = Instance.new("Weld", cor)
  1356. corw.Part0 = larm
  1357. corw.Part1 = cor
  1358. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1359. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1360. weld1 = Instance.new("Weld", larm.LeftArm)
  1361. weld1.Part0 = cor
  1362. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1363. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1364. --Right Arm
  1365. m2 = Instance.new("Model")
  1366. m2.Name = "RightArm"
  1367. p1 = Instance.new("Part", m2)
  1368. p1.BrickColor = BrickColor.new("Lime green")
  1369. p1.Material = Enum.Material.Granite
  1370. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1371. p1.FormFactor = Enum.FormFactor.Custom
  1372. p1.Size = Vector3.new(1, 0.200000048, 1)
  1373. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. b1 = Instance.new("SpecialMesh", p1)
  1380. b1.MeshType = Enum.MeshType.Brick
  1381. b1.Name = "Mesh"
  1382. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1383. p2 = Instance.new("Part", m2)
  1384. p2.BrickColor = BrickColor.new("Lime green")
  1385. p2.Material = Enum.Material.Granite
  1386. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1387. p2.FormFactor = Enum.FormFactor.Custom
  1388. p2.Size = Vector3.new(1, 0.200000048, 1)
  1389. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. b2 = Instance.new("SpecialMesh", p2)
  1396. b2.MeshType = Enum.MeshType.Brick
  1397. b2.Name = "Mesh"
  1398. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1399. p3 = Instance.new("Part", m2)
  1400. p3.BrickColor = BrickColor.new("Lime green")
  1401. p3.Material = Enum.Material.Granite
  1402. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1403. p3.FormFactor = Enum.FormFactor.Custom
  1404. p3.Size = Vector3.new(1, 0.200000048, 1)
  1405. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. b3 = Instance.new("SpecialMesh", p3)
  1412. b3.MeshType = Enum.MeshType.Brick
  1413. b3.Name = "Mesh"
  1414. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1415. p4 = Instance.new("Part", m2)
  1416. p4.BrickColor = BrickColor.new("Lime green")
  1417. p4.Material = Enum.Material.Granite
  1418. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1419. p4.FormFactor = Enum.FormFactor.Custom
  1420. p4.Size = Vector3.new(1, 0.200000048, 1)
  1421. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. b4 = Instance.new("SpecialMesh", p4)
  1428. b4.MeshType = Enum.MeshType.Brick
  1429. b4.Name = "Mesh"
  1430. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1431. p5 = Instance.new("Part", m2)
  1432. p5.BrickColor = BrickColor.new("Lime green")
  1433. p5.Material = Enum.Material.Granite
  1434. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1435. p5.FormFactor = Enum.FormFactor.Custom
  1436. p5.Size = Vector3.new(1, 0.200000048, 1)
  1437. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1442. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. b5 = Instance.new("SpecialMesh", p5)
  1444. b5.MeshType = Enum.MeshType.Brick
  1445. b5.Name = "Mesh"
  1446. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1447. p6 = Instance.new("Part", m2)
  1448. p6.BrickColor = BrickColor.new("Lime green")
  1449. p6.Material = Enum.Material.Granite
  1450. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1451. p6.FormFactor = Enum.FormFactor.Custom
  1452. p6.Size = Vector3.new(1, 1, 1)
  1453. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. b6 = Instance.new("SpecialMesh", p6)
  1460. b6.MeshType = Enum.MeshType.Sphere
  1461. b6.Name = "Mesh"
  1462. p7 = Instance.new("Part", m2)
  1463. p7.BrickColor = BrickColor.new("Black")
  1464. p7.Material = Enum.Material.SmoothPlastic
  1465. p7.Name = "RightArmPlate"
  1466. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1467. p7.FormFactor = Enum.FormFactor.Symmetric
  1468. p7.Size = Vector3.new(1, 2, 1)
  1469. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. b7 = Instance.new("SpecialMesh", p7)
  1476. b7.MeshType = Enum.MeshType.Brick
  1477. b7.Name = "Mesh"
  1478. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1479. p8 = Instance.new("Part", m2)
  1480. p8.BrickColor = BrickColor.new("Lime green")
  1481. p8.Material = Enum.Material.Granite
  1482. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1483. p8.FormFactor = Enum.FormFactor.Custom
  1484. p8.Size = Vector3.new(1, 0.200000048, 1)
  1485. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. b8 = Instance.new("SpecialMesh", p8)
  1492. b8.MeshType = Enum.MeshType.Brick
  1493. b8.Name = "Mesh"
  1494. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1495. p9 = Instance.new("Part", m2)
  1496. p9.BrickColor = BrickColor.new("Black")
  1497. p9.Material = Enum.Material.SmoothPlastic
  1498. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1499. p9.FormFactor = Enum.FormFactor.Custom
  1500. p9.Size = Vector3.new(1, 0.349999994, 1)
  1501. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. b9 = Instance.new("SpecialMesh", p9)
  1508. b9.MeshType = Enum.MeshType.Brick
  1509. b9.Name = "Mesh"
  1510. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1511. p10 = Instance.new("Part", m2)
  1512. p10.BrickColor = BrickColor.new("Black")
  1513. p10.Material = Enum.Material.Metal
  1514. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1515. p10.FormFactor = Enum.FormFactor.Custom
  1516. p10.Size = Vector3.new(1, 0.25, 1)
  1517. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. b10 = Instance.new("SpecialMesh", p10)
  1524. b10.MeshType = Enum.MeshType.Brick
  1525. b10.Name = "Mesh"
  1526. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1527. p11 = Instance.new("Part", m2)
  1528. p11.BrickColor = BrickColor.new("Black")
  1529. p11.Material = Enum.Material.Metal
  1530. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1531. p11.FormFactor = Enum.FormFactor.Custom
  1532. p11.Size = Vector3.new(1, 0.25, 1)
  1533. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1538. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. b11 = Instance.new("SpecialMesh", p11)
  1540. b11.MeshType = Enum.MeshType.Brick
  1541. b11.Name = "Mesh"
  1542. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1543. p12 = Instance.new("Part", m2)
  1544. p12.BrickColor = BrickColor.new("Black")
  1545. p12.Material = Enum.Material.Metal
  1546. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1547. p12.FormFactor = Enum.FormFactor.Custom
  1548. p12.Size = Vector3.new(1, 0.25, 1)
  1549. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1552. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. b12 = Instance.new("SpecialMesh", p12)
  1556. b12.MeshType = Enum.MeshType.Brick
  1557. b12.Name = "Mesh"
  1558. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1559. p13 = Instance.new("Part", m2)
  1560. p13.BrickColor = BrickColor.new("Lime green")
  1561. p13.Material = Enum.Material.Granite
  1562. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1563. p13.FormFactor = Enum.FormFactor.Custom
  1564. p13.Size = Vector3.new(1, 0.200000048, 1)
  1565. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. b13 = Instance.new("SpecialMesh", p13)
  1572. b13.MeshType = Enum.MeshType.Brick
  1573. b13.Name = "Mesh"
  1574. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1575. p14 = Instance.new("Part", m2)
  1576. p14.BrickColor = BrickColor.new("Black")
  1577. p14.Material = Enum.Material.Metal
  1578. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1579. p14.FormFactor = Enum.FormFactor.Custom
  1580. p14.Size = Vector3.new(1, 0.25, 1)
  1581. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. b14 = Instance.new("SpecialMesh", p14)
  1588. b14.MeshType = Enum.MeshType.Brick
  1589. b14.Name = "Mesh"
  1590. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1591. p15 = Instance.new("Part", m2)
  1592. p15.BrickColor = BrickColor.new("Lime green")
  1593. p15.Material = Enum.Material.Granite
  1594. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1595. p15.FormFactor = Enum.FormFactor.Custom
  1596. p15.Size = Vector3.new(1, 0.200000048, 1)
  1597. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. b15 = Instance.new("SpecialMesh", p15)
  1604. b15.MeshType = Enum.MeshType.Brick
  1605. b15.Name = "Mesh"
  1606. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1607. p16 = Instance.new("Part", m2)
  1608. p16.BrickColor = BrickColor.new("Black")
  1609. p16.Material = Enum.Material.SmoothPlastic
  1610. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1611. p16.FormFactor = Enum.FormFactor.Custom
  1612. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1613. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1615. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. b16 = Instance.new("SpecialMesh", p16)
  1620. b16.MeshType = Enum.MeshType.Brick
  1621. b16.Name = "Mesh"
  1622. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1623. p17 = Instance.new("Part", m2)
  1624. p17.BrickColor = BrickColor.new("Black")
  1625. p17.Material = Enum.Material.SmoothPlastic
  1626. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1627. p17.FormFactor = Enum.FormFactor.Custom
  1628. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1629. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. b17 = Instance.new("SpecialMesh", p17)
  1636. b17.MeshType = Enum.MeshType.Brick
  1637. b17.Name = "Mesh"
  1638. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1639. p18 = Instance.new("Part", m2)
  1640. p18.BrickColor = BrickColor.new("Really black")
  1641. p18.Material = Enum.Material.SmoothPlastic
  1642. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1643. p18.FormFactor = Enum.FormFactor.Custom
  1644. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1645. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. b18 = Instance.new("SpecialMesh", p18)
  1652. b18.MeshType = Enum.MeshType.Brick
  1653. b18.Name = "Mesh"
  1654. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1655. p19 = Instance.new("Part", m2)
  1656. p19.BrickColor = BrickColor.new("Black")
  1657. p19.Material = Enum.Material.SmoothPlastic
  1658. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1659. p19.FormFactor = Enum.FormFactor.Custom
  1660. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1661. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. b19 = Instance.new("SpecialMesh", p19)
  1668. b19.MeshType = Enum.MeshType.Brick
  1669. b19.Name = "Mesh"
  1670. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1671. w1 = Instance.new("Weld", p1)
  1672. w1.Name = "Part_Weld"
  1673. w1.Part0 = p1
  1674. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1675. w1.Part1 = p2
  1676. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1677. w2 = Instance.new("Weld", p2)
  1678. w2.Name = "Part_Weld"
  1679. w2.Part0 = p2
  1680. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1681. w2.Part1 = p3
  1682. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1683. w3 = Instance.new("Weld", p3)
  1684. w3.Name = "Part_Weld"
  1685. w3.Part0 = p3
  1686. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1687. w3.Part1 = p4
  1688. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1689. w4 = Instance.new("Weld", p4)
  1690. w4.Name = "Part_Weld"
  1691. w4.Part0 = p4
  1692. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1693. w4.Part1 = p5
  1694. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1695. w5 = Instance.new("Weld", p5)
  1696. w5.Name = "Part_Weld"
  1697. w5.Part0 = p5
  1698. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1699. w5.Part1 = p6
  1700. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1701. w6 = Instance.new("Weld", p6)
  1702. w6.Name = "RightArmPlate_Weld"
  1703. w6.Part0 = p6
  1704. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1705. w6.Part1 = p7
  1706. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1707. w7 = Instance.new("Weld", p7)
  1708. w7.Name = "Part_Weld"
  1709. w7.Part0 = p7
  1710. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1711. w7.Part1 = p8
  1712. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1713. w8 = Instance.new("Weld", p8)
  1714. w8.Name = "Part_Weld"
  1715. w8.Part0 = p8
  1716. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1717. w8.Part1 = p9
  1718. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1719. w9 = Instance.new("Weld", p9)
  1720. w9.Name = "Part_Weld"
  1721. w9.Part0 = p9
  1722. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1723. w9.Part1 = p10
  1724. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1725. w10 = Instance.new("Weld", p10)
  1726. w10.Name = "Part_Weld"
  1727. w10.Part0 = p10
  1728. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1729. w10.Part1 = p11
  1730. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1731. w11 = Instance.new("Weld", p11)
  1732. w11.Name = "Part_Weld"
  1733. w11.Part0 = p11
  1734. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1735. w11.Part1 = p12
  1736. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1737. w12 = Instance.new("Weld", p12)
  1738. w12.Name = "Part_Weld"
  1739. w12.Part0 = p12
  1740. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1741. w12.Part1 = p13
  1742. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1743. w13 = Instance.new("Weld", p13)
  1744. w13.Name = "Part_Weld"
  1745. w13.Part0 = p13
  1746. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1747. w13.Part1 = p14
  1748. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1749. w14 = Instance.new("Weld", p14)
  1750. w14.Name = "Part_Weld"
  1751. w14.Part0 = p14
  1752. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1753. w14.Part1 = p15
  1754. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1755. w15 = Instance.new("Weld", p15)
  1756. w15.Name = "Part_Weld"
  1757. w15.Part0 = p15
  1758. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1759. w15.Part1 = p16
  1760. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1761. w16 = Instance.new("Weld", p16)
  1762. w16.Name = "Part_Weld"
  1763. w16.Part0 = p16
  1764. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1765. w16.Part1 = p17
  1766. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1767. w17 = Instance.new("Weld", p17)
  1768. w17.Name = "Part_Weld"
  1769. w17.Part0 = p17
  1770. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1771. w17.Part1 = p18
  1772. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1773. w18 = Instance.new("Weld", p18)
  1774. w18.Name = "Part_Weld"
  1775. w18.Part0 = p18
  1776. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1777. w18.Part1 = p19
  1778. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1779. m2.Parent = rarm
  1780. m2:MakeJoints()
  1781. ----------------------------------------------------
  1782. local cor2 = Instance.new("Part", rarm.RightArm)
  1783. cor2.Name = "Thingy"
  1784. cor2.Locked = true
  1785. cor2.BottomSurface = 0
  1786. cor2.CanCollide = false
  1787. cor2.Size = Vector3.new(1, 1, 1)
  1788. cor2.Transparency = 1
  1789. cor2.TopSurface = 0
  1790. corw2 = Instance.new("Weld", cor2)
  1791. corw2.Part0 = rarm
  1792. corw2.Part1 = cor2
  1793. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1794. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1795. weld2 = Instance.new("Weld", rarm.RightArm)
  1796. weld2.Part0 = cor2
  1797. weld2.Part1 = rarm.RightArm.RightArmPlate
  1798. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1799. --Torso
  1800. m3 = Instance.new("Model")
  1801. m3.Name = "Torso"
  1802. p1 = Instance.new("Part", m3)
  1803. p1.BrickColor = BrickColor.new("Really black")
  1804. p1.Material = Enum.Material.Metal
  1805. p1.Name = "TorsoPlate"
  1806. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1807. p1.CanCollide = false
  1808. p1.Locked = true
  1809. p1.FormFactor = Enum.FormFactor.Custom
  1810. p1.Size = Vector3.new(2, 2, 1)
  1811. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. b1 = Instance.new("SpecialMesh", p1)
  1818. b1.MeshType = Enum.MeshType.Brick
  1819. b1.Name = "Mesh"
  1820. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1821. p2 = Instance.new("Part", m3)
  1822. p2.BrickColor = BrickColor.new("Really black")
  1823. p2.Material = Enum.Material.Metal
  1824. 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)
  1825. p2.CanCollide = false
  1826. p2.Locked = true
  1827. p2.FormFactor = Enum.FormFactor.Custom
  1828. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1829. b2 = Instance.new("SpecialMesh", p2)
  1830. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1831. b2.TextureId = ""
  1832. b2.MeshType = Enum.MeshType.FileMesh
  1833. b2.Name = "Mesh"
  1834. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1835. p3 = Instance.new("Part", m3)
  1836. p3.BrickColor = BrickColor.new("Black")
  1837. p3.Material = Enum.Material.Metal
  1838. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1839. p3.CanCollide = false
  1840. p3.Locked = true
  1841. p3.FormFactor = Enum.FormFactor.Custom
  1842. p3.Size = Vector3.new(2, 2, 0.200000018)
  1843. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. b3 = Instance.new("SpecialMesh", p3)
  1850. b3.MeshType = Enum.MeshType.Brick
  1851. b3.Name = "Mesh"
  1852. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1853. p4 = Instance.new("Part", m3)
  1854. p4.BrickColor = BrickColor.new("Black")
  1855. p4.Material = Enum.Material.Metal
  1856. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1857. p4.CanCollide = false
  1858. p4.Locked = true
  1859. p4.FormFactor = Enum.FormFactor.Custom
  1860. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1861. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. b4 = Instance.new("SpecialMesh", p4)
  1868. b4.MeshType = Enum.MeshType.Brick
  1869. b4.Name = "Mesh"
  1870. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1871. p5 = Instance.new("Part", m3)
  1872. p5.BrickColor = BrickColor.new("Black")
  1873. p5.Material = Enum.Material.Metal
  1874. 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)
  1875. p5.CanCollide = false
  1876. p5.Locked = true
  1877. p5.FormFactor = Enum.FormFactor.Custom
  1878. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1879. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. b5 = Instance.new("SpecialMesh", p5)
  1886. b5.MeshType = Enum.MeshType.Wedge
  1887. b5.Name = "Mesh"
  1888. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1889. p6 = Instance.new("Part", m3)
  1890. p6.BrickColor = BrickColor.new("Black")
  1891. p6.Material = Enum.Material.Metal
  1892. 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)
  1893. p6.CanCollide = false
  1894. p6.Locked = true
  1895. p6.FormFactor = Enum.FormFactor.Custom
  1896. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1897. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. b6 = Instance.new("SpecialMesh", p6)
  1904. b6.MeshType = Enum.MeshType.Wedge
  1905. b6.Name = "Mesh"
  1906. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1907. p7 = Instance.new("Part", m3)
  1908. p7.BrickColor = BrickColor.new("Black")
  1909. p7.Material = Enum.Material.Metal
  1910. 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)
  1911. p7.CanCollide = false
  1912. p7.Locked = true
  1913. p7.FormFactor = Enum.FormFactor.Custom
  1914. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1915. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. b7 = Instance.new("SpecialMesh", p7)
  1922. b7.MeshType = Enum.MeshType.Wedge
  1923. b7.Name = "Mesh"
  1924. p8 = Instance.new("Part", m3)
  1925. p8.BrickColor = BrickColor.new("Black")
  1926. p8.Material = Enum.Material.Metal
  1927. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1928. p8.CanCollide = false
  1929. p8.Locked = true
  1930. p8.FormFactor = Enum.FormFactor.Custom
  1931. p8.Size = Vector3.new(1, 2, 0.200000018)
  1932. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1933. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1936. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. b8 = Instance.new("SpecialMesh", p8)
  1939. b8.MeshType = Enum.MeshType.Brick
  1940. b8.Name = "Mesh"
  1941. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1942. p9 = Instance.new("Part", m3)
  1943. p9.BrickColor = BrickColor.new("Black")
  1944. p9.Material = Enum.Material.Metal
  1945. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1946. p9.CanCollide = false
  1947. p9.Locked = true
  1948. p9.FormFactor = Enum.FormFactor.Custom
  1949. p9.Size = Vector3.new(1, 2, 0.200000018)
  1950. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. b9 = Instance.new("SpecialMesh", p9)
  1957. b9.MeshType = Enum.MeshType.Brick
  1958. b9.Name = "Mesh"
  1959. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1960. p10 = Instance.new("Part", m3)
  1961. p10.BrickColor = BrickColor.new("Black")
  1962. p10.Material = Enum.Material.Metal
  1963. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1964. p10.CanCollide = false
  1965. p10.Locked = true
  1966. p10.FormFactor = Enum.FormFactor.Custom
  1967. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1968. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. b10 = Instance.new("SpecialMesh", p10)
  1975. b10.MeshType = Enum.MeshType.Brick
  1976. b10.Name = "Mesh"
  1977. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1978. p11 = Instance.new("Part", m3)
  1979. p11.BrickColor = BrickColor.new("Really black")
  1980. p11.Material = Enum.Material.Metal
  1981. 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)
  1982. p11.CanCollide = false
  1983. p11.Locked = true
  1984. p11.FormFactor = Enum.FormFactor.Custom
  1985. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1986. b11 = Instance.new("SpecialMesh", p11)
  1987. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1988. b11.TextureId = ""
  1989. b11.MeshType = Enum.MeshType.FileMesh
  1990. b11.Name = "Mesh"
  1991. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1992. p12 = Instance.new("Part", m3)
  1993. p12.BrickColor = BrickColor.new("Really black")
  1994. p12.Material = Enum.Material.Metal
  1995. p12.Transparency = 1
  1996. p12.Name = "Chain2Torso"
  1997. 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)
  1998. p12.CanCollide = false
  1999. p12.Locked = true
  2000. p12.FormFactor = Enum.FormFactor.Custom
  2001. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  2002. b12 = Instance.new("SpecialMesh", p12)
  2003. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2004. b12.TextureId = ""
  2005. b12.MeshType = Enum.MeshType.FileMesh
  2006. b12.Name = "Mesh"
  2007. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2008. p13 = Instance.new("Part", m3)
  2009. p13.BrickColor = BrickColor.new("Really black")
  2010. p13.Material = Enum.Material.Metal
  2011. 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)
  2012. p13.CanCollide = false
  2013. p13.Locked = true
  2014. p13.FormFactor = Enum.FormFactor.Custom
  2015. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2016. b13 = Instance.new("SpecialMesh", p13)
  2017. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2018. b13.TextureId = ""
  2019. b13.MeshType = Enum.MeshType.FileMesh
  2020. b13.Name = "Mesh"
  2021. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2022. p14 = Instance.new("Part", m3)
  2023. p14.BrickColor = BrickColor.new("Really black")
  2024. p14.Material = Enum.Material.Metal
  2025. 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)
  2026. p14.CanCollide = false
  2027. p14.Locked = true
  2028. p14.FormFactor = Enum.FormFactor.Custom
  2029. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2030. b14 = Instance.new("SpecialMesh", p14)
  2031. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2032. b14.TextureId = ""
  2033. b14.MeshType = Enum.MeshType.FileMesh
  2034. b14.Name = "Mesh"
  2035. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2036. p15 = Instance.new("Part", m3)
  2037. p15.BrickColor = BrickColor.new("Really black")
  2038. p15.Material = Enum.Material.Metal
  2039. 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)
  2040. p15.CanCollide = false
  2041. p15.Locked = true
  2042. p15.FormFactor = Enum.FormFactor.Custom
  2043. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2044. b15 = Instance.new("SpecialMesh", p15)
  2045. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2046. b15.TextureId = ""
  2047. b15.MeshType = Enum.MeshType.FileMesh
  2048. b15.Name = "Mesh"
  2049. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2050. p16 = Instance.new("Part", m3)
  2051. p16.BrickColor = BrickColor.new("Really black")
  2052. p16.Material = Enum.Material.Metal
  2053. 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)
  2054. p16.CanCollide = false
  2055. p16.Locked = true
  2056. p16.FormFactor = Enum.FormFactor.Custom
  2057. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2058. b16 = Instance.new("SpecialMesh", p16)
  2059. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2060. b16.TextureId = ""
  2061. b16.MeshType = Enum.MeshType.FileMesh
  2062. b16.Name = "Mesh"
  2063. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2064. p17 = Instance.new("Part", m3)
  2065. p17.BrickColor = BrickColor.new("Really black")
  2066. p17.Material = Enum.Material.Metal
  2067. 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)
  2068. p17.CanCollide = false
  2069. p17.Locked = true
  2070. p17.FormFactor = Enum.FormFactor.Custom
  2071. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2072. b17 = Instance.new("SpecialMesh", p17)
  2073. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2074. b17.TextureId = ""
  2075. b17.MeshType = Enum.MeshType.FileMesh
  2076. b17.Name = "Mesh"
  2077. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2078. p18 = Instance.new("Part", m3)
  2079. p18.BrickColor = BrickColor.new("Really black")
  2080. p18.Material = Enum.Material.Metal
  2081. 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)
  2082. p18.CanCollide = false
  2083. p18.Locked = true
  2084. p18.FormFactor = Enum.FormFactor.Custom
  2085. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2086. b18 = Instance.new("SpecialMesh", p18)
  2087. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2088. b18.TextureId = ""
  2089. b18.MeshType = Enum.MeshType.FileMesh
  2090. b18.Name = "Mesh"
  2091. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2092. p19 = Instance.new("Part", m3)
  2093. p19.BrickColor = BrickColor.new("Really black")
  2094. p19.Material = Enum.Material.Metal
  2095. 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)
  2096. p19.CanCollide = false
  2097. p19.Locked = true
  2098. p19.FormFactor = Enum.FormFactor.Custom
  2099. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2100. b19 = Instance.new("SpecialMesh", p19)
  2101. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2102. b19.TextureId = ""
  2103. b19.MeshType = Enum.MeshType.FileMesh
  2104. b19.Name = "Mesh"
  2105. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2106. p20 = Instance.new("Part", m3)
  2107. p20.BrickColor = BrickColor.new("Really black")
  2108. p20.Material = Enum.Material.Metal
  2109. 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)
  2110. p20.CanCollide = false
  2111. p20.Locked = true
  2112. p20.FormFactor = Enum.FormFactor.Custom
  2113. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2114. b20 = Instance.new("SpecialMesh", p20)
  2115. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2116. b20.TextureId = ""
  2117. b20.MeshType = Enum.MeshType.FileMesh
  2118. b20.Name = "Mesh"
  2119. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2120. p21 = Instance.new("Part", m3)
  2121. p21.BrickColor = BrickColor.new("Really black")
  2122. p21.Material = Enum.Material.Metal
  2123. 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)
  2124. p21.CanCollide = false
  2125. p21.Locked = true
  2126. p21.FormFactor = Enum.FormFactor.Custom
  2127. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2128. b21 = Instance.new("SpecialMesh", p21)
  2129. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2130. b21.TextureId = ""
  2131. b21.MeshType = Enum.MeshType.FileMesh
  2132. b21.Name = "Mesh"
  2133. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2134. p22 = Instance.new("Part", m3)
  2135. p22.BrickColor = BrickColor.new("Really black")
  2136. p22.Material = Enum.Material.Metal
  2137. 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)
  2138. p22.CanCollide = false
  2139. p22.Locked = true
  2140. p22.FormFactor = Enum.FormFactor.Custom
  2141. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2142. b22 = Instance.new("SpecialMesh", p22)
  2143. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2144. b22.TextureId = ""
  2145. b22.MeshType = Enum.MeshType.FileMesh
  2146. b22.Name = "Mesh"
  2147. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2148. p23 = Instance.new("Part", m3)
  2149. p23.BrickColor = BrickColor.new("Really black")
  2150. p23.Material = Enum.Material.Metal
  2151. 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)
  2152. p23.CanCollide = false
  2153. p23.Locked = true
  2154. p23.FormFactor = Enum.FormFactor.Custom
  2155. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2156. b23 = Instance.new("SpecialMesh", p23)
  2157. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2158. b23.TextureId = ""
  2159. b23.MeshType = Enum.MeshType.FileMesh
  2160. b23.Name = "Mesh"
  2161. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2162. p24 = Instance.new("Part", m3)
  2163. p24.BrickColor = BrickColor.new("Really black")
  2164. p24.Material = Enum.Material.Metal
  2165. 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)
  2166. p24.CanCollide = false
  2167. p24.Locked = true
  2168. p24.FormFactor = Enum.FormFactor.Custom
  2169. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2170. b24 = Instance.new("SpecialMesh", p24)
  2171. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2172. b24.TextureId = ""
  2173. b24.MeshType = Enum.MeshType.FileMesh
  2174. b24.Name = "Mesh"
  2175. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2176. p25 = Instance.new("Part", m3)
  2177. p25.BrickColor = BrickColor.new("Really black")
  2178. p25.Material = Enum.Material.Metal
  2179. 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)
  2180. p25.CanCollide = false
  2181. p25.Locked = true
  2182. p25.FormFactor = Enum.FormFactor.Custom
  2183. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2184. b25 = Instance.new("SpecialMesh", p25)
  2185. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2186. b25.TextureId = ""
  2187. b25.MeshType = Enum.MeshType.FileMesh
  2188. b25.Name = "Mesh"
  2189. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2190. p26 = Instance.new("Part", m3)
  2191. p26.BrickColor = BrickColor.new("Really black")
  2192. p26.Material = Enum.Material.Metal
  2193. 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)
  2194. p26.CanCollide = false
  2195. p26.Locked = true
  2196. p26.FormFactor = Enum.FormFactor.Custom
  2197. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2198. b26 = Instance.new("SpecialMesh", p26)
  2199. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2200. b26.TextureId = ""
  2201. b26.MeshType = Enum.MeshType.FileMesh
  2202. b26.Name = "Mesh"
  2203. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2204. p27 = Instance.new("Part", m3)
  2205. p27.BrickColor = BrickColor.new("Really black")
  2206. p27.Material = Enum.Material.Metal
  2207. 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)
  2208. p27.CanCollide = false
  2209. p27.Locked = true
  2210. p27.FormFactor = Enum.FormFactor.Custom
  2211. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2212. b27 = Instance.new("SpecialMesh", p27)
  2213. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2214. b27.TextureId = ""
  2215. b27.MeshType = Enum.MeshType.FileMesh
  2216. b27.Name = "Mesh"
  2217. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2218. p28 = Instance.new("Part", m3)
  2219. p28.BrickColor = BrickColor.new("Really black")
  2220. p28.Material = Enum.Material.Metal
  2221. 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)
  2222. p28.CanCollide = false
  2223. p28.Locked = true
  2224. p28.FormFactor = Enum.FormFactor.Custom
  2225. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2226. b28 = Instance.new("SpecialMesh", p28)
  2227. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2228. b28.TextureId = ""
  2229. b28.MeshType = Enum.MeshType.FileMesh
  2230. b28.Name = "Mesh"
  2231. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2232. p29 = Instance.new("Part", m3)
  2233. p29.BrickColor = BrickColor.new("Really black")
  2234. p29.Material = Enum.Material.Metal
  2235. 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)
  2236. p29.CanCollide = false
  2237. p29.Locked = true
  2238. p29.FormFactor = Enum.FormFactor.Custom
  2239. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2240. b29 = Instance.new("SpecialMesh", p29)
  2241. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2242. b29.TextureId = ""
  2243. b29.MeshType = Enum.MeshType.FileMesh
  2244. b29.Name = "Mesh"
  2245. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2246. p30 = Instance.new("Part", m3)
  2247. p30.BrickColor = BrickColor.new("Really black")
  2248. p30.Material = Enum.Material.Metal
  2249. 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)
  2250. p30.CanCollide = false
  2251. p30.Locked = true
  2252. p30.FormFactor = Enum.FormFactor.Custom
  2253. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2254. b30 = Instance.new("SpecialMesh", p30)
  2255. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2256. b30.TextureId = ""
  2257. b30.MeshType = Enum.MeshType.FileMesh
  2258. b30.Name = "Mesh"
  2259. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2260. p31 = Instance.new("Part", m3)
  2261. p31.BrickColor = BrickColor.new("Really black")
  2262. p31.Material = Enum.Material.Metal
  2263. 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)
  2264. p31.CanCollide = false
  2265. p31.Locked = true
  2266. p31.FormFactor = Enum.FormFactor.Custom
  2267. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2268. b31 = Instance.new("SpecialMesh", p31)
  2269. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2270. b31.TextureId = ""
  2271. b31.MeshType = Enum.MeshType.FileMesh
  2272. b31.Name = "Mesh"
  2273. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2274. p32 = Instance.new("Part", m3)
  2275. p32.BrickColor = BrickColor.new("Really black")
  2276. p32.Material = Enum.Material.Metal
  2277. 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)
  2278. p32.CanCollide = false
  2279. p32.Locked = true
  2280. p32.FormFactor = Enum.FormFactor.Custom
  2281. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2282. b32 = Instance.new("SpecialMesh", p32)
  2283. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2284. b32.TextureId = ""
  2285. b32.MeshType = Enum.MeshType.FileMesh
  2286. b32.Name = "Mesh"
  2287. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2288. p33 = Instance.new("Part", m3)
  2289. p33.BrickColor = BrickColor.new("Really black")
  2290. p33.Material = Enum.Material.Metal
  2291. 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)
  2292. p33.CanCollide = false
  2293. p33.Locked = true
  2294. p33.FormFactor = Enum.FormFactor.Custom
  2295. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2296. b33 = Instance.new("SpecialMesh", p33)
  2297. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2298. b33.TextureId = ""
  2299. b33.MeshType = Enum.MeshType.FileMesh
  2300. b33.Name = "Mesh"
  2301. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2302. p34 = Instance.new("Part", m3)
  2303. p34.BrickColor = BrickColor.new("Really black")
  2304. p34.Material = Enum.Material.Metal
  2305. p34.Name = "Connection"
  2306. 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)
  2307. p34.CanCollide = false
  2308. p34.Locked = true
  2309. p34.FormFactor = Enum.FormFactor.Custom
  2310. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2311. b34 = Instance.new("SpecialMesh", p34)
  2312. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2313. b34.TextureId = ""
  2314. b34.MeshType = Enum.MeshType.FileMesh
  2315. b34.Name = "Mesh"
  2316. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2317. p35 = Instance.new("Part", m3)
  2318. p35.BrickColor = BrickColor.new("Really black")
  2319. p35.Material = Enum.Material.Metal
  2320. 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)
  2321. p35.CanCollide = false
  2322. p35.Locked = true
  2323. p35.FormFactor = Enum.FormFactor.Custom
  2324. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2325. b35 = Instance.new("SpecialMesh", p35)
  2326. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2327. b35.TextureId = ""
  2328. b35.MeshType = Enum.MeshType.FileMesh
  2329. b35.Name = "Mesh"
  2330. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2331. p36 = Instance.new("Part", m3)
  2332. p36.BrickColor = BrickColor.new("Really black")
  2333. p36.Material = Enum.Material.Metal
  2334. 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)
  2335. p36.CanCollide = false
  2336. p36.Locked = true
  2337. p36.FormFactor = Enum.FormFactor.Custom
  2338. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2339. b36 = Instance.new("SpecialMesh", p36)
  2340. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2341. b36.TextureId = ""
  2342. b36.MeshType = Enum.MeshType.FileMesh
  2343. b36.Name = "Mesh"
  2344. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2345. w1 = Instance.new("Weld", p2)
  2346. w1.Name = "Joint"
  2347. w1.Part0 = p2
  2348. 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)
  2349. w1.Part1 = p18
  2350. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2351. w2 = Instance.new("Weld", p3)
  2352. w2.Name = "Joint"
  2353. w2.Part0 = p3
  2354. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2355. w2.Part1 = p1
  2356. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2357. w3 = Instance.new("Weld", p4)
  2358. w3.Name = "Joint"
  2359. w3.Part0 = p4
  2360. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2361. w3.Part1 = p1
  2362. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2363. w4 = Instance.new("Weld", p5)
  2364. w4.Name = "Joint"
  2365. w4.Part0 = p5
  2366. 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)
  2367. w4.Part1 = p7
  2368. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2369. w5 = Instance.new("Weld", p6)
  2370. w5.Name = "Joint"
  2371. w5.Part0 = p6
  2372. 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)
  2373. w5.Part1 = p7
  2374. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2375. w6 = Instance.new("Weld", p7)
  2376. w6.Name = "Joint"
  2377. w6.Part0 = p7
  2378. 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)
  2379. w6.Part1 = p1
  2380. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2381. w7 = Instance.new("Weld", p8)
  2382. w7.Name = "Joint"
  2383. w7.Part0 = p8
  2384. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2385. w7.Part1 = p1
  2386. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2387. w8 = Instance.new("Weld", p9)
  2388. w8.Name = "Joint"
  2389. w8.Part0 = p9
  2390. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2391. w8.Part1 = p1
  2392. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2393. w9 = Instance.new("Weld", p10)
  2394. w9.Name = "Joint"
  2395. w9.Part0 = p10
  2396. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2397. w9.Part1 = p1
  2398. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2399. w10 = Instance.new("Weld", p11)
  2400. w10.Name = "Joint"
  2401. w10.Part0 = p11
  2402. 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)
  2403. w10.Part1 = p19
  2404. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2405. w11 = Instance.new("Weld", p12)
  2406. w11.Name = "Joint"
  2407. w11.Part0 = p12
  2408. 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)
  2409. w11.Part1 = p1
  2410. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2411. w12 = Instance.new("Weld", p13)
  2412. w12.Name = "Joint"
  2413. w12.Part0 = p13
  2414. 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)
  2415. w12.Part1 = p35
  2416. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2417. w13 = Instance.new("Weld", p14)
  2418. w13.Name = "Joint"
  2419. w13.Part0 = p14
  2420. 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)
  2421. w13.Part1 = p34
  2422. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2423. w14 = Instance.new("Weld", p15)
  2424. w14.Name = "Joint"
  2425. w14.Part0 = p15
  2426. 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)
  2427. w14.Part1 = p16
  2428. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2429. w15 = Instance.new("Weld", p16)
  2430. w15.Name = "Joint"
  2431. w15.Part0 = p16
  2432. 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)
  2433. w15.Part1 = p20
  2434. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2435. w16 = Instance.new("Weld", p17)
  2436. w16.Name = "Joint"
  2437. w16.Part0 = p17
  2438. 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)
  2439. w16.Part1 = p14
  2440. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2441. w17 = Instance.new("Weld", p18)
  2442. w17.Name = "Joint"
  2443. w17.Part0 = p18
  2444. 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)
  2445. w17.Part1 = p17
  2446. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2447. w18 = Instance.new("Weld", p19)
  2448. w18.Name = "Joint"
  2449. w18.Part0 = p19
  2450. 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)
  2451. w18.Part1 = p21
  2452. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2453. w19 = Instance.new("Weld", p20)
  2454. w19.Name = "Joint"
  2455. w19.Part0 = p20
  2456. 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)
  2457. w19.Part1 = p11
  2458. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2459. w20 = Instance.new("Weld", p21)
  2460. w20.Name = "Joint"
  2461. w20.Part0 = p21
  2462. 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)
  2463. w20.Part1 = p22
  2464. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2465. w21 = Instance.new("Weld", p22)
  2466. w21.Name = "Joint"
  2467. w21.Part0 = p22
  2468. 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)
  2469. w21.Part1 = p23
  2470. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2471. w22 = Instance.new("Weld", p23)
  2472. w22.Name = "Joint"
  2473. w22.Part0 = p23
  2474. 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)
  2475. w22.Part1 = p24
  2476. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2477. w23 = Instance.new("Weld", p24)
  2478. w23.Name = "Joint"
  2479. w23.Part0 = p24
  2480. 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)
  2481. w23.Part1 = p25
  2482. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2483. w24 = Instance.new("Weld", p25)
  2484. w24.Name = "Joint"
  2485. w24.Part0 = p25
  2486. 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)
  2487. w24.Part1 = p26
  2488. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2489. w25 = Instance.new("Weld", p26)
  2490. w25.Name = "Joint"
  2491. w25.Part0 = p26
  2492. 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)
  2493. w25.Part1 = p27
  2494. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2495. w26 = Instance.new("Weld", p27)
  2496. w26.Name = "Joint"
  2497. w26.Part0 = p27
  2498. 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)
  2499. w26.Part1 = p28
  2500. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2501. w27 = Instance.new("Weld", p28)
  2502. w27.Name = "Joint"
  2503. w27.Part0 = p28
  2504. 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)
  2505. w27.Part1 = p29
  2506. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2507. w28 = Instance.new("Weld", p29)
  2508. w28.Name = "Joint"
  2509. w28.Part0 = p29
  2510. 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)
  2511. w28.Part1 = p30
  2512. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2513. w29 = Instance.new("Weld", p30)
  2514. w29.Name = "Joint"
  2515. w29.Part0 = p30
  2516. 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)
  2517. w29.Part1 = p31
  2518. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2519. w30 = Instance.new("Weld", p31)
  2520. w30.Name = "Joint"
  2521. w30.Part0 = p31
  2522. 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)
  2523. w30.Part1 = p32
  2524. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2525. w31 = Instance.new("Weld", p32)
  2526. w31.Name = "Joint"
  2527. w31.Part0 = p32
  2528. 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)
  2529. w31.Part1 = p33
  2530. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2531. w32 = Instance.new("Weld", p33)
  2532. w32.Name = "Joint"
  2533. w32.Part0 = p33
  2534. 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)
  2535. w32.Part1 = p13
  2536. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2537. w33 = Instance.new("Weld", p34)
  2538. w33.Name = "Joint"
  2539. w33.Part0 = p34
  2540. 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)
  2541. w33.Part1 = p12
  2542. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2543. w34 = Instance.new("Weld", p35)
  2544. w34.Name = "Joint"
  2545. w34.Part0 = p35
  2546. 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)
  2547. w34.Part1 = p36
  2548. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2549. w35 = Instance.new("Weld", p36)
  2550. w35.Name = "Joint"
  2551. w35.Part0 = p36
  2552. 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)
  2553. w35.Part1 = p2
  2554. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2555. m3.Parent = torso
  2556. m3:MakeJoints()
  2557. ----------------------------------------------------
  2558. local cor3 = Instance.new("Part", torso.Torso)
  2559. cor3.Name = "Thingy"
  2560. cor3.Locked = true
  2561. cor3.BottomSurface = 0
  2562. cor3.CanCollide = false
  2563. cor3.Size = Vector3.new(1, 1, 1)
  2564. cor3.Transparency = 1
  2565. cor3.TopSurface = 0
  2566. corw3 = Instance.new("Weld", cor3)
  2567. corw3.Part0 = torso
  2568. corw3.Part1 = cor3
  2569. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2570. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2571. weld3 = Instance.new("Weld", torso.Torso)
  2572. weld3.Part0 = cor3
  2573. weld3.Part1 = torso.Torso.TorsoPlate
  2574. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2575. --Left Leg
  2576. m4 = Instance.new("Model")
  2577. m4.Name = "LeftLeg"
  2578. p1 = Instance.new("Part", m4)
  2579. p1.BrickColor = BrickColor.new("Really black")
  2580. p1.Material = Enum.Material.Metal
  2581. p1.Name = "LeftLegPlate"
  2582. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2583. p1.Anchored = false
  2584. p1.CanCollide = false
  2585. p1.FormFactor = Enum.FormFactor.Custom
  2586. p1.Size = Vector3.new(1, 2, 1)
  2587. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2588. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2589. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2590. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2591. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2592. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2593. b1 = Instance.new("SpecialMesh", p1)
  2594. b1.MeshType = Enum.MeshType.Brick
  2595. b1.Name = "Mesh"
  2596. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2597. p2 = Instance.new("Part", m4)
  2598. p2.BrickColor = BrickColor.new("Really black")
  2599. p2.Material = Enum.Material.Metal
  2600. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2601. p2.Anchored = false
  2602. p2.CanCollide = false
  2603. p2.FormFactor = Enum.FormFactor.Custom
  2604. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2605. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2606. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2608. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2610. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2611. b2 = Instance.new("SpecialMesh", p2)
  2612. b2.MeshType = Enum.MeshType.Brick
  2613. b2.Name = "Mesh"
  2614. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2615. p3 = Instance.new("Part", m4)
  2616. p3.BrickColor = BrickColor.new("Really black")
  2617. p3.Material = Enum.Material.Metal
  2618. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2619. p3.Anchored = false
  2620. p3.CanCollide = false
  2621. p3.FormFactor = Enum.FormFactor.Custom
  2622. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2623. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2625. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2626. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2627. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2628. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2629. b3 = Instance.new("SpecialMesh", p3)
  2630. b3.MeshType = Enum.MeshType.Brick
  2631. b3.Name = "Mesh"
  2632. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2633. p4 = Instance.new("Part", m4)
  2634. p4.BrickColor = BrickColor.new("Black")
  2635. p4.Material = Enum.Material.Metal
  2636. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2637. p4.Anchored = false
  2638. p4.CanCollide = false
  2639. p4.FormFactor = Enum.FormFactor.Custom
  2640. p4.Size = Vector3.new(1, 2, 0.200000018)
  2641. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2644. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2645. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2646. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2647. b4 = Instance.new("SpecialMesh", p4)
  2648. b4.MeshType = Enum.MeshType.Brick
  2649. b4.Name = "Mesh"
  2650. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2651. p5 = Instance.new("Part", m4)
  2652. p5.BrickColor = BrickColor.new("Black")
  2653. p5.Material = Enum.Material.Metal
  2654. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2655. p5.Anchored = false
  2656. p5.CanCollide = false
  2657. p5.FormFactor = Enum.FormFactor.Custom
  2658. p5.Size = Vector3.new(1, 2, 0.200000018)
  2659. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2661. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2662. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2663. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2664. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2665. b5 = Instance.new("SpecialMesh", p5)
  2666. b5.MeshType = Enum.MeshType.Brick
  2667. b5.Name = "Mesh"
  2668. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2669. p6 = Instance.new("Part", m4)
  2670. p6.BrickColor = BrickColor.new("Black")
  2671. p6.Material = Enum.Material.Metal
  2672. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2673. p6.Anchored = false
  2674. p6.CanCollide = false
  2675. p6.FormFactor = Enum.FormFactor.Custom
  2676. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  2677. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2678. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2679. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2680. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2681. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2682. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. b6 = Instance.new("SpecialMesh", p6)
  2684. b6.MeshType = Enum.MeshType.Brick
  2685. b6.Name = "Mesh"
  2686. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2687. p7 = Instance.new("Part", m4)
  2688. p7.BrickColor = BrickColor.new("Black")
  2689. p7.Material = Enum.Material.Metal
  2690. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2691. p7.Anchored = false
  2692. p7.CanCollide = false
  2693. p7.FormFactor = Enum.FormFactor.Custom
  2694. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2695. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2697. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2698. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2699. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2700. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2701. b7 = Instance.new("SpecialMesh", p7)
  2702. b7.MeshType = Enum.MeshType.Brick
  2703. b7.Name = "Mesh"
  2704. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2705. w1 = Instance.new("Weld", p2)
  2706. w1.Name = "Joint"
  2707. w1.Part0 = p2
  2708. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2709. w1.Part1 = p3
  2710. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2711. w2 = Instance.new("Weld", p3)
  2712. w2.Name = "Joint"
  2713. w2.Part0 = p3
  2714. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2715. w2.Part1 = p5
  2716. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2717. w3 = Instance.new("Weld", p4)
  2718. w3.Name = "Joint"
  2719. w3.Part0 = p4
  2720. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2721. w3.Part1 = p1
  2722. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2723. w4 = Instance.new("Weld", p5)
  2724. w4.Name = "Joint"
  2725. w4.Part0 = p5
  2726. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2727. w4.Part1 = p1
  2728. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2729. w5 = Instance.new("Weld", p6)
  2730. w5.Name = "Joint"
  2731. w5.Part0 = p6
  2732. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2733. w5.Part1 = p1
  2734. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2735. w6 = Instance.new("Weld", p7)
  2736. w6.Name = "Joint"
  2737. w6.Part0 = p7
  2738. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2739. w6.Part1 = p1
  2740. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2741. m4.Parent = lleg
  2742. m4:MakeJoints()
  2743. ----------------------------------------------------
  2744. local cor4 = Instance.new("Part", lleg.LeftLeg)
  2745. cor4.Name = "Thingy"
  2746. cor4.Locked = true
  2747. cor4.BottomSurface = 0
  2748. cor4.CanCollide = false
  2749. cor4.Size = Vector3.new(1, 1, 1)
  2750. cor4.Transparency = 1
  2751. cor4.TopSurface = 0
  2752. corw4 = Instance.new("Weld", cor4)
  2753. corw4.Part0 = lleg
  2754. corw4.Part1 = cor4
  2755. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2756. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2757. weld4 = Instance.new("Weld", lleg.LeftLeg)
  2758. weld4.Part0 = cor4
  2759. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  2760. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2761. --Right Leg
  2762. m5 = Instance.new("Model")
  2763. m5.Name = "RightLeg"
  2764. p1 = Instance.new("Part", m5)
  2765. p1.BrickColor = BrickColor.new("Really black")
  2766. p1.Material = Enum.Material.Metal
  2767. p1.Name = "RightLegPlate"
  2768. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2769. p1.Anchored = false
  2770. p1.CanCollide = false
  2771. p1.FormFactor = Enum.FormFactor.Custom
  2772. p1.Size = Vector3.new(1, 2, 1)
  2773. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2774. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2775. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2776. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2777. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2778. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2779. b1 = Instance.new("SpecialMesh", p1)
  2780. b1.MeshType = Enum.MeshType.Brick
  2781. b1.Name = "Mesh"
  2782. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2783. p2 = Instance.new("Part", m5)
  2784. p2.BrickColor = BrickColor.new("Really black")
  2785. p2.Material = Enum.Material.Metal
  2786. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2787. p2.Anchored = false
  2788. p2.CanCollide = false
  2789. p2.FormFactor = Enum.FormFactor.Custom
  2790. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2791. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2792. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2793. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2794. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2795. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2796. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2797. b2 = Instance.new("SpecialMesh", p2)
  2798. b2.MeshType = Enum.MeshType.Brick
  2799. b2.Name = "Mesh"
  2800. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2801. p3 = Instance.new("Part", m5)
  2802. p3.BrickColor = BrickColor.new("Really black")
  2803. p3.Material = Enum.Material.Metal
  2804. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2805. p3.Anchored = false
  2806. p3.CanCollide = false
  2807. p3.FormFactor = Enum.FormFactor.Custom
  2808. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2809. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2810. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2811. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2812. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2813. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2814. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2815. b3 = Instance.new("SpecialMesh", p3)
  2816. b3.MeshType = Enum.MeshType.Brick
  2817. b3.Name = "Mesh"
  2818. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2819. p4 = Instance.new("Part", m5)
  2820. p4.BrickColor = BrickColor.new("Black")
  2821. p4.Material = Enum.Material.Metal
  2822. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2823. p4.Anchored = false
  2824. p4.CanCollide = false
  2825. p4.FormFactor = Enum.FormFactor.Custom
  2826. p4.Size = Vector3.new(1, 2, 0.200000018)
  2827. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2829. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2830. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2831. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2832. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2833. b4 = Instance.new("SpecialMesh", p4)
  2834. b4.MeshType = Enum.MeshType.Brick
  2835. b4.Name = "Mesh"
  2836. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2837. p5 = Instance.new("Part", m5)
  2838. p5.BrickColor = BrickColor.new("Black")
  2839. p5.Material = Enum.Material.Metal
  2840. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2841. p5.Anchored = false
  2842. p5.CanCollide = false
  2843. p5.FormFactor = Enum.FormFactor.Custom
  2844. p5.Size = Vector3.new(1, 2, 0.200000018)
  2845. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2847. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2848. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2850. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2851. b5 = Instance.new("SpecialMesh", p5)
  2852. b5.MeshType = Enum.MeshType.Brick
  2853. b5.Name = "Mesh"
  2854. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2855. p6 = Instance.new("Part", m5)
  2856. p6.BrickColor = BrickColor.new("Black")
  2857. p6.Material = Enum.Material.Metal
  2858. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2859. p6.Anchored = false
  2860. p6.CanCollide = false
  2861. p6.FormFactor = Enum.FormFactor.Custom
  2862. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2863. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2869. b6 = Instance.new("SpecialMesh", p6)
  2870. b6.MeshType = Enum.MeshType.Brick
  2871. b6.Name = "Mesh"
  2872. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2873. p7 = Instance.new("Part", m5)
  2874. p7.BrickColor = BrickColor.new("Black")
  2875. p7.Material = Enum.Material.Metal
  2876. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2877. p7.Anchored = false
  2878. p7.CanCollide = false
  2879. p7.FormFactor = Enum.FormFactor.Custom
  2880. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2881. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2883. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2884. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2886. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. b7 = Instance.new("SpecialMesh", p7)
  2888. b7.MeshType = Enum.MeshType.Brick
  2889. b7.Name = "Mesh"
  2890. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2891. w1 = Instance.new("Weld", p2)
  2892. w1.Name = "Joint"
  2893. w1.Part0 = p2
  2894. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2895. w1.Part1 = p3
  2896. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2897. w2 = Instance.new("Weld", p3)
  2898. w2.Name = "Joint"
  2899. w2.Part0 = p3
  2900. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2901. w2.Part1 = p5
  2902. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2903. w3 = Instance.new("Weld", p4)
  2904. w3.Name = "Joint"
  2905. w3.Part0 = p4
  2906. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2907. w3.Part1 = p1
  2908. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2909. w4 = Instance.new("Weld", p5)
  2910. w4.Name = "Joint"
  2911. w4.Part0 = p5
  2912. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2913. w4.Part1 = p1
  2914. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2915. w5 = Instance.new("Weld", p6)
  2916. w5.Name = "Joint"
  2917. w5.Part0 = p6
  2918. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2919. w5.Part1 = p1
  2920. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2921. w6 = Instance.new("Weld", p7)
  2922. w6.Name = "Joint"
  2923. w6.Part0 = p7
  2924. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2925. w6.Part1 = p1
  2926. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2927. m5.Parent = rleg
  2928. m5:MakeJoints()
  2929. ----------------------------------------------------
  2930. local cor5 = Instance.new("Part", rleg.RightLeg)
  2931. cor5.Name = "Thingy"
  2932. cor5.Locked = true
  2933. cor5.BottomSurface = 0
  2934. cor5.CanCollide = false
  2935. cor5.Size = Vector3.new(1, 1, 1)
  2936. cor5.Transparency = 1
  2937. cor5.TopSurface = 0
  2938. corw5 = Instance.new("Weld", cor5)
  2939. corw5.Part0 = rleg
  2940. corw5.Part1 = cor5
  2941. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2942. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2943. wld5 = Instance.new("Weld", rleg.RightLeg)
  2944. wld5.Part0 = cor5
  2945. wld5.Part1 = rleg.RightLeg.RightLegPlate
  2946. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2947. --Cape
  2948. m6 = Instance.new("Model")
  2949. m6.Name = "Cloak"
  2950. p1 = Instance.new("WedgePart", m6)
  2951. p1.BrickColor = BrickColor.new("Lime green")
  2952. p1.Material = Enum.Material.SmoothPlastic
  2953. p1.Name = "Wedge"
  2954. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2955. p1.CanCollide = false
  2956. p1.Locked = true
  2957. p1.FormFactor = Enum.FormFactor.Custom
  2958. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2959. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2960. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2961. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2962. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2963. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. b1 = Instance.new("SpecialMesh", p1)
  2966. b1.MeshType = Enum.MeshType.Wedge
  2967. b1.Name = "Mesh"
  2968. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2969. p2 = Instance.new("WedgePart", m6)
  2970. p2.BrickColor = BrickColor.new("Black")
  2971. p2.Material = Enum.Material.SmoothPlastic
  2972. p2.Name = "Wedge"
  2973. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  2974. p2.CanCollide = false
  2975. p2.Locked = true
  2976. p2.FormFactor = Enum.FormFactor.Custom
  2977. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2978. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2980. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2981. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2982. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2983. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. b2 = Instance.new("SpecialMesh", p2)
  2985. b2.MeshType = Enum.MeshType.Wedge
  2986. b2.Name = "Mesh"
  2987. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2988. p3 = Instance.new("Part", m6)
  2989. p3.BrickColor = BrickColor.new("Black")
  2990. p3.Material = Enum.Material.SmoothPlastic
  2991. p3.Name = "CapeLevel2"
  2992. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2993. p3.CanCollide = false
  2994. p3.Locked = true
  2995. p3.FormFactor = Enum.FormFactor.Custom
  2996. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  2997. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2998. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2999. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3003. b3 = Instance.new("BlockMesh", p3)
  3004. b3.Name = "Mesh"
  3005. b3.Scale = Vector3.new(1, 1, 0.602178097)
  3006. p4 = Instance.new("Part", m6)
  3007. p4.BrickColor = BrickColor.new("Black")
  3008. p4.Material = Enum.Material.SmoothPlastic
  3009. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3010. p4.CanCollide = false
  3011. p4.Locked = true
  3012. p4.FormFactor = Enum.FormFactor.Custom
  3013. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3014. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3015. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3016. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3017. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. b4 = Instance.new("BlockMesh", p4)
  3021. b4.Name = "Mesh"
  3022. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3023. p5 = Instance.new("Part", m6)
  3024. p5.BrickColor = BrickColor.new("Black")
  3025. p5.Material = Enum.Material.SmoothPlastic
  3026. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3027. p5.CanCollide = false
  3028. p5.Locked = true
  3029. p5.FormFactor = Enum.FormFactor.Custom
  3030. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3031. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3032. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3033. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3034. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3036. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. b5 = Instance.new("BlockMesh", p5)
  3038. b5.Name = "Mesh"
  3039. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3040. p6 = Instance.new("Part", m6)
  3041. p6.BrickColor = BrickColor.new("Black")
  3042. p6.Material = Enum.Material.SmoothPlastic
  3043. p6.Name = "CapeLevel1"
  3044. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3045. p6.CanCollide = false
  3046. p6.Locked = true
  3047. p6.FormFactor = Enum.FormFactor.Custom
  3048. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  3049. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3051. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3053. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3054. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. b6 = Instance.new("BlockMesh", p6)
  3056. b6.Name = "Mesh"
  3057. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3058. p7 = Instance.new("Part", m6)
  3059. p7.BrickColor = BrickColor.new("Black")
  3060. p7.Material = Enum.Material.SmoothPlastic
  3061. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3062. p7.CanCollide = false
  3063. p7.Locked = true
  3064. p7.FormFactor = Enum.FormFactor.Custom
  3065. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3066. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3067. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. b7 = Instance.new("BlockMesh", p7)
  3073. b7.Name = "Mesh"
  3074. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3075. p8 = Instance.new("Part", m6)
  3076. p8.BrickColor = BrickColor.new("Black")
  3077. p8.Material = Enum.Material.SmoothPlastic
  3078. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3079. p8.CanCollide = false
  3080. p8.Locked = true
  3081. p8.FormFactor = Enum.FormFactor.Custom
  3082. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3083. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3084. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3085. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3086. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. b8 = Instance.new("BlockMesh", p8)
  3090. b8.Name = "Mesh"
  3091. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3092. p9 = Instance.new("Part", m6)
  3093. p9.BrickColor = BrickColor.new("Black")
  3094. p9.Material = Enum.Material.SmoothPlastic
  3095. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3096. p9.CanCollide = false
  3097. p9.Locked = true
  3098. p9.FormFactor = Enum.FormFactor.Custom
  3099. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  3100. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3101. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3102. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3103. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3104. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3105. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. b9 = Instance.new("BlockMesh", p9)
  3107. b9.Name = "Mesh"
  3108. b9.Scale = Vector3.new(1, 1, 0.602178097)
  3109. p10 = Instance.new("Part", m6)
  3110. p10.BrickColor = BrickColor.new("Black")
  3111. p10.Material = Enum.Material.SmoothPlastic
  3112. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3113. p10.CanCollide = false
  3114. p10.Locked = true
  3115. p10.FormFactor = Enum.FormFactor.Custom
  3116. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3117. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3118. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3119. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3120. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3121. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3122. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3123. b10 = Instance.new("BlockMesh", p10)
  3124. b10.Name = "Mesh"
  3125. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3126. p11 = Instance.new("Part", m6)
  3127. p11.BrickColor = BrickColor.new("Black")
  3128. p11.Material = Enum.Material.SmoothPlastic
  3129. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3130. p11.CanCollide = false
  3131. p11.Locked = true
  3132. p11.FormFactor = Enum.FormFactor.Custom
  3133. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3134. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3135. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3136. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3137. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3138. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. b11 = Instance.new("BlockMesh", p11)
  3141. b11.Name = "Mesh"
  3142. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3143. p12 = Instance.new("Part", m6)
  3144. p12.BrickColor = BrickColor.new("Black")
  3145. p12.Material = Enum.Material.SmoothPlastic
  3146. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3147. p12.CanCollide = false
  3148. p12.Locked = true
  3149. p12.FormFactor = Enum.FormFactor.Custom
  3150. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3151. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3152. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3153. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3154. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3155. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3156. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3157. b12 = Instance.new("BlockMesh", p12)
  3158. b12.Name = "Mesh"
  3159. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3160. p13 = Instance.new("Part", m6)
  3161. p13.BrickColor = BrickColor.new("Black")
  3162. p13.Material = Enum.Material.SmoothPlastic
  3163. p13.Name = "BottomLeftFlap"
  3164. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3165. p13.CanCollide = false
  3166. p13.Locked = true
  3167. p13.FormFactor = Enum.FormFactor.Custom
  3168. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3169. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3170. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3171. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3172. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3173. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3174. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. b13 = Instance.new("BlockMesh", p13)
  3176. b13.Name = "Mesh"
  3177. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3178. p14 = Instance.new("Part", m6)
  3179. p14.BrickColor = BrickColor.new("Black")
  3180. p14.Material = Enum.Material.SmoothPlastic
  3181. p14.Transparency = 1
  3182. p14.Name = "Rotater"
  3183. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3184. p14.CanCollide = false
  3185. p14.Locked = true
  3186. p14.FormFactor = Enum.FormFactor.Custom
  3187. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  3188. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3189. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3190. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3191. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3192. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3193. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3194. b14 = Instance.new("BlockMesh", p14)
  3195. b14.Name = "Mesh"
  3196. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  3197. p15 = Instance.new("Part", m6)
  3198. p15.BrickColor = BrickColor.new("Black")
  3199. p15.Material = Enum.Material.SmoothPlastic
  3200. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3201. p15.CanCollide = false
  3202. p15.Locked = true
  3203. p15.FormFactor = Enum.FormFactor.Custom
  3204. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3205. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3206. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3207. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3208. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3209. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3210. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. b15 = Instance.new("BlockMesh", p15)
  3212. b15.Name = "Mesh"
  3213. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3214. p16 = Instance.new("Part", m6)
  3215. p16.BrickColor = BrickColor.new("Black")
  3216. p16.Material = Enum.Material.SmoothPlastic
  3217. p16.Name = "BottomCenterFlap"
  3218. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3219. p16.CanCollide = false
  3220. p16.Locked = true
  3221. p16.FormFactor = Enum.FormFactor.Custom
  3222. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  3223. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3224. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3225. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3226. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3228. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. b16 = Instance.new("BlockMesh", p16)
  3230. b16.Name = "Mesh"
  3231. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3232. p17 = Instance.new("Part", m6)
  3233. p17.BrickColor = BrickColor.new("Black")
  3234. p17.Material = Enum.Material.SmoothPlastic
  3235. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3236. p17.CanCollide = false
  3237. p17.Locked = true
  3238. p17.FormFactor = Enum.FormFactor.Custom
  3239. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3240. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3243. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3244. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3245. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. b17 = Instance.new("BlockMesh", p17)
  3247. b17.Name = "Mesh"
  3248. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3249. p18 = Instance.new("Part", m6)
  3250. p18.BrickColor = BrickColor.new("Black")
  3251. p18.Material = Enum.Material.SmoothPlastic
  3252. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3253. p18.CanCollide = false
  3254. p18.Locked = true
  3255. p18.FormFactor = Enum.FormFactor.Custom
  3256. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3257. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3262. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3263. b18 = Instance.new("BlockMesh", p18)
  3264. b18.Name = "Mesh"
  3265. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3266. p19 = Instance.new("WedgePart", m6)
  3267. p19.BrickColor = BrickColor.new("Lime green")
  3268. p19.Name = "Wedge"
  3269. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3270. p19.CanCollide = false
  3271. p19.Locked = true
  3272. p19.FormFactor = Enum.FormFactor.Custom
  3273. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3274. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. b19 = Instance.new("SpecialMesh", p19)
  3281. b19.MeshType = Enum.MeshType.Wedge
  3282. b19.Name = "Mesh"
  3283. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3284. p20 = Instance.new("Part", m6)
  3285. p20.BrickColor = BrickColor.new("Black")
  3286. p20.Material = Enum.Material.SmoothPlastic
  3287. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3288. p20.CanCollide = false
  3289. p20.Locked = true
  3290. p20.FormFactor = Enum.FormFactor.Custom
  3291. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3292. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. b20 = Instance.new("BlockMesh", p20)
  3299. b20.Name = "Mesh"
  3300. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3301. p21 = Instance.new("Part", m6)
  3302. p21.BrickColor = BrickColor.new("Black")
  3303. p21.Material = Enum.Material.SmoothPlastic
  3304. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3305. p21.CanCollide = false
  3306. p21.Locked = true
  3307. p21.FormFactor = Enum.FormFactor.Custom
  3308. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3309. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3310. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3311. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3312. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. b21 = Instance.new("BlockMesh", p21)
  3316. b21.Name = "Mesh"
  3317. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3318. p22 = Instance.new("WedgePart", m6)
  3319. p22.BrickColor = BrickColor.new("Lime green")
  3320. p22.Name = "Wedge"
  3321. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3322. p22.CanCollide = false
  3323. p22.Locked = true
  3324. p22.FormFactor = Enum.FormFactor.Custom
  3325. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3326. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3327. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3328. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3329. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3330. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. b22 = Instance.new("SpecialMesh", p22)
  3333. b22.MeshType = Enum.MeshType.Wedge
  3334. b22.Name = "Mesh"
  3335. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3336. p23 = Instance.new("WedgePart", m6)
  3337. p23.BrickColor = BrickColor.new("Lime green")
  3338. p23.Material = Enum.Material.SmoothPlastic
  3339. p23.Name = "Wedge"
  3340. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3341. p23.CanCollide = false
  3342. p23.Locked = true
  3343. p23.FormFactor = Enum.FormFactor.Custom
  3344. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3345. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3351. b23 = Instance.new("SpecialMesh", p23)
  3352. b23.MeshType = Enum.MeshType.Wedge
  3353. b23.Name = "Mesh"
  3354. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3355. p24 = Instance.new("WedgePart", m6)
  3356. p24.BrickColor = BrickColor.new("Black")
  3357. p24.Material = Enum.Material.SmoothPlastic
  3358. p24.Name = "Wedge"
  3359. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3360. p24.CanCollide = false
  3361. p24.Locked = true
  3362. p24.FormFactor = Enum.FormFactor.Custom
  3363. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3364. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. b24 = Instance.new("SpecialMesh", p24)
  3371. b24.MeshType = Enum.MeshType.Wedge
  3372. b24.Name = "Mesh"
  3373. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3374. p25 = Instance.new("WedgePart", m6)
  3375. p25.BrickColor = BrickColor.new("Lime green")
  3376. p25.Name = "Wedge"
  3377. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3378. p25.CanCollide = false
  3379. p25.Locked = true
  3380. p25.FormFactor = Enum.FormFactor.Custom
  3381. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3382. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. b25 = Instance.new("SpecialMesh", p25)
  3389. b25.MeshType = Enum.MeshType.Wedge
  3390. b25.Name = "Mesh"
  3391. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3392. p26 = Instance.new("WedgePart", m6)
  3393. p26.BrickColor = BrickColor.new("Black")
  3394. p26.Material = Enum.Material.SmoothPlastic
  3395. p26.Name = "Wedge"
  3396. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3397. p26.CanCollide = false
  3398. p26.Locked = true
  3399. p26.FormFactor = Enum.FormFactor.Custom
  3400. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3401. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. b26 = Instance.new("SpecialMesh", p26)
  3408. b26.MeshType = Enum.MeshType.Wedge
  3409. b26.Name = "Mesh"
  3410. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3411. p27 = Instance.new("Part", m6)
  3412. p27.BrickColor = BrickColor.new("Black")
  3413. p27.Material = Enum.Material.SmoothPlastic
  3414. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3415. p27.CanCollide = false
  3416. p27.Locked = true
  3417. p27.FormFactor = Enum.FormFactor.Custom
  3418. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3419. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3420. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3421. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3422. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3423. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3425. b27 = Instance.new("BlockMesh", p27)
  3426. b27.Name = "Mesh"
  3427. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3428. p28 = Instance.new("WedgePart", m6)
  3429. p28.BrickColor = BrickColor.new("Black")
  3430. p28.Material = Enum.Material.SmoothPlastic
  3431. p28.Name = "Wedge"
  3432. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3433. p28.CanCollide = false
  3434. p28.Locked = true
  3435. p28.FormFactor = Enum.FormFactor.Custom
  3436. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3437. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3438. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3442. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3443. b28 = Instance.new("SpecialMesh", p28)
  3444. b28.MeshType = Enum.MeshType.Wedge
  3445. b28.Name = "Mesh"
  3446. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3447. p29 = Instance.new("Part", m6)
  3448. p29.BrickColor = BrickColor.new("Black")
  3449. p29.Material = Enum.Material.SmoothPlastic
  3450. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3451. p29.CanCollide = false
  3452. p29.Locked = true
  3453. p29.FormFactor = Enum.FormFactor.Custom
  3454. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3455. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3456. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3461. b29 = Instance.new("BlockMesh", p29)
  3462. b29.Name = "Mesh"
  3463. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3464. p30 = Instance.new("WedgePart", m6)
  3465. p30.BrickColor = BrickColor.new("Black")
  3466. p30.Material = Enum.Material.SmoothPlastic
  3467. p30.Name = "Wedge"
  3468. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3469. p30.CanCollide = false
  3470. p30.Locked = true
  3471. p30.FormFactor = Enum.FormFactor.Custom
  3472. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3473. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3474. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3475. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3476. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3477. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3479. b30 = Instance.new("SpecialMesh", p30)
  3480. b30.MeshType = Enum.MeshType.Wedge
  3481. b30.Name = "Mesh"
  3482. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3483. p31 = Instance.new("WedgePart", m6)
  3484. p31.BrickColor = BrickColor.new("Black")
  3485. p31.Material = Enum.Material.SmoothPlastic
  3486. p31.Name = "Wedge"
  3487. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3488. p31.CanCollide = false
  3489. p31.Locked = true
  3490. p31.FormFactor = Enum.FormFactor.Custom
  3491. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3492. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3493. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3494. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3495. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3496. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3497. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. b31 = Instance.new("SpecialMesh", p31)
  3499. b31.MeshType = Enum.MeshType.Wedge
  3500. b31.Name = "Mesh"
  3501. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3502. p32 = Instance.new("Part", m6)
  3503. p32.BrickColor = BrickColor.new("Black")
  3504. p32.Material = Enum.Material.SmoothPlastic
  3505. p32.Name = "BottomRightFlap"
  3506. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3507. p32.CanCollide = false
  3508. p32.Locked = true
  3509. p32.FormFactor = Enum.FormFactor.Custom
  3510. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3511. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3512. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3513. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3514. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. b32 = Instance.new("BlockMesh", p32)
  3518. b32.Name = "Mesh"
  3519. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3520. p33 = Instance.new("WedgePart", m6)
  3521. p33.BrickColor = BrickColor.new("Black")
  3522. p33.Material = Enum.Material.SmoothPlastic
  3523. p33.Name = "Wedge"
  3524. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3525. p33.CanCollide = false
  3526. p33.Locked = true
  3527. p33.FormFactor = Enum.FormFactor.Custom
  3528. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3529. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3530. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3531. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3532. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3533. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3534. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. b33 = Instance.new("SpecialMesh", p33)
  3536. b33.MeshType = Enum.MeshType.Wedge
  3537. b33.Name = "Mesh"
  3538. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3539. p34 = Instance.new("WedgePart", m6)
  3540. p34.BrickColor = BrickColor.new("Black")
  3541. p34.Material = Enum.Material.SmoothPlastic
  3542. p34.Name = "Wedge"
  3543. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3544. p34.CanCollide = false
  3545. p34.Locked = true
  3546. p34.FormFactor = Enum.FormFactor.Custom
  3547. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3548. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3549. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3550. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3551. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. b34 = Instance.new("SpecialMesh", p34)
  3555. b34.MeshType = Enum.MeshType.Wedge
  3556. b34.Name = "Mesh"
  3557. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3558. p35 = Instance.new("Part", m6)
  3559. p35.BrickColor = BrickColor.new("Black")
  3560. p35.Material = Enum.Material.SmoothPlastic
  3561. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3562. p35.CanCollide = false
  3563. p35.Locked = true
  3564. p35.FormFactor = Enum.FormFactor.Custom
  3565. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3566. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3567. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3569. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. b35 = Instance.new("BlockMesh", p35)
  3573. b35.Name = "Mesh"
  3574. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3575. p36 = Instance.new("WedgePart", m6)
  3576. p36.BrickColor = BrickColor.new("Black")
  3577. p36.Material = Enum.Material.SmoothPlastic
  3578. p36.Name = "Wedge"
  3579. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3580. p36.CanCollide = false
  3581. p36.Locked = true
  3582. p36.FormFactor = Enum.FormFactor.Custom
  3583. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3584. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3585. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3586. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3587. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. b36 = Instance.new("SpecialMesh", p36)
  3591. b36.MeshType = Enum.MeshType.Wedge
  3592. b36.Name = "Mesh"
  3593. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3594. p37 = Instance.new("Part", m6)
  3595. p37.BrickColor = BrickColor.new("Black")
  3596. p37.Material = Enum.Material.SmoothPlastic
  3597. p37.Name = "CapeLevel3"
  3598. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3599. p37.CanCollide = false
  3600. p37.Locked = true
  3601. p37.FormFactor = Enum.FormFactor.Custom
  3602. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3603. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. b37 = Instance.new("BlockMesh", p37)
  3610. b37.Name = "Mesh"
  3611. b37.Scale = Vector3.new(1, 1, 0.602178097)
  3612. p38 = Instance.new("WedgePart", m6)
  3613. p38.BrickColor = BrickColor.new("Lime green")
  3614. p38.Material = Enum.Material.SmoothPlastic
  3615. p38.Name = "Wedge"
  3616. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3617. p38.CanCollide = false
  3618. p38.Locked = true
  3619. p38.FormFactor = Enum.FormFactor.Custom
  3620. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3621. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3626. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. b38 = Instance.new("SpecialMesh", p38)
  3628. b38.MeshType = Enum.MeshType.Wedge
  3629. b38.Name = "Mesh"
  3630. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3631. p39 = Instance.new("WedgePart", m6)
  3632. p39.BrickColor = BrickColor.new("Lime green")
  3633. p39.Material = Enum.Material.SmoothPlastic
  3634. p39.Name = "Wedge"
  3635. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3636. p39.CanCollide = false
  3637. p39.Locked = true
  3638. p39.FormFactor = Enum.FormFactor.Custom
  3639. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3640. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3642. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3643. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3644. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3645. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. b39 = Instance.new("SpecialMesh", p39)
  3647. b39.MeshType = Enum.MeshType.Wedge
  3648. b39.Name = "Mesh"
  3649. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3650. p40 = Instance.new("WedgePart", m6)
  3651. p40.BrickColor = BrickColor.new("Black")
  3652. p40.Material = Enum.Material.SmoothPlastic
  3653. p40.Name = "Wedge"
  3654. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3655. p40.CanCollide = false
  3656. p40.Locked = true
  3657. p40.FormFactor = Enum.FormFactor.Custom
  3658. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3659. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3660. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3661. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3662. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3663. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3665. b40 = Instance.new("SpecialMesh", p40)
  3666. b40.MeshType = Enum.MeshType.Wedge
  3667. b40.Name = "Mesh"
  3668. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3669. p41 = Instance.new("WedgePart", m6)
  3670. p41.BrickColor = BrickColor.new("Black")
  3671. p41.Material = Enum.Material.SmoothPlastic
  3672. p41.Name = "Wedge"
  3673. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3674. p41.CanCollide = false
  3675. p41.Locked = true
  3676. p41.FormFactor = Enum.FormFactor.Custom
  3677. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3678. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3680. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3681. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3682. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3683. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3684. b41 = Instance.new("SpecialMesh", p41)
  3685. b41.MeshType = Enum.MeshType.Wedge
  3686. b41.Name = "Mesh"
  3687. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3688. p42 = Instance.new("WedgePart", m6)
  3689. p42.BrickColor = BrickColor.new("Black")
  3690. p42.Material = Enum.Material.SmoothPlastic
  3691. p42.Name = "Wedge"
  3692. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3693. p42.CanCollide = false
  3694. p42.Locked = true
  3695. p42.FormFactor = Enum.FormFactor.Custom
  3696. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3697. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3698. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3699. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3700. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3701. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3702. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3703. b42 = Instance.new("SpecialMesh", p42)
  3704. b42.MeshType = Enum.MeshType.Wedge
  3705. b42.Name = "Mesh"
  3706. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3707. p43 = Instance.new("WedgePart", m6)
  3708. p43.BrickColor = BrickColor.new("Black")
  3709. p43.Material = Enum.Material.SmoothPlastic
  3710. p43.Name = "Wedge"
  3711. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3712. p43.CanCollide = false
  3713. p43.Locked = true
  3714. p43.FormFactor = Enum.FormFactor.Custom
  3715. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3716. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3717. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3718. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3719. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3720. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3721. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3722. b43 = Instance.new("SpecialMesh", p43)
  3723. b43.MeshType = Enum.MeshType.Wedge
  3724. b43.Name = "Mesh"
  3725. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3726. p44 = Instance.new("WedgePart", m6)
  3727. p44.BrickColor = BrickColor.new("Black")
  3728. p44.Material = Enum.Material.SmoothPlastic
  3729. p44.Name = "Wedge"
  3730. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3731. p44.CanCollide = false
  3732. p44.Locked = true
  3733. p44.FormFactor = Enum.FormFactor.Custom
  3734. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3735. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3736. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3739. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3741. b44 = Instance.new("SpecialMesh", p44)
  3742. b44.MeshType = Enum.MeshType.Wedge
  3743. b44.Name = "Mesh"
  3744. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3745. p45 = Instance.new("WedgePart", m6)
  3746. p45.BrickColor = BrickColor.new("Black")
  3747. p45.Material = Enum.Material.SmoothPlastic
  3748. p45.Name = "Wedge"
  3749. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3750. p45.CanCollide = false
  3751. p45.Locked = true
  3752. p45.FormFactor = Enum.FormFactor.Custom
  3753. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3754. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3755. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3757. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3758. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3759. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3760. b45 = Instance.new("SpecialMesh", p45)
  3761. b45.MeshType = Enum.MeshType.Wedge
  3762. b45.Name = "Mesh"
  3763. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3764. p46 = Instance.new("WedgePart", m6)
  3765. p46.BrickColor = BrickColor.new("Black")
  3766. p46.Material = Enum.Material.SmoothPlastic
  3767. p46.Name = "Wedge"
  3768. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3769. p46.CanCollide = false
  3770. p46.Locked = true
  3771. p46.FormFactor = Enum.FormFactor.Custom
  3772. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3773. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3774. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3775. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3776. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. b46 = Instance.new("SpecialMesh", p46)
  3780. b46.MeshType = Enum.MeshType.Wedge
  3781. b46.Name = "Mesh"
  3782. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3783. p47 = Instance.new("Part", m6)
  3784. p47.BrickColor = BrickColor.new("Black")
  3785. p47.Material = Enum.Material.SmoothPlastic
  3786. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3787. p47.CanCollide = false
  3788. p47.Locked = true
  3789. p47.FormFactor = Enum.FormFactor.Custom
  3790. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3791. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3792. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3793. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3794. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3795. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3796. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. b47 = Instance.new("BlockMesh", p47)
  3798. b47.Name = "Mesh"
  3799. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3800. p48 = Instance.new("Part", m6)
  3801. p48.BrickColor = BrickColor.new("Black")
  3802. p48.Material = Enum.Material.SmoothPlastic
  3803. p48.Name = "CapeLevel4"
  3804. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3805. p48.CanCollide = false
  3806. p48.Locked = true
  3807. p48.FormFactor = Enum.FormFactor.Custom
  3808. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3809. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3810. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3811. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3812. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3813. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. b48 = Instance.new("BlockMesh", p48)
  3816. b48.Name = "Mesh"
  3817. b48.Scale = Vector3.new(1, 1, 0.602178097)
  3818. p49 = Instance.new("WedgePart", m6)
  3819. p49.BrickColor = BrickColor.new("Black")
  3820. p49.Material = Enum.Material.SmoothPlastic
  3821. p49.Name = "Wedge"
  3822. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3823. p49.CanCollide = false
  3824. p49.Locked = true
  3825. p49.FormFactor = Enum.FormFactor.Custom
  3826. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3827. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3833. b49 = Instance.new("SpecialMesh", p49)
  3834. b49.MeshType = Enum.MeshType.Wedge
  3835. b49.Name = "Mesh"
  3836. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3837. p50 = Instance.new("Part", m6)
  3838. p50.BrickColor = BrickColor.new("Black")
  3839. p50.Material = Enum.Material.SmoothPlastic
  3840. p50.Name = "CapeLevel1SubPart"
  3841. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3842. p50.CanCollide = false
  3843. p50.Locked = true
  3844. p50.FormFactor = Enum.FormFactor.Custom
  3845. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  3846. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. b50 = Instance.new("BlockMesh", p50)
  3853. b50.Name = "Mesh"
  3854. b50.Scale = Vector3.new(1, 1, 0.602178097)
  3855. p51 = Instance.new("Part", m6)
  3856. p51.BrickColor = BrickColor.new("Black")
  3857. p51.Material = Enum.Material.SmoothPlastic
  3858. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3859. p51.CanCollide = false
  3860. p51.Locked = true
  3861. p51.FormFactor = Enum.FormFactor.Custom
  3862. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3863. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3864. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3865. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. b51 = Instance.new("BlockMesh", p51)
  3870. b51.Name = "Mesh"
  3871. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3872. p52 = Instance.new("Part", m6)
  3873. p52.BrickColor = BrickColor.new("Black")
  3874. p52.Material = Enum.Material.SmoothPlastic
  3875. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3876. p52.CanCollide = false
  3877. p52.Locked = true
  3878. p52.FormFactor = Enum.FormFactor.Custom
  3879. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3880. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3881. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3882. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3883. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. b52 = Instance.new("BlockMesh", p52)
  3887. b52.Name = "Mesh"
  3888. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3889. p53 = Instance.new("WedgePart", m6)
  3890. p53.BrickColor = BrickColor.new("Black")
  3891. p53.Material = Enum.Material.SmoothPlastic
  3892. p53.Name = "Wedge"
  3893. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3894. p53.CanCollide = false
  3895. p53.Locked = true
  3896. p53.FormFactor = Enum.FormFactor.Custom
  3897. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3898. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3899. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3900. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3901. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3902. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3903. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3904. b53 = Instance.new("SpecialMesh", p53)
  3905. b53.MeshType = Enum.MeshType.Wedge
  3906. b53.Name = "Mesh"
  3907. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3908. p54 = Instance.new("Part", m6)
  3909. p54.BrickColor = BrickColor.new("Black")
  3910. p54.Material = Enum.Material.SmoothPlastic
  3911. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3912. p54.CanCollide = false
  3913. p54.Locked = true
  3914. p54.FormFactor = Enum.FormFactor.Custom
  3915. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3916. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3917. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3918. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3919. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3920. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3921. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3922. b54 = Instance.new("BlockMesh", p54)
  3923. b54.Name = "Mesh"
  3924. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  3925. p55 = Instance.new("WedgePart", m6)
  3926. p55.BrickColor = BrickColor.new("Black")
  3927. p55.Material = Enum.Material.SmoothPlastic
  3928. p55.Name = "Wedge"
  3929. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3930. p55.CanCollide = false
  3931. p55.Locked = true
  3932. p55.FormFactor = Enum.FormFactor.Custom
  3933. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3934. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3935. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3936. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3937. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3938. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3939. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. b55 = Instance.new("SpecialMesh", p55)
  3941. b55.MeshType = Enum.MeshType.Wedge
  3942. b55.Name = "Mesh"
  3943. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3944. p56 = Instance.new("WedgePart", m6)
  3945. p56.BrickColor = BrickColor.new("Lime green")
  3946. p56.Material = Enum.Material.SmoothPlastic
  3947. p56.Name = "Wedge"
  3948. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3949. p56.CanCollide = false
  3950. p56.Locked = true
  3951. p56.FormFactor = Enum.FormFactor.Custom
  3952. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3953. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3954. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3955. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3956. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3959. b56 = Instance.new("SpecialMesh", p56)
  3960. b56.MeshType = Enum.MeshType.Wedge
  3961. b56.Name = "Mesh"
  3962. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3963. p57 = Instance.new("WedgePart", m6)
  3964. p57.BrickColor = BrickColor.new("Black")
  3965. p57.Material = Enum.Material.SmoothPlastic
  3966. p57.Name = "Wedge"
  3967. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3968. p57.CanCollide = false
  3969. p57.Locked = true
  3970. p57.FormFactor = Enum.FormFactor.Custom
  3971. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3972. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3973. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3974. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3975. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3976. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3977. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. b57 = Instance.new("SpecialMesh", p57)
  3979. b57.MeshType = Enum.MeshType.Wedge
  3980. b57.Name = "Mesh"
  3981. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3982. p58 = Instance.new("Part", m6)
  3983. p58.BrickColor = BrickColor.new("Black")
  3984. p58.Material = Enum.Material.SmoothPlastic
  3985. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3986. p58.CanCollide = false
  3987. p58.Locked = true
  3988. p58.FormFactor = Enum.FormFactor.Custom
  3989. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3990. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3991. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3992. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3993. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3995. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3996. b58 = Instance.new("BlockMesh", p58)
  3997. b58.Name = "Mesh"
  3998. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3999. p59 = Instance.new("WedgePart", m6)
  4000. p59.BrickColor = BrickColor.new("Black")
  4001. p59.Material = Enum.Material.SmoothPlastic
  4002. p59.Name = "Wedge"
  4003. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4004. p59.CanCollide = false
  4005. p59.Locked = true
  4006. p59.FormFactor = Enum.FormFactor.Custom
  4007. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4008. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4009. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4010. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4011. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4012. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4013. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4014. b59 = Instance.new("SpecialMesh", p59)
  4015. b59.MeshType = Enum.MeshType.Wedge
  4016. b59.Name = "Mesh"
  4017. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4018. p60 = Instance.new("Part", m6)
  4019. p60.BrickColor = BrickColor.new("Black")
  4020. p60.Material = Enum.Material.SmoothPlastic
  4021. p60.Name = "NeckPart"
  4022. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4023. p60.CanCollide = false
  4024. p60.Locked = true
  4025. p60.FormFactor = Enum.FormFactor.Custom
  4026. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  4027. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4028. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4029. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4033. b60 = Instance.new("BlockMesh", p60)
  4034. b60.Name = "Mesh"
  4035. b60.Scale = Vector3.new(1, 0.602178097, 1)
  4036. p61 = Instance.new("Part", m6)
  4037. p61.BrickColor = BrickColor.new("Black")
  4038. p61.Material = Enum.Material.SmoothPlastic
  4039. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4040. p61.CanCollide = false
  4041. p61.Locked = true
  4042. p61.FormFactor = Enum.FormFactor.Custom
  4043. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4044. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4045. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4046. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4047. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4048. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4049. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. b61 = Instance.new("BlockMesh", p61)
  4051. b61.Name = "Mesh"
  4052. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4053. p62 = Instance.new("WedgePart", m6)
  4054. p62.BrickColor = BrickColor.new("Black")
  4055. p62.Material = Enum.Material.SmoothPlastic
  4056. p62.Name = "Wedge"
  4057. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4058. p62.CanCollide = false
  4059. p62.Locked = true
  4060. p62.FormFactor = Enum.FormFactor.Custom
  4061. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4062. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4063. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4064. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4065. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4066. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4067. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. b62 = Instance.new("SpecialMesh", p62)
  4069. b62.MeshType = Enum.MeshType.Wedge
  4070. b62.Name = "Mesh"
  4071. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4072. p63 = Instance.new("WedgePart", m6)
  4073. p63.BrickColor = BrickColor.new("Lime green")
  4074. p63.Material = Enum.Material.SmoothPlastic
  4075. p63.Name = "Wedge"
  4076. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4077. p63.CanCollide = false
  4078. p63.Locked = true
  4079. p63.FormFactor = Enum.FormFactor.Custom
  4080. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4081. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4082. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4083. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4084. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. b63 = Instance.new("SpecialMesh", p63)
  4088. b63.MeshType = Enum.MeshType.Wedge
  4089. b63.Name = "Mesh"
  4090. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4091. p64 = Instance.new("WedgePart", m6)
  4092. p64.BrickColor = BrickColor.new("Black")
  4093. p64.Material = Enum.Material.SmoothPlastic
  4094. p64.Name = "Wedge"
  4095. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4096. p64.CanCollide = false
  4097. p64.Locked = true
  4098. p64.FormFactor = Enum.FormFactor.Custom
  4099. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  4100. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4101. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4102. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4103. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4104. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. b64 = Instance.new("SpecialMesh", p64)
  4107. b64.MeshType = Enum.MeshType.Wedge
  4108. b64.Name = "Mesh"
  4109. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4110. p65 = Instance.new("WedgePart", m6)
  4111. p65.BrickColor = BrickColor.new("Black")
  4112. p65.Material = Enum.Material.SmoothPlastic
  4113. p65.Name = "Wedge"
  4114. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4115. p65.CanCollide = false
  4116. p65.Locked = true
  4117. p65.FormFactor = Enum.FormFactor.Custom
  4118. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4119. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4121. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4125. b65 = Instance.new("SpecialMesh", p65)
  4126. b65.MeshType = Enum.MeshType.Wedge
  4127. b65.Name = "Mesh"
  4128. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4129. p66 = Instance.new("WedgePart", m6)
  4130. p66.BrickColor = BrickColor.new("Black")
  4131. p66.Material = Enum.Material.SmoothPlastic
  4132. p66.Name = "Wedge"
  4133. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4134. p66.CanCollide = false
  4135. p66.Locked = true
  4136. p66.FormFactor = Enum.FormFactor.Custom
  4137. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4138. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4139. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4140. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4141. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4142. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4143. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4144. b66 = Instance.new("SpecialMesh", p66)
  4145. b66.MeshType = Enum.MeshType.Wedge
  4146. b66.Name = "Mesh"
  4147. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4148. p67 = Instance.new("WedgePart", m6)
  4149. p67.BrickColor = BrickColor.new("Black")
  4150. p67.Material = Enum.Material.SmoothPlastic
  4151. p67.Name = "Wedge"
  4152. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4153. p67.CanCollide = false
  4154. p67.Locked = true
  4155. p67.FormFactor = Enum.FormFactor.Custom
  4156. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4157. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4158. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4159. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4160. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4163. b67 = Instance.new("SpecialMesh", p67)
  4164. b67.MeshType = Enum.MeshType.Wedge
  4165. b67.Name = "Mesh"
  4166. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4167. p68 = Instance.new("WedgePart", m6)
  4168. p68.BrickColor = BrickColor.new("Lime green")
  4169. p68.Name = "Wedge"
  4170. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4171. p68.CanCollide = false
  4172. p68.Locked = true
  4173. p68.FormFactor = Enum.FormFactor.Custom
  4174. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4175. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4176. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4177. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4178. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4179. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4180. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4181. b68 = Instance.new("SpecialMesh", p68)
  4182. b68.MeshType = Enum.MeshType.Wedge
  4183. b68.Name = "Mesh"
  4184. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4185. p69 = Instance.new("WedgePart", m6)
  4186. p69.BrickColor = BrickColor.new("Lime green")
  4187. p69.Name = "Wedge"
  4188. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4189. p69.CanCollide = false
  4190. p69.Locked = true
  4191. p69.FormFactor = Enum.FormFactor.Custom
  4192. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4193. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4194. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4197. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4198. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4199. b69 = Instance.new("SpecialMesh", p69)
  4200. b69.MeshType = Enum.MeshType.Wedge
  4201. b69.Name = "Mesh"
  4202. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4203. p70 = Instance.new("WedgePart", m6)
  4204. p70.BrickColor = BrickColor.new("Black")
  4205. p70.Material = Enum.Material.SmoothPlastic
  4206. p70.Name = "Wedge"
  4207. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4208. p70.CanCollide = false
  4209. p70.Locked = true
  4210. p70.FormFactor = Enum.FormFactor.Custom
  4211. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4212. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4213. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4216. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4217. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. b70 = Instance.new("SpecialMesh", p70)
  4219. b70.MeshType = Enum.MeshType.Wedge
  4220. b70.Name = "Mesh"
  4221. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4222. p71 = Instance.new("WedgePart", m6)
  4223. p71.BrickColor = BrickColor.new("Lime green")
  4224. p71.Name = "Wedge"
  4225. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4226. p71.CanCollide = false
  4227. p71.Locked = true
  4228. p71.FormFactor = Enum.FormFactor.Custom
  4229. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4230. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4231. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4232. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4233. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. b71 = Instance.new("SpecialMesh", p71)
  4237. b71.MeshType = Enum.MeshType.Wedge
  4238. b71.Name = "Mesh"
  4239. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4240. p72 = Instance.new("WedgePart", m6)
  4241. p72.BrickColor = BrickColor.new("Black")
  4242. p72.Material = Enum.Material.SmoothPlastic
  4243. p72.Name = "Wedge"
  4244. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4245. p72.CanCollide = false
  4246. p72.Locked = true
  4247. p72.FormFactor = Enum.FormFactor.Custom
  4248. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4249. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4250. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4251. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4252. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4253. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4254. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4255. b72 = Instance.new("SpecialMesh", p72)
  4256. b72.MeshType = Enum.MeshType.Wedge
  4257. b72.Name = "Mesh"
  4258. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4259. p73 = Instance.new("WedgePart", m6)
  4260. p73.BrickColor = BrickColor.new("Black")
  4261. p73.Material = Enum.Material.SmoothPlastic
  4262. p73.Name = "Wedge"
  4263. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4264. p73.CanCollide = false
  4265. p73.Locked = true
  4266. p73.FormFactor = Enum.FormFactor.Custom
  4267. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4268. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4269. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4270. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4271. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4272. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4273. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4274. b73 = Instance.new("SpecialMesh", p73)
  4275. b73.MeshType = Enum.MeshType.Wedge
  4276. b73.Name = "Mesh"
  4277. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4278. p74 = Instance.new("WedgePart", m6)
  4279. p74.BrickColor = BrickColor.new("Black")
  4280. p74.Material = Enum.Material.SmoothPlastic
  4281. p74.Name = "Wedge"
  4282. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4283. p74.CanCollide = false
  4284. p74.Locked = true
  4285. p74.FormFactor = Enum.FormFactor.Custom
  4286. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4287. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4288. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4289. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4290. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4291. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4292. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4293. b74 = Instance.new("SpecialMesh", p74)
  4294. b74.MeshType = Enum.MeshType.Wedge
  4295. b74.Name = "Mesh"
  4296. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4297. p75 = Instance.new("WedgePart", m6)
  4298. p75.BrickColor = BrickColor.new("Black")
  4299. p75.Material = Enum.Material.SmoothPlastic
  4300. p75.Name = "Wedge"
  4301. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4302. p75.CanCollide = false
  4303. p75.Locked = true
  4304. p75.FormFactor = Enum.FormFactor.Custom
  4305. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4306. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4307. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4308. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4309. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4310. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4311. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4312. b75 = Instance.new("SpecialMesh", p75)
  4313. b75.MeshType = Enum.MeshType.Wedge
  4314. b75.Name = "Mesh"
  4315. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4316. p76 = Instance.new("WedgePart", m6)
  4317. p76.BrickColor = BrickColor.new("Black")
  4318. p76.Material = Enum.Material.SmoothPlastic
  4319. p76.Name = "Wedge"
  4320. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4321. p76.CanCollide = false
  4322. p76.Locked = true
  4323. p76.FormFactor = Enum.FormFactor.Custom
  4324. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4325. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4326. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4327. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4328. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4329. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4330. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4331. b76 = Instance.new("SpecialMesh", p76)
  4332. b76.MeshType = Enum.MeshType.Wedge
  4333. b76.Name = "Mesh"
  4334. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4335. p77 = Instance.new("WedgePart", m6)
  4336. p77.BrickColor = BrickColor.new("Lime green")
  4337. p77.Material = Enum.Material.SmoothPlastic
  4338. p77.Name = "Wedge"
  4339. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4340. p77.CanCollide = false
  4341. p77.Locked = true
  4342. p77.FormFactor = Enum.FormFactor.Custom
  4343. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4344. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4345. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4346. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4347. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4348. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4349. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4350. b77 = Instance.new("SpecialMesh", p77)
  4351. b77.MeshType = Enum.MeshType.Wedge
  4352. b77.Name = "Mesh"
  4353. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4354. p78 = Instance.new("WedgePart", m6)
  4355. p78.BrickColor = BrickColor.new("Black")
  4356. p78.Material = Enum.Material.SmoothPlastic
  4357. p78.Name = "Wedge"
  4358. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4359. p78.CanCollide = false
  4360. p78.Locked = true
  4361. p78.FormFactor = Enum.FormFactor.Custom
  4362. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4363. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4364. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4365. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4366. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4367. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4368. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4369. b78 = Instance.new("SpecialMesh", p78)
  4370. b78.MeshType = Enum.MeshType.Wedge
  4371. b78.Name = "Mesh"
  4372. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4373. p79 = Instance.new("WedgePart", m6)
  4374. p79.BrickColor = BrickColor.new("Lime green")
  4375. p79.Material = Enum.Material.SmoothPlastic
  4376. p79.Name = "Wedge"
  4377. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4378. p79.CanCollide = false
  4379. p79.Locked = true
  4380. p79.FormFactor = Enum.FormFactor.Custom
  4381. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4382. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4383. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4384. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4385. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4386. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4387. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4388. b79 = Instance.new("SpecialMesh", p79)
  4389. b79.MeshType = Enum.MeshType.Wedge
  4390. b79.Name = "Mesh"
  4391. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4392. p80 = Instance.new("WedgePart", m6)
  4393. p80.BrickColor = BrickColor.new("Black")
  4394. p80.Material = Enum.Material.SmoothPlastic
  4395. p80.Name = "Wedge"
  4396. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4397. p80.CanCollide = false
  4398. p80.Locked = true
  4399. p80.FormFactor = Enum.FormFactor.Custom
  4400. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4401. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4402. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4403. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4404. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4405. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4406. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4407. b80 = Instance.new("SpecialMesh", p80)
  4408. b80.MeshType = Enum.MeshType.Wedge
  4409. b80.Name = "Mesh"
  4410. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4411. w1 = Instance.new("Weld", p1)
  4412. w1.Name = "Joint"
  4413. w1.Part0 = p1
  4414. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4415. w1.Part1 = p47
  4416. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4417. w2 = Instance.new("Weld", p2)
  4418. w2.Name = "Joint"
  4419. w2.Part0 = p2
  4420. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4421. w2.Part1 = p11
  4422. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4423. w3 = Instance.new("Weld", p3)
  4424. w3.Name = "Joint"
  4425. w3.Part0 = p3
  4426. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4427. w3.Part1 = p50
  4428. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4429. w4 = Instance.new("Weld", p4)
  4430. w4.Name = "Joint"
  4431. w4.Part0 = p4
  4432. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4433. w4.Part1 = p5
  4434. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4435. w5 = Instance.new("Weld", p5)
  4436. w5.Name = "Joint"
  4437. w5.Part0 = p5
  4438. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4439. w5.Part1 = p27
  4440. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4441. w6 = Instance.new("Weld", p6)
  4442. w6.Name = "Joint"
  4443. w6.Part0 = p6
  4444. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4445. w6.Part1 = p14
  4446. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4447. w7 = Instance.new("Weld", p7)
  4448. w7.Name = "Joint"
  4449. w7.Part0 = p7
  4450. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4451. w7.Part1 = p10
  4452. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4453. w8 = Instance.new("Weld", p8)
  4454. w8.Name = "Joint"
  4455. w8.Part0 = p8
  4456. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4457. w8.Part1 = p32
  4458. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4459. w9 = Instance.new("Weld", p9)
  4460. w9.Name = "Joint"
  4461. w9.Part0 = p9
  4462. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4463. w9.Part1 = p16
  4464. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4465. w10 = Instance.new("Weld", p10)
  4466. w10.Name = "Joint"
  4467. w10.Part0 = p10
  4468. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4469. w10.Part1 = p61
  4470. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4471. w11 = Instance.new("Weld", p11)
  4472. w11.Name = "Joint"
  4473. w11.Part0 = p11
  4474. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4475. w11.Part1 = p13
  4476. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4477. w12 = Instance.new("Weld", p12)
  4478. w12.Name = "Joint"
  4479. w12.Part0 = p12
  4480. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4481. w12.Part1 = p29
  4482. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4483. w13 = Instance.new("Weld", p13)
  4484. w13.Name = "Joint"
  4485. w13.Part0 = p13
  4486. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4487. w13.Part1 = p48
  4488. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4489. w14 = Instance.new("Weld", p14)
  4490. w14.Name = "Joint"
  4491. w14.Part0 = p14
  4492. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4493. w14.Part1 = p60
  4494. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4495. w15 = Instance.new("Weld", p15)
  4496. w15.Name = "Joint"
  4497. w15.Part0 = p15
  4498. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4499. w15.Part1 = p17
  4500. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4501. w16 = Instance.new("Weld", p16)
  4502. w16.Name = "Joint"
  4503. w16.Part0 = p16
  4504. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4505. w16.Part1 = p48
  4506. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4507. w17 = Instance.new("Weld", p17)
  4508. w17.Name = "Joint"
  4509. w17.Part0 = p17
  4510. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4511. w17.Part1 = p50
  4512. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4513. w18 = Instance.new("Weld", p18)
  4514. w18.Name = "Joint"
  4515. w18.Part0 = p18
  4516. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4517. w18.Part1 = p50
  4518. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4519. w19 = Instance.new("Weld", p19)
  4520. w19.Name = "Joint"
  4521. w19.Part0 = p19
  4522. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4523. w19.Part1 = p54
  4524. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4525. w20 = Instance.new("Weld", p20)
  4526. w20.Name = "Joint"
  4527. w20.Part0 = p20
  4528. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4529. w20.Part1 = p21
  4530. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4531. w21 = Instance.new("Weld", p21)
  4532. w21.Name = "Joint"
  4533. w21.Part0 = p21
  4534. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4535. w21.Part1 = p37
  4536. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4537. w22 = Instance.new("Weld", p22)
  4538. w22.Name = "Joint"
  4539. w22.Part0 = p22
  4540. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4541. w22.Part1 = p8
  4542. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4543. w23 = Instance.new("Weld", p23)
  4544. w23.Name = "Joint"
  4545. w23.Part0 = p23
  4546. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4547. w23.Part1 = p35
  4548. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4549. w24 = Instance.new("Weld", p24)
  4550. w24.Name = "Joint"
  4551. w24.Part0 = p24
  4552. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4553. w24.Part1 = p48
  4554. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4555. w25 = Instance.new("Weld", p25)
  4556. w25.Name = "Joint"
  4557. w25.Part0 = p25
  4558. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4559. w25.Part1 = p8
  4560. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4561. w26 = Instance.new("Weld", p26)
  4562. w26.Name = "Joint"
  4563. w26.Part0 = p26
  4564. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4565. w26.Part1 = p6
  4566. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4567. w27 = Instance.new("Weld", p27)
  4568. w27.Name = "Joint"
  4569. w27.Part0 = p27
  4570. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4571. w27.Part1 = p48
  4572. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4573. w28 = Instance.new("Weld", p28)
  4574. w28.Name = "Joint"
  4575. w28.Part0 = p28
  4576. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4577. w28.Part1 = p35
  4578. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4579. w29 = Instance.new("Weld", p29)
  4580. w29.Name = "Joint"
  4581. w29.Part0 = p29
  4582. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4583. w29.Part1 = p37
  4584. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4585. w30 = Instance.new("Weld", p30)
  4586. w30.Name = "Joint"
  4587. w30.Part0 = p30
  4588. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4589. w30.Part1 = p20
  4590. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4591. w31 = Instance.new("Weld", p31)
  4592. w31.Name = "Joint"
  4593. w31.Part0 = p31
  4594. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4595. w31.Part1 = p16
  4596. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4597. w32 = Instance.new("Weld", p32)
  4598. w32.Name = "Joint"
  4599. w32.Part0 = p32
  4600. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4601. w32.Part1 = p48
  4602. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4603. w33 = Instance.new("Weld", p33)
  4604. w33.Name = "Joint"
  4605. w33.Part0 = p33
  4606. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4607. w33.Part1 = p21
  4608. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4609. w34 = Instance.new("Weld", p34)
  4610. w34.Name = "Joint"
  4611. w34.Part0 = p34
  4612. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4613. w34.Part1 = p27
  4614. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4615. w35 = Instance.new("Weld", p35)
  4616. w35.Name = "Joint"
  4617. w35.Part0 = p35
  4618. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4619. w35.Part1 = p58
  4620. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4621. w36 = Instance.new("Weld", p36)
  4622. w36.Name = "Joint"
  4623. w36.Part0 = p36
  4624. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4625. w36.Part1 = p29
  4626. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4627. w37 = Instance.new("Weld", p37)
  4628. w37.Name = "Joint"
  4629. w37.Part0 = p37
  4630. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4631. w37.Part1 = p3
  4632. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4633. w38 = Instance.new("Weld", p38)
  4634. w38.Name = "Joint"
  4635. w38.Part0 = p38
  4636. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4637. w38.Part1 = p4
  4638. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4639. w39 = Instance.new("Weld", p39)
  4640. w39.Name = "Joint"
  4641. w39.Part0 = p39
  4642. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4643. w39.Part1 = p12
  4644. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4645. w40 = Instance.new("Weld", p40)
  4646. w40.Name = "Joint"
  4647. w40.Part0 = p40
  4648. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4649. w40.Part1 = p52
  4650. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4651. w41 = Instance.new("Weld", p41)
  4652. w41.Name = "Joint"
  4653. w41.Part0 = p41
  4654. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4655. w41.Part1 = p5
  4656. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4657. w42 = Instance.new("Weld", p42)
  4658. w42.Name = "Joint"
  4659. w42.Part0 = p42
  4660. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4661. w42.Part1 = p8
  4662. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4663. w43 = Instance.new("Weld", p43)
  4664. w43.Name = "Joint"
  4665. w43.Part0 = p43
  4666. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4667. w43.Part1 = p5
  4668. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4669. w44 = Instance.new("Weld", p44)
  4670. w44.Name = "Joint"
  4671. w44.Part0 = p44
  4672. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4673. w44.Part1 = p15
  4674. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4675. w45 = Instance.new("Weld", p45)
  4676. w45.Name = "Joint"
  4677. w45.Part0 = p45
  4678. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4679. w45.Part1 = p11
  4680. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4681. w46 = Instance.new("Weld", p46)
  4682. w46.Name = "Joint"
  4683. w46.Part0 = p46
  4684. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4685. w46.Part1 = p6
  4686. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4687. w47 = Instance.new("Weld", p47)
  4688. w47.Name = "Joint"
  4689. w47.Part0 = p47
  4690. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4691. w47.Part1 = p18
  4692. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4693. w48 = Instance.new("Weld", p48)
  4694. w48.Name = "Joint"
  4695. w48.Part0 = p48
  4696. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4697. w48.Part1 = p37
  4698. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4699. w49 = Instance.new("Weld", p49)
  4700. w49.Name = "Joint"
  4701. w49.Part0 = p49
  4702. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4703. w49.Part1 = p47
  4704. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4705. w50 = Instance.new("Weld", p50)
  4706. w50.Name = "Joint"
  4707. w50.Part0 = p50
  4708. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4709. w50.Part1 = p6
  4710. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4711. w51 = Instance.new("Weld", p51)
  4712. w51.Name = "Joint"
  4713. w51.Part0 = p51
  4714. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4715. w51.Part1 = p52
  4716. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4717. w52 = Instance.new("Weld", p52)
  4718. w52.Name = "Joint"
  4719. w52.Part0 = p52
  4720. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4721. w52.Part1 = p3
  4722. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4723. w53 = Instance.new("Weld", p53)
  4724. w53.Name = "Joint"
  4725. w53.Part0 = p53
  4726. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4727. w53.Part1 = p9
  4728. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4729. w54 = Instance.new("Weld", p54)
  4730. w54.Name = "Joint"
  4731. w54.Part0 = p54
  4732. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4733. w54.Part1 = p9
  4734. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4735. w55 = Instance.new("Weld", p55)
  4736. w55.Name = "Joint"
  4737. w55.Part0 = p55
  4738. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4739. w55.Part1 = p8
  4740. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4741. w56 = Instance.new("Weld", p56)
  4742. w56.Name = "Joint"
  4743. w56.Part0 = p56
  4744. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4745. w56.Part1 = p20
  4746. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4747. w57 = Instance.new("Weld", p57)
  4748. w57.Name = "Joint"
  4749. w57.Part0 = p57
  4750. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4751. w57.Part1 = p47
  4752. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4753. w58 = Instance.new("Weld", p58)
  4754. w58.Name = "Joint"
  4755. w58.Part0 = p58
  4756. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4757. w58.Part1 = p3
  4758. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4759. w59 = Instance.new("Weld", p59)
  4760. w59.Name = "Joint"
  4761. w59.Part0 = p59
  4762. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4763. w59.Part1 = p32
  4764. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4765. w60 = Instance.new("Weld", p61)
  4766. w60.Name = "Joint"
  4767. w60.Part0 = p61
  4768. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4769. w60.Part1 = p48
  4770. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4771. w61 = Instance.new("Weld", p62)
  4772. w61.Name = "Joint"
  4773. w61.Part0 = p62
  4774. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4775. w61.Part1 = p10
  4776. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4777. w62 = Instance.new("Weld", p63)
  4778. w62.Name = "Joint"
  4779. w62.Part0 = p63
  4780. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4781. w62.Part1 = p7
  4782. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4783. w63 = Instance.new("Weld", p64)
  4784. w63.Name = "Joint"
  4785. w63.Part0 = p64
  4786. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4787. w63.Part1 = p54
  4788. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4789. w64 = Instance.new("Weld", p65)
  4790. w64.Name = "Joint"
  4791. w64.Part0 = p65
  4792. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4793. w64.Part1 = p13
  4794. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4795. w65 = Instance.new("Weld", p66)
  4796. w65.Name = "Joint"
  4797. w65.Part0 = p66
  4798. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4799. w65.Part1 = p52
  4800. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4801. w66 = Instance.new("Weld", p67)
  4802. w66.Name = "Joint"
  4803. w66.Part0 = p67
  4804. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4805. w66.Part1 = p16
  4806. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4807. w67 = Instance.new("Weld", p68)
  4808. w67.Name = "Joint"
  4809. w67.Part0 = p68
  4810. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4811. w67.Part1 = p11
  4812. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4813. w68 = Instance.new("Weld", p69)
  4814. w68.Name = "Joint"
  4815. w68.Part0 = p69
  4816. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4817. w68.Part1 = p11
  4818. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4819. w69 = Instance.new("Weld", p70)
  4820. w69.Name = "Joint"
  4821. w69.Part0 = p70
  4822. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4823. w69.Part1 = p58
  4824. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4825. w70 = Instance.new("Weld", p71)
  4826. w70.Name = "Joint"
  4827. w70.Part0 = p71
  4828. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4829. w70.Part1 = p54
  4830. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4831. w71 = Instance.new("Weld", p72)
  4832. w71.Name = "Joint"
  4833. w71.Part0 = p72
  4834. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4835. w71.Part1 = p9
  4836. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4837. w72 = Instance.new("Weld", p73)
  4838. w72.Name = "Joint"
  4839. w72.Part0 = p73
  4840. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4841. w72.Part1 = p13
  4842. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4843. w73 = Instance.new("Weld", p74)
  4844. w73.Name = "Joint"
  4845. w73.Part0 = p74
  4846. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4847. w73.Part1 = p10
  4848. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4849. w74 = Instance.new("Weld", p75)
  4850. w74.Name = "Joint"
  4851. w74.Part0 = p75
  4852. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4853. w74.Part1 = p54
  4854. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4855. w75 = Instance.new("Weld", p76)
  4856. w75.Name = "Joint"
  4857. w75.Part0 = p76
  4858. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4859. w75.Part1 = p32
  4860. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4861. w76 = Instance.new("Weld", p77)
  4862. w76.Name = "Joint"
  4863. w76.Part0 = p77
  4864. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4865. w76.Part1 = p15
  4866. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4867. w77 = Instance.new("Weld", p78)
  4868. w77.Name = "Joint"
  4869. w77.Part0 = p78
  4870. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4871. w77.Part1 = p15
  4872. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4873. w78 = Instance.new("Weld", p79)
  4874. w78.Name = "Joint"
  4875. w78.Part0 = p79
  4876. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4877. w78.Part1 = p51
  4878. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4879. w79 = Instance.new("Weld", p80)
  4880. w79.Name = "Joint"
  4881. w79.Part0 = p80
  4882. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4883. w79.Part1 = p12
  4884. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4885. m6.Parent = torso
  4886. m6:MakeJoints()
  4887. ----------------------------------------------------
  4888. local cor6 = Instance.new("Part", torso.Cloak)
  4889. cor6.Name = "Thingy"
  4890. cor6.Locked = true
  4891. cor6.BottomSurface = 0
  4892. cor6.CanCollide = false
  4893. cor6.Size = Vector3.new(1,1,1)
  4894. cor6.Transparency = 1
  4895. cor6.TopSurface = 0
  4896. corw6 = Instance.new("Weld", cor6)
  4897. corw6.Part0 = torso
  4898. corw6.Part1 = cor6
  4899. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4900. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4901. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  4902. weld6.Part0 = cor6
  4903. weld6.Part1 = torso.Cloak.NeckPart
  4904. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4905. --Amulet
  4906. m7 = Instance.new("Model")
  4907. m7.Name = "Amulet"
  4908. p1 = Instance.new("Part", m7)
  4909. p1.BrickColor = BrickColor.new("Lime green")
  4910. p1.Material = Enum.Material.Neon
  4911. p1.Name = "Center"
  4912. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4913. p1.CanCollide = false
  4914. p1.Locked = true
  4915. p1.FormFactor = Enum.FormFactor.Custom
  4916. p1.Shape = Enum.PartType.Cylinder
  4917. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  4918. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4919. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4920. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4921. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4922. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4923. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4924. p2 = Instance.new("Part", m7)
  4925. p2.BrickColor = BrickColor.new("Really black")
  4926. p2.Material = Enum.Material.Metal
  4927. p2.Name = "Bottom"
  4928. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4929. p2.CanCollide = false
  4930. p2.Locked = true
  4931. p2.FormFactor = Enum.FormFactor.Custom
  4932. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  4933. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4934. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4935. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4936. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4937. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4938. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. b1 = Instance.new("SpecialMesh", p2)
  4940. b1.MeshType = Enum.MeshType.Cylinder
  4941. b1.Name = "Mesh"
  4942. p3 = Instance.new("Part", m7)
  4943. p3.BrickColor = BrickColor.new("Really black")
  4944. p3.Material = Enum.Material.Metal
  4945. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4946. p3.CanCollide = false
  4947. p3.Locked = true
  4948. p3.FormFactor = Enum.FormFactor.Custom
  4949. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4950. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4951. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4952. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4953. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4954. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4955. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4956. b2 = Instance.new("SpecialMesh", p3)
  4957. b2.MeshType = Enum.MeshType.Brick
  4958. b2.Name = "Mesh"
  4959. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4960. p4 = Instance.new("Part", m7)
  4961. p4.BrickColor = BrickColor.new("Really black")
  4962. p4.Material = Enum.Material.Metal
  4963. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4964. p4.CanCollide = false
  4965. p4.Locked = true
  4966. p4.FormFactor = Enum.FormFactor.Custom
  4967. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4968. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4969. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4970. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4971. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4972. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4973. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4974. b3 = Instance.new("SpecialMesh", p4)
  4975. b3.MeshType = Enum.MeshType.Brick
  4976. b3.Name = "Mesh"
  4977. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4978. p5 = Instance.new("Part", m7)
  4979. p5.BrickColor = BrickColor.new("Really black")
  4980. p5.Material = Enum.Material.Metal
  4981. 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)
  4982. p5.CanCollide = false
  4983. p5.Locked = true
  4984. p5.FormFactor = Enum.FormFactor.Custom
  4985. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4986. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4987. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4988. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4989. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4990. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4991. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4992. b4 = Instance.new("SpecialMesh", p5)
  4993. b4.MeshType = Enum.MeshType.Brick
  4994. b4.Name = "Mesh"
  4995. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4996. p6 = Instance.new("Part", m7)
  4997. p6.BrickColor = BrickColor.new("Really black")
  4998. p6.Material = Enum.Material.Metal
  4999. 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)
  5000. p6.CanCollide = false
  5001. p6.Locked = true
  5002. p6.FormFactor = Enum.FormFactor.Custom
  5003. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5004. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5005. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5006. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5007. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5008. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5009. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5010. b5 = Instance.new("SpecialMesh", p6)
  5011. b5.MeshType = Enum.MeshType.Brick
  5012. b5.Name = "Mesh"
  5013. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5014. p7 = Instance.new("Part", m7)
  5015. p7.BrickColor = BrickColor.new("Really black")
  5016. p7.Material = Enum.Material.Metal
  5017. 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)
  5018. p7.CanCollide = false
  5019. p7.Locked = true
  5020. p7.FormFactor = Enum.FormFactor.Custom
  5021. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5022. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5023. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5024. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5025. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5026. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5027. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5028. b6 = Instance.new("SpecialMesh", p7)
  5029. b6.MeshType = Enum.MeshType.Brick
  5030. b6.Name = "Mesh"
  5031. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5032. p8 = Instance.new("Part", m7)
  5033. p8.BrickColor = BrickColor.new("Really black")
  5034. p8.Material = Enum.Material.Metal
  5035. 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)
  5036. p8.CanCollide = false
  5037. p8.Locked = true
  5038. p8.FormFactor = Enum.FormFactor.Custom
  5039. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5040. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5041. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5042. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5043. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5044. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5045. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5046. b7 = Instance.new("SpecialMesh", p8)
  5047. b7.MeshType = Enum.MeshType.Brick
  5048. b7.Name = "Mesh"
  5049. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5050. p9 = Instance.new("Part", m7)
  5051. p9.BrickColor = BrickColor.new("Really black")
  5052. p9.Material = Enum.Material.Metal
  5053. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5054. p9.CanCollide = false
  5055. p9.Locked = true
  5056. p9.FormFactor = Enum.FormFactor.Custom
  5057. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5058. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5059. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5060. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5061. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5062. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5063. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5064. b8 = Instance.new("SpecialMesh", p9)
  5065. b8.MeshType = Enum.MeshType.Brick
  5066. b8.Name = "Mesh"
  5067. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5068. p10 = Instance.new("Part", m7)
  5069. p10.BrickColor = BrickColor.new("Really black")
  5070. p10.Material = Enum.Material.Metal
  5071. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5072. p10.CanCollide = false
  5073. p10.Locked = true
  5074. p10.FormFactor = Enum.FormFactor.Custom
  5075. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5076. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5077. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5078. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5079. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5080. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5081. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5082. b9 = Instance.new("SpecialMesh", p10)
  5083. b9.MeshType = Enum.MeshType.Brick
  5084. b9.Name = "Mesh"
  5085. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5086. p11 = Instance.new("Part", m7)
  5087. p11.BrickColor = BrickColor.new("Really black")
  5088. p11.Material = Enum.Material.Metal
  5089. 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)
  5090. p11.CanCollide = false
  5091. p11.Locked = true
  5092. p11.FormFactor = Enum.FormFactor.Custom
  5093. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5094. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5095. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5096. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5097. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5098. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5099. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5100. b10 = Instance.new("SpecialMesh", p11)
  5101. b10.MeshType = Enum.MeshType.Brick
  5102. b10.Name = "Mesh"
  5103. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5104. p12 = Instance.new("Part", m7)
  5105. p12.BrickColor = BrickColor.new("Really black")
  5106. p12.Material = Enum.Material.Metal
  5107. 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)
  5108. p12.CanCollide = false
  5109. p12.Locked = true
  5110. p12.FormFactor = Enum.FormFactor.Custom
  5111. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5112. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5113. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5114. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5115. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5116. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5117. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5118. b11 = Instance.new("SpecialMesh", p12)
  5119. b11.MeshType = Enum.MeshType.Brick
  5120. b11.Name = "Mesh"
  5121. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5122. p13 = Instance.new("Part", m7)
  5123. p13.BrickColor = BrickColor.new("Really black")
  5124. p13.Material = Enum.Material.Metal
  5125. 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)
  5126. p13.CanCollide = false
  5127. p13.Locked = true
  5128. p13.FormFactor = Enum.FormFactor.Custom
  5129. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5130. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5133. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5134. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5135. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5136. b12 = Instance.new("SpecialMesh", p13)
  5137. b12.MeshType = Enum.MeshType.Brick
  5138. b12.Name = "Mesh"
  5139. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5140. p14 = Instance.new("Part", m7)
  5141. p14.BrickColor = BrickColor.new("Really black")
  5142. p14.Material = Enum.Material.Metal
  5143. 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)
  5144. p14.CanCollide = false
  5145. p14.Locked = true
  5146. p14.FormFactor = Enum.FormFactor.Custom
  5147. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5148. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5149. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5152. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5153. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5154. b13 = Instance.new("SpecialMesh", p14)
  5155. b13.MeshType = Enum.MeshType.Brick
  5156. b13.Name = "Mesh"
  5157. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5158. p15 = Instance.new("Part", m7)
  5159. p15.BrickColor = BrickColor.new("Really black")
  5160. p15.Material = Enum.Material.Metal
  5161. p15.Name = "Top"
  5162. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5163. p15.CanCollide = false
  5164. p15.Locked = true
  5165. p15.FormFactor = Enum.FormFactor.Custom
  5166. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5167. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5168. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5169. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5170. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5171. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5172. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5173. b14 = Instance.new("SpecialMesh", p15)
  5174. b14.MeshType = Enum.MeshType.Cylinder
  5175. b14.Name = "Mesh"
  5176. w1 = Instance.new("Weld", p1)
  5177. w1.Name = "Joint"
  5178. w1.Part0 = p1
  5179. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5180. w1.Part1 = p15
  5181. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5182. w2 = Instance.new("Weld", p2)
  5183. w2.Name = "Joint"
  5184. w2.Part0 = p2
  5185. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5186. w2.Part1 = p1
  5187. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5188. w3 = Instance.new("Weld", p3)
  5189. w3.Name = "Joint"
  5190. w3.Part0 = p3
  5191. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5192. w3.Part1 = p1
  5193. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5194. w4 = Instance.new("Weld", p4)
  5195. w4.Name = "Joint"
  5196. w4.Part0 = p4
  5197. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5198. w4.Part1 = p1
  5199. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5200. w5 = Instance.new("Weld", p5)
  5201. w5.Name = "Joint"
  5202. w5.Part0 = p5
  5203. 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)
  5204. w5.Part1 = p1
  5205. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5206. w6 = Instance.new("Weld", p6)
  5207. w6.Name = "Joint"
  5208. w6.Part0 = p6
  5209. 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)
  5210. w6.Part1 = p1
  5211. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5212. w7 = Instance.new("Weld", p7)
  5213. w7.Name = "Joint"
  5214. w7.Part0 = p7
  5215. 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)
  5216. w7.Part1 = p1
  5217. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5218. w8 = Instance.new("Weld", p8)
  5219. w8.Name = "Joint"
  5220. w8.Part0 = p8
  5221. 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)
  5222. w8.Part1 = p1
  5223. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5224. w9 = Instance.new("Weld", p9)
  5225. w9.Name = "Joint"
  5226. w9.Part0 = p9
  5227. 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)
  5228. w9.Part1 = p1
  5229. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5230. w10 = Instance.new("Weld", p10)
  5231. w10.Name = "Joint"
  5232. w10.Part0 = p10
  5233. 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)
  5234. w10.Part1 = p1
  5235. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5236. w11 = Instance.new("Weld", p11)
  5237. w11.Name = "Joint"
  5238. w11.Part0 = p11
  5239. 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)
  5240. w11.Part1 = p1
  5241. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5242. w12 = Instance.new("Weld", p12)
  5243. w12.Name = "Joint"
  5244. w12.Part0 = p12
  5245. 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)
  5246. w12.Part1 = p1
  5247. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5248. w13 = Instance.new("Weld", p13)
  5249. w13.Name = "Joint"
  5250. w13.Part0 = p13
  5251. 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)
  5252. w13.Part1 = p1
  5253. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5254. w14 = Instance.new("Weld", p14)
  5255. w14.Name = "Joint"
  5256. w14.Part0 = p14
  5257. 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)
  5258. w14.Part1 = p1
  5259. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5260. m7.Parent = torso
  5261. m7:MakeJoints()
  5262. ----------------------------------------------------
  5263. local cor7 = Instance.new("Part", torso.Amulet)
  5264. cor7.Name = "Thingy"
  5265. cor7.Locked = true
  5266. cor7.BottomSurface = 0
  5267. cor7.CanCollide = false
  5268. cor7.Size = Vector3.new(1, 1, 1)
  5269. cor7.Transparency = 1
  5270. cor7.TopSurface = 0
  5271. corw7 = Instance.new("Weld", cor7)
  5272. corw7.Part0 = torso.Torso.Connection
  5273. corw7.Part1 = cor7
  5274. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  5275. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  5276. weld7 = Instance.new("Weld", torso.Amulet)
  5277. weld7.Part0 = cor7
  5278. weld7.Part1 = torso.Amulet.Top
  5279. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5280. --Zyrodoxa
  5281. m8 = Instance.new("Model")
  5282. m8.Name = "Zyrodoxa"
  5283. p1 = Instance.new("Part", m8)
  5284. p1.BrickColor = BrickColor.new("Really black")
  5285. p1.Material = Enum.Material.Metal
  5286. p1.Reflectance = 0.40000000596046
  5287. p1.Name = "Block"
  5288. 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)
  5289. p1.CanCollide = false
  5290. p1.Locked = true
  5291. p1.FormFactor = Enum.FormFactor.Custom
  5292. p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5293. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5294. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5295. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5296. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5297. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5298. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5299. b1 = Instance.new("BlockMesh", p1)
  5300. b1.Name = "Mesh"
  5301. b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5302. p2 = Instance.new("Part", m8)
  5303. p2.BrickColor = BrickColor.new("Black")
  5304. p2.Material = Enum.Material.Metal
  5305. p2.Reflectance = 0.40000000596046
  5306. p2.Name = "Block"
  5307. 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)
  5308. p2.CanCollide = false
  5309. p2.Locked = true
  5310. p2.FormFactor = Enum.FormFactor.Custom
  5311. p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5312. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5313. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5314. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5315. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5316. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5317. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5318. b2 = Instance.new("BlockMesh", p2)
  5319. b2.Name = "Mesh"
  5320. b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5321. p3 = Instance.new("Part", m8)
  5322. p3.BrickColor = BrickColor.new("Black")
  5323. p3.Material = Enum.Material.Metal
  5324. p3.Reflectance = 0.40000000596046
  5325. p3.Name = "Block"
  5326. 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)
  5327. p3.CanCollide = false
  5328. p3.Locked = true
  5329. p3.FormFactor = Enum.FormFactor.Custom
  5330. p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5331. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5332. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5333. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5334. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5335. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5336. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5337. b3 = Instance.new("BlockMesh", p3)
  5338. b3.Name = "Mesh"
  5339. b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5340. p4 = Instance.new("Part", m8)
  5341. p4.BrickColor = BrickColor.new("Lime green")
  5342. p4.Material = Enum.Material.Metal
  5343. p4.Name = "Block"
  5344. 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)
  5345. p4.CanCollide = false
  5346. p4.Locked = true
  5347. p4.FormFactor = Enum.FormFactor.Custom
  5348. p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5349. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5350. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5351. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5352. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5353. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5354. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5355. b4 = Instance.new("BlockMesh", p4)
  5356. b4.Name = "Mesh"
  5357. b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5358. p5 = Instance.new("Part", m8)
  5359. p5.BrickColor = BrickColor.new("Lime green")
  5360. p5.Material = Enum.Material.Neon
  5361. p5.Reflectance = 0.40000000596046
  5362. p5.Name = "Block"
  5363. 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)
  5364. p5.CanCollide = false
  5365. p5.Locked = true
  5366. p5.FormFactor = Enum.FormFactor.Custom
  5367. p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5368. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5369. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5370. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5371. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5372. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5373. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5374. b5 = Instance.new("BlockMesh", p5)
  5375. b5.Name = "Mesh"
  5376. b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
  5377. p6 = Instance.new("Part", m8)
  5378. p6.BrickColor = BrickColor.new("Parsley green")
  5379. p6.Material = Enum.Material.Metal
  5380. p6.Name = "Block"
  5381. 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)
  5382. p6.CanCollide = false
  5383. p6.Locked = true
  5384. p6.FormFactor = Enum.FormFactor.Custom
  5385. p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5386. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5387. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5388. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5389. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5390. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5391. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. b6 = Instance.new("BlockMesh", p6)
  5393. b6.Name = "Mesh"
  5394. b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5395. p7 = Instance.new("Part", m8)
  5396. p7.BrickColor = BrickColor.new("Lime green")
  5397. p7.Material = Enum.Material.Neon
  5398. p7.Reflectance = 0.40000000596046
  5399. p7.Name = "Block"
  5400. 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)
  5401. p7.CanCollide = false
  5402. p7.Locked = true
  5403. p7.FormFactor = Enum.FormFactor.Custom
  5404. p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5405. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5406. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5407. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5408. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5409. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5410. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5411. b7 = Instance.new("BlockMesh", p7)
  5412. b7.Name = "Mesh"
  5413. b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5414. p8 = Instance.new("Part", m8)
  5415. p8.BrickColor = BrickColor.new("Lime green")
  5416. p8.Material = Enum.Material.Neon
  5417. p8.Reflectance = 0.40000000596046
  5418. p8.Name = "Block"
  5419. 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)
  5420. p8.CanCollide = false
  5421. p8.Locked = true
  5422. p8.FormFactor = Enum.FormFactor.Custom
  5423. p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5424. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5425. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5426. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5427. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5428. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5429. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5430. b8 = Instance.new("BlockMesh", p8)
  5431. b8.Name = "Mesh"
  5432. b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5433. p9 = Instance.new("Part", m8)
  5434. p9.BrickColor = BrickColor.new("Really black")
  5435. p9.Material = Enum.Material.Metal
  5436. p9.Reflectance = 0.40000000596046
  5437. p9.Name = "Block"
  5438. 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)
  5439. p9.CanCollide = false
  5440. p9.Locked = true
  5441. p9.FormFactor = Enum.FormFactor.Custom
  5442. p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5443. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5444. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5445. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5446. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5447. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5448. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5449. b9 = Instance.new("BlockMesh", p9)
  5450. b9.Name = "Mesh"
  5451. b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5452. p10 = Instance.new("Part", m8)
  5453. p10.BrickColor = BrickColor.new("Really black")
  5454. p10.Material = Enum.Material.Metal
  5455. p10.Reflectance = 0.40000000596046
  5456. p10.Name = "Block"
  5457. 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)
  5458. p10.CanCollide = false
  5459. p10.Locked = true
  5460. p10.FormFactor = Enum.FormFactor.Custom
  5461. p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5462. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5463. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5464. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5465. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5466. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5467. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5468. b10 = Instance.new("BlockMesh", p10)
  5469. b10.Name = "Mesh"
  5470. b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5471. p11 = Instance.new("Part", m8)
  5472. p11.BrickColor = BrickColor.new("Black")
  5473. p11.Material = Enum.Material.Metal
  5474. p11.Name = "Circle"
  5475. 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)
  5476. p11.CanCollide = false
  5477. p11.Locked = true
  5478. p11.FormFactor = Enum.FormFactor.Custom
  5479. p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
  5480. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5481. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5482. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5483. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5484. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5485. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5486. b11 = Instance.new("CylinderMesh", p11)
  5487. b11.Name = "Mesh"
  5488. b11.Scale = Vector3.new(1, 0.401569068, 1)
  5489. p12 = Instance.new("Part", m8)
  5490. p12.BrickColor = BrickColor.new("Lime green")
  5491. p12.Material = Enum.Material.Neon
  5492. p12.Reflectance = 0.40000000596046
  5493. p12.Name = "Block"
  5494. 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)
  5495. p12.CanCollide = false
  5496. p12.Locked = true
  5497. p12.FormFactor = Enum.FormFactor.Custom
  5498. p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5499. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5500. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5501. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5502. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5503. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5504. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5505. b12 = Instance.new("BlockMesh", p12)
  5506. b12.Name = "Mesh"
  5507. b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5508. p13 = Instance.new("Part", m8)
  5509. p13.BrickColor = BrickColor.new("Lime green")
  5510. p13.Material = Enum.Material.Metal
  5511. p13.Name = "Block"
  5512. 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)
  5513. p13.CanCollide = false
  5514. p13.Locked = true
  5515. p13.FormFactor = Enum.FormFactor.Custom
  5516. p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5517. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5518. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5519. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5520. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5521. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5522. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5523. b13 = Instance.new("BlockMesh", p13)
  5524. b13.Name = "Mesh"
  5525. b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5526. p14 = Instance.new("Part", m8)
  5527. p14.BrickColor = BrickColor.new("Black")
  5528. p14.Material = Enum.Material.Metal
  5529. p14.Reflectance = 0.40000000596046
  5530. p14.Name = "Block"
  5531. 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)
  5532. p14.CanCollide = false
  5533. p14.Locked = true
  5534. p14.FormFactor = Enum.FormFactor.Custom
  5535. p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
  5536. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5537. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5538. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5539. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5540. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5541. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. b14 = Instance.new("BlockMesh", p14)
  5543. b14.Name = "Mesh"
  5544. b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
  5545. p15 = Instance.new("Part", m8)
  5546. p15.BrickColor = BrickColor.new("Really black")
  5547. p15.Material = Enum.Material.Metal
  5548. p15.Reflectance = 0.40000000596046
  5549. p15.Name = "Block"
  5550. 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)
  5551. p15.CanCollide = false
  5552. p15.Locked = true
  5553. p15.FormFactor = Enum.FormFactor.Custom
  5554. p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5555. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5556. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5557. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5558. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5559. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5561. b15 = Instance.new("BlockMesh", p15)
  5562. b15.Name = "Mesh"
  5563. b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5564. p16 = Instance.new("Part", m8)
  5565. p16.BrickColor = BrickColor.new("Really black")
  5566. p16.Material = Enum.Material.Metal
  5567. p16.Name = "Handle"
  5568. 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)
  5569. p16.CanCollide = false
  5570. p16.Locked = true
  5571. p16.FormFactor = Enum.FormFactor.Custom
  5572. p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
  5573. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5574. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5575. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5576. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5577. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. b16 = Instance.new("BlockMesh", p16)
  5580. b16.Name = "Mesh"
  5581. b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
  5582. p17 = Instance.new("Part", m8)
  5583. p17.BrickColor = BrickColor.new("Lime green")
  5584. p17.Material = Enum.Material.Neon
  5585. p17.Reflectance = 0.40000000596046
  5586. p17.Name = "Block"
  5587. 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)
  5588. p17.CanCollide = false
  5589. p17.Locked = true
  5590. p17.FormFactor = Enum.FormFactor.Custom
  5591. p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5592. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5593. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5594. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5595. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5596. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5597. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5598. b17 = Instance.new("BlockMesh", p17)
  5599. b17.Name = "Mesh"
  5600. b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5601. p18 = Instance.new("Part", m8)
  5602. p18.BrickColor = BrickColor.new("Really black")
  5603. p18.Material = Enum.Material.Metal
  5604. p18.Name = "Block"
  5605. 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)
  5606. p18.CanCollide = false
  5607. p18.Locked = true
  5608. p18.FormFactor = Enum.FormFactor.Custom
  5609. p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5610. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5611. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5612. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5613. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5614. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. b18 = Instance.new("BlockMesh", p18)
  5617. b18.Name = "Mesh"
  5618. b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5619. p19 = Instance.new("Part", m8)
  5620. p19.BrickColor = BrickColor.new("Black")
  5621. p19.Material = Enum.Material.Metal
  5622. p19.Reflectance = 0.40000000596046
  5623. p19.Name = "Block"
  5624. 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)
  5625. p19.CanCollide = false
  5626. p19.Locked = true
  5627. p19.FormFactor = Enum.FormFactor.Custom
  5628. p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5629. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5630. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5631. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5634. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5635. b19 = Instance.new("BlockMesh", p19)
  5636. b19.Name = "Mesh"
  5637. b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5638. p20 = Instance.new("Part", m8)
  5639. p20.BrickColor = BrickColor.new("Lime green")
  5640. p20.Material = Enum.Material.Metal
  5641. p20.Name = "Block"
  5642. 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)
  5643. p20.CanCollide = false
  5644. p20.Locked = true
  5645. p20.FormFactor = Enum.FormFactor.Custom
  5646. p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5647. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5648. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5649. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5650. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5653. b20 = Instance.new("BlockMesh", p20)
  5654. b20.Name = "Mesh"
  5655. b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5656. p21 = Instance.new("Part", m8)
  5657. p21.BrickColor = BrickColor.new("Really black")
  5658. p21.Material = Enum.Material.Metal
  5659. p21.Name = "Block"
  5660. 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)
  5661. p21.CanCollide = false
  5662. p21.Locked = true
  5663. p21.FormFactor = Enum.FormFactor.Custom
  5664. p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5665. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5666. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5667. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5668. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5669. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5670. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5671. b21 = Instance.new("BlockMesh", p21)
  5672. b21.Name = "Mesh"
  5673. b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5674. p22 = Instance.new("Part", m8)
  5675. p22.BrickColor = BrickColor.new("Really black")
  5676. p22.Material = Enum.Material.Metal
  5677. p22.Reflectance = 0.40000000596046
  5678. p22.Name = "Block"
  5679. 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)
  5680. p22.CanCollide = false
  5681. p22.Locked = true
  5682. p22.FormFactor = Enum.FormFactor.Custom
  5683. p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5684. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5685. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5686. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5687. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5688. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5689. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5690. b22 = Instance.new("BlockMesh", p22)
  5691. b22.Name = "Mesh"
  5692. b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5693. p23 = Instance.new("Part", m8)
  5694. p23.BrickColor = BrickColor.new("Lime green")
  5695. p23.Material = Enum.Material.Marble
  5696. p23.Name = "Block"
  5697. 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)
  5698. p23.CanCollide = false
  5699. p23.Locked = true
  5700. p23.FormFactor = Enum.FormFactor.Custom
  5701. p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
  5702. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5703. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5704. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5705. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5706. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5707. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5708. b23 = Instance.new("BlockMesh", p23)
  5709. b23.Name = "Mesh"
  5710. b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
  5711. p24 = Instance.new("Part", m8)
  5712. p24.BrickColor = BrickColor.new("Really black")
  5713. p24.Material = Enum.Material.Metal
  5714. p24.Name = "Block"
  5715. 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)
  5716. p24.CanCollide = false
  5717. p24.Locked = true
  5718. p24.FormFactor = Enum.FormFactor.Custom
  5719. p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5720. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5721. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5722. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5723. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5724. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5725. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5726. b24 = Instance.new("BlockMesh", p24)
  5727. b24.Name = "Mesh"
  5728. b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5729. p25 = Instance.new("Part", m8)
  5730. p25.BrickColor = BrickColor.new("Lime green")
  5731. p25.Material = Enum.Material.Marble
  5732. p25.Name = "Block"
  5733. 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)
  5734. p25.CanCollide = false
  5735. p25.Locked = true
  5736. p25.FormFactor = Enum.FormFactor.Custom
  5737. p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5738. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5739. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5740. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5741. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5742. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5743. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5744. b25 = Instance.new("BlockMesh", p25)
  5745. b25.Name = "Mesh"
  5746. b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5747. p26 = Instance.new("Part", m8)
  5748. p26.BrickColor = BrickColor.new("Really black")
  5749. p26.Material = Enum.Material.Metal
  5750. p26.Reflectance = 0.40000000596046
  5751. p26.Name = "Block"
  5752. 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)
  5753. p26.CanCollide = false
  5754. p26.Locked = true
  5755. p26.FormFactor = Enum.FormFactor.Custom
  5756. p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5757. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5758. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5759. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5760. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5761. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5762. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5763. b26 = Instance.new("BlockMesh", p26)
  5764. b26.Name = "Mesh"
  5765. b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5766. p27 = Instance.new("Part", m8)
  5767. p27.BrickColor = BrickColor.new("Lime green")
  5768. p27.Material = Enum.Material.Metal
  5769. p27.Name = "Block"
  5770. 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)
  5771. p27.CanCollide = false
  5772. p27.Locked = true
  5773. p27.FormFactor = Enum.FormFactor.Custom
  5774. p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5775. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5776. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5777. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5778. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5779. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5780. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5781. b27 = Instance.new("BlockMesh", p27)
  5782. b27.Name = "Mesh"
  5783. b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5784. p28 = Instance.new("Part", m8)
  5785. p28.BrickColor = BrickColor.new("Really black")
  5786. p28.Material = Enum.Material.SmoothPlastic
  5787. p28.Reflectance = 0.0099999997764826
  5788. p28.Name = "Circle"
  5789. 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)
  5790. p28.CanCollide = false
  5791. p28.Locked = true
  5792. p28.FormFactor = Enum.FormFactor.Custom
  5793. p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5794. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5795. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5796. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5797. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5798. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5799. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5800. b28 = Instance.new("CylinderMesh", p28)
  5801. b28.Name = "Mesh"
  5802. b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  5803. p29 = Instance.new("Part", m8)
  5804. p29.BrickColor = BrickColor.new("Black")
  5805. p29.Material = Enum.Material.Metal
  5806. p29.Reflectance = 0.40000000596046
  5807. p29.Name = "Block"
  5808. 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)
  5809. p29.CanCollide = false
  5810. p29.Locked = true
  5811. p29.FormFactor = Enum.FormFactor.Custom
  5812. p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
  5813. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5814. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5815. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5816. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5817. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5818. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5819. b29 = Instance.new("BlockMesh", p29)
  5820. b29.Name = "Mesh"
  5821. b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
  5822. p30 = Instance.new("Part", m8)
  5823. p30.BrickColor = BrickColor.new("Lime green")
  5824. p30.Material = Enum.Material.Metal
  5825. p30.Name = "Block"
  5826. 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)
  5827. p30.CanCollide = false
  5828. p30.Locked = true
  5829. p30.FormFactor = Enum.FormFactor.Custom
  5830. p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5831. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5832. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5833. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5834. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5835. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5836. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5837. b30 = Instance.new("BlockMesh", p30)
  5838. b30.Name = "Mesh"
  5839. b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5840. p31 = Instance.new("Part", m8)
  5841. p31.BrickColor = BrickColor.new("Lime green")
  5842. p31.Material = Enum.Material.Neon
  5843. p31.Reflectance = 0.40000000596046
  5844. p31.Name = "Block"
  5845. 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)
  5846. p31.CanCollide = false
  5847. p31.Locked = true
  5848. p31.FormFactor = Enum.FormFactor.Custom
  5849. p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5850. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5851. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5852. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5853. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5854. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5855. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5856. b31 = Instance.new("BlockMesh", p31)
  5857. b31.Name = "Mesh"
  5858. b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
  5859. p32 = Instance.new("Part", m8)
  5860. p32.BrickColor = BrickColor.new("Lime green")
  5861. p32.Material = Enum.Material.Metal
  5862. p32.Name = "Block"
  5863. 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)
  5864. p32.CanCollide = false
  5865. p32.Locked = true
  5866. p32.FormFactor = Enum.FormFactor.Custom
  5867. p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5868. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5869. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5870. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5871. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5872. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5873. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5874. b32 = Instance.new("BlockMesh", p32)
  5875. b32.Name = "Mesh"
  5876. b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5877. p33 = Instance.new("Part", m8)
  5878. p33.BrickColor = BrickColor.new("Really black")
  5879. p33.Material = Enum.Material.Metal
  5880. p33.Reflectance = 0.40000000596046
  5881. p33.Name = "Block"
  5882. 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)
  5883. p33.CanCollide = false
  5884. p33.Locked = true
  5885. p33.FormFactor = Enum.FormFactor.Custom
  5886. p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5887. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5888. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5889. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5890. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5891. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5892. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5893. b33 = Instance.new("BlockMesh", p33)
  5894. b33.Name = "Mesh"
  5895. b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5896. p34 = Instance.new("Part", m8)
  5897. p34.BrickColor = BrickColor.new("Lime green")
  5898. p34.Material = Enum.Material.Metal
  5899. p34.Name = "Block"
  5900. 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)
  5901. p34.CanCollide = false
  5902. p34.Locked = true
  5903. p34.FormFactor = Enum.FormFactor.Custom
  5904. p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5905. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5906. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5907. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5908. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5909. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5910. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5911. b34 = Instance.new("BlockMesh", p34)
  5912. b34.Name = "Mesh"
  5913. b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5914. p35 = Instance.new("Part", m8)
  5915. p35.BrickColor = BrickColor.new("Lime green")
  5916. p35.Material = Enum.Material.Metal
  5917. p35.Name = "Block"
  5918. 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)
  5919. p35.CanCollide = false
  5920. p35.Locked = true
  5921. p35.FormFactor = Enum.FormFactor.Custom
  5922. p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5923. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5924. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5925. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5926. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5927. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5928. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. b35 = Instance.new("BlockMesh", p35)
  5930. b35.Name = "Mesh"
  5931. b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5932. p36 = Instance.new("Part", m8)
  5933. p36.BrickColor = BrickColor.new("Lime green")
  5934. p36.Material = Enum.Material.Metal
  5935. p36.Name = "Block"
  5936. 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)
  5937. p36.CanCollide = false
  5938. p36.Locked = true
  5939. p36.FormFactor = Enum.FormFactor.Custom
  5940. p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5941. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5942. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5943. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5944. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5945. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5946. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5947. b36 = Instance.new("BlockMesh", p36)
  5948. b36.Name = "Mesh"
  5949. b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
  5950. p37 = Instance.new("Part", m8)
  5951. p37.BrickColor = BrickColor.new("Lime green")
  5952. p37.Material = Enum.Material.Marble
  5953. p37.Name = "Circle"
  5954. 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)
  5955. p37.CanCollide = false
  5956. p37.Locked = true
  5957. p37.FormFactor = Enum.FormFactor.Custom
  5958. p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5959. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5960. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5961. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5962. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5963. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5964. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. b37 = Instance.new("CylinderMesh", p37)
  5966. b37.Name = "Mesh"
  5967. b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
  5968. p38 = Instance.new("Part", m8)
  5969. p38.BrickColor = BrickColor.new("Really black")
  5970. p38.Material = Enum.Material.Metal
  5971. p38.Name = "Block"
  5972. 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)
  5973. p38.CanCollide = false
  5974. p38.Locked = true
  5975. p38.FormFactor = Enum.FormFactor.Custom
  5976. p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5977. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5978. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5979. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5980. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5981. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5982. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5983. b38 = Instance.new("BlockMesh", p38)
  5984. b38.Name = "Mesh"
  5985. b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
  5986. p39 = Instance.new("Part", m8)
  5987. p39.BrickColor = BrickColor.new("Really black")
  5988. p39.Material = Enum.Material.Metal
  5989. p39.Name = "Block"
  5990. 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)
  5991. p39.CanCollide = false
  5992. p39.Locked = true
  5993. p39.FormFactor = Enum.FormFactor.Custom
  5994. p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5995. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5996. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5997. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5998. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5999. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6000. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6001. b39 = Instance.new("BlockMesh", p39)
  6002. b39.Name = "Mesh"
  6003. b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
  6004. p40 = Instance.new("Part", m8)
  6005. p40.BrickColor = BrickColor.new("Really black")
  6006. p40.Material = Enum.Material.Metal
  6007. p40.Name = "Block"
  6008. 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)
  6009. p40.CanCollide = false
  6010. p40.Locked = true
  6011. p40.FormFactor = Enum.FormFactor.Custom
  6012. p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6013. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6014. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6015. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6016. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6017. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6018. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6019. b40 = Instance.new("BlockMesh", p40)
  6020. b40.Name = "Mesh"
  6021. b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6022. p41 = Instance.new("Part", m8)
  6023. p41.BrickColor = BrickColor.new("Lime green")
  6024. p41.Material = Enum.Material.Neon
  6025. p41.Reflectance = 0.40000000596046
  6026. p41.Name = "Block"
  6027. 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)
  6028. p41.CanCollide = false
  6029. p41.Locked = true
  6030. p41.FormFactor = Enum.FormFactor.Custom
  6031. p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6032. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6033. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6034. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6035. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6036. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6037. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6038. b41 = Instance.new("BlockMesh", p41)
  6039. b41.Name = "Mesh"
  6040. b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6041. p42 = Instance.new("Part", m8)
  6042. p42.BrickColor = BrickColor.new("Earth green")
  6043. p42.Material = Enum.Material.Metal
  6044. p42.Name = "Block"
  6045. 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)
  6046. p42.CanCollide = false
  6047. p42.Locked = true
  6048. p42.FormFactor = Enum.FormFactor.Custom
  6049. p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6050. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6051. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6052. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6053. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6054. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6055. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6056. b42 = Instance.new("BlockMesh", p42)
  6057. b42.Name = "Mesh"
  6058. b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  6059. p43 = Instance.new("Part", m8)
  6060. p43.BrickColor = BrickColor.new("Really black")
  6061. p43.Material = Enum.Material.Metal
  6062. p43.Name = "Block"
  6063. 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)
  6064. p43.CanCollide = false
  6065. p43.Locked = true
  6066. p43.FormFactor = Enum.FormFactor.Custom
  6067. p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6068. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6069. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6070. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6071. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6072. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6073. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6074. b43 = Instance.new("BlockMesh", p43)
  6075. b43.Name = "Mesh"
  6076. b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  6077. p44 = Instance.new("Part", m8)
  6078. p44.BrickColor = BrickColor.new("Lime green")
  6079. p44.Material = Enum.Material.Marble
  6080. p44.Name = "Circle"
  6081. 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)
  6082. p44.CanCollide = false
  6083. p44.Locked = true
  6084. p44.FormFactor = Enum.FormFactor.Custom
  6085. p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6086. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6087. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6088. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6089. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6090. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6091. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6092. b44 = Instance.new("CylinderMesh", p44)
  6093. b44.Name = "Mesh"
  6094. b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
  6095. p45 = Instance.new("Part", m8)
  6096. p45.BrickColor = BrickColor.new("Lime green")
  6097. p45.Material = Enum.Material.Neon
  6098. p45.Reflectance = 0.40000000596046
  6099. p45.Name = "Block"
  6100. 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)
  6101. p45.CanCollide = false
  6102. p45.Locked = true
  6103. p45.FormFactor = Enum.FormFactor.Custom
  6104. p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6105. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6106. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6107. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6108. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6109. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6110. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6111. b45 = Instance.new("BlockMesh", p45)
  6112. b45.Name = "Mesh"
  6113. b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6114. p46 = Instance.new("Part", m8)
  6115. p46.BrickColor = BrickColor.new("Black")
  6116. p46.Material = Enum.Material.Metal
  6117. p46.Name = "Block"
  6118. 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)
  6119. p46.CanCollide = false
  6120. p46.Locked = true
  6121. p46.FormFactor = Enum.FormFactor.Custom
  6122. p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
  6123. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6124. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6125. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6126. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6127. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6128. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6129. b46 = Instance.new("BlockMesh", p46)
  6130. b46.Name = "Mesh"
  6131. b46.Scale = Vector3.new(1, 0.401569068, 1)
  6132. p47 = Instance.new("Part", m8)
  6133. p47.BrickColor = BrickColor.new("Earth green")
  6134. p47.Material = Enum.Material.Metal
  6135. p47.Name = "Block"
  6136. 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)
  6137. p47.CanCollide = false
  6138. p47.Locked = true
  6139. p47.FormFactor = Enum.FormFactor.Custom
  6140. p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6141. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6142. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6143. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6144. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6145. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6146. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6147. b47 = Instance.new("BlockMesh", p47)
  6148. b47.Name = "Mesh"
  6149. b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  6150. p48 = Instance.new("Part", m8)
  6151. p48.BrickColor = BrickColor.new("Lime green")
  6152. p48.Material = Enum.Material.Metal
  6153. p48.Name = "Block"
  6154. 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)
  6155. p48.CanCollide = false
  6156. p48.Locked = true
  6157. p48.FormFactor = Enum.FormFactor.Custom
  6158. p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6159. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6160. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6161. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6162. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6163. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6164. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6165. b48 = Instance.new("BlockMesh", p48)
  6166. b48.Name = "Mesh"
  6167. b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6168. p49 = Instance.new("Part", m8)
  6169. p49.BrickColor = BrickColor.new("Lime green")
  6170. p49.Material = Enum.Material.Metal
  6171. p49.Name = "Block"
  6172. 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)
  6173. p49.CanCollide = false
  6174. p49.Locked = true
  6175. p49.FormFactor = Enum.FormFactor.Custom
  6176. p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6177. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6178. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6179. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6180. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6181. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6182. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6183. b49 = Instance.new("BlockMesh", p49)
  6184. b49.Name = "Mesh"
  6185. b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6186. p50 = Instance.new("Part", m8)
  6187. p50.BrickColor = BrickColor.new("Black")
  6188. p50.Material = Enum.Material.Metal
  6189. p50.Reflectance = 0.40000000596046
  6190. p50.Name = "Block"
  6191. 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)
  6192. p50.CanCollide = false
  6193. p50.Locked = true
  6194. p50.FormFactor = Enum.FormFactor.Custom
  6195. p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
  6196. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6197. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6198. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6199. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6200. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6201. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6202. b50 = Instance.new("BlockMesh", p50)
  6203. b50.Name = "Mesh"
  6204. b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
  6205. p51 = Instance.new("Part", m8)
  6206. p51.BrickColor = BrickColor.new("Lime green")
  6207. p51.Material = Enum.Material.Metal
  6208. p51.Name = "Block"
  6209. 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)
  6210. p51.CanCollide = false
  6211. p51.Locked = true
  6212. p51.FormFactor = Enum.FormFactor.Custom
  6213. p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6214. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6215. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6216. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6217. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6218. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6219. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6220. b51 = Instance.new("BlockMesh", p51)
  6221. b51.Name = "Mesh"
  6222. b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6223. p52 = Instance.new("Part", m8)
  6224. p52.BrickColor = BrickColor.new("Lime green")
  6225. p52.Material = Enum.Material.Metal
  6226. p52.Name = "Block"
  6227. 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)
  6228. p52.CanCollide = false
  6229. p52.Locked = true
  6230. p52.FormFactor = Enum.FormFactor.Custom
  6231. p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6232. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6233. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6234. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6235. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6236. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6237. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6238. b52 = Instance.new("BlockMesh", p52)
  6239. b52.Name = "Mesh"
  6240. b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6241. p53 = Instance.new("Part", m8)
  6242. p53.BrickColor = BrickColor.new("Really black")
  6243. p53.Material = Enum.Material.Metal
  6244. p53.Name = "Block"
  6245. 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)
  6246. p53.CanCollide = false
  6247. p53.Locked = true
  6248. p53.FormFactor = Enum.FormFactor.Custom
  6249. p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6250. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6251. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6252. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6253. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6254. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6255. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6256. b53 = Instance.new("BlockMesh", p53)
  6257. b53.Name = "Mesh"
  6258. b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6259. p54 = Instance.new("Part", m8)
  6260. p54.BrickColor = BrickColor.new("Really black")
  6261. p54.Material = Enum.Material.SmoothPlastic
  6262. p54.Reflectance = 0.0099999997764826
  6263. p54.Name = "Circle"
  6264. 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)
  6265. p54.CanCollide = false
  6266. p54.Locked = true
  6267. p54.FormFactor = Enum.FormFactor.Custom
  6268. p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6269. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6270. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6271. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6272. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6273. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6274. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6275. b54 = Instance.new("CylinderMesh", p54)
  6276. b54.Name = "Mesh"
  6277. b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  6278. p55 = Instance.new("Part", m8)
  6279. p55.BrickColor = BrickColor.new("Really black")
  6280. p55.Material = Enum.Material.Metal
  6281. p55.Reflectance = 0.40000000596046
  6282. p55.Name = "Block"
  6283. 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)
  6284. p55.CanCollide = false
  6285. p55.Locked = true
  6286. p55.FormFactor = Enum.FormFactor.Custom
  6287. p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6288. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6289. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6290. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6291. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6292. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6293. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6294. b55 = Instance.new("BlockMesh", p55)
  6295. b55.Name = "Mesh"
  6296. b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  6297. p56 = Instance.new("Part", m8)
  6298. p56.BrickColor = BrickColor.new("Black")
  6299. p56.Material = Enum.Material.Metal
  6300. p56.Reflectance = 0.40000000596046
  6301. p56.Name = "Block"
  6302. 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)
  6303. p56.CanCollide = false
  6304. p56.Locked = true
  6305. p56.FormFactor = Enum.FormFactor.Custom
  6306. p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6307. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6308. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6309. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6310. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6311. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6312. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6313. b56 = Instance.new("BlockMesh", p56)
  6314. b56.Name = "Mesh"
  6315. b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6316. p57 = Instance.new("Part", m8)
  6317. p57.BrickColor = BrickColor.new("Black")
  6318. p57.Material = Enum.Material.Metal
  6319. p57.Reflectance = 0.40000000596046
  6320. p57.Name = "Block"
  6321. 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)
  6322. p57.CanCollide = false
  6323. p57.Locked = true
  6324. p57.FormFactor = Enum.FormFactor.Custom
  6325. p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6326. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6327. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6328. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6329. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6330. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6331. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6332. b57 = Instance.new("BlockMesh", p57)
  6333. b57.Name = "Mesh"
  6334. b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6335. p58 = Instance.new("Part", m8)
  6336. p58.BrickColor = BrickColor.new("Lime green")
  6337. p58.Material = Enum.Material.Marble
  6338. p58.Name = "Block"
  6339. 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)
  6340. p58.CanCollide = false
  6341. p58.Locked = true
  6342. p58.FormFactor = Enum.FormFactor.Custom
  6343. p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
  6344. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6345. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6346. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6347. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6348. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6349. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6350. b58 = Instance.new("BlockMesh", p58)
  6351. b58.Name = "Mesh"
  6352. b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
  6353. p59 = Instance.new("Part", m8)
  6354. p59.BrickColor = BrickColor.new("Lime green")
  6355. p59.Material = Enum.Material.Metal
  6356. p59.Name = "Block"
  6357. 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)
  6358. p59.CanCollide = false
  6359. p59.Locked = true
  6360. p59.FormFactor = Enum.FormFactor.Custom
  6361. p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6362. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6363. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6364. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6365. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6366. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6367. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6368. b59 = Instance.new("BlockMesh", p59)
  6369. b59.Name = "Mesh"
  6370. b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
  6371. p60 = Instance.new("Part", m8)
  6372. p60.BrickColor = BrickColor.new("Lime green")
  6373. p60.Material = Enum.Material.Marble
  6374. p60.Name = "Circle"
  6375. 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)
  6376. p60.CanCollide = false
  6377. p60.Locked = true
  6378. p60.FormFactor = Enum.FormFactor.Custom
  6379. p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6380. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6381. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6382. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6383. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6384. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6385. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6386. b60 = Instance.new("CylinderMesh", p60)
  6387. b60.Name = "Mesh"
  6388. b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
  6389. p61 = Instance.new("Part", m8)
  6390. p61.BrickColor = BrickColor.new("Black")
  6391. p61.Material = Enum.Material.Metal
  6392. p61.Name = "Circle"
  6393. 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)
  6394. p61.CanCollide = false
  6395. p61.Locked = true
  6396. p61.FormFactor = Enum.FormFactor.Custom
  6397. p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
  6398. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6399. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6400. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6401. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6402. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6403. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6404. b61 = Instance.new("CylinderMesh", p61)
  6405. b61.Name = "Mesh"
  6406. b61.Scale = Vector3.new(1, 0.401569068, 1)
  6407. p62 = Instance.new("Part", m8)
  6408. p62.BrickColor = BrickColor.new("Lime green")
  6409. p62.Material = Enum.Material.Metal
  6410. p62.Name = "Block"
  6411. 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)
  6412. p62.CanCollide = false
  6413. p62.Locked = true
  6414. p62.FormFactor = Enum.FormFactor.Custom
  6415. p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6416. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6417. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6418. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6419. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6420. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6421. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6422. b62 = Instance.new("BlockMesh", p62)
  6423. b62.Name = "Mesh"
  6424. b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6425. p63 = Instance.new("Part", m8)
  6426. p63.BrickColor = BrickColor.new("Lime green")
  6427. p63.Material = Enum.Material.Metal
  6428. p63.Name = "Block"
  6429. 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)
  6430. p63.CanCollide = false
  6431. p63.Locked = true
  6432. p63.FormFactor = Enum.FormFactor.Custom
  6433. p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6434. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6435. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6436. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6437. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6438. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6439. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6440. b63 = Instance.new("BlockMesh", p63)
  6441. b63.Name = "Mesh"
  6442. b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6443. p64 = Instance.new("Part", m8)
  6444. p64.BrickColor = BrickColor.new("Really black")
  6445. p64.Material = Enum.Material.SmoothPlastic
  6446. p64.Reflectance = 0.0099999997764826
  6447. p64.Name = "Block"
  6448. 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)
  6449. p64.CanCollide = false
  6450. p64.Locked = true
  6451. p64.FormFactor = Enum.FormFactor.Custom
  6452. p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6453. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6454. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6455. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6456. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6457. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6458. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6459. b64 = Instance.new("BlockMesh", p64)
  6460. b64.Name = "Mesh"
  6461. b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  6462. p65 = Instance.new("Part", m8)
  6463. p65.BrickColor = BrickColor.new("Lime green")
  6464. p65.Material = Enum.Material.Metal
  6465. p65.Name = "Block"
  6466. 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)
  6467. p65.CanCollide = false
  6468. p65.Locked = true
  6469. p65.FormFactor = Enum.FormFactor.Custom
  6470. p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6471. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6472. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6473. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6474. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6475. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6476. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6477. b65 = Instance.new("BlockMesh", p65)
  6478. b65.Name = "Mesh"
  6479. b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6480. p66 = Instance.new("Part", m8)
  6481. p66.BrickColor = BrickColor.new("Really black")
  6482. p66.Material = Enum.Material.Metal
  6483. p66.Reflectance = 0.40000000596046
  6484. p66.Name = "Block"
  6485. 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)
  6486. p66.CanCollide = false
  6487. p66.Locked = true
  6488. p66.FormFactor = Enum.FormFactor.Custom
  6489. p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6490. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6491. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6492. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6493. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6494. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6495. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6496. b66 = Instance.new("BlockMesh", p66)
  6497. b66.Name = "Mesh"
  6498. b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  6499. p67 = Instance.new("Part", m8)
  6500. p67.BrickColor = BrickColor.new("Lime green")
  6501. p67.Material = Enum.Material.Metal
  6502. p67.Name = "Block"
  6503. 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)
  6504. p67.CanCollide = false
  6505. p67.Locked = true
  6506. p67.FormFactor = Enum.FormFactor.Custom
  6507. p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6508. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6509. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6510. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6511. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6512. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6513. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6514. b67 = Instance.new("BlockMesh", p67)
  6515. b67.Name = "Mesh"
  6516. b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6517. p68 = Instance.new("Part", m8)
  6518. p68.BrickColor = BrickColor.new("Black")
  6519. p68.Material = Enum.Material.Metal
  6520. p68.Reflectance = 0.40000000596046
  6521. p68.Name = "Block"
  6522. 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)
  6523. p68.CanCollide = false
  6524. p68.Locked = true
  6525. p68.FormFactor = Enum.FormFactor.Custom
  6526. p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6527. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6528. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6529. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6530. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6531. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6532. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6533. b68 = Instance.new("BlockMesh", p68)
  6534. b68.Name = "Mesh"
  6535. b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6536. p69 = Instance.new("Part", m8)
  6537. p69.BrickColor = BrickColor.new("Earth green")
  6538. p69.Material = Enum.Material.Metal
  6539. p69.Name = "Block"
  6540. 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)
  6541. p69.CanCollide = false
  6542. p69.Locked = true
  6543. p69.FormFactor = Enum.FormFactor.Custom
  6544. p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6545. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6546. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6547. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6548. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6549. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6550. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6551. b69 = Instance.new("BlockMesh", p69)
  6552. b69.Name = "Mesh"
  6553. b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  6554. p70 = Instance.new("Part", m8)
  6555. p70.BrickColor = BrickColor.new("Lime green")
  6556. p70.Material = Enum.Material.Marble
  6557. p70.Name = "Circle"
  6558. 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)
  6559. p70.CanCollide = false
  6560. p70.Locked = true
  6561. p70.FormFactor = Enum.FormFactor.Custom
  6562. p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6563. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6564. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6565. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6566. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6567. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6568. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6569. b70 = Instance.new("CylinderMesh", p70)
  6570. b70.Name = "Mesh"
  6571. b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
  6572. p71 = Instance.new("WedgePart", m8)
  6573. p71.BrickColor = BrickColor.new("Lime green")
  6574. p71.Material = Enum.Material.Neon
  6575. p71.Reflectance = 0.40000000596046
  6576. p71.Name = "Wedge"
  6577. 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)
  6578. p71.CanCollide = false
  6579. p71.Locked = true
  6580. p71.FormFactor = Enum.FormFactor.Custom
  6581. p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6582. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6583. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6584. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6585. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6586. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6587. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6588. b71 = Instance.new("SpecialMesh", p71)
  6589. b71.MeshType = Enum.MeshType.Wedge
  6590. b71.Name = "Mesh"
  6591. b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6592. p72 = Instance.new("WedgePart", m8)
  6593. p72.BrickColor = BrickColor.new("Lime green")
  6594. p72.Material = Enum.Material.Neon
  6595. p72.Reflectance = 0.40000000596046
  6596. p72.Name = "Wedge"
  6597. 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)
  6598. p72.CanCollide = false
  6599. p72.Locked = true
  6600. p72.FormFactor = Enum.FormFactor.Custom
  6601. p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6602. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6603. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6604. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6605. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6606. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6607. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6608. b72 = Instance.new("SpecialMesh", p72)
  6609. b72.MeshType = Enum.MeshType.Wedge
  6610. b72.Name = "Mesh"
  6611. b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
  6612. p73 = Instance.new("WedgePart", m8)
  6613. p73.BrickColor = BrickColor.new("Lime green")
  6614. p73.Material = Enum.Material.Neon
  6615. p73.Reflectance = 0.40000000596046
  6616. p73.Name = "Wedge"
  6617. 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)
  6618. p73.CanCollide = false
  6619. p73.Locked = true
  6620. p73.FormFactor = Enum.FormFactor.Custom
  6621. p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6622. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6623. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6624. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6625. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6626. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6627. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6628. b73 = Instance.new("SpecialMesh", p73)
  6629. b73.MeshType = Enum.MeshType.Wedge
  6630. b73.Name = "Mesh"
  6631. b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6632. p74 = Instance.new("WedgePart", m8)
  6633. p74.BrickColor = BrickColor.new("Lime green")
  6634. p74.Material = Enum.Material.Neon
  6635. p74.Reflectance = 0.40000000596046
  6636. p74.Name = "Wedge"
  6637. 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)
  6638. p74.CanCollide = false
  6639. p74.Locked = true
  6640. p74.FormFactor = Enum.FormFactor.Custom
  6641. p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6642. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6643. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6644. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6645. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6646. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6647. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6648. b74 = Instance.new("SpecialMesh", p74)
  6649. b74.MeshType = Enum.MeshType.Wedge
  6650. b74.Name = "Mesh"
  6651. b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6652. p75 = Instance.new("WedgePart", m8)
  6653. p75.BrickColor = BrickColor.new("Lime green")
  6654. p75.Material = Enum.Material.Neon
  6655. p75.Reflectance = 0.40000000596046
  6656. p75.Name = "Wedge"
  6657. 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)
  6658. p75.CanCollide = false
  6659. p75.Locked = true
  6660. p75.FormFactor = Enum.FormFactor.Custom
  6661. p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6662. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6663. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6664. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6665. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6666. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6667. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6668. b75 = Instance.new("SpecialMesh", p75)
  6669. b75.MeshType = Enum.MeshType.Wedge
  6670. b75.Name = "Mesh"
  6671. b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
  6672. p76 = Instance.new("WedgePart", m8)
  6673. p76.BrickColor = BrickColor.new("Lime green")
  6674. p76.Material = Enum.Material.Neon
  6675. p76.Reflectance = 0.40000000596046
  6676. p76.Name = "Wedge"
  6677. 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)
  6678. p76.CanCollide = false
  6679. p76.Locked = true
  6680. p76.FormFactor = Enum.FormFactor.Custom
  6681. p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6682. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6683. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6684. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6685. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6686. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6687. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6688. b76 = Instance.new("SpecialMesh", p76)
  6689. b76.MeshType = Enum.MeshType.Wedge
  6690. b76.Name = "Mesh"
  6691. b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6692. p77 = Instance.new("WedgePart", m8)
  6693. p77.BrickColor = BrickColor.new("Lime green")
  6694. p77.Material = Enum.Material.Neon
  6695. p77.Reflectance = 0.40000000596046
  6696. p77.Name = "Wedge"
  6697. 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)
  6698. p77.CanCollide = false
  6699. p77.Locked = true
  6700. p77.FormFactor = Enum.FormFactor.Custom
  6701. p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6702. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6703. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6704. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6705. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6706. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6707. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6708. b77 = Instance.new("SpecialMesh", p77)
  6709. b77.MeshType = Enum.MeshType.Wedge
  6710. b77.Name = "Mesh"
  6711. b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6712. p78 = Instance.new("WedgePart", m8)
  6713. p78.BrickColor = BrickColor.new("Lime green")
  6714. p78.Material = Enum.Material.Neon
  6715. p78.Reflectance = 0.40000000596046
  6716. p78.Name = "Wedge"
  6717. 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)
  6718. p78.CanCollide = false
  6719. p78.Locked = true
  6720. p78.FormFactor = Enum.FormFactor.Custom
  6721. p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6722. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6723. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6724. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6725. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6726. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6727. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6728. b78 = Instance.new("SpecialMesh", p78)
  6729. b78.MeshType = Enum.MeshType.Wedge
  6730. b78.Name = "Mesh"
  6731. b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6732. p79 = Instance.new("WedgePart", m8)
  6733. p79.BrickColor = BrickColor.new("Lime green")
  6734. p79.Material = Enum.Material.Neon
  6735. p79.Reflectance = 0.40000000596046
  6736. p79.Name = "Wedge"
  6737. 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)
  6738. p79.CanCollide = false
  6739. p79.Locked = true
  6740. p79.FormFactor = Enum.FormFactor.Custom
  6741. p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6742. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6743. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6744. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6745. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6746. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6747. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6748. b79 = Instance.new("SpecialMesh", p79)
  6749. b79.MeshType = Enum.MeshType.Wedge
  6750. b79.Name = "Mesh"
  6751. b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
  6752. p80 = Instance.new("WedgePart", m8)
  6753. p80.BrickColor = BrickColor.new("Black")
  6754. p80.Material = Enum.Material.Metal
  6755. p80.Reflectance = 0.40000000596046
  6756. p80.Name = "Wedge"
  6757. 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)
  6758. p80.CanCollide = false
  6759. p80.Locked = true
  6760. p80.FormFactor = Enum.FormFactor.Custom
  6761. p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
  6762. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6763. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6764. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6765. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6766. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6767. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6768. b80 = Instance.new("SpecialMesh", p80)
  6769. b80.MeshType = Enum.MeshType.Wedge
  6770. b80.Name = "Mesh"
  6771. b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
  6772. p81 = Instance.new("WedgePart", m8)
  6773. p81.BrickColor = BrickColor.new("Lime green")
  6774. p81.Material = Enum.Material.Neon
  6775. p81.Reflectance = 0.40000000596046
  6776. p81.Name = "Wedge"
  6777. 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)
  6778. p81.CanCollide = false
  6779. p81.Locked = true
  6780. p81.FormFactor = Enum.FormFactor.Custom
  6781. p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6782. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6783. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6784. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6785. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6786. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6787. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6788. b81 = Instance.new("SpecialMesh", p81)
  6789. b81.MeshType = Enum.MeshType.Wedge
  6790. b81.Name = "Mesh"
  6791. b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
  6792. p82 = Instance.new("WedgePart", m8)
  6793. p82.BrickColor = BrickColor.new("Really black")
  6794. p82.Material = Enum.Material.Metal
  6795. p82.Reflectance = 0.40000000596046
  6796. p82.Name = "Wedge"
  6797. 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)
  6798. p82.CanCollide = false
  6799. p82.Locked = true
  6800. p82.FormFactor = Enum.FormFactor.Custom
  6801. p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
  6802. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6803. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6804. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6805. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6806. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6807. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6808. b82 = Instance.new("SpecialMesh", p82)
  6809. b82.MeshType = Enum.MeshType.Wedge
  6810. b82.Name = "Mesh"
  6811. b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
  6812. p83 = Instance.new("WedgePart", m8)
  6813. p83.BrickColor = BrickColor.new("Really black")
  6814. p83.Material = Enum.Material.Metal
  6815. p83.Reflectance = 0.40000000596046
  6816. p83.Name = "Wedge"
  6817. 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)
  6818. p83.CanCollide = false
  6819. p83.Locked = true
  6820. p83.FormFactor = Enum.FormFactor.Custom
  6821. p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6822. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6823. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6824. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6825. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6826. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6827. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6828. b83 = Instance.new("SpecialMesh", p83)
  6829. b83.MeshType = Enum.MeshType.Wedge
  6830. b83.Name = "Mesh"
  6831. b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
  6832. p84 = Instance.new("WedgePart", m8)
  6833. p84.BrickColor = BrickColor.new("Lime green")
  6834. p84.Material = Enum.Material.Neon
  6835. p84.Reflectance = 0.40000000596046
  6836. p84.Name = "Wedge"
  6837. 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)
  6838. p84.CanCollide = false
  6839. p84.Locked = true
  6840. p84.FormFactor = Enum.FormFactor.Custom
  6841. p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6842. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6843. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6844. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6845. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6846. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6847. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6848. b84 = Instance.new("SpecialMesh", p84)
  6849. b84.MeshType = Enum.MeshType.Wedge
  6850. b84.Name = "Mesh"
  6851. b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6852. p85 = Instance.new("WedgePart", m8)
  6853. p85.BrickColor = BrickColor.new("Black")
  6854. p85.Material = Enum.Material.Metal
  6855. p85.Reflectance = 0.40000000596046
  6856. p85.Name = "Wedge"
  6857. 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)
  6858. p85.CanCollide = false
  6859. p85.Locked = true
  6860. p85.FormFactor = Enum.FormFactor.Custom
  6861. p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
  6862. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6863. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6864. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6865. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6866. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6867. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6868. b85 = Instance.new("SpecialMesh", p85)
  6869. b85.MeshType = Enum.MeshType.Wedge
  6870. b85.Name = "Mesh"
  6871. b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
  6872. p86 = Instance.new("WedgePart", m8)
  6873. p86.BrickColor = BrickColor.new("Lime green")
  6874. p86.Material = Enum.Material.Neon
  6875. p86.Reflectance = 0.40000000596046
  6876. p86.Name = "Wedge"
  6877. 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)
  6878. p86.CanCollide = false
  6879. p86.Locked = true
  6880. p86.FormFactor = Enum.FormFactor.Custom
  6881. p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6882. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6883. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6884. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6885. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6886. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6887. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6888. b86 = Instance.new("SpecialMesh", p86)
  6889. b86.MeshType = Enum.MeshType.Wedge
  6890. b86.Name = "Mesh"
  6891. b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
  6892. p87 = Instance.new("WedgePart", m8)
  6893. p87.BrickColor = BrickColor.new("Lime green")
  6894. p87.Material = Enum.Material.Neon
  6895. p87.Reflectance = 0.40000000596046
  6896. p87.Name = "Wedge"
  6897. 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)
  6898. p87.CanCollide = false
  6899. p87.Locked = true
  6900. p87.FormFactor = Enum.FormFactor.Custom
  6901. p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6902. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6903. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6904. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6905. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6906. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6907. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6908. b87 = Instance.new("SpecialMesh", p87)
  6909. b87.MeshType = Enum.MeshType.Wedge
  6910. b87.Name = "Mesh"
  6911. b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
  6912. p88 = Instance.new("WedgePart", m8)
  6913. p88.BrickColor = BrickColor.new("Lime green")
  6914. p88.Material = Enum.Material.Neon
  6915. p88.Reflectance = 0.40000000596046
  6916. p88.Name = "Wedge"
  6917. 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)
  6918. p88.CanCollide = false
  6919. p88.Locked = true
  6920. p88.FormFactor = Enum.FormFactor.Custom
  6921. p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6922. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6923. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6924. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6925. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6926. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6927. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6928. b88 = Instance.new("SpecialMesh", p88)
  6929. b88.MeshType = Enum.MeshType.Wedge
  6930. b88.Name = "Mesh"
  6931. b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
  6932. p89 = Instance.new("WedgePart", m8)
  6933. p89.BrickColor = BrickColor.new("Lime green")
  6934. p89.Material = Enum.Material.Neon
  6935. p89.Reflectance = 0.40000000596046
  6936. p89.Name = "Wedge"
  6937. 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)
  6938. p89.CanCollide = false
  6939. p89.Locked = true
  6940. p89.FormFactor = Enum.FormFactor.Custom
  6941. p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6942. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6943. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6944. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6945. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6946. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6947. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6948. b89 = Instance.new("SpecialMesh", p89)
  6949. b89.MeshType = Enum.MeshType.Wedge
  6950. b89.Name = "Mesh"
  6951. b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
  6952. p90 = Instance.new("WedgePart", m8)
  6953. p90.BrickColor = BrickColor.new("Lime green")
  6954. p90.Material = Enum.Material.Neon
  6955. p90.Reflectance = 0.40000000596046
  6956. p90.Name = "Wedge"
  6957. 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)
  6958. p90.CanCollide = false
  6959. p90.Locked = true
  6960. p90.FormFactor = Enum.FormFactor.Custom
  6961. p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6962. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6963. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6964. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6965. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6966. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6967. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6968. b90 = Instance.new("SpecialMesh", p90)
  6969. b90.MeshType = Enum.MeshType.Wedge
  6970. b90.Name = "Mesh"
  6971. b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
  6972. p91 = Instance.new("WedgePart", m8)
  6973. p91.BrickColor = BrickColor.new("Really black")
  6974. p91.Material = Enum.Material.Metal
  6975. p91.Reflectance = 0.40000000596046
  6976. p91.Name = "Wedge"
  6977. 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)
  6978. p91.CanCollide = false
  6979. p91.Locked = true
  6980. p91.FormFactor = Enum.FormFactor.Custom
  6981. p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
  6982. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6983. p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6984. p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6985. p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6986. p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6987. p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6988. b91 = Instance.new("SpecialMesh", p91)
  6989. b91.MeshType = Enum.MeshType.Wedge
  6990. b91.Name = "Mesh"
  6991. b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
  6992. p92 = Instance.new("WedgePart", m8)
  6993. p92.BrickColor = BrickColor.new("Lime green")
  6994. p92.Material = Enum.Material.Neon
  6995. p92.Reflectance = 0.40000000596046
  6996. p92.Name = "Wedge"
  6997. 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)
  6998. p92.CanCollide = false
  6999. p92.Locked = true
  7000. p92.FormFactor = Enum.FormFactor.Custom
  7001. p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7002. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7003. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7004. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7005. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7006. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7007. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7008. b92 = Instance.new("SpecialMesh", p92)
  7009. b92.MeshType = Enum.MeshType.Wedge
  7010. b92.Name = "Mesh"
  7011. b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7012. p93 = Instance.new("WedgePart", m8)
  7013. p93.BrickColor = BrickColor.new("Lime green")
  7014. p93.Material = Enum.Material.Neon
  7015. p93.Reflectance = 0.40000000596046
  7016. p93.Name = "Wedge"
  7017. 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)
  7018. p93.CanCollide = false
  7019. p93.Locked = true
  7020. p93.FormFactor = Enum.FormFactor.Custom
  7021. p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7022. p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7023. p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7024. p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7025. p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7026. p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7027. p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7028. b93 = Instance.new("SpecialMesh", p93)
  7029. b93.MeshType = Enum.MeshType.Wedge
  7030. b93.Name = "Mesh"
  7031. b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
  7032. p94 = Instance.new("WedgePart", m8)
  7033. p94.BrickColor = BrickColor.new("Lime green")
  7034. p94.Material = Enum.Material.Neon
  7035. p94.Reflectance = 0.40000000596046
  7036. p94.Name = "Wedge"
  7037. 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)
  7038. p94.CanCollide = false
  7039. p94.Locked = true
  7040. p94.FormFactor = Enum.FormFactor.Custom
  7041. p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7042. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7043. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7044. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7045. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7046. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7047. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7048. b94 = Instance.new("SpecialMesh", p94)
  7049. b94.MeshType = Enum.MeshType.Wedge
  7050. b94.Name = "Mesh"
  7051. b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7052. p95 = Instance.new("WedgePart", m8)
  7053. p95.BrickColor = BrickColor.new("Black")
  7054. p95.Material = Enum.Material.Metal
  7055. p95.Reflectance = 0.40000000596046
  7056. p95.Name = "Wedge"
  7057. 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)
  7058. p95.CanCollide = false
  7059. p95.Locked = true
  7060. p95.FormFactor = Enum.FormFactor.Custom
  7061. p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
  7062. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7063. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7064. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7065. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7066. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7067. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7068. b95 = Instance.new("SpecialMesh", p95)
  7069. b95.MeshType = Enum.MeshType.Wedge
  7070. b95.Name = "Mesh"
  7071. b95.Scale = Vector3.new(0.261019886, 1, 1)
  7072. p96 = Instance.new("WedgePart", m8)
  7073. p96.BrickColor = BrickColor.new("Lime green")
  7074. p96.Material = Enum.Material.Neon
  7075. p96.Reflectance = 0.40000000596046
  7076. p96.Name = "Wedge"
  7077. 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)
  7078. p96.CanCollide = false
  7079. p96.Locked = true
  7080. p96.FormFactor = Enum.FormFactor.Custom
  7081. p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7082. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7083. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7084. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7085. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7086. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7087. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7088. b96 = Instance.new("SpecialMesh", p96)
  7089. b96.MeshType = Enum.MeshType.Wedge
  7090. b96.Name = "Mesh"
  7091. b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
  7092. p97 = Instance.new("WedgePart", m8)
  7093. p97.BrickColor = BrickColor.new("Lime green")
  7094. p97.Material = Enum.Material.Neon
  7095. p97.Reflectance = 0.40000000596046
  7096. p97.Name = "Wedge"
  7097. 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)
  7098. p97.CanCollide = false
  7099. p97.Locked = true
  7100. p97.FormFactor = Enum.FormFactor.Custom
  7101. p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7102. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7103. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7104. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7105. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7106. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7107. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7108. b97 = Instance.new("SpecialMesh", p97)
  7109. b97.MeshType = Enum.MeshType.Wedge
  7110. b97.Name = "Mesh"
  7111. b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7112. p98 = Instance.new("WedgePart", m8)
  7113. p98.BrickColor = BrickColor.new("Lime green")
  7114. p98.Material = Enum.Material.Neon
  7115. p98.Reflectance = 0.40000000596046
  7116. p98.Name = "Wedge"
  7117. 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)
  7118. p98.CanCollide = false
  7119. p98.Locked = true
  7120. p98.FormFactor = Enum.FormFactor.Custom
  7121. p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7122. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7123. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7124. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7125. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7126. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7127. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7128. b98 = Instance.new("SpecialMesh", p98)
  7129. b98.MeshType = Enum.MeshType.Wedge
  7130. b98.Name = "Mesh"
  7131. b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
  7132. p99 = Instance.new("WedgePart", m8)
  7133. p99.BrickColor = BrickColor.new("Lime green")
  7134. p99.Material = Enum.Material.Neon
  7135. p99.Reflectance = 0.40000000596046
  7136. p99.Name = "Wedge"
  7137. 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)
  7138. p99.CanCollide = false
  7139. p99.Locked = true
  7140. p99.FormFactor = Enum.FormFactor.Custom
  7141. p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7142. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7143. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7144. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7145. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7146. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7147. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7148. b99 = Instance.new("SpecialMesh", p99)
  7149. b99.MeshType = Enum.MeshType.Wedge
  7150. b99.Name = "Mesh"
  7151. b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
  7152. p100 = Instance.new("WedgePart", m8)
  7153. p100.BrickColor = BrickColor.new("Lime green")
  7154. p100.Material = Enum.Material.Neon
  7155. p100.Reflectance = 0.40000000596046
  7156. p100.Name = "Wedge"
  7157. 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)
  7158. p100.CanCollide = false
  7159. p100.Locked = true
  7160. p100.FormFactor = Enum.FormFactor.Custom
  7161. p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
  7162. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7163. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7164. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7165. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7166. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7167. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7168. b100 = Instance.new("SpecialMesh", p100)
  7169. b100.MeshType = Enum.MeshType.Wedge
  7170. b100.Name = "Mesh"
  7171. b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
  7172. p101 = Instance.new("WedgePart", m8)
  7173. p101.BrickColor = BrickColor.new("Lime green")
  7174. p101.Material = Enum.Material.Neon
  7175. p101.Reflectance = 0.40000000596046
  7176. p101.Name = "Wedge"
  7177. 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)
  7178. p101.CanCollide = false
  7179. p101.Locked = true
  7180. p101.FormFactor = Enum.FormFactor.Custom
  7181. p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7182. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7183. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7184. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7185. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7186. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7187. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7188. b101 = Instance.new("SpecialMesh", p101)
  7189. b101.MeshType = Enum.MeshType.Wedge
  7190. b101.Name = "Mesh"
  7191. b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7192. p102 = Instance.new("WedgePart", m8)
  7193. p102.BrickColor = BrickColor.new("Lime green")
  7194. p102.Material = Enum.Material.Neon
  7195. p102.Reflectance = 0.40000000596046
  7196. p102.Name = "Wedge"
  7197. 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)
  7198. p102.CanCollide = false
  7199. p102.Locked = true
  7200. p102.FormFactor = Enum.FormFactor.Custom
  7201. p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7202. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7203. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7204. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7205. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7206. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7207. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7208. b102 = Instance.new("SpecialMesh", p102)
  7209. b102.MeshType = Enum.MeshType.Wedge
  7210. b102.Name = "Mesh"
  7211. b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
  7212. p103 = Instance.new("WedgePart", m8)
  7213. p103.BrickColor = BrickColor.new("Lime green")
  7214. p103.Material = Enum.Material.Neon
  7215. p103.Reflectance = 0.40000000596046
  7216. p103.Name = "Wedge"
  7217. 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)
  7218. p103.CanCollide = false
  7219. p103.Locked = true
  7220. p103.FormFactor = Enum.FormFactor.Custom
  7221. p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
  7222. p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7223. p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7224. p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7225. p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7226. p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7227. p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7228. b103 = Instance.new("SpecialMesh", p103)
  7229. b103.MeshType = Enum.MeshType.Wedge
  7230. b103.Name = "Mesh"
  7231. b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
  7232. p104 = Instance.new("WedgePart", m8)
  7233. p104.BrickColor = BrickColor.new("Lime green")
  7234. p104.Material = Enum.Material.Neon
  7235. p104.Reflectance = 0.40000000596046
  7236. p104.Name = "Wedge"
  7237. 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)
  7238. p104.CanCollide = false
  7239. p104.Locked = true
  7240. p104.FormFactor = Enum.FormFactor.Custom
  7241. p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7242. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7243. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7244. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7245. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7246. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7247. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7248. b104 = Instance.new("SpecialMesh", p104)
  7249. b104.MeshType = Enum.MeshType.Wedge
  7250. b104.Name = "Mesh"
  7251. b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
  7252. p105 = Instance.new("WedgePart", m8)
  7253. p105.BrickColor = BrickColor.new("Really black")
  7254. p105.Material = Enum.Material.Metal
  7255. p105.Reflectance = 0.40000000596046
  7256. p105.Name = "Wedge"
  7257. 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)
  7258. p105.CanCollide = false
  7259. p105.Locked = true
  7260. p105.FormFactor = Enum.FormFactor.Custom
  7261. p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
  7262. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7263. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7264. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7265. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7266. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7267. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7268. b105 = Instance.new("SpecialMesh", p105)
  7269. b105.MeshType = Enum.MeshType.Wedge
  7270. b105.Name = "Mesh"
  7271. b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
  7272. p106 = Instance.new("WedgePart", m8)
  7273. p106.BrickColor = BrickColor.new("Lime green")
  7274. p106.Material = Enum.Material.Neon
  7275. p106.Reflectance = 0.40000000596046
  7276. p106.Name = "Wedge"
  7277. 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)
  7278. p106.CanCollide = false
  7279. p106.Locked = true
  7280. p106.FormFactor = Enum.FormFactor.Custom
  7281. p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7282. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7283. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7284. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7285. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7286. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7287. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7288. b106 = Instance.new("SpecialMesh", p106)
  7289. b106.MeshType = Enum.MeshType.Wedge
  7290. b106.Name = "Mesh"
  7291. b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7292. p107 = Instance.new("WedgePart", m8)
  7293. p107.BrickColor = BrickColor.new("Lime green")
  7294. p107.Material = Enum.Material.Neon
  7295. p107.Reflectance = 0.40000000596046
  7296. p107.Name = "Wedge"
  7297. 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)
  7298. p107.CanCollide = false
  7299. p107.Locked = true
  7300. p107.FormFactor = Enum.FormFactor.Custom
  7301. p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7302. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7303. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7304. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7305. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7306. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7307. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7308. b107 = Instance.new("SpecialMesh", p107)
  7309. b107.MeshType = Enum.MeshType.Wedge
  7310. b107.Name = "Mesh"
  7311. b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
  7312. p108 = Instance.new("WedgePart", m8)
  7313. p108.BrickColor = BrickColor.new("Black")
  7314. p108.Material = Enum.Material.Metal
  7315. p108.Reflectance = 0.40000000596046
  7316. p108.Name = "Wedge"
  7317. 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)
  7318. p108.CanCollide = false
  7319. p108.Locked = true
  7320. p108.FormFactor = Enum.FormFactor.Custom
  7321. p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7322. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7323. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7324. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7325. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7326. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7327. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7328. b108 = Instance.new("SpecialMesh", p108)
  7329. b108.MeshType = Enum.MeshType.Wedge
  7330. b108.Name = "Mesh"
  7331. b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
  7332. p109 = Instance.new("WedgePart", m8)
  7333. p109.BrickColor = BrickColor.new("Lime green")
  7334. p109.Material = Enum.Material.Neon
  7335. p109.Reflectance = 0.40000000596046
  7336. p109.Name = "Wedge"
  7337. 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)
  7338. p109.CanCollide = false
  7339. p109.Locked = true
  7340. p109.FormFactor = Enum.FormFactor.Custom
  7341. p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7342. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7343. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7344. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7345. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7346. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7347. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7348. b109 = Instance.new("SpecialMesh", p109)
  7349. b109.MeshType = Enum.MeshType.Wedge
  7350. b109.Name = "Mesh"
  7351. b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
  7352. p110 = Instance.new("WedgePart", m8)
  7353. p110.BrickColor = BrickColor.new("Lime green")
  7354. p110.Material = Enum.Material.Neon
  7355. p110.Reflectance = 0.40000000596046
  7356. p110.Name = "Wedge"
  7357. 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)
  7358. p110.CanCollide = false
  7359. p110.Locked = true
  7360. p110.FormFactor = Enum.FormFactor.Custom
  7361. p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7362. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7363. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7364. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7365. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7366. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7367. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7368. b110 = Instance.new("SpecialMesh", p110)
  7369. b110.MeshType = Enum.MeshType.Wedge
  7370. b110.Name = "Mesh"
  7371. b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7372. p111 = Instance.new("Part", m8)
  7373. p111.BrickColor = BrickColor.new("Really black")
  7374. p111.Material = Enum.Material.Metal
  7375. p111.Transparency = 1
  7376. p111.Name = "Hitbox"
  7377. 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)
  7378. p111.CanCollide = false
  7379. p111.Locked = true
  7380. p111.FormFactor = Enum.FormFactor.Custom
  7381. p111.Size = Vector3.new(0.22, 2.57, 1.22)
  7382. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7383. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7384. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7385. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7386. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7387. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7388. b111 = Instance.new("BlockMesh", p111)
  7389. b111.Name = "Mesh"
  7390. w1 = Instance.new("Weld", p1)
  7391. w1.Name = "Block_Weld"
  7392. w1.Part0 = p1
  7393. 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)
  7394. w1.Part1 = p2
  7395. 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)
  7396. w2 = Instance.new("Weld", p2)
  7397. w2.Name = "Block_Weld"
  7398. w2.Part0 = p2
  7399. 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)
  7400. w2.Part1 = p3
  7401. 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)
  7402. w3 = Instance.new("Weld", p3)
  7403. w3.Name = "Block_Weld"
  7404. w3.Part0 = p3
  7405. 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)
  7406. w3.Part1 = p4
  7407. 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)
  7408. w4 = Instance.new("Weld", p4)
  7409. w4.Name = "Block_Weld"
  7410. w4.Part0 = p4
  7411. 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)
  7412. w4.Part1 = p5
  7413. 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)
  7414. w5 = Instance.new("Weld", p5)
  7415. w5.Name = "Block_Weld"
  7416. w5.Part0 = p5
  7417. 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)
  7418. w5.Part1 = p6
  7419. 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)
  7420. w6 = Instance.new("Weld", p6)
  7421. w6.Name = "Block_Weld"
  7422. w6.Part0 = p6
  7423. 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)
  7424. w6.Part1 = p7
  7425. 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)
  7426. w7 = Instance.new("Weld", p7)
  7427. w7.Name = "Block_Weld"
  7428. w7.Part0 = p7
  7429. 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)
  7430. w7.Part1 = p8
  7431. 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)
  7432. w8 = Instance.new("Weld", p8)
  7433. w8.Name = "Block_Weld"
  7434. w8.Part0 = p8
  7435. 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)
  7436. w8.Part1 = p9
  7437. 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)
  7438. w9 = Instance.new("Weld", p9)
  7439. w9.Name = "Block_Weld"
  7440. w9.Part0 = p9
  7441. 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)
  7442. w9.Part1 = p10
  7443. 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)
  7444. w10 = Instance.new("Weld", p10)
  7445. w10.Name = "Circle_Weld"
  7446. w10.Part0 = p10
  7447. 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)
  7448. w10.Part1 = p11
  7449. 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)
  7450. w11 = Instance.new("Weld", p11)
  7451. w11.Name = "Block_Weld"
  7452. w11.Part0 = p11
  7453. 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)
  7454. w11.Part1 = p12
  7455. 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)
  7456. w12 = Instance.new("Weld", p12)
  7457. w12.Name = "Block_Weld"
  7458. w12.Part0 = p12
  7459. 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)
  7460. w12.Part1 = p13
  7461. 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)
  7462. w13 = Instance.new("Weld", p13)
  7463. w13.Name = "Block_Weld"
  7464. w13.Part0 = p13
  7465. 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)
  7466. w13.Part1 = p14
  7467. 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)
  7468. w14 = Instance.new("Weld", p14)
  7469. w14.Name = "Block_Weld"
  7470. w14.Part0 = p14
  7471. 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)
  7472. w14.Part1 = p15
  7473. 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)
  7474. w15 = Instance.new("Weld", p15)
  7475. w15.Name = "Handle_Weld"
  7476. w15.Part0 = p15
  7477. 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)
  7478. w15.Part1 = p16
  7479. 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)
  7480. w16 = Instance.new("Weld", p16)
  7481. w16.Name = "Block_Weld"
  7482. w16.Part0 = p16
  7483. 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)
  7484. w16.Part1 = p17
  7485. 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)
  7486. w17 = Instance.new("Weld", p17)
  7487. w17.Name = "Block_Weld"
  7488. w17.Part0 = p17
  7489. 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)
  7490. w17.Part1 = p18
  7491. 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)
  7492. w18 = Instance.new("Weld", p18)
  7493. w18.Name = "Block_Weld"
  7494. w18.Part0 = p18
  7495. 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)
  7496. w18.Part1 = p19
  7497. 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)
  7498. w19 = Instance.new("Weld", p19)
  7499. w19.Name = "Block_Weld"
  7500. w19.Part0 = p19
  7501. 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)
  7502. w19.Part1 = p20
  7503. 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)
  7504. w20 = Instance.new("Weld", p20)
  7505. w20.Name = "Block_Weld"
  7506. w20.Part0 = p20
  7507. 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)
  7508. w20.Part1 = p21
  7509. 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)
  7510. w21 = Instance.new("Weld", p21)
  7511. w21.Name = "Block_Weld"
  7512. w21.Part0 = p21
  7513. 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)
  7514. w21.Part1 = p22
  7515. 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)
  7516. w22 = Instance.new("Weld", p22)
  7517. w22.Name = "Block_Weld"
  7518. w22.Part0 = p22
  7519. 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)
  7520. w22.Part1 = p23
  7521. 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)
  7522. w23 = Instance.new("Weld", p23)
  7523. w23.Name = "Block_Weld"
  7524. w23.Part0 = p23
  7525. 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)
  7526. w23.Part1 = p24
  7527. 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)
  7528. w24 = Instance.new("Weld", p24)
  7529. w24.Name = "Block_Weld"
  7530. w24.Part0 = p24
  7531. 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)
  7532. w24.Part1 = p25
  7533. 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)
  7534. w25 = Instance.new("Weld", p25)
  7535. w25.Name = "Block_Weld"
  7536. w25.Part0 = p25
  7537. 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)
  7538. w25.Part1 = p26
  7539. 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)
  7540. w26 = Instance.new("Weld", p26)
  7541. w26.Name = "Block_Weld"
  7542. w26.Part0 = p26
  7543. 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)
  7544. w26.Part1 = p27
  7545. 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)
  7546. w27 = Instance.new("Weld", p27)
  7547. w27.Name = "Circle_Weld"
  7548. w27.Part0 = p27
  7549. 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)
  7550. w27.Part1 = p28
  7551. 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)
  7552. w28 = Instance.new("Weld", p28)
  7553. w28.Name = "Block_Weld"
  7554. w28.Part0 = p28
  7555. 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)
  7556. w28.Part1 = p29
  7557. 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)
  7558. w29 = Instance.new("Weld", p29)
  7559. w29.Name = "Block_Weld"
  7560. w29.Part0 = p29
  7561. 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)
  7562. w29.Part1 = p30
  7563. 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)
  7564. w30 = Instance.new("Weld", p30)
  7565. w30.Name = "Block_Weld"
  7566. w30.Part0 = p30
  7567. 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)
  7568. w30.Part1 = p31
  7569. 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)
  7570. w31 = Instance.new("Weld", p31)
  7571. w31.Name = "Block_Weld"
  7572. w31.Part0 = p31
  7573. 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)
  7574. w31.Part1 = p32
  7575. 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)
  7576. w32 = Instance.new("Weld", p32)
  7577. w32.Name = "Block_Weld"
  7578. w32.Part0 = p32
  7579. 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)
  7580. w32.Part1 = p33
  7581. 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)
  7582. w33 = Instance.new("Weld", p33)
  7583. w33.Name = "Block_Weld"
  7584. w33.Part0 = p33
  7585. 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)
  7586. w33.Part1 = p34
  7587. 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)
  7588. w34 = Instance.new("Weld", p34)
  7589. w34.Name = "Block_Weld"
  7590. w34.Part0 = p34
  7591. 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)
  7592. w34.Part1 = p35
  7593. 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)
  7594. w35 = Instance.new("Weld", p35)
  7595. w35.Name = "Block_Weld"
  7596. w35.Part0 = p35
  7597. 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)
  7598. w35.Part1 = p36
  7599. 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)
  7600. w36 = Instance.new("Weld", p36)
  7601. w36.Name = "Circle_Weld"
  7602. w36.Part0 = p36
  7603. 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)
  7604. w36.Part1 = p37
  7605. 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)
  7606. w37 = Instance.new("Weld", p37)
  7607. w37.Name = "Block_Weld"
  7608. w37.Part0 = p37
  7609. 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)
  7610. w37.Part1 = p38
  7611. 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)
  7612. w38 = Instance.new("Weld", p38)
  7613. w38.Name = "Block_Weld"
  7614. w38.Part0 = p38
  7615. 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)
  7616. w38.Part1 = p39
  7617. 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)
  7618. w39 = Instance.new("Weld", p39)
  7619. w39.Name = "Block_Weld"
  7620. w39.Part0 = p39
  7621. 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)
  7622. w39.Part1 = p40
  7623. 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)
  7624. w40 = Instance.new("Weld", p40)
  7625. w40.Name = "Block_Weld"
  7626. w40.Part0 = p40
  7627. 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)
  7628. w40.Part1 = p41
  7629. 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)
  7630. w41 = Instance.new("Weld", p41)
  7631. w41.Name = "Block_Weld"
  7632. w41.Part0 = p41
  7633. 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)
  7634. w41.Part1 = p42
  7635. 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)
  7636. w42 = Instance.new("Weld", p42)
  7637. w42.Name = "Block_Weld"
  7638. w42.Part0 = p42
  7639. 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)
  7640. w42.Part1 = p43
  7641. 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)
  7642. w43 = Instance.new("Weld", p43)
  7643. w43.Name = "Circle_Weld"
  7644. w43.Part0 = p43
  7645. 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)
  7646. w43.Part1 = p44
  7647. 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)
  7648. w44 = Instance.new("Weld", p44)
  7649. w44.Name = "Block_Weld"
  7650. w44.Part0 = p44
  7651. 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)
  7652. w44.Part1 = p45
  7653. 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)
  7654. w45 = Instance.new("Weld", p45)
  7655. w45.Name = "Block_Weld"
  7656. w45.Part0 = p45
  7657. 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)
  7658. w45.Part1 = p46
  7659. 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)
  7660. w46 = Instance.new("Weld", p46)
  7661. w46.Name = "Block_Weld"
  7662. w46.Part0 = p46
  7663. 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)
  7664. w46.Part1 = p47
  7665. 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)
  7666. w47 = Instance.new("Weld", p47)
  7667. w47.Name = "Block_Weld"
  7668. w47.Part0 = p47
  7669. 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)
  7670. w47.Part1 = p48
  7671. 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)
  7672. w48 = Instance.new("Weld", p48)
  7673. w48.Name = "Block_Weld"
  7674. w48.Part0 = p48
  7675. 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)
  7676. w48.Part1 = p49
  7677. 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)
  7678. w49 = Instance.new("Weld", p49)
  7679. w49.Name = "Block_Weld"
  7680. w49.Part0 = p49
  7681. 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)
  7682. w49.Part1 = p50
  7683. 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)
  7684. w50 = Instance.new("Weld", p50)
  7685. w50.Name = "Block_Weld"
  7686. w50.Part0 = p50
  7687. 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)
  7688. w50.Part1 = p51
  7689. 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)
  7690. w51 = Instance.new("Weld", p51)
  7691. w51.Name = "Block_Weld"
  7692. w51.Part0 = p51
  7693. 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)
  7694. w51.Part1 = p52
  7695. 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)
  7696. w52 = Instance.new("Weld", p52)
  7697. w52.Name = "Block_Weld"
  7698. w52.Part0 = p52
  7699. 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)
  7700. w52.Part1 = p53
  7701. 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)
  7702. w53 = Instance.new("Weld", p53)
  7703. w53.Name = "Circle_Weld"
  7704. w53.Part0 = p53
  7705. 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)
  7706. w53.Part1 = p54
  7707. 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)
  7708. w54 = Instance.new("Weld", p54)
  7709. w54.Name = "Block_Weld"
  7710. w54.Part0 = p54
  7711. 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)
  7712. w54.Part1 = p55
  7713. 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)
  7714. w55 = Instance.new("Weld", p55)
  7715. w55.Name = "Block_Weld"
  7716. w55.Part0 = p55
  7717. 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)
  7718. w55.Part1 = p56
  7719. 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)
  7720. w56 = Instance.new("Weld", p56)
  7721. w56.Name = "Block_Weld"
  7722. w56.Part0 = p56
  7723. 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)
  7724. w56.Part1 = p57
  7725. 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)
  7726. w57 = Instance.new("Weld", p57)
  7727. w57.Name = "Block_Weld"
  7728. w57.Part0 = p57
  7729. 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)
  7730. w57.Part1 = p58
  7731. 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)
  7732. w58 = Instance.new("Weld", p58)
  7733. w58.Name = "Block_Weld"
  7734. w58.Part0 = p58
  7735. 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)
  7736. w58.Part1 = p59
  7737. 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)
  7738. w59 = Instance.new("Weld", p59)
  7739. w59.Name = "Circle_Weld"
  7740. w59.Part0 = p59
  7741. 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)
  7742. w59.Part1 = p60
  7743. 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)
  7744. w60 = Instance.new("Weld", p60)
  7745. w60.Name = "Circle_Weld"
  7746. w60.Part0 = p60
  7747. 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)
  7748. w60.Part1 = p61
  7749. 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)
  7750. w61 = Instance.new("Weld", p61)
  7751. w61.Name = "Block_Weld"
  7752. w61.Part0 = p61
  7753. 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)
  7754. w61.Part1 = p62
  7755. 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)
  7756. w62 = Instance.new("Weld", p62)
  7757. w62.Name = "Block_Weld"
  7758. w62.Part0 = p62
  7759. 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)
  7760. w62.Part1 = p63
  7761. 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)
  7762. w63 = Instance.new("Weld", p63)
  7763. w63.Name = "Block_Weld"
  7764. w63.Part0 = p63
  7765. 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)
  7766. w63.Part1 = p64
  7767. 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)
  7768. w64 = Instance.new("Weld", p64)
  7769. w64.Name = "Block_Weld"
  7770. w64.Part0 = p64
  7771. 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)
  7772. w64.Part1 = p65
  7773. 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)
  7774. w65 = Instance.new("Weld", p65)
  7775. w65.Name = "Block_Weld"
  7776. w65.Part0 = p65
  7777. 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)
  7778. w65.Part1 = p66
  7779. 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)
  7780. w66 = Instance.new("Weld", p66)
  7781. w66.Name = "Block_Weld"
  7782. w66.Part0 = p66
  7783. 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)
  7784. w66.Part1 = p67
  7785. 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)
  7786. w67 = Instance.new("Weld", p67)
  7787. w67.Name = "Block_Weld"
  7788. w67.Part0 = p67
  7789. 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)
  7790. w67.Part1 = p68
  7791. 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)
  7792. w68 = Instance.new("Weld", p68)
  7793. w68.Name = "Block_Weld"
  7794. w68.Part0 = p68
  7795. 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)
  7796. w68.Part1 = p69
  7797. 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)
  7798. w69 = Instance.new("Weld", p69)
  7799. w69.Name = "Circle_Weld"
  7800. w69.Part0 = p69
  7801. 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)
  7802. w69.Part1 = p70
  7803. 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)
  7804. w70 = Instance.new("Weld", p70)
  7805. w70.Name = "Wedge_Weld"
  7806. w70.Part0 = p70
  7807. 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)
  7808. w70.Part1 = p71
  7809. 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)
  7810. w71 = Instance.new("Weld", p71)
  7811. w71.Name = "Wedge_Weld"
  7812. w71.Part0 = p71
  7813. 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)
  7814. w71.Part1 = p72
  7815. 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)
  7816. w72 = Instance.new("Weld", p72)
  7817. w72.Name = "Wedge_Weld"
  7818. w72.Part0 = p72
  7819. 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)
  7820. w72.Part1 = p73
  7821. 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)
  7822. w73 = Instance.new("Weld", p73)
  7823. w73.Name = "Wedge_Weld"
  7824. w73.Part0 = p73
  7825. 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)
  7826. w73.Part1 = p74
  7827. 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)
  7828. w74 = Instance.new("Weld", p74)
  7829. w74.Name = "Wedge_Weld"
  7830. w74.Part0 = p74
  7831. 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)
  7832. w74.Part1 = p75
  7833. 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)
  7834. w75 = Instance.new("Weld", p75)
  7835. w75.Name = "Wedge_Weld"
  7836. w75.Part0 = p75
  7837. 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)
  7838. w75.Part1 = p76
  7839. 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)
  7840. w76 = Instance.new("Weld", p76)
  7841. w76.Name = "Wedge_Weld"
  7842. w76.Part0 = p76
  7843. 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)
  7844. w76.Part1 = p77
  7845. 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)
  7846. w77 = Instance.new("Weld", p77)
  7847. w77.Name = "Wedge_Weld"
  7848. w77.Part0 = p77
  7849. 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)
  7850. w77.Part1 = p78
  7851. 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)
  7852. w78 = Instance.new("Weld", p78)
  7853. w78.Name = "Wedge_Weld"
  7854. w78.Part0 = p78
  7855. 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)
  7856. w78.Part1 = p79
  7857. 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)
  7858. w79 = Instance.new("Weld", p79)
  7859. w79.Name = "Wedge_Weld"
  7860. w79.Part0 = p79
  7861. 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)
  7862. w79.Part1 = p80
  7863. 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)
  7864. w80 = Instance.new("Weld", p80)
  7865. w80.Name = "Wedge_Weld"
  7866. w80.Part0 = p80
  7867. 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)
  7868. w80.Part1 = p81
  7869. 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)
  7870. w81 = Instance.new("Weld", p81)
  7871. w81.Name = "Wedge_Weld"
  7872. w81.Part0 = p81
  7873. 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)
  7874. w81.Part1 = p82
  7875. 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)
  7876. w82 = Instance.new("Weld", p82)
  7877. w82.Name = "Wedge_Weld"
  7878. w82.Part0 = p82
  7879. 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)
  7880. w82.Part1 = p83
  7881. 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)
  7882. w83 = Instance.new("Weld", p83)
  7883. w83.Name = "Wedge_Weld"
  7884. w83.Part0 = p83
  7885. 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)
  7886. w83.Part1 = p84
  7887. 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)
  7888. w84 = Instance.new("Weld", p84)
  7889. w84.Name = "Wedge_Weld"
  7890. w84.Part0 = p84
  7891. 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)
  7892. w84.Part1 = p85
  7893. 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)
  7894. w85 = Instance.new("Weld", p85)
  7895. w85.Name = "Wedge_Weld"
  7896. w85.Part0 = p85
  7897. 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)
  7898. w85.Part1 = p86
  7899. 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)
  7900. w86 = Instance.new("Weld", p86)
  7901. w86.Name = "Wedge_Weld"
  7902. w86.Part0 = p86
  7903. 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)
  7904. w86.Part1 = p87
  7905. 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)
  7906. w87 = Instance.new("Weld", p87)
  7907. w87.Name = "Wedge_Weld"
  7908. w87.Part0 = p87
  7909. 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)
  7910. w87.Part1 = p88
  7911. 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)
  7912. w88 = Instance.new("Weld", p88)
  7913. w88.Name = "Wedge_Weld"
  7914. w88.Part0 = p88
  7915. 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)
  7916. w88.Part1 = p89
  7917. 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)
  7918. w89 = Instance.new("Weld", p89)
  7919. w89.Name = "Wedge_Weld"
  7920. w89.Part0 = p89
  7921. 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)
  7922. w89.Part1 = p90
  7923. 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)
  7924. w90 = Instance.new("Weld", p90)
  7925. w90.Name = "Wedge_Weld"
  7926. w90.Part0 = p90
  7927. 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)
  7928. w90.Part1 = p91
  7929. 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)
  7930. w91 = Instance.new("Weld", p91)
  7931. w91.Name = "Wedge_Weld"
  7932. w91.Part0 = p91
  7933. 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)
  7934. w91.Part1 = p92
  7935. 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)
  7936. w92 = Instance.new("Weld", p92)
  7937. w92.Name = "Wedge_Weld"
  7938. w92.Part0 = p92
  7939. 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)
  7940. w92.Part1 = p93
  7941. 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)
  7942. w93 = Instance.new("Weld", p93)
  7943. w93.Name = "Wedge_Weld"
  7944. w93.Part0 = p93
  7945. 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)
  7946. w93.Part1 = p94
  7947. 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)
  7948. w94 = Instance.new("Weld", p94)
  7949. w94.Name = "Wedge_Weld"
  7950. w94.Part0 = p94
  7951. 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)
  7952. w94.Part1 = p95
  7953. 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)
  7954. w95 = Instance.new("Weld", p95)
  7955. w95.Name = "Wedge_Weld"
  7956. w95.Part0 = p95
  7957. 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)
  7958. w95.Part1 = p96
  7959. 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)
  7960. w96 = Instance.new("Weld", p96)
  7961. w96.Name = "Wedge_Weld"
  7962. w96.Part0 = p96
  7963. 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)
  7964. w96.Part1 = p97
  7965. 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)
  7966. w97 = Instance.new("Weld", p97)
  7967. w97.Name = "Wedge_Weld"
  7968. w97.Part0 = p97
  7969. 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)
  7970. w97.Part1 = p98
  7971. 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)
  7972. w98 = Instance.new("Weld", p98)
  7973. w98.Name = "Wedge_Weld"
  7974. w98.Part0 = p98
  7975. 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)
  7976. w98.Part1 = p99
  7977. 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)
  7978. w99 = Instance.new("Weld", p99)
  7979. w99.Name = "Wedge_Weld"
  7980. w99.Part0 = p99
  7981. 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)
  7982. w99.Part1 = p100
  7983. 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)
  7984. w100 = Instance.new("Weld", p100)
  7985. w100.Name = "Wedge_Weld"
  7986. w100.Part0 = p100
  7987. 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)
  7988. w100.Part1 = p101
  7989. 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)
  7990. w101 = Instance.new("Weld", p101)
  7991. w101.Name = "Wedge_Weld"
  7992. w101.Part0 = p101
  7993. 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)
  7994. w101.Part1 = p102
  7995. 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)
  7996. w102 = Instance.new("Weld", p102)
  7997. w102.Name = "Wedge_Weld"
  7998. w102.Part0 = p102
  7999. 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)
  8000. w102.Part1 = p103
  8001. 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)
  8002. w103 = Instance.new("Weld", p103)
  8003. w103.Name = "Wedge_Weld"
  8004. w103.Part0 = p103
  8005. 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)
  8006. w103.Part1 = p104
  8007. 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)
  8008. w104 = Instance.new("Weld", p104)
  8009. w104.Name = "Wedge_Weld"
  8010. w104.Part0 = p104
  8011. 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)
  8012. w104.Part1 = p105
  8013. 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)
  8014. w105 = Instance.new("Weld", p105)
  8015. w105.Name = "Wedge_Weld"
  8016. w105.Part0 = p105
  8017. 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)
  8018. w105.Part1 = p106
  8019. 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)
  8020. w106 = Instance.new("Weld", p106)
  8021. w106.Name = "Wedge_Weld"
  8022. w106.Part0 = p106
  8023. 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)
  8024. w106.Part1 = p107
  8025. 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)
  8026. w107 = Instance.new("Weld", p107)
  8027. w107.Name = "Wedge_Weld"
  8028. w107.Part0 = p107
  8029. 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)
  8030. w107.Part1 = p108
  8031. 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)
  8032. w108 = Instance.new("Weld", p108)
  8033. w108.Name = "Wedge_Weld"
  8034. w108.Part0 = p108
  8035. 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)
  8036. w108.Part1 = p109
  8037. 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)
  8038. w109 = Instance.new("Weld", p109)
  8039. w109.Name = "Wedge_Weld"
  8040. w109.Part0 = p109
  8041. 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)
  8042. w109.Part1 = p110
  8043. 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)
  8044. w110 = Instance.new("Weld", p110)
  8045. w110.Name = "Hitbox_Weld"
  8046. w110.Part0 = p110
  8047. 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)
  8048. w110.Part1 = p111
  8049. 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)
  8050. m8.Parent = rarm
  8051. m8:MakeJoints()
  8052. ----------------------------------------------------
  8053. local cor8 = Instance.new("Part", rarm.Zyrodoxa)
  8054. cor8.Name = "Thingy"
  8055. cor8.Locked = true
  8056. cor8.BottomSurface = 0
  8057. cor8.CanCollide = false
  8058. cor8.Size = Vector3.new(1, 1, 1)
  8059. cor8.Transparency = 1
  8060. cor8.TopSurface = 0
  8061. corw8 = Instance.new("Weld", cor8)
  8062. corw8.Part0 = rarm
  8063. corw8.Part1 = cor8
  8064. corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
  8065. corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  8066. weld8 = Instance.new("Weld", rarm.Zyrodoxa)
  8067. weld8.Part0 = cor8
  8068. weld8.Part1 = rarm.Zyrodoxa.Handle
  8069. weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  8070. Amulite = Instance.new("PointLight",m7.Center)
  8071. Amulite.Brightness = 0
  8072. Amulite.Color = Color3.new(0,1,0)
  8073. ----------------------------------------------------
  8074. models = {m,m2,m3,m4,m5,m6,m7,m8}
  8075. parts = {}
  8076. Stepped:connect(function()
  8077. for i,v in pairs(models) do
  8078. for _, a in pairs(v:GetChildren()) do
  8079. if v:IsA("Part") and v.Name ~= "Thingy" then
  8080. table.insert(parts, a)
  8081. for i,v in pairs(parts) do
  8082. v.CanCollide = false
  8083. end
  8084. end
  8085. end
  8086. end
  8087. end)
  8088. ----------------------------------------------------
  8089. local animpose = "Idle1"
  8090. local lastanimpose = "Idle1"
  8091. local grab = false
  8092. local Smooth = 1
  8093. local sine = 0
  8094. local change = 1
  8095. local val = 0
  8096. local ffing = false
  8097. ----------------------------------------------------
  8098. --[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
  8099.  
  8100. function FindHumanoids()
  8101. local function c_region(Position, Size)
  8102. local SizeOffset = Size/2
  8103. local Point1 = Position - SizeOffset
  8104. local Point2 = Position + SizeOffset
  8105. local a = Instance.new("Part", workspace)
  8106. a.Anchored = true
  8107. a.Size = Size
  8108. a.Position = Position
  8109. print("Hey!, I'm making a part!")
  8110. return Region3.new(Point1, Point2)
  8111. end
  8112.  
  8113. local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8114. local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8115. local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8116. local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  8117.  
  8118. local regions = {a, b, c, d}
  8119.  
  8120. local found_humanoids = {}
  8121. local already_found = {char.Name}
  8122.  
  8123. for _, region in pairs(regions) do
  8124. for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
  8125. print(part, part.Parent, part.Name) ---nope
  8126. if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  8127. local humanoid = part.Parent:FindFirstChild("Humanoid")
  8128. local name = humanoid.Parent.Name
  8129. local exists = false
  8130. for _, n in pairs(already_found) do
  8131. if n == name then
  8132. exists = true
  8133. end
  8134. end
  8135. if not exists then
  8136. table.insert(already_found, name)
  8137. table.insert(found_humanoids, humanoid)
  8138. end
  8139. elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  8140. local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  8141. local name = humanoid.Parent.Parent.Name
  8142. local exists = false
  8143. for _, n in pairs(already_found) do
  8144. if n == name then
  8145. exists = true
  8146. end
  8147. end
  8148. if not exists then
  8149. table.insert(already_found, name)
  8150. table.insert(found_humanoids, humanoid)
  8151. end
  8152. end
  8153. end
  8154. end
  8155. return found_humanoids
  8156. end
  8157.  
  8158. local humanoids = FindHumanoids()
  8159. if #humanoids == 0 then
  8160. for i, v in pairs(humanoids) do
  8161. print(v.Parent.Name)
  8162. if Debounces.Slashing == true then
  8163. v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
  8164. elseif Debounces.Slashing == false then
  8165. wait()
  8166. end
  8167. end
  8168. wait(0.3)
  8169. end]]--
  8170. ----------------------------------------------------
  8171. --[[mouse.KeyDown:connect(function(key)
  8172. if key == "f" then
  8173. if Debounces.CanAttack == true then
  8174. Debounces.CanAttack = false
  8175. Debounces.NoIdl = true
  8176. Debounces.on = true
  8177. for i = 1, 20 do
  8178. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8179. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8180. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
  8181. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8182. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8183. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8184. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  8185. 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)
  8186. 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)
  8187. 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)
  8188. 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)
  8189. 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)
  8190. 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)
  8191. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
  8192. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
  8193. 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)
  8194. 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)
  8195. 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)
  8196. 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)
  8197. if Debounces.on == false then
  8198. break
  8199. end
  8200. fat.Event:wait()
  8201. end
  8202. end
  8203. end
  8204. end)]]--
  8205. ----------------------------------------------------
  8206. mod4 = Instance.new("Model",char)
  8207.  
  8208. ptez = {0.7, 0.8, 0.9, 1}
  8209.  
  8210. function FindNearestTorso(Position,Distance,SinglePlayer)
  8211. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  8212. local List = {}
  8213. for i,v in pairs(workspace:GetChildren())do
  8214. if v:IsA("Model")then
  8215. if v:findFirstChild("Torso")then
  8216. if v ~= char then
  8217. if(v.Torso.Position -Position).magnitude <= Distance then
  8218. table.insert(List,v)
  8219. end
  8220. end
  8221. end
  8222. end
  8223. end
  8224. return List
  8225. end
  8226.  
  8227. function Slam()
  8228. local part=Instance.new('Part',mod4)
  8229. part.Anchored=true
  8230. part.CanCollide=false
  8231. part.FormFactor='Custom'
  8232. part.Size=Vector3.new(.2,.2,.2)
  8233. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  8234. part.Transparency=.7
  8235. part.BrickColor=BrickColor.new('Really black')
  8236. mesh=Instance.new('SpecialMesh',part)
  8237. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  8238. mesh.Scale=Vector3.new(3,3,3)
  8239. local part2=Instance.new('Part',mod4)
  8240. part2.Anchored=true
  8241. part2.CanCollide=false
  8242. part2.FormFactor='Custom'
  8243. part2.Size=Vector3.new(.2,.2,.2)
  8244. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  8245. part2.Transparency=.7
  8246. part2.BrickColor=BrickColor.new('Lime green')
  8247. mesh2=Instance.new('SpecialMesh',part2)
  8248. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  8249. mesh2.Scale=Vector3.new(3,1.5,3)
  8250. x = Instance.new("Sound",larm)
  8251. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  8252. x.Pitch = ptez[math.random(1,#ptez)]
  8253. x.Volume = 1
  8254. wait(.1)
  8255. x1 = Instance.new("Sound",larm)
  8256. x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
  8257. x1.Pitch = ptez[math.random(1,#ptez)]
  8258. x1.Volume = 1
  8259. wait(.1)
  8260. x:Play()
  8261. x1:Play()
  8262. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  8263. if v:FindFirstChild('Humanoid') then
  8264. v.Humanoid:TakeDamage(math.random(30,45))
  8265. end
  8266. end
  8267. coroutine.resume(coroutine.create(function()
  8268. for i=0,0.62,0.13 do
  8269. wait()
  8270. part.CFrame=part.CFrame
  8271. part.Transparency=i
  8272. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  8273. part2.CFrame=part2.CFrame
  8274. part2.Transparency=i
  8275. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  8276. end
  8277. part.Parent=nil
  8278. part2.Parent=nil
  8279. x:Destroy()
  8280. end))
  8281. end
  8282. ----------------------------------------------------
  8283. wPart = function(x,y,z,color,tr,cc,an,parent)
  8284. local wp = Instance.new('WedgePart',parent or Weapon)
  8285. wp.formFactor = 'Custom'
  8286. wp.Size = Vector3.new(x,y,z)
  8287. wp.BrickColor = BrickColor.new(color)
  8288. wp.CanCollide = cc
  8289. wp.Transparency = tr
  8290. wp.Anchored = an
  8291. wp.TopSurface,wp.BottomSurface = 0,0
  8292. return wp
  8293. end
  8294.  
  8295. Mesh = function(par,num,x,y,z)
  8296. local msh = _
  8297. if num == 1 then
  8298. msh = Instance.new("CylinderMesh",par)
  8299. elseif num == 2 then
  8300. msh = Instance.new("SpecialMesh",par)
  8301. msh.MeshType = 3
  8302. elseif num == 3 then
  8303. msh = Instance.new("BlockMesh",par)
  8304. elseif num == 4 then
  8305. msh = Instance.new("SpecialMesh",par)
  8306. msh.MeshType = "Torso"
  8307. elseif type(num) == 'string' then
  8308. msh = Instance.new("SpecialMesh",par)
  8309. msh.MeshId = num
  8310. end
  8311. msh.Scale = Vector3.new(x,y,z)
  8312. return msh
  8313. end
  8314.  
  8315. local function CFrameFromTopBack(at, top, back)
  8316. local right = top:Cross(back)
  8317. return CFrame.new(at.x, at.y, at.z,
  8318. right.x, top.x, back.x,
  8319. right.y, top.y, back.y,
  8320. right.z, top.z, back.z)
  8321. end
  8322.  
  8323. function Triangle(a, b, c)
  8324. local edg1 = (c-a):Dot((b-a).unit)
  8325. local edg2 = (a-b):Dot((c-b).unit)
  8326. local edg3 = (b-c):Dot((a-c).unit)
  8327. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  8328. a, b, c = a, b, c
  8329. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  8330. a, b, c = b, c, a
  8331. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  8332. a, b, c = c, a, b
  8333. else
  8334. print("unreachable")
  8335. end
  8336. local len1 = (c-a):Dot((b-a).unit)
  8337. local len2 = (b-a).magnitude - len1
  8338. local width = (a + (b-a).unit*len1 - c).magnitude
  8339. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  8340. local list = {}
  8341. if len1 > 0.01 then
  8342. local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  8343. local sz = Vector3.new(0.2, width, len1)
  8344. w1.Size = sz
  8345. local sp = Mesh(w1,2,0,0,0)
  8346. sp.MeshType='Wedge'
  8347. sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
  8348. w1:BreakJoints()
  8349. w1.Anchored = true
  8350. w1.Transparency = 0.7
  8351. Spawn(function()
  8352. for i=0,1,0.1 do
  8353. fat.Event:wait()
  8354. w1.Transparency=w1.Transparency+0.03
  8355. end
  8356. end)
  8357. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  8358. table.insert(list,w1)
  8359. end
  8360. if len2 > 0.01 then
  8361. local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  8362. local sz = Vector3.new(0.2, width, len2)
  8363. w2.Size = sz
  8364. local sp = Mesh(w2,2,0,0,0)
  8365. sp.MeshType='Wedge'
  8366. sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
  8367. w2:BreakJoints()
  8368. w2.Anchored = true
  8369. w2.Transparency = 0.7
  8370. Spawn(function()
  8371. for i=0,1,0.1 do
  8372. fat.Event:wait()
  8373. w2.Transparency=w2.Transparency+0.03
  8374. end
  8375. end)
  8376. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  8377. table.insert(list,w2)
  8378. end
  8379. return unpack(list)
  8380. end
  8381.  
  8382. function trail(p,t,h)
  8383. Spawn(function()
  8384. local blcf = p.CFrame
  8385. local scfr = blcf
  8386. for i=1,t do
  8387. local blcf = p.CFrame
  8388. if scfr and (p.Position-scfr.p).magnitude > .1 then
  8389. 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)
  8390. if a then game.Debris:AddItem(a,1) end
  8391. if b then game.Debris:AddItem(b,1) end
  8392. 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)
  8393. if a then game.Debris:AddItem(a,1) end
  8394. if b then game.Debris:AddItem(b,1) end
  8395. scfr = blcf
  8396. elseif not scfr then
  8397. scfr = blcf
  8398. end
  8399. fat.Event:wait()
  8400. end
  8401. scfr=nil
  8402. end)
  8403. end
  8404. --trail(char.Sword.Blade,1e1000,5)
  8405. ----------------------------------------------------
  8406. function Dmg()
  8407. local partofdeath = rarm.Zyrodoxa.Hitbox
  8408. local function CreateRegion3FromLocAndSize(Position, Size)
  8409. local SizeOffset = Size/2
  8410. local Point1 = Position - SizeOffset
  8411. local Point2 = Position + SizeOffset
  8412. return Region3.new(Point1, Point2)
  8413. end
  8414. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  8415. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  8416. Spawn(function()
  8417. if Debounces.Slashing == true and Debounces.Slashed == false then
  8418. Debounces.Slashed = true
  8419. ypcall(function()
  8420. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  8421. humanoid:TakeDamage(math.random(10,18))
  8422. end)
  8423. wait(.4)
  8424. Debounces.Slashed = false
  8425. end
  8426. end)
  8427. end
  8428. end
  8429. ----------------------------------------------------
  8430. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  8431. ptz = {0.7, 0.8, 0.9, 1}
  8432. idz = {"161006212", "161006195"}
  8433. function attackone()
  8434. for i = 1, 13 do
  8435. 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)
  8436. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
  8437. 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)
  8438. 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)
  8439. 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)
  8440. 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)
  8441. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  8442. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  8443. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  8444. 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)
  8445. 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)
  8446. 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)
  8447. 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)
  8448. 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)
  8449. if Debounces.on == false then
  8450. break
  8451. end
  8452. fat.Event:wait()
  8453. end
  8454. trail(rarm.Zyrodoxa.Hitbox,20,2)
  8455. Debounces.Slashing = true
  8456. wait(0.2)
  8457. --[[z = Instance.new("Sound", hed)
  8458. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  8459. z.Pitch = ptz[math.random(1,#ptz)]
  8460. z.Volume = 1
  8461. wait(.01)
  8462. z:Play()]]--
  8463. for i = 1, 14 do
  8464. Dmg()
  8465. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
  8466. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
  8467. 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)
  8468. 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)
  8469. 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)
  8470. 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)
  8471. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  8472. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8473. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  8474. 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)
  8475. 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)
  8476. 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)
  8477. 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)
  8478. 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)
  8479. if Debounces.on == false then break end
  8480. rs:wait()
  8481. end
  8482. Debounces.Slashing = false
  8483. end
  8484. function attacktwo()
  8485. Debounces.Slashing = true
  8486. for i = 1, 14 do
  8487. Dmg()
  8488. corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
  8489. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
  8490. 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)
  8491. 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)
  8492. 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)
  8493. 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)
  8494. 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)
  8495. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8496. 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)
  8497. 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)
  8498. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  8499. 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)
  8500. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  8501. 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)
  8502. if Debounces.on == false then
  8503. break
  8504. end
  8505. rs:wait()
  8506. end
  8507. end
  8508. ----------------------------------------------------
  8509. ComboNum = 0
  8510. mouse.Button1Down:connect(function()
  8511. if Debounces.CanAttack == true then
  8512. Debounces.CanAttack = false
  8513. Debounces.NoIdl = true
  8514. Debounces.on = true
  8515. if ComboNum == 0 then
  8516. attackone()
  8517. elseif ComboNum == 1 then
  8518. attacktwo()
  8519. --[[elseif ComboNum == 2 then
  8520. attackthree()]]--
  8521. end
  8522. ComboNum = ComboNum + 1
  8523. Debounces.CanAttack = true
  8524. Debounces.on = false
  8525. wait(.5)
  8526. if Debounces.CanAttack == true then
  8527. ComboNum = 0
  8528. Debounces.NoIdl = false
  8529. end
  8530. end
  8531. end)
  8532. ----------------------------------------------------
  8533. definition = 5
  8534. bc = {}
  8535. bezierparts = {}
  8536. function NoOutline(Part)
  8537. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  8538. end
  8539. function draw(p,d)
  8540. for i=1,d do
  8541. local t = i/d
  8542. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  8543. end
  8544. for i=1,d do
  8545. local bcs = Instance.new("Part",char)
  8546. NoOutline(bcs)
  8547. bcs.Anchored = true
  8548. bcs.CanCollide = false
  8549. bcs.Material = "Neon"
  8550. bcs.BrickColor = BrickColor.new("Lime green")
  8551. bcs.Size = Vector3.new(1,1,1)
  8552. bcs.Shape = Enum.PartType.Ball
  8553. bcs.CFrame = CFrame.new(bc[i])
  8554. local bcp = Instance.new("Part",char)
  8555. NoOutline(bcp)
  8556. bcp.Anchored = true
  8557. bcp.CanCollide = false
  8558. bcp.Material = "Neon"
  8559. bcp.BrickColor = BrickColor.new("Lime green")
  8560. local cm = Instance.new("CylinderMesh")
  8561. cm.Parent = bcp
  8562. if i ~= 1 then
  8563. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  8564. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  8565. else
  8566. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  8567. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  8568. end
  8569. table.insert(bezierparts, bcs)
  8570. table.insert(bezierparts, bcp)
  8571. end
  8572. Spawn(function() fat.Event:wait()
  8573. for i,v in pairs(bezierparts) do
  8574. v.Transparency = 1
  8575. end
  8576. end)
  8577. end
  8578. --local points = {larm.Position,rarn.Position,invisipart.Position}
  8579. --draw(points,definition)
  8580. mouse.KeyDown:connect(function(key)
  8581. if key == "f" then
  8582. if Debounces.CanAttack == true then
  8583. Debounces.CanAttack = false
  8584. Debounces.NoIdl = true
  8585. Debounces.on = true
  8586. for i = 1, 20 do
  8587. 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)
  8588. 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)
  8589. 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)
  8590. 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)
  8591. 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)
  8592. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8593. 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)
  8594. 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)
  8595. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  8596. 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)
  8597. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  8598. 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)
  8599. if Debounces.on == false then
  8600. break
  8601. end
  8602. fat.Event:wait()
  8603. end
  8604. rpart = Instance.new("Part",rarm)
  8605. NoOutline(rpart)
  8606. rpart.Anchored = false
  8607. rpart.Size = Vector3.new(1,1,1)
  8608. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  8609. rpart.Transparency = 1
  8610. newWeld(rarm, rpart, 0, 0, 0)
  8611. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  8612. lpart = Instance.new("Part",larm)
  8613. NoOutline(lpart)
  8614. lpart.Anchored = false
  8615. lpart.Size = Vector3.new(1,1,1)
  8616. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  8617. lpart.Transparency = 1
  8618. newWeld(larm, lpart, 0, 0, 0)
  8619. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  8620. invisipart = Instance.new("Part",torso)
  8621. NoOutline(invisipart)
  8622. invisipart.Anchored = false
  8623. invisipart.Size = Vector3.new(1,1,1)
  8624. invisipart.Transparency = 1
  8625. invisipart.CFrame = torso.CFrame
  8626. newWeld(torso, invisipart, 0, 0, 0)
  8627. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  8628. table.insert(bezierparts, rpart)
  8629. table.insert(bezierparts, lpart)
  8630. table.insert(bezierparts, invisipart)
  8631. for i = 1, 40 do
  8632. local points = {lpart.Position,invisipart.Position,rpart.Position}
  8633. draw(points,definition)
  8634. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  8635. 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)
  8636. 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)
  8637. 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)
  8638. 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)
  8639. 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)
  8640. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8641. 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)
  8642. 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)
  8643. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  8644. 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)
  8645. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  8646. 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)
  8647. if Debounces.on == false then
  8648. break
  8649. end
  8650. fat.Event:wait()
  8651. end
  8652. for i,v in pairs(bezierparts) do
  8653. v:Destroy()
  8654. end
  8655. --draw(points,definition)
  8656. if Debounces.CanAttack == false then
  8657. Debounces.CanAttack = true
  8658. Debounces.NoIdl = false
  8659. Debounces.on = false
  8660. end
  8661. end
  8662. end
  8663. end)
  8664. ----------------------------------------------------
  8665. ----------------------------------------------------
  8666.  
  8667. ---------------------------------------------------------------------------------------
  8668. ----------------------------------------------------
  8669. mouse.KeyDown:connect(function(key)
  8670. if key == "b" then
  8671. hum.WalkSpeed = 0.01
  8672. if Debounces.CanAttack == true then
  8673. Debounces.CanAttack = false
  8674. Debounces.NoIdl = true
  8675. Debounces.on = true
  8676. for i = 1,20 do
  8677. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  8678. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  8679. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  8680. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  8681. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
  8682. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
  8683.  
  8684. if Debounces.on == false then break end
  8685. wait()
  8686. end
  8687. wait(1)
  8688. v = Instance.new("Sound")
  8689. v.SoundId = "rbxassetid://435742675"
  8690. v.Parent = char
  8691. v.Looped = false
  8692. v.Pitch = 1
  8693. v.Volume = 16
  8694. wait(.01)
  8695. v:Play()
  8696.  
  8697. if Daytime == true then
  8698. Daytime = false
  8699. l.TimeOfDay = 24
  8700. else
  8701. Daytime = true
  8702. l.TimeOfDay = 12
  8703. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  8704. end
  8705.  
  8706. local Shockwave = function()
  8707. local rng1 = Instance.new("Part", char)
  8708. rng1.Anchored = true
  8709. rng1.BrickColor = BrickColor.new("Really black")
  8710. rng1.CanCollide = false
  8711. rng1.FormFactor = 3
  8712. rng1.Name = "Ring"
  8713. rng1.Size = Vector3.new(1, 1, 1)
  8714. rng1.Transparency = 0.35
  8715. rng1.TopSurface = 0
  8716. rng1.BottomSurface = 0
  8717. local rngm1 = Instance.new("SpecialMesh", rng)
  8718. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8719. rngm1.Scale = Vector3.new(10, 10, 1)
  8720. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  8721. local Wave = Instance.new("Part", game.Workspace--[[?]])
  8722. Wave.Name = "Shockwave"
  8723. Wave.BrickColor = BrickColor.new("Really black")
  8724. Wave.Size = Vector3.new(1, 1, 1)
  8725. Wave.Shape = "Ball"
  8726. Wave.CanCollide = false
  8727. Wave.Anchored = true
  8728. Wave.TopSurface = 0
  8729. Wave.BottomSurface = 0
  8730.  
  8731. msh=Instance.new('SpecialMesh',pt)
  8732. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  8733. msh.Scale=Vector3.new(8,4,8)
  8734.  
  8735. Wave.Touched:connect(function(hit)
  8736. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  8737. local Occlude = true
  8738. local NotOccludes = {
  8739. char.Name;
  8740. "Wings";
  8741. "Scythe";
  8742. "Thingy";
  8743. "Thingy2"; -- put all of the names in a table pls
  8744. }
  8745. for i,v in pairs(NotOccludes) do
  8746. if hit.Parent.Name == v then
  8747. Occlude = false
  8748. end
  8749. end
  8750. --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
  8751. if Occlude then
  8752. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  8753. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  8754. end
  8755. end
  8756. end)
  8757.  
  8758. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  8759.  
  8760. coroutine.wrap(function()
  8761. for i = 1, 20, 0.2 do
  8762. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  8763. rng1.Transparency = i/20
  8764. wait()
  8765. end
  8766. wait()
  8767. rng1:Destroy()
  8768. end)()
  8769.  
  8770. Delay(0, function()
  8771.  
  8772. if Daytime == false then
  8773. for i = 1, 50, 1 do
  8774. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8775. Wave.CFrame = char.Torso.CFrame
  8776. local t = i / 50
  8777. Wave.Transparency = t
  8778. wait()
  8779. end
  8780. else
  8781. for i = 1, 50, 1 do
  8782. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  8783. Wave.CFrame = char.Torso.CFrame
  8784. local t = i / 50
  8785. Wave.Transparency = t
  8786. wait()
  8787. end
  8788. end
  8789. Wave:Destroy()
  8790. end)
  8791. Delay(0, function()
  8792. while wait() do
  8793. if Wave ~= nil then
  8794. Wave.CFrame = char.Torso.CFrame
  8795. else
  8796. break
  8797. end
  8798. end
  8799. end)
  8800. end
  8801. Shockwave()
  8802.  
  8803.  
  8804. for i = 1, 15 do
  8805. 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)
  8806. 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)
  8807. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  8808. 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)
  8809. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  8810. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8811. if Debounces.on == false then break end
  8812. wait()
  8813. end
  8814. for i = 1, 15 do
  8815. 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)
  8816. 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)
  8817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  8818. 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)
  8819. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8820. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  8821. if Debounces.on == false then break end
  8822. wait()
  8823. end
  8824. for i = 1, 15 do
  8825. 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)
  8826. 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)
  8827. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  8828. 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)
  8829. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  8830. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8831. if Debounces.on == false then break end
  8832. wait()
  8833. end
  8834. for i = 1, 15 do
  8835. 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)
  8836. 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)
  8837. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  8838. 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)
  8839. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8840. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  8841. if Debounces.on == false then break end
  8842. wait()
  8843. end
  8844. for i = 1, 15 do
  8845. 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)
  8846. 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)
  8847. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  8848. 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)
  8849. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  8850. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8851. if Debounces.on == false then break end
  8852. wait()
  8853. end
  8854. for i = 1, 15 do
  8855. 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)
  8856. 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)
  8857. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  8858. 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)
  8859. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  8860. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  8861. if Debounces.on == false then break end
  8862. wait()
  8863. end
  8864. wait(1.4)
  8865. Debounces.NoIdl = false
  8866. hum.WalkSpeed = 16
  8867. Debounces.on = false
  8868. wait()
  8869. if Debounces.CanAttack == false then
  8870. Debounces.CanAttack = true
  8871. v:Destroy()
  8872. end
  8873. end
  8874. end
  8875. end)
  8876. ------------------------------------------
  8877.  
  8878. -------------------------------------------------
  8879. Grab = false
  8880. mouse.KeyDown:connect(function(key)
  8881. if key == "z" then
  8882. Debounces.on = true
  8883. Debounces.NoIdl = true
  8884. Debounces.ks = true
  8885. if Grab == false then
  8886. gp = nil
  8887. for i = 1, 20 do
  8888. 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)
  8889. 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)
  8890. 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)
  8891. 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)
  8892. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  8893. 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)
  8894. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  8895. 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)
  8896. 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)
  8897. 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)
  8898. 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)
  8899. 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)
  8900. if Debounces.on == false then break end
  8901. fat.Event:wait()
  8902. end
  8903. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  8904. ht = hit.Parent
  8905. for i,v in pairs(ht:GetChildren()) do
  8906. if v:IsA("Part") then
  8907. v.CanCollide = false
  8908. v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
  8909. end
  8910. end
  8911. hum1=ht:FindFirstChild('Humanoid')
  8912. if hum1 ~= nil then
  8913. if Debounces.ks==true then
  8914. z = Instance.new("Sound",hed)
  8915. z.SoundId = "rbxassetid://169380525"
  8916. z.Volume = 1
  8917. z:Play()
  8918. Debounces.ks=false
  8919. end
  8920. hum1.PlatformStand=true
  8921. hum1:ChangeState'Physics'
  8922. gp = ht
  8923. Grab = true
  8924. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  8925. asd.Parent = larm
  8926. asd.Name = "asd"
  8927. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  8928. stanceToggle = "Grabbed"
  8929. --[[elseif hum1 == nil then
  8930. con1:disconnect()
  8931. wait() return]]--
  8932. end
  8933. end)
  8934. for i = 1, 20 do
  8935. 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)
  8936. 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)
  8937. 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)
  8938. 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)
  8939. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  8940. 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)
  8941. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  8942. 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)
  8943. 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)
  8944. 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)
  8945. 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)
  8946. 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)
  8947. if Debounces.on == false then break end
  8948. fat.Event:wait()
  8949. end
  8950. con1:disconnect()
  8951. Debounces.on = false
  8952. Debounces.NoIdl = false
  8953. elseif Grab == true then
  8954. Grab = false
  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(0),math.rad(50),math.rad(60)), 0.3)
  8957. 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)
  8958. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  8959. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  8960. 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)
  8961. 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)
  8962. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  8963. if Debounces.on == false then end
  8964. rs:wait()
  8965. end]]--
  8966. for i = 1, 16 do
  8967. 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)
  8968. 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)
  8969. 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)
  8970. 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)
  8971. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  8972. 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)
  8973. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  8974. 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)
  8975. 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)
  8976. 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)
  8977. 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)
  8978. 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)
  8979. if Debounces.on == false then end
  8980. rs:wait()
  8981. end
  8982. for i = 1, 12 do
  8983. 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)
  8984. 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)
  8985. 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)
  8986. 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)
  8987. 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)
  8988. 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)
  8989. 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)
  8990. 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)
  8991. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  8992. 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)
  8993. 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)
  8994. 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)
  8995. if Debounces.on == false then end
  8996. rs:wait()
  8997. end
  8998. Slam()
  8999. if gp ~= nil then
  9000. for i,v in pairs(larm:GetChildren()) do
  9001. if v.Name == "asd" and v:IsA("Weld") then
  9002. v:Remove()
  9003. end
  9004. if v:IsA("Part") then
  9005. v.CanCollide = true
  9006. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  9007. end
  9008. end
  9009. end
  9010. stanceToggle = "Idle1"
  9011. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  9012. bv.maxForce = Vector3.new(400000, 400000, 400000)
  9013. bv.P = 125000
  9014. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  9015. ht=nil
  9016. Debounces.on = false
  9017. Debounces.NoIdl = false
  9018. elseif ht == nil then wait()
  9019. Grab = false
  9020. Debounces.on = false
  9021. Debounces.NoIdl = false
  9022. end
  9023. end
  9024. end)
  9025. ----------------------------------------------------
  9026. -------------------------------------------------------------------------------------------------
  9027.  
  9028. ----------------------------------------------------
  9029.  
  9030.  
  9031. ----------------------------------------------------
  9032. ----------------------------------------------------
  9033. ------------------------------------------------
  9034. pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
  9035. mouse.KeyDown:connect(function(key)
  9036. if key == "e" then
  9037. if Debounces.CanAttack == true then
  9038. Debounces.CanAttack = false
  9039. Debounces.NoIdl = true
  9040. Debounces.on = true
  9041. Debounces.ks = true
  9042. larm.Touched:connect(function(ht)
  9043. hit = ht.Parent
  9044. if ht and hit:IsA("Model") then
  9045. if hit:FindFirstChild("Humanoid") then
  9046. if hit.Name ~= p.Name then
  9047. if Debounces.Slapping == true and Debounces.Slapped == false then
  9048. Debounces.Slapped = true
  9049. if Debounces.ks==true then
  9050. z = Instance.new("Sound",hed)
  9051. z.SoundId = "rbxassetid://169380525"
  9052. z.Volume = 1
  9053. z:Play()
  9054. z1 = Instance.new("Sound",char)
  9055. z1.SoundId = "rbxassetid://261010715"
  9056. z1.Pitch = pts[math.random(1,#pts)]
  9057. z1.Volume = 1
  9058. z2 = Instance.new("Sound",char)
  9059. z2.SoundId = "rbxassetid://261010715"
  9060. z2.Pitch = z1.Pitch
  9061. z2.Volume = 1
  9062. z3 = Instance.new("Sound",char)
  9063. z3.SoundId = "rbxassetid://261010715"
  9064. z3.Pitch = z1.Pitch
  9065. z3.Volume = 1
  9066. if Profanity == true then
  9067. z1:Play()
  9068. z2:Play()
  9069. z3:Play()
  9070. else end
  9071. Debounces.ks=false
  9072. end
  9073. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  9074. hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
  9075. wait(.5)
  9076. Debounces.Slapped = false
  9077. z:Destroy()
  9078. z1:Destroy()
  9079. z2:Destroy()
  9080. z3:Destroy()
  9081. end
  9082. end
  9083. end
  9084. elseif ht and hit:IsA("Hat") then
  9085. if hit.Parent.Name ~= p.Name then
  9086. if hit.Parent:FindFirstChild("Humanoid") then
  9087. if Debounces.Slapping == true and Debounces.Slapped == false then
  9088. Debounces.Slapped = true
  9089. if Debounces.ks==true then
  9090. z = Instance.new("Sound",hed)
  9091. z.SoundId = "rbxassetid://169380525"
  9092. z.Volume = 1
  9093. z:Play()
  9094. z1 = Instance.new("Sound",char)
  9095. z1.SoundId = "rbxassetid://261010715"
  9096. z1.Pitch = pts[math.random(1,#pts)]
  9097. z1.Volume = 1
  9098. z2 = Instance.new("Sound",char)
  9099. z2.SoundId = "rbxassetid://261010715"
  9100. z2.Pitch = z1.Pitch
  9101. z2.Volume = 1
  9102. z3 = Instance.new("Sound",char)
  9103. z3.SoundId = "rbxassetid://261010715"
  9104. z3.Pitch = z1.Pitch
  9105. z3.Volume = 1
  9106. z1:Play()
  9107. z2:Play()
  9108. z3:Play()
  9109. Debounces.ks=false
  9110. end
  9111. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  9112. wait(.5)
  9113. Debounces.Slapped = false
  9114. z:Destroy()
  9115. z1:Destroy()
  9116. z2:Destroy()
  9117. z3:Destroy()
  9118. end
  9119. end
  9120. end
  9121. end
  9122. end)
  9123. for i = 1, 14 do
  9124. 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)
  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.5)
  9126. 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)
  9127. 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)
  9128. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
  9129. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
  9130. if Debounces.on==false then break end
  9131. rs:wait(2)
  9132. end
  9133. Debounces.Slapping = true
  9134. for i = 1, 20 do
  9135. 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)
  9136. 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)
  9137. 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)
  9138. 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)
  9139. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  9140. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
  9141. if Debounces.on==false then break end
  9142. rs:wait(2)
  9143. end
  9144. Debounces.Slapping = false
  9145. if Debounces.CanAttack == false then
  9146. Debounces.CanAttack = true
  9147. Debounces.NoIdl = false
  9148. Debounces.on = false
  9149. end
  9150. end
  9151. end
  9152. end)
  9153. -------------------------------
  9154. mouse.KeyDown:connect(function(key)
  9155. if key == "t" then
  9156. if Debounces.CanAttack == true then
  9157. Debounces.CanAttack = false
  9158. Debounces.on = true
  9159. Debounces.NoIdl = true
  9160. for i = 1, 20 do
  9161. 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)
  9162. 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)
  9163. 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)
  9164. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  9165. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  9166. 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)
  9167.  
  9168. if Debounces.on == false then break end
  9169. wait()
  9170. end
  9171. Spawn(function()
  9172. local Parts = {}
  9173. for Y = -5,5 do
  9174. local P = Instance.new("Part",char)
  9175. P.Anchored = true
  9176. P.FormFactor = "Custom"
  9177. P.CanCollide = false
  9178. P.Size = Vector3.new(1,2,1)
  9179. P.TopSurface = "SmoothNoOutlines"
  9180. P.BottomSurface = "SmoothNoOutlines"
  9181. P.BrickColor = BrickColor.new("Really black")
  9182. P.Name = tostring(Y)
  9183. local i = (Y+5)/(10)
  9184. i = 1-math.cos(math.pi*i-(math.pi/2))
  9185. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  9186. --[[P.Touched:connect(function(ht)
  9187. local hit = ht.Parent
  9188. if hit:FindFirstChild("Humanoid") then
  9189. hit.Humanoid:TakeDamage(math.random(20,50))
  9190. end
  9191. end)]]--
  9192. s = Instance.new("Sound",P)
  9193. s.SoundId = "rbxassetid://228343271"
  9194. s.Volume = 19
  9195. s.Pitch = 0.9
  9196. s:Play()
  9197. P.Touched:connect(function(ht)
  9198. hit = ht.Parent
  9199. if ht and hit:IsA("Model") then
  9200. if hit:FindFirstChild("Humanoid") then
  9201. if hit.Name ~= p.Name then
  9202. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9203. Debounces.Slashed = true]]--
  9204. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  9205. hit:FindFirstChild("Humanoid").PlatformStand = true
  9206. wait(1)
  9207. --Debounces.Slashed = false
  9208. --end
  9209. end
  9210. end
  9211. elseif ht and hit:IsA("Hat") then
  9212. if hit.Parent.Name ~= p.Name then
  9213. if hit.Parent:FindFirstChild("Humanoid") then
  9214. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9215. Debounces.Slashed = true]]--
  9216. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  9217. hit:FindFirstChild("Humanoid").PlatformStand = true
  9218. wait(1)
  9219. --Debounces.Slashed = false
  9220. --end
  9221. end
  9222. end
  9223. end
  9224. end)
  9225. Parts[#Parts+1] = P
  9226. end
  9227. local BREAKIT = false
  9228. local CParts = {}
  9229. local Rocks = {}
  9230. local LastPos = nil
  9231. for i = 1,70 do
  9232. for i2,v in pairs(Parts) do
  9233. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  9234. local cf = v.CFrame
  9235. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  9236. v.CFrame = cf
  9237. v.Transparency = v.Transparency+0.02
  9238. if v.Transparency >= 0.975 then BREAKIT = true end
  9239. if v.Name == "0" then
  9240. local Ignore = {}
  9241. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  9242. if v.Character ~= nil then
  9243. Ignore[#Ignore+1] = v.Character
  9244. end
  9245. end
  9246. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  9247. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  9248. if Hit ~= nil then
  9249. if #Rocks == 0 then
  9250. for i = 1,5 do
  9251. local P = Instance.new("Part",char)
  9252. Rocks[#Rocks+1] = P
  9253. P.Anchored = true
  9254. P.FormFactor = "Custom"
  9255. P.BrickColor = Hit.BrickColor
  9256. P.Material = Hit.Material
  9257. P.TopSurface = "Smooth"
  9258. P.BottomSurface = "Smooth"
  9259. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  9260. end
  9261. end
  9262. for i,P in pairs(Rocks) do
  9263. 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)))
  9264. end
  9265. local P = Instance.new("Part",char)
  9266. CParts[#CParts+1] = {P,tick()}
  9267. P.Anchored = true
  9268. P.FormFactor = "Custom"
  9269. P.BrickColor = Hit.BrickColor
  9270. P.Material = Hit.Material
  9271. P.TopSurface = "Smooth"
  9272. P.BottomSurface = "Smooth"
  9273. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  9274. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  9275. Pos = Pos.p
  9276. 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)))
  9277. local P = P:Clone()
  9278. CParts[#CParts+1] = {P,tick()}
  9279. P.Parent = char
  9280. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  9281. Pos = Pos.p
  9282. 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)))
  9283. if LastPos ~= nil then
  9284. local P = P:Clone()
  9285. CParts[#CParts+1] = {P,tick()}
  9286. P.Parent = char
  9287. P.BrickColor = BrickColor.new("Really black")
  9288. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  9289. Pos = Pos.p
  9290. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  9291. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  9292. --P.Velocity = Vector3.new(0,-1000,0)
  9293. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  9294. end
  9295. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  9296. end
  9297. end
  9298. end
  9299. if BREAKIT then break end
  9300. wait(0.002)
  9301. end
  9302. for i,v in pairs(Rocks) do
  9303. CParts[#CParts+1] = {v,tick()}
  9304. end
  9305. for i,v in pairs(Parts) do
  9306. v:Destroy()
  9307. end
  9308. Parts = nil
  9309. while true do
  9310. local t = tick()
  9311. local p = nil
  9312. for i,v in pairs(CParts) do
  9313. if t-v[2] > 4 then
  9314. v[1].Transparency = v[1].Transparency+0.05
  9315. if v[1].Transparency >= 1 then
  9316. v[1]:Destroy()
  9317. CParts[i] = nil
  9318. end
  9319. end
  9320. p = v
  9321. end
  9322. if p == nil then break end
  9323. wait(0.002)
  9324. end
  9325. for i,v in pairs(CParts) do
  9326. v:Destroy()
  9327. end
  9328. CParts = {}
  9329. end)
  9330. for i = 1, 20 do
  9331. 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)
  9332. 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)
  9333. 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)
  9334. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  9335. 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)
  9336. 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)
  9337.  
  9338. if Debounces.on == false then break end
  9339. wait()
  9340. end
  9341. if Debounces.CanAttack == false then
  9342. Debounces.CanAttack = true
  9343. Debounces.on = false
  9344. Debounces.NoIdl = false
  9345. end
  9346. end
  9347. end
  9348. end)
  9349. ----------------------------------------------------
  9350. ----------------------------------------------------
  9351. ----------------------------------------------------
  9352. -------------------
  9353.  
  9354. Change = false
  9355. mouse.KeyDown:connect(function(key)
  9356. if key == "n" then
  9357. if Change == false then
  9358. Change = true
  9359. stanceToggle = "Idle2"
  9360. elseif Change == true then
  9361. Change = false
  9362. stanceToggle = "Idle1"
  9363. end
  9364. end
  9365. end)
  9366. ----------------------------------------------------
  9367. mod=Instance.new('Model',char)
  9368.  
  9369. function charge()
  9370. hed.Velocity=hed.CFrame.lookVector*200
  9371. part=Instance.new('Part',mod)
  9372. part.Anchored=true
  9373. part.CanCollide=false
  9374. part.FormFactor='Custom'
  9375. part.Size=Vector3.new(.2,.2,.2)
  9376. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  9377. part.Transparency=.7
  9378. part.BrickColor=BrickColor.new('Black')
  9379. mesh=Instance.new('SpecialMesh',part)
  9380. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  9381. mesh.Scale=Vector3.new(10,5,10)
  9382. part2=part:clone()
  9383. part2.Parent=mod
  9384. part2.BrickColor=BrickColor.new('Lime green')
  9385. mesh2=mesh:clone()
  9386. mesh2.Parent=part2
  9387. mesh2.Scale=Vector3.new(20,10,20)
  9388. part3=part2:clone()
  9389. part3.Parent = mod
  9390. part3.BrickColor=BrickColor.new('Really black')
  9391. mesh3=mesh2:clone()
  9392. mesh2.Parent=part3
  9393. mesh3.Scale=Vector3.new(30,15,30)
  9394. coroutine.resume(coroutine.create(function()
  9395. for i=0,1,0.1 do
  9396. wait()
  9397. part.CFrame=part.CFrame
  9398. part.Transparency=i
  9399. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  9400. part2.CFrame=part2.CFrame
  9401. part2.Transparency=i
  9402. mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
  9403. part3.CFrame=part3.CFrame
  9404. part3.Transparency=i
  9405. mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
  9406. end
  9407. part.Parent=nil
  9408. part2.Parent=nil
  9409. part3.Parent = nil
  9410. end))
  9411. end
  9412. --------------------
  9413. mouse.KeyDown:connect(function(key)
  9414. if key == "g" then
  9415. larm.BrickColor = BrickColor.new("Bright red")
  9416. rarm.BrickColor = BrickColor.new("Bright red")
  9417. if Debounces.CanAttack == true then
  9418. Debounces.CanAttack = false
  9419. Debounces.on = true
  9420. Debounces.NoIdl = true
  9421. chrg = lleg.Touched:connect(function(ht)
  9422. hit = ht.Parent
  9423. if ht and hit:IsA("Model") then
  9424. if hit:FindFirstChild("Humanoid") then
  9425. if hit.Name ~= p.Name then
  9426. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9427. Debounces.Slashed = true]]--
  9428. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  9429. hit:FindFirstChild("Humanoid").PlatformStand = true
  9430. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9431. --Debounces.Slashed = false
  9432. --end
  9433. end
  9434. end
  9435. elseif ht and hit:IsA("Hat") then
  9436. if hit.Parent.Name ~= p.Name then
  9437. if hit.Parent:FindFirstChild("Humanoid") then
  9438. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  9439. Debounces.Slashed = true]]--
  9440. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  9441. hit:FindFirstChild("Humanoid").PlatformStand = true
  9442. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9443. --Debounces.Slashed = false
  9444. end
  9445. end
  9446. end
  9447. end)
  9448. for i = 1, 14 do
  9449. 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)
  9450. 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)
  9451. 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)
  9452. 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)
  9453. 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)
  9454. 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)
  9455.  
  9456. if Debounces.on == false then break end
  9457. wait()
  9458. end
  9459. charge()
  9460. z = Instance.new("Sound",char)
  9461. z.SoundId = "rbxassetid://200632875"
  9462. z.Volume = 1
  9463. z.Pitch = .8
  9464. z1 = Instance.new("Sound",char)
  9465. z1.SoundId = "rbxassetid://200632875"
  9466. z1.Volume = 1
  9467. z1.Pitch = .9
  9468. z:Play()
  9469. z1:Play()
  9470. wait(1)
  9471. z:Destroy()
  9472. z1:Destroy()
  9473. chrg:disconnect()
  9474. if Debounces.CanAttack == false then
  9475. Debounces.CanAttack = true
  9476. Debounces.on = false
  9477. Debounces.NoIdl = false
  9478. larm.BrickColor = BrickColor.new("White")
  9479. rarm.BrickColor = BrickColor.new("White")
  9480. end
  9481. end
  9482. end
  9483. end)
  9484. ------------------------------
  9485. mouse.KeyDown:connect(function(key)
  9486. if string.byte(key) == 52 then
  9487. Swing = 2
  9488. char.Humanoid.WalkSpeed = 28
  9489. end
  9490. end)
  9491. mouse.KeyUp:connect(function(key)
  9492. if string.byte(key) == 52 then
  9493. Swing = 1
  9494. char.Humanoid.WalkSpeed = 16
  9495. end
  9496. end)
  9497. ----------------------------------------------------
  9498.  
  9499. -------------------------------------------
  9500. CR = torso.Cloak.Rotater
  9501. CR2 = torso.Cloak.CapeLevel1
  9502. CR3 = torso.Cloak.CapeLevel2
  9503. CR4 = torso.Cloak.CapeLevel3
  9504. CR5 = torso.Cloak.CapeLevel4
  9505. jump = false
  9506. rs:connect(function()
  9507. if char.Humanoid.Jump == true then
  9508. jump = true
  9509. else
  9510. jump = false
  9511. end
  9512. char.Humanoid.FreeFalling:connect(function(f)
  9513. if f then
  9514. ffing = true
  9515. else
  9516. ffing = false
  9517. end
  9518. end)
  9519. sine = sine + change
  9520. if jump == true then
  9521. animpose = "Jumping"
  9522. elseif ffing == true then
  9523. animpose = "Freefalling"
  9524. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  9525. animpose = "Idle"
  9526. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  9527. animpose = "Walking"
  9528. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  9529. animpose = "Running"
  9530. end
  9531. RightLeg = CFrame.new(0.5,-1,0)
  9532. LeftLeg = CFrame.new(-0.5,-1,0)
  9533.  
  9534. lefth = (torso.CFrame*LeftLeg)
  9535. righth = (torso.CFrame*RightLeg)
  9536.  
  9537. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  9538.  
  9539. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  9540.  
  9541. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  9542. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  9543. if animpose ~= lastanimpose then
  9544. sine = 0
  9545. if Debounces.NoIdl == false then
  9546. if stanceToggle == "Idle1" then
  9547. 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)
  9548. 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)
  9549. 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)
  9550. 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)
  9551. 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)
  9552. 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)
  9553. elseif stanceToggle == "Idle2" then
  9554. 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)
  9555. 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)
  9556. 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)
  9557. 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)
  9558. 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)
  9559. 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)
  9560. end
  9561. fat.Event:wait()
  9562. end
  9563. else
  9564. end
  9565. lastanimpose = animpose
  9566. if Debounces.NoIdl == false then
  9567. if animpose == "Idle" then
  9568. change = 0.5
  9569. if stanceToggle == "Idle1" then
  9570. 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)
  9571. 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)
  9572. 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)
  9573. 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)
  9574. 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)
  9575. 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)
  9576. 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)
  9577. 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)
  9578. 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)
  9579. 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)
  9580. 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)
  9581. 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)
  9582. 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)
  9583. 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)
  9584. 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)
  9585. 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)
  9586. 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)
  9587. 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)
  9588. 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)
  9589. elseif stanceToggle == "Idle2" then
  9590. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  9591. 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)
  9592. 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)
  9593. 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)
  9594. 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)
  9595. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9596. 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)
  9597. 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)
  9598. 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)
  9599. 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)
  9600. 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)
  9601. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  9602. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  9603. --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)
  9604. 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)
  9605. 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)
  9606. 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)
  9607. 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)
  9608. 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)
  9609. elseif stanceToggle == "Grabbed" then
  9610. grab = true
  9611. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9612. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9613. 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)
  9614. 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)
  9615. 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)
  9616. 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)
  9617. 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)
  9618. 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)
  9619. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  9620. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  9621. 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)
  9622. 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)
  9623. 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)
  9624. 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)
  9625. end
  9626. elseif animpose == "Walking" then
  9627. if stanceToggle == "Grabbed" then
  9628. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9629. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9630. 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)
  9631. 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)
  9632. 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)
  9633. 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)
  9634. 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)
  9635. 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)
  9636. 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)
  9637. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  9638. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  9639. 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)
  9640. 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)
  9641. 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)
  9642. 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)
  9643. elseif stanceToggle ~= "Grabbed" then
  9644. change = 1
  9645. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9646. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9647. 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)
  9648. 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)
  9649. 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)
  9650. 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)
  9651. 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)
  9652. 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)
  9653. 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)
  9654. 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)
  9655. 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)
  9656. 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)
  9657. 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)
  9658. 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)
  9659. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  9660. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  9661. --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)
  9662. 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)
  9663. 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)
  9664. --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)
  9665. 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)
  9666. 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)
  9667. end
  9668. elseif animpose == "Running" then
  9669. change = 1
  9670. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9671. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9672. 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)
  9673. 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)
  9674. 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)
  9675. 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)
  9676. 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)
  9677. 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)
  9678. 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)
  9679. 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)
  9680. 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)
  9681. 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)
  9682. 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)
  9683. 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)
  9684. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  9685. 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)
  9686. 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)
  9687. 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)
  9688. 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)
  9689. elseif animpose == "Jumping" then
  9690. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  9691. 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)
  9692. 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)
  9693. 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)
  9694. 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)
  9695. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9696. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9697. 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)
  9698. 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)
  9699. 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)
  9700. 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)
  9701. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  9702. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  9703. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  9704. 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)
  9705. 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)
  9706. 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)
  9707. 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)
  9708. elseif animpose == "Freefalling" then
  9709. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  9710. 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)
  9711. 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)
  9712. 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)
  9713. 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)
  9714. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  9715. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9716. 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)
  9717. 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)
  9718. 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)
  9719. 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)
  9720. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  9721. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  9722. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  9723. 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)
  9724. 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)
  9725. 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)
  9726. 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)
  9727. end
  9728. end
  9729. end)
  9730. hum.MaxHealth = 5000
  9731. wait(3)
  9732. hum.Health = 5000
  9733. while wait() do
  9734. wait(5)
  9735. for i=1,100 do wait()
  9736. Amulite.Brightness=Amulite.Brightness+0.02
  9737. end
  9738. for i=1,100 do wait()
  9739. Amulite.Brightness=Amulite.Brightness-0.02
  9740. end
  9741. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement