Advertisement
ghostteen14

Untitled

Feb 18th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 435.42 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. local p = game.Players.LocalPlayer--300899323
  148. local char = p.Character
  149. local mouse = p:GetMouse()
  150. local larm = char["Left Arm"]
  151. local rarm = char["Right Arm"]
  152. local lleg = char["Left Leg"]
  153. local rleg = char["Right Leg"]
  154. local hed = char.Head
  155. local torso = char.Torso
  156. local hum = char.Humanoid
  157. local cam = game.Workspace.CurrentCamera
  158. local root = char.HumanoidRootPart
  159. local rj = root.RootJoint
  160. local deb = false
  161. local shot = 0
  162. local stanceToggle = "Idle1"
  163. local l = game:GetService("Lighting")
  164. local rs = game:GetService("RunService").RenderStepped
  165. local hb = game:GetService("RunService").Heartbeat
  166. local Stepped = game:GetService("RunService").Stepped
  167. math.randomseed(os.time())
  168. hum.JumpPower = 100
  169. hed.face:Remove()
  170. ----------------------------------------------------
  171. fat = Instance.new("BindableEvent",script)
  172. fat.Name = "Heartbeat"
  173.  
  174. script:WaitForChild("Heartbeat")
  175.  
  176. frame = 1/30
  177. tf = 0
  178. 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.
  179. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  180. lastframe = tick()
  181. script.Heartbeat:Fire() --ayy lmao
  182.  
  183. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  184. tf = tf + s
  185. if tf >= frame then
  186. if allowframeloss then
  187. script.Heartbeat:Fire()
  188. lastframe=tick()
  189. else
  190. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  191. for i=1, math.floor(tf/frame) do
  192. script.Heartbeat:Fire()
  193. end
  194. lastframe=tick()
  195. end
  196. if tossremainder then
  197. tf = 0
  198. else
  199. tf = tf - frame * math.floor(tf/frame)
  200. end
  201. end
  202. end)
  203. ----------------------------------------------------
  204. for i,v in pairs(char:children()) do
  205. if v:IsA("Hat") then
  206. v:Destroy()
  207. end
  208. end
  209. for i,v in pairs (hed:GetChildren()) do
  210. if v:IsA("Sound") then
  211. v:Destroy()
  212. end
  213. end
  214. ----------------------------------------------------
  215. Debounces = {
  216. CanAttack = true;
  217. CanJoke = true;
  218. NoIdl = false;
  219. Slashing = false;
  220. Slashed = false;
  221. ks = false;
  222. }
  223. ----------------------------------------------------
  224. function weld5(part0, part1, c0, c1)
  225. weeld=Instance.new("Weld", part0)
  226. weeld.Part0=part0
  227. weeld.Part1=part1
  228. weeld.C0=c0
  229. weeld.C1=c1
  230. return weeld
  231. end
  232. ----------------------------------------------------
  233. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  234. local prt=Instance.new("Part")
  235. prt.Parent=prnt
  236. prt.Name="Part"
  237. prt.Size=siz
  238. prt.CanCollide=false
  239. prt.Anchored=anc
  240. prt.Locked=true
  241. prt.Transparency = trans
  242. prt.TopSurface=10
  243. prt.BottomSurface=10
  244. prt.FrontSurface=10
  245. prt.BackSurface=10
  246. prt.LeftSurface=10
  247. prt.RightSurface=10
  248. prt:BreakJoints()
  249. prt.CFrame=cf or CFrame.new(30,10,30)
  250. prt.Material=mat
  251. prt.BrickColor=BrickColor.new(col)
  252. m=Instance.new("SpecialMesh",prt)
  253. m.MeshType=6
  254. return prt
  255. end
  256. ----------------------------------------------------
  257. function lerp(a, b, t) -- Linear interpolation
  258. return a + (b - a)*t
  259. end
  260.  
  261. function slerp(a, b, t) --Spherical interpolation
  262. dot = a:Dot(b)
  263. if dot > 0.99999 or dot < -0.99999 then
  264. return t <= 0.5 and a or b
  265. else
  266. r = math.acos(dot)
  267. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  268. end
  269. end
  270.  
  271. function matrixInterpolate(a, b, t)
  272. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  273. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  274. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  275. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  276. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  277. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  278. local t = v1:Dot(v2)
  279. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  280. return CFrame.new()
  281. end
  282. return CFrame.new(
  283. v0.x, v0.y, v0.z,
  284. v1.x, v1.y, v1.z,
  285. v2.x, v2.y, v2.z,
  286. v3.x, v3.y, v3.z)
  287. end
  288. ----------------------------------------------------
  289. function genWeld(a,b)
  290. local w = Instance.new("Weld",a)
  291. w.Part0 = a
  292. w.Part1 = b
  293. return w
  294. end
  295. function weld(a, b)
  296. local weld = Instance.new("Weld")
  297. weld.Name = "W"
  298. weld.Part0 = a
  299. weld.Part1 = b
  300. weld.C0 = a.CFrame:inverse() * b.CFrame
  301. weld.Parent = a
  302. return weld;
  303. end
  304. ----------------------------------------------------
  305. function Lerp(c1,c2,al)
  306. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  307. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  308. for i,v in pairs(com1) do
  309. com1[i] = v+(com2[i]-v)*al
  310. end
  311. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  312. end
  313. ----------------------------------------------------
  314. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  315. local wld = Instance.new("Weld", wp1)
  316. wld.Part0 = wp0
  317. wld.Part1 = wp1
  318. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  319. end
  320. ----------------------------------------------------
  321. newWeld(torso, larm, -1.5, 0.5, 0)
  322. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  323. newWeld(torso, rarm, 1.5, 0.5, 0)
  324. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  325. newWeld(torso, hed, 0, 1.5, 0)
  326. newWeld(torso, lleg, -0.5, -1, 0)
  327. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  328. newWeld(torso, rleg, 0.5, -1, 0)
  329. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  330. newWeld(root, torso, 0, -1, 0)
  331. torso.Weld.C1 = CFrame.new(0, -1, 0)
  332. ----------------------------------------------------
  333. z = Instance.new("Sound",char) --Smile: print("รขหœยบ")
  334. z.SoundId = "rbxassetid://403445112"--410761150, 411368002
  335. z.Looped = true
  336. z.Pitch = 0.72
  337. z.Volume = 1
  338. wait(0.1)
  339. z:Play()
  340. ----------------------------------------------------
  341. New = function(Object, Parent, Name, Data)
  342. local Object = Instance.new(Object)
  343. for Index, Value in pairs(Data or {}) do
  344. Object[Index] = Value
  345. end
  346. Object.Parent = Parent
  347. Object.Name = Name
  348. return Object
  349. end
  350. ----------------------------------------------------
  351. pr = Instance.new("Part",hed)
  352. pr.BrickColor = BrickColor.new("Black")
  353. pr.Material = "Metal"
  354. pr.Reflectance = 0.04
  355. pr.Anchored = false
  356. pr.CanCollide = false
  357. pr.Archivable = false
  358. pr.Locked = true
  359. pr.Size = Vector3.new(2,0.8,1)
  360. prm = Instance.new("SpecialMesh",pr)
  361. prm.MeshType = "FileMesh"
  362. prm.MeshId = "rbxassetid://16952952"
  363. prm.Scale = Vector3.new(1,1,1)
  364. newWeld(hed, pr, 0, 0.35, 0)
  365. pr.Weld.C1 = CFrame.new(0,0,0)
  366. --Left Arm
  367. m = Instance.new("Model")
  368. m.Name = "LeftArm"
  369. p1 = Instance.new("Part", m)
  370. p1.BrickColor = BrickColor.new("Lime green")
  371. p1.Material = Enum.Material.Granite
  372. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  373. p1.Size = Vector3.new(1, 0.200000048, 1)
  374. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  375. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  376. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  377. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  378. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  379. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  380. b1 = Instance.new("SpecialMesh", p1)
  381. b1.MeshType = Enum.MeshType.Brick
  382. b1.Name = "Mesh"
  383. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  384. p2 = Instance.new("Part", m)
  385. p2.BrickColor = BrickColor.new("Lime green")
  386. p2.Material = Enum.Material.Granite
  387. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  388. p2.Size = Vector3.new(1, 0.200000048, 1)
  389. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  390. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  391. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  392. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  393. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  394. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  395. b2 = Instance.new("SpecialMesh", p2)
  396. b2.MeshType = Enum.MeshType.Brick
  397. b2.Name = "Mesh"
  398. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  399. p3 = Instance.new("Part", m)
  400. p3.BrickColor = BrickColor.new("Lime green")
  401. p3.Material = Enum.Material.Granite
  402. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  403. p3.Size = Vector3.new(1, 0.200000048, 1)
  404. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  405. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  406. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  407. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  408. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  409. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  410. b3 = Instance.new("SpecialMesh", p3)
  411. b3.MeshType = Enum.MeshType.Brick
  412. b3.Name = "Mesh"
  413. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  414. p4 = Instance.new("Part", m)
  415. p4.BrickColor = BrickColor.new("Black")
  416. p4.Material = Enum.Material.SmoothPlastic
  417. p4.Name = "LeftArmPlate"
  418. p4.Size = Vector3.new(1, 2, 1)
  419. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  420. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  421. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  422. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  423. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  424. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  425. b4 = Instance.new("SpecialMesh", p4)
  426. b4.MeshType = Enum.MeshType.Brick
  427. b4.Name = "Mesh"
  428. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  429. p5 = Instance.new("Part", m)
  430. p5.BrickColor = BrickColor.new("Lime green")
  431. p5.Material = Enum.Material.Granite
  432. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  433. p5.Size = Vector3.new(1, 0.200000048, 1)
  434. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  435. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  436. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  437. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  438. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  439. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  440. b5 = Instance.new("SpecialMesh", p5)
  441. b5.MeshType = Enum.MeshType.Brick
  442. b5.Name = "Mesh"
  443. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  444. p6 = Instance.new("Part", m)
  445. p6.BrickColor = BrickColor.new("Lime green")
  446. p6.Material = Enum.Material.Granite
  447. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  448. p6.Size = Vector3.new(1, 0.200000048, 1)
  449. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  450. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  451. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  452. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  453. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  454. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  455. b6 = Instance.new("SpecialMesh", p6)
  456. b6.MeshType = Enum.MeshType.Brick
  457. b6.Name = "Mesh"
  458. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  459. p7 = Instance.new("Part", m)
  460. p7.BrickColor = BrickColor.new("Lime green")
  461. p7.Material = Enum.Material.Granite
  462. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  463. p7.FormFactor = Enum.FormFactor.Custom
  464. p7.Size = Vector3.new(1, 0.200000048, 1)
  465. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  466. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  467. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  468. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  469. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  470. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  471. b7 = Instance.new("SpecialMesh", p7)
  472. b7.MeshType = Enum.MeshType.Brick
  473. b7.Name = "Mesh"
  474. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  475. p8 = Instance.new("Part", m)
  476. p8.BrickColor = BrickColor.new("Lime green")
  477. p8.Material = Enum.Material.Granite
  478. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  479. p8.FormFactor = Enum.FormFactor.Custom
  480. p8.Size = Vector3.new(1, 0.200000048, 1)
  481. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  482. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  483. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  484. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  485. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  486. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  487. b8 = Instance.new("SpecialMesh", p8)
  488. b8.MeshType = Enum.MeshType.Brick
  489. b8.Name = "Mesh"
  490. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  491. p9 = Instance.new("Part", m)
  492. p9.BrickColor = BrickColor.new("Lime green")
  493. p9.Material = Enum.Material.Granite
  494. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  495. p9.FormFactor = Enum.FormFactor.Custom
  496. p9.Size = Vector3.new(1, 0.200000048, 1)
  497. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  498. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  499. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  500. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  501. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  502. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  503. b9 = Instance.new("SpecialMesh", p9)
  504. b9.MeshType = Enum.MeshType.Brick
  505. b9.Name = "Mesh"
  506. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  507. p10 = Instance.new("Part", m)
  508. p10.BrickColor = BrickColor.new("Black")
  509. p10.Material = Enum.Material.SmoothPlastic
  510. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  511. p10.FormFactor = Enum.FormFactor.Custom
  512. p10.Size = Vector3.new(1, 0.349999994, 1)
  513. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  514. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  515. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  516. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  517. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  518. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  519. b10 = Instance.new("SpecialMesh", p10)
  520. b10.MeshType = Enum.MeshType.Brick
  521. b10.Name = "Mesh"
  522. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  523. p11 = Instance.new("Part", m)
  524. p11.BrickColor = BrickColor.new("Black")
  525. p11.Material = Enum.Material.Metal
  526. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  527. p11.FormFactor = Enum.FormFactor.Custom
  528. p11.Size = Vector3.new(1, 0.25, 1)
  529. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  530. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  531. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  532. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  533. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  534. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  535. b11 = Instance.new("SpecialMesh", p11)
  536. b11.MeshType = Enum.MeshType.Brick
  537. b11.Name = "Mesh"
  538. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  539. p12 = Instance.new("Part", m)
  540. p12.BrickColor = BrickColor.new("Black")
  541. p12.Material = Enum.Material.Metal
  542. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  543. p12.FormFactor = Enum.FormFactor.Custom
  544. p12.Size = Vector3.new(1, 0.25, 1)
  545. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  546. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  547. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  548. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  549. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  550. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  551. b12 = Instance.new("SpecialMesh", p12)
  552. b12.MeshType = Enum.MeshType.Brick
  553. b12.Name = "Mesh"
  554. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  555. p13 = Instance.new("Part", m)
  556. p13.BrickColor = BrickColor.new("Black")
  557. p13.Material = Enum.Material.Metal
  558. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  559. p13.FormFactor = Enum.FormFactor.Custom
  560. p13.Size = Vector3.new(1, 0.25, 1)
  561. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  562. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  563. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  564. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  565. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  566. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  567. b13 = Instance.new("SpecialMesh", p13)
  568. b13.MeshType = Enum.MeshType.Brick
  569. b13.Name = "Mesh"
  570. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  571. p14 = Instance.new("Part", m)
  572. p14.BrickColor = BrickColor.new("Black")
  573. p14.Material = Enum.Material.Metal
  574. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  575. p14.FormFactor = Enum.FormFactor.Custom
  576. p14.Size = Vector3.new(1, 0.25, 1)
  577. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  578. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  579. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  580. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  581. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  582. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  583. b14 = Instance.new("SpecialMesh", p14)
  584. b14.MeshType = Enum.MeshType.Brick
  585. b14.Name = "Mesh"
  586. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  587. p15 = Instance.new("Part", m)
  588. p15.BrickColor = BrickColor.new("Lime green")
  589. p15.Material = Enum.Material.Granite
  590. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  591. p15.FormFactor = Enum.FormFactor.Custom
  592. p15.Size = Vector3.new(1, 1, 1)
  593. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  594. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  595. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  596. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  597. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  598. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  599. b15 = Instance.new("SpecialMesh", p15)
  600. b15.MeshType = Enum.MeshType.Sphere
  601. b15.Name = "Mesh"
  602. p16 = Instance.new("Part", m)
  603. p16.BrickColor = BrickColor.new("Black")
  604. p16.Material = Enum.Material.Metal
  605. 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)
  606. p16.FormFactor = Enum.FormFactor.Custom
  607. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  608. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  609. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  610. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  611. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  612. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  613. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  614. b16 = Instance.new("SpecialMesh", p16)
  615. b16.MeshType = Enum.MeshType.Brick
  616. b16.Name = "Mesh"
  617. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  618. p17 = Instance.new("Part", m)
  619. p17.BrickColor = BrickColor.new("Black")
  620. p17.Material = Enum.Material.SmoothPlastic
  621. 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)
  622. p17.FormFactor = Enum.FormFactor.Custom
  623. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  624. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  625. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  626. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  627. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  628. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  629. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  630. b17 = Instance.new("SpecialMesh", p17)
  631. b17.MeshType = Enum.MeshType.Brick
  632. b17.Name = "Mesh"
  633. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  634. p18 = Instance.new("Part", m)
  635. p18.BrickColor = BrickColor.new("Black")
  636. p18.Material = Enum.Material.SmoothPlastic
  637. 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)
  638. p18.FormFactor = Enum.FormFactor.Custom
  639. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  640. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  641. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  642. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  643. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  644. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  645. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  646. b18 = Instance.new("SpecialMesh", p18)
  647. b18.MeshType = Enum.MeshType.Brick
  648. b18.Name = "Mesh"
  649. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  650. p19 = Instance.new("Part", m)
  651. p19.BrickColor = BrickColor.new("Black")
  652. p19.Material = Enum.Material.SmoothPlastic
  653. 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)
  654. p19.FormFactor = Enum.FormFactor.Custom
  655. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  656. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  657. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  658. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  659. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  660. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  661. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  662. b19 = Instance.new("SpecialMesh", p19)
  663. b19.MeshType = Enum.MeshType.Brick
  664. b19.Name = "Mesh"
  665. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  666. p20 = Instance.new("Part", m)
  667. p20.BrickColor = BrickColor.new("Really black")
  668. p20.Material = Enum.Material.SmoothPlastic
  669. 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)
  670. p20.FormFactor = Enum.FormFactor.Custom
  671. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  672. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  673. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  674. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  675. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  676. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  677. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  678. b20 = Instance.new("SpecialMesh", p20)
  679. b20.MeshType = Enum.MeshType.Brick
  680. b20.Name = "Mesh"
  681. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  682. p21 = Instance.new("Part", m)
  683. p21.BrickColor = BrickColor.new("Black")
  684. p21.Material = Enum.Material.Metal
  685. 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)
  686. p21.FormFactor = Enum.FormFactor.Custom
  687. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  688. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  689. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  690. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  691. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  692. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  693. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  694. b21 = Instance.new("SpecialMesh", p21)
  695. b21.MeshType = Enum.MeshType.Wedge
  696. b21.Name = "Mesh"
  697. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  698. p22 = Instance.new("Part", m)
  699. p22.BrickColor = BrickColor.new("Black")
  700. p22.Material = Enum.Material.Metal
  701. 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)
  702. p22.FormFactor = Enum.FormFactor.Custom
  703. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  704. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  705. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  706. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  707. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  708. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  709. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  710. b22 = Instance.new("SpecialMesh", p22)
  711. b22.MeshType = Enum.MeshType.Brick
  712. b22.Name = "Mesh"
  713. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  714. p23 = Instance.new("Part", m)
  715. p23.BrickColor = BrickColor.new("Black")
  716. p23.Material = Enum.Material.Metal
  717. 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)
  718. p23.FormFactor = Enum.FormFactor.Custom
  719. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  720. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  721. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  722. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  723. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  724. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  725. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  726. b23 = Instance.new("SpecialMesh", p23)
  727. b23.MeshType = Enum.MeshType.Brick
  728. b23.Name = "Mesh"
  729. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  730. p24 = Instance.new("Part", m)
  731. p24.BrickColor = BrickColor.new("Black")
  732. p24.Material = Enum.Material.Metal
  733. 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)
  734. p24.FormFactor = Enum.FormFactor.Custom
  735. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  736. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  737. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  738. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  739. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  740. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  741. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  742. b24 = Instance.new("SpecialMesh", p24)
  743. b24.MeshType = Enum.MeshType.Brick
  744. b24.Name = "Mesh"
  745. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  746. p25 = Instance.new("Part", m)
  747. p25.BrickColor = BrickColor.new("Black")
  748. p25.Material = Enum.Material.Metal
  749. 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)
  750. p25.FormFactor = Enum.FormFactor.Custom
  751. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  752. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  753. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  754. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  755. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  756. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  757. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  758. b25 = Instance.new("SpecialMesh", p25)
  759. b25.MeshType = Enum.MeshType.Brick
  760. b25.Name = "Mesh"
  761. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  762. p26 = Instance.new("Part", m)
  763. p26.BrickColor = BrickColor.new("Black")
  764. p26.Material = Enum.Material.Metal
  765. 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)
  766. p26.FormFactor = Enum.FormFactor.Custom
  767. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  768. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  769. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  770. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  771. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  772. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  773. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  774. b26 = Instance.new("SpecialMesh", p26)
  775. b26.MeshType = Enum.MeshType.Brick
  776. b26.Name = "Mesh"
  777. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  778. p27 = Instance.new("Part", m)
  779. p27.BrickColor = BrickColor.new("Black")
  780. p27.Material = Enum.Material.Metal
  781. 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)
  782. p27.FormFactor = Enum.FormFactor.Custom
  783. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  784. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  785. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  786. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  787. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  788. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  789. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  790. b27 = Instance.new("SpecialMesh", p27)
  791. b27.MeshType = Enum.MeshType.Brick
  792. b27.Name = "Mesh"
  793. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  794. p28 = Instance.new("Part", m)
  795. p28.BrickColor = BrickColor.new("Black")
  796. p28.Material = Enum.Material.Metal
  797. 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)
  798. p28.FormFactor = Enum.FormFactor.Custom
  799. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  800. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  801. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  802. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  803. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  804. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  805. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  806. b28 = Instance.new("SpecialMesh", p28)
  807. b28.MeshType = Enum.MeshType.Brick
  808. b28.Name = "Mesh"
  809. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  810. p29 = Instance.new("Part", m)
  811. p29.BrickColor = BrickColor.new("Black")
  812. p29.Material = Enum.Material.Metal
  813. 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)
  814. p29.FormFactor = Enum.FormFactor.Custom
  815. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  816. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  817. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  818. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  819. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  820. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  821. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  822. b29 = Instance.new("SpecialMesh", p29)
  823. b29.MeshType = Enum.MeshType.Brick
  824. b29.Name = "Mesh"
  825. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  826. p30 = Instance.new("Part", m)
  827. p30.BrickColor = BrickColor.new("Black")
  828. p30.Material = Enum.Material.Metal
  829. 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)
  830. p30.FormFactor = Enum.FormFactor.Custom
  831. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  832. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  833. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  834. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  835. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  836. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  837. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  838. b30 = Instance.new("SpecialMesh", p30)
  839. b30.MeshType = Enum.MeshType.Wedge
  840. b30.Name = "Mesh"
  841. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  842. p31 = Instance.new("Part", m)
  843. p31.BrickColor = BrickColor.new("Black")
  844. p31.Material = Enum.Material.Metal
  845. 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)
  846. p31.FormFactor = Enum.FormFactor.Custom
  847. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  848. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  851. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  852. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  853. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  854. b31 = Instance.new("SpecialMesh", p31)
  855. b31.MeshType = Enum.MeshType.Brick
  856. b31.Name = "Mesh"
  857. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  858. p32 = Instance.new("Part", m)
  859. p32.BrickColor = BrickColor.new("Black")
  860. p32.Material = Enum.Material.Metal
  861. 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)
  862. p32.FormFactor = Enum.FormFactor.Custom
  863. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  864. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  865. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  868. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  869. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  870. b32 = Instance.new("SpecialMesh", p32)
  871. b32.MeshType = Enum.MeshType.Wedge
  872. b32.Name = "Mesh"
  873. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  874. p33 = Instance.new("Part", m)
  875. p33.BrickColor = BrickColor.new("Black")
  876. p33.Material = Enum.Material.Metal
  877. 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)
  878. p33.FormFactor = Enum.FormFactor.Custom
  879. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  880. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  881. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  882. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  883. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  884. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  885. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  886. b33 = Instance.new("SpecialMesh", p33)
  887. b33.MeshType = Enum.MeshType.Brick
  888. b33.Name = "Mesh"
  889. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  890. p34 = Instance.new("Part", m)
  891. p34.BrickColor = BrickColor.new("Black")
  892. p34.Material = Enum.Material.Metal
  893. 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)
  894. p34.FormFactor = Enum.FormFactor.Custom
  895. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  896. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  897. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  898. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  899. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  900. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  901. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  902. b34 = Instance.new("SpecialMesh", p34)
  903. b34.MeshType = Enum.MeshType.Brick
  904. b34.Name = "Mesh"
  905. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  906. w1 = Instance.new("Weld", p1)
  907. w1.Name = "Part_Weld"
  908. w1.Part0 = p1
  909. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  910. w1.Part1 = p2
  911. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  912. w2 = Instance.new("Weld", p2)
  913. w2.Name = "Part_Weld"
  914. w2.Part0 = p2
  915. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  916. w2.Part1 = p3
  917. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  918. w3 = Instance.new("Weld", p3)
  919. w3.Name = "LeftArmPlate_Weld"
  920. w3.Part0 = p3
  921. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  922. w3.Part1 = p4
  923. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  924. w4 = Instance.new("Weld", p4)
  925. w4.Name = "Part_Weld"
  926. w4.Part0 = p4
  927. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  928. w4.Part1 = p5
  929. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  930. w5 = Instance.new("Weld", p5)
  931. w5.Name = "Part_Weld"
  932. w5.Part0 = p5
  933. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  934. w5.Part1 = p6
  935. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  936. w6 = Instance.new("Weld", p6)
  937. w6.Name = "Part_Weld"
  938. w6.Part0 = p6
  939. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  940. w6.Part1 = p7
  941. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  942. w7 = Instance.new("Weld", p7)
  943. w7.Name = "Part_Weld"
  944. w7.Part0 = p7
  945. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  946. w7.Part1 = p8
  947. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  948. w8 = Instance.new("Weld", p8)
  949. w8.Name = "Part_Weld"
  950. w8.Part0 = p8
  951. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  952. w8.Part1 = p9
  953. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  954. w9 = Instance.new("Weld", p9)
  955. w9.Name = "Part_Weld"
  956. w9.Part0 = p9
  957. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  958. w9.Part1 = p10
  959. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  960. w10 = Instance.new("Weld", p10)
  961. w10.Name = "Part_Weld"
  962. w10.Part0 = p10
  963. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  964. w10.Part1 = p11
  965. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  966. w11 = Instance.new("Weld", p11)
  967. w11.Name = "Part_Weld"
  968. w11.Part0 = p11
  969. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  970. w11.Part1 = p12
  971. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  972. w12 = Instance.new("Weld", p12)
  973. w12.Name = "Part_Weld"
  974. w12.Part0 = p12
  975. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  976. w12.Part1 = p13
  977. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  978. w13 = Instance.new("Weld", p13)
  979. w13.Name = "Part_Weld"
  980. w13.Part0 = p13
  981. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  982. w13.Part1 = p14
  983. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  984. w14 = Instance.new("Weld", p14)
  985. w14.Name = "Part_Weld"
  986. w14.Part0 = p14
  987. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  988. w14.Part1 = p15
  989. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  990. w15 = Instance.new("Weld", p15)
  991. w15.Name = "Part_Weld"
  992. w15.Part0 = p15
  993. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  994. w15.Part1 = p16
  995. 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)
  996. w16 = Instance.new("Weld", p16)
  997. w16.Name = "Part_Weld"
  998. w16.Part0 = p16
  999. 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)
  1000. w16.Part1 = p17
  1001. 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)
  1002. w17 = Instance.new("Weld", p17)
  1003. w17.Name = "Part_Weld"
  1004. w17.Part0 = p17
  1005. 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)
  1006. w17.Part1 = p18
  1007. 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)
  1008. w18 = Instance.new("Weld", p18)
  1009. w18.Name = "Part_Weld"
  1010. w18.Part0 = p18
  1011. 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)
  1012. w18.Part1 = p19
  1013. 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)
  1014. w19 = Instance.new("Weld", p19)
  1015. w19.Name = "Part_Weld"
  1016. w19.Part0 = p19
  1017. 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)
  1018. w19.Part1 = p20
  1019. 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)
  1020. w20 = Instance.new("Weld", p20)
  1021. w20.Name = "Part_Weld"
  1022. w20.Part0 = p20
  1023. 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)
  1024. w20.Part1 = p21
  1025. 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)
  1026. w21 = Instance.new("Weld", p21)
  1027. w21.Name = "Part_Weld"
  1028. w21.Part0 = p21
  1029. 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)
  1030. w21.Part1 = p22
  1031. 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)
  1032. w22 = Instance.new("Weld", p22)
  1033. w22.Name = "Part_Weld"
  1034. w22.Part0 = p22
  1035. 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)
  1036. w22.Part1 = p23
  1037. 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)
  1038. w23 = Instance.new("Weld", p23)
  1039. w23.Name = "Part_Weld"
  1040. w23.Part0 = p23
  1041. 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)
  1042. w23.Part1 = p24
  1043. 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)
  1044. w24 = Instance.new("Weld", p24)
  1045. w24.Name = "Part_Weld"
  1046. w24.Part0 = p24
  1047. 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)
  1048. w24.Part1 = p25
  1049. 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)
  1050. w25 = Instance.new("Weld", p25)
  1051. w25.Name = "Part_Weld"
  1052. w25.Part0 = p25
  1053. 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)
  1054. w25.Part1 = p26
  1055. 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)
  1056. w26 = Instance.new("Weld", p26)
  1057. w26.Name = "Part_Weld"
  1058. w26.Part0 = p26
  1059. 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)
  1060. w26.Part1 = p27
  1061. 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)
  1062. w27 = Instance.new("Weld", p27)
  1063. w27.Name = "Part_Weld"
  1064. w27.Part0 = p27
  1065. 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)
  1066. w27.Part1 = p28
  1067. 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)
  1068. w28 = Instance.new("Weld", p28)
  1069. w28.Name = "Part_Weld"
  1070. w28.Part0 = p28
  1071. 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)
  1072. w28.Part1 = p29
  1073. 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)
  1074. w29 = Instance.new("Weld", p29)
  1075. w29.Name = "Part_Weld"
  1076. w29.Part0 = p29
  1077. 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)
  1078. w29.Part1 = p30
  1079. 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)
  1080. w30 = Instance.new("Weld", p30)
  1081. w30.Name = "Part_Weld"
  1082. w30.Part0 = p30
  1083. 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)
  1084. w30.Part1 = p31
  1085. 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)
  1086. w31 = Instance.new("Weld", p31)
  1087. w31.Name = "Part_Weld"
  1088. w31.Part0 = p31
  1089. 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)
  1090. w31.Part1 = p32
  1091. 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)
  1092. w32 = Instance.new("Weld", p32)
  1093. w32.Name = "Part_Weld"
  1094. w32.Part0 = p32
  1095. 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)
  1096. w32.Part1 = p33
  1097. 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)
  1098. w33 = Instance.new("Weld", p33)
  1099. w33.Name = "Part_Weld"
  1100. w33.Part0 = p33
  1101. 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)
  1102. w33.Part1 = p34
  1103. 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)
  1104. m.Parent = larm
  1105. m:MakeJoints()
  1106. ----------------------------------------------------
  1107. local cor = Instance.new("Part", larm.LeftArm)
  1108. cor.Name = "Thingy"
  1109. cor.Locked = true
  1110. cor.BottomSurface = 0
  1111. cor.CanCollide = false
  1112. cor.Size = Vector3.new(1, 1, 1)
  1113. cor.Transparency = 1
  1114. cor.TopSurface = 0
  1115. corw = Instance.new("Weld", cor)
  1116. corw.Part0 = larm
  1117. corw.Part1 = cor
  1118. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1119. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1120. weld1 = Instance.new("Weld", larm.LeftArm)
  1121. weld1.Part0 = cor
  1122. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1123. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1124. --Right Arm
  1125. m2 = Instance.new("Model")
  1126. m2.Name = "RightArm"
  1127. p1 = Instance.new("Part", m2)
  1128. p1.BrickColor = BrickColor.new("Lime green")
  1129. p1.Material = Enum.Material.Granite
  1130. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1131. p1.FormFactor = Enum.FormFactor.Custom
  1132. p1.Size = Vector3.new(1, 0.200000048, 1)
  1133. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. b1 = Instance.new("SpecialMesh", p1)
  1140. b1.MeshType = Enum.MeshType.Brick
  1141. b1.Name = "Mesh"
  1142. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1143. p2 = Instance.new("Part", m2)
  1144. p2.BrickColor = BrickColor.new("Lime green")
  1145. p2.Material = Enum.Material.Granite
  1146. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1147. p2.FormFactor = Enum.FormFactor.Custom
  1148. p2.Size = Vector3.new(1, 0.200000048, 1)
  1149. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. b2 = Instance.new("SpecialMesh", p2)
  1156. b2.MeshType = Enum.MeshType.Brick
  1157. b2.Name = "Mesh"
  1158. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1159. p3 = Instance.new("Part", m2)
  1160. p3.BrickColor = BrickColor.new("Lime green")
  1161. p3.Material = Enum.Material.Granite
  1162. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1163. p3.FormFactor = Enum.FormFactor.Custom
  1164. p3.Size = Vector3.new(1, 0.200000048, 1)
  1165. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. b3 = Instance.new("SpecialMesh", p3)
  1172. b3.MeshType = Enum.MeshType.Brick
  1173. b3.Name = "Mesh"
  1174. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1175. p4 = Instance.new("Part", m2)
  1176. p4.BrickColor = BrickColor.new("Lime green")
  1177. p4.Material = Enum.Material.Granite
  1178. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1179. p4.FormFactor = Enum.FormFactor.Custom
  1180. p4.Size = Vector3.new(1, 0.200000048, 1)
  1181. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. b4 = Instance.new("SpecialMesh", p4)
  1188. b4.MeshType = Enum.MeshType.Brick
  1189. b4.Name = "Mesh"
  1190. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1191. p5 = Instance.new("Part", m2)
  1192. p5.BrickColor = BrickColor.new("Lime green")
  1193. p5.Material = Enum.Material.Granite
  1194. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1195. p5.FormFactor = Enum.FormFactor.Custom
  1196. p5.Size = Vector3.new(1, 0.200000048, 1)
  1197. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. b5 = Instance.new("SpecialMesh", p5)
  1204. b5.MeshType = Enum.MeshType.Brick
  1205. b5.Name = "Mesh"
  1206. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1207. p6 = Instance.new("Part", m2)
  1208. p6.BrickColor = BrickColor.new("Lime green")
  1209. p6.Material = Enum.Material.Granite
  1210. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1211. p6.FormFactor = Enum.FormFactor.Custom
  1212. p6.Size = Vector3.new(1, 1, 1)
  1213. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1215. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. b6 = Instance.new("SpecialMesh", p6)
  1220. b6.MeshType = Enum.MeshType.Sphere
  1221. b6.Name = "Mesh"
  1222. p7 = Instance.new("Part", m2)
  1223. p7.BrickColor = BrickColor.new("Black")
  1224. p7.Material = Enum.Material.SmoothPlastic
  1225. p7.Name = "RightArmPlate"
  1226. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1227. p7.FormFactor = Enum.FormFactor.Symmetric
  1228. p7.Size = Vector3.new(1, 2, 1)
  1229. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. b7 = Instance.new("SpecialMesh", p7)
  1236. b7.MeshType = Enum.MeshType.Brick
  1237. b7.Name = "Mesh"
  1238. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1239. p8 = Instance.new("Part", m2)
  1240. p8.BrickColor = BrickColor.new("Lime green")
  1241. p8.Material = Enum.Material.Granite
  1242. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1243. p8.FormFactor = Enum.FormFactor.Custom
  1244. p8.Size = Vector3.new(1, 0.200000048, 1)
  1245. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. b8 = Instance.new("SpecialMesh", p8)
  1252. b8.MeshType = Enum.MeshType.Brick
  1253. b8.Name = "Mesh"
  1254. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1255. p9 = Instance.new("Part", m2)
  1256. p9.BrickColor = BrickColor.new("Black")
  1257. p9.Material = Enum.Material.SmoothPlastic
  1258. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1259. p9.FormFactor = Enum.FormFactor.Custom
  1260. p9.Size = Vector3.new(1, 0.349999994, 1)
  1261. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. b9 = Instance.new("SpecialMesh", p9)
  1268. b9.MeshType = Enum.MeshType.Brick
  1269. b9.Name = "Mesh"
  1270. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1271. p10 = Instance.new("Part", m2)
  1272. p10.BrickColor = BrickColor.new("Black")
  1273. p10.Material = Enum.Material.Metal
  1274. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1275. p10.FormFactor = Enum.FormFactor.Custom
  1276. p10.Size = Vector3.new(1, 0.25, 1)
  1277. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. b10 = Instance.new("SpecialMesh", p10)
  1284. b10.MeshType = Enum.MeshType.Brick
  1285. b10.Name = "Mesh"
  1286. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1287. p11 = Instance.new("Part", m2)
  1288. p11.BrickColor = BrickColor.new("Black")
  1289. p11.Material = Enum.Material.Metal
  1290. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1291. p11.FormFactor = Enum.FormFactor.Custom
  1292. p11.Size = Vector3.new(1, 0.25, 1)
  1293. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. b11 = Instance.new("SpecialMesh", p11)
  1300. b11.MeshType = Enum.MeshType.Brick
  1301. b11.Name = "Mesh"
  1302. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1303. p12 = Instance.new("Part", m2)
  1304. p12.BrickColor = BrickColor.new("Black")
  1305. p12.Material = Enum.Material.Metal
  1306. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1307. p12.FormFactor = Enum.FormFactor.Custom
  1308. p12.Size = Vector3.new(1, 0.25, 1)
  1309. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. b12 = Instance.new("SpecialMesh", p12)
  1316. b12.MeshType = Enum.MeshType.Brick
  1317. b12.Name = "Mesh"
  1318. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1319. p13 = Instance.new("Part", m2)
  1320. p13.BrickColor = BrickColor.new("Lime green")
  1321. p13.Material = Enum.Material.Granite
  1322. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1323. p13.FormFactor = Enum.FormFactor.Custom
  1324. p13.Size = Vector3.new(1, 0.200000048, 1)
  1325. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. b13 = Instance.new("SpecialMesh", p13)
  1332. b13.MeshType = Enum.MeshType.Brick
  1333. b13.Name = "Mesh"
  1334. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1335. p14 = Instance.new("Part", m2)
  1336. p14.BrickColor = BrickColor.new("Black")
  1337. p14.Material = Enum.Material.Metal
  1338. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1339. p14.FormFactor = Enum.FormFactor.Custom
  1340. p14.Size = Vector3.new(1, 0.25, 1)
  1341. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. b14 = Instance.new("SpecialMesh", p14)
  1348. b14.MeshType = Enum.MeshType.Brick
  1349. b14.Name = "Mesh"
  1350. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1351. p15 = Instance.new("Part", m2)
  1352. p15.BrickColor = BrickColor.new("Lime green")
  1353. p15.Material = Enum.Material.Granite
  1354. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1355. p15.FormFactor = Enum.FormFactor.Custom
  1356. p15.Size = Vector3.new(1, 0.200000048, 1)
  1357. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. b15 = Instance.new("SpecialMesh", p15)
  1364. b15.MeshType = Enum.MeshType.Brick
  1365. b15.Name = "Mesh"
  1366. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1367. p16 = Instance.new("Part", m2)
  1368. p16.BrickColor = BrickColor.new("Black")
  1369. p16.Material = Enum.Material.SmoothPlastic
  1370. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1371. p16.FormFactor = Enum.FormFactor.Custom
  1372. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1373. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. b16 = Instance.new("SpecialMesh", p16)
  1380. b16.MeshType = Enum.MeshType.Brick
  1381. b16.Name = "Mesh"
  1382. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1383. p17 = Instance.new("Part", m2)
  1384. p17.BrickColor = BrickColor.new("Black")
  1385. p17.Material = Enum.Material.SmoothPlastic
  1386. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1387. p17.FormFactor = Enum.FormFactor.Custom
  1388. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1389. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. b17 = Instance.new("SpecialMesh", p17)
  1396. b17.MeshType = Enum.MeshType.Brick
  1397. b17.Name = "Mesh"
  1398. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1399. p18 = Instance.new("Part", m2)
  1400. p18.BrickColor = BrickColor.new("Really black")
  1401. p18.Material = Enum.Material.SmoothPlastic
  1402. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1403. p18.FormFactor = Enum.FormFactor.Custom
  1404. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1405. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. b18 = Instance.new("SpecialMesh", p18)
  1412. b18.MeshType = Enum.MeshType.Brick
  1413. b18.Name = "Mesh"
  1414. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1415. p19 = Instance.new("Part", m2)
  1416. p19.BrickColor = BrickColor.new("Black")
  1417. p19.Material = Enum.Material.SmoothPlastic
  1418. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1419. p19.FormFactor = Enum.FormFactor.Custom
  1420. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1421. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. b19 = Instance.new("SpecialMesh", p19)
  1428. b19.MeshType = Enum.MeshType.Brick
  1429. b19.Name = "Mesh"
  1430. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1431. w1 = Instance.new("Weld", p1)
  1432. w1.Name = "Part_Weld"
  1433. w1.Part0 = p1
  1434. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1435. w1.Part1 = p2
  1436. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1437. w2 = Instance.new("Weld", p2)
  1438. w2.Name = "Part_Weld"
  1439. w2.Part0 = p2
  1440. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1441. w2.Part1 = p3
  1442. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1443. w3 = Instance.new("Weld", p3)
  1444. w3.Name = "Part_Weld"
  1445. w3.Part0 = p3
  1446. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1447. w3.Part1 = p4
  1448. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1449. w4 = Instance.new("Weld", p4)
  1450. w4.Name = "Part_Weld"
  1451. w4.Part0 = p4
  1452. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1453. w4.Part1 = p5
  1454. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1455. w5 = Instance.new("Weld", p5)
  1456. w5.Name = "Part_Weld"
  1457. w5.Part0 = p5
  1458. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1459. w5.Part1 = p6
  1460. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1461. w6 = Instance.new("Weld", p6)
  1462. w6.Name = "RightArmPlate_Weld"
  1463. w6.Part0 = p6
  1464. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1465. w6.Part1 = p7
  1466. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1467. w7 = Instance.new("Weld", p7)
  1468. w7.Name = "Part_Weld"
  1469. w7.Part0 = p7
  1470. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1471. w7.Part1 = p8
  1472. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1473. w8 = Instance.new("Weld", p8)
  1474. w8.Name = "Part_Weld"
  1475. w8.Part0 = p8
  1476. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1477. w8.Part1 = p9
  1478. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1479. w9 = Instance.new("Weld", p9)
  1480. w9.Name = "Part_Weld"
  1481. w9.Part0 = p9
  1482. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1483. w9.Part1 = p10
  1484. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1485. w10 = Instance.new("Weld", p10)
  1486. w10.Name = "Part_Weld"
  1487. w10.Part0 = p10
  1488. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1489. w10.Part1 = p11
  1490. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1491. w11 = Instance.new("Weld", p11)
  1492. w11.Name = "Part_Weld"
  1493. w11.Part0 = p11
  1494. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1495. w11.Part1 = p12
  1496. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1497. w12 = Instance.new("Weld", p12)
  1498. w12.Name = "Part_Weld"
  1499. w12.Part0 = p12
  1500. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1501. w12.Part1 = p13
  1502. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1503. w13 = Instance.new("Weld", p13)
  1504. w13.Name = "Part_Weld"
  1505. w13.Part0 = p13
  1506. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1507. w13.Part1 = p14
  1508. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1509. w14 = Instance.new("Weld", p14)
  1510. w14.Name = "Part_Weld"
  1511. w14.Part0 = p14
  1512. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1513. w14.Part1 = p15
  1514. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1515. w15 = Instance.new("Weld", p15)
  1516. w15.Name = "Part_Weld"
  1517. w15.Part0 = p15
  1518. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1519. w15.Part1 = p16
  1520. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1521. w16 = Instance.new("Weld", p16)
  1522. w16.Name = "Part_Weld"
  1523. w16.Part0 = p16
  1524. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1525. w16.Part1 = p17
  1526. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1527. w17 = Instance.new("Weld", p17)
  1528. w17.Name = "Part_Weld"
  1529. w17.Part0 = p17
  1530. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1531. w17.Part1 = p18
  1532. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1533. w18 = Instance.new("Weld", p18)
  1534. w18.Name = "Part_Weld"
  1535. w18.Part0 = p18
  1536. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1537. w18.Part1 = p19
  1538. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1539. m2.Parent = rarm
  1540. m2:MakeJoints()
  1541. ----------------------------------------------------
  1542. local cor2 = Instance.new("Part", rarm.RightArm)
  1543. cor2.Name = "Thingy"
  1544. cor2.Locked = true
  1545. cor2.BottomSurface = 0
  1546. cor2.CanCollide = false
  1547. cor2.Size = Vector3.new(1, 1, 1)
  1548. cor2.Transparency = 1
  1549. cor2.TopSurface = 0
  1550. corw2 = Instance.new("Weld", cor2)
  1551. corw2.Part0 = rarm
  1552. corw2.Part1 = cor2
  1553. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1554. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1555. weld2 = Instance.new("Weld", rarm.RightArm)
  1556. weld2.Part0 = cor2
  1557. weld2.Part1 = rarm.RightArm.RightArmPlate
  1558. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1559. --Torso
  1560. m3 = Instance.new("Model")
  1561. m3.Name = "Torso"
  1562. p1 = Instance.new("Part", m3)
  1563. p1.BrickColor = BrickColor.new("Really black")
  1564. p1.Material = Enum.Material.Metal
  1565. p1.Name = "TorsoPlate"
  1566. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1567. p1.CanCollide = false
  1568. p1.Locked = true
  1569. p1.FormFactor = Enum.FormFactor.Custom
  1570. p1.Size = Vector3.new(2, 2, 1)
  1571. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1573. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1574. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. b1 = Instance.new("SpecialMesh", p1)
  1578. b1.MeshType = Enum.MeshType.Brick
  1579. b1.Name = "Mesh"
  1580. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1581. p2 = Instance.new("Part", m3)
  1582. p2.BrickColor = BrickColor.new("Really black")
  1583. p2.Material = Enum.Material.Metal
  1584. 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)
  1585. p2.CanCollide = false
  1586. p2.Locked = true
  1587. p2.FormFactor = Enum.FormFactor.Custom
  1588. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1589. b2 = Instance.new("SpecialMesh", p2)
  1590. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1591. b2.TextureId = ""
  1592. b2.MeshType = Enum.MeshType.FileMesh
  1593. b2.Name = "Mesh"
  1594. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1595. p3 = Instance.new("Part", m3)
  1596. p3.BrickColor = BrickColor.new("Black")
  1597. p3.Material = Enum.Material.Metal
  1598. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1599. p3.CanCollide = false
  1600. p3.Locked = true
  1601. p3.FormFactor = Enum.FormFactor.Custom
  1602. p3.Size = Vector3.new(2, 2, 0.200000018)
  1603. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1608. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1609. b3 = Instance.new("SpecialMesh", p3)
  1610. b3.MeshType = Enum.MeshType.Brick
  1611. b3.Name = "Mesh"
  1612. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1613. p4 = Instance.new("Part", m3)
  1614. p4.BrickColor = BrickColor.new("Black")
  1615. p4.Material = Enum.Material.Metal
  1616. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1617. p4.CanCollide = false
  1618. p4.Locked = true
  1619. p4.FormFactor = Enum.FormFactor.Custom
  1620. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1621. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. b4 = Instance.new("SpecialMesh", p4)
  1628. b4.MeshType = Enum.MeshType.Brick
  1629. b4.Name = "Mesh"
  1630. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1631. p5 = Instance.new("Part", m3)
  1632. p5.BrickColor = BrickColor.new("Black")
  1633. p5.Material = Enum.Material.Metal
  1634. 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)
  1635. p5.CanCollide = false
  1636. p5.Locked = true
  1637. p5.FormFactor = Enum.FormFactor.Custom
  1638. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1639. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. b5 = Instance.new("SpecialMesh", p5)
  1646. b5.MeshType = Enum.MeshType.Wedge
  1647. b5.Name = "Mesh"
  1648. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1649. p6 = Instance.new("Part", m3)
  1650. p6.BrickColor = BrickColor.new("Black")
  1651. p6.Material = Enum.Material.Metal
  1652. 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)
  1653. p6.CanCollide = false
  1654. p6.Locked = true
  1655. p6.FormFactor = Enum.FormFactor.Custom
  1656. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1657. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. b6 = Instance.new("SpecialMesh", p6)
  1664. b6.MeshType = Enum.MeshType.Wedge
  1665. b6.Name = "Mesh"
  1666. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1667. p7 = Instance.new("Part", m3)
  1668. p7.BrickColor = BrickColor.new("Black")
  1669. p7.Material = Enum.Material.Metal
  1670. 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)
  1671. p7.CanCollide = false
  1672. p7.Locked = true
  1673. p7.FormFactor = Enum.FormFactor.Custom
  1674. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1675. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. b7 = Instance.new("SpecialMesh", p7)
  1682. b7.MeshType = Enum.MeshType.Wedge
  1683. b7.Name = "Mesh"
  1684. p8 = Instance.new("Part", m3)
  1685. p8.BrickColor = BrickColor.new("Black")
  1686. p8.Material = Enum.Material.Metal
  1687. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1688. p8.CanCollide = false
  1689. p8.Locked = true
  1690. p8.FormFactor = Enum.FormFactor.Custom
  1691. p8.Size = Vector3.new(1, 2, 0.200000018)
  1692. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1693. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1697. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. b8 = Instance.new("SpecialMesh", p8)
  1699. b8.MeshType = Enum.MeshType.Brick
  1700. b8.Name = "Mesh"
  1701. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1702. p9 = Instance.new("Part", m3)
  1703. p9.BrickColor = BrickColor.new("Black")
  1704. p9.Material = Enum.Material.Metal
  1705. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1706. p9.CanCollide = false
  1707. p9.Locked = true
  1708. p9.FormFactor = Enum.FormFactor.Custom
  1709. p9.Size = Vector3.new(1, 2, 0.200000018)
  1710. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. b9 = Instance.new("SpecialMesh", p9)
  1717. b9.MeshType = Enum.MeshType.Brick
  1718. b9.Name = "Mesh"
  1719. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1720. p10 = Instance.new("Part", m3)
  1721. p10.BrickColor = BrickColor.new("Black")
  1722. p10.Material = Enum.Material.Metal
  1723. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1724. p10.CanCollide = false
  1725. p10.Locked = true
  1726. p10.FormFactor = Enum.FormFactor.Custom
  1727. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1728. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. b10 = Instance.new("SpecialMesh", p10)
  1735. b10.MeshType = Enum.MeshType.Brick
  1736. b10.Name = "Mesh"
  1737. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1738. p11 = Instance.new("Part", m3)
  1739. p11.BrickColor = BrickColor.new("Really black")
  1740. p11.Material = Enum.Material.Metal
  1741. 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)
  1742. p11.CanCollide = false
  1743. p11.Locked = true
  1744. p11.FormFactor = Enum.FormFactor.Custom
  1745. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1746. b11 = Instance.new("SpecialMesh", p11)
  1747. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1748. b11.TextureId = ""
  1749. b11.MeshType = Enum.MeshType.FileMesh
  1750. b11.Name = "Mesh"
  1751. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1752. p12 = Instance.new("Part", m3)
  1753. p12.BrickColor = BrickColor.new("Really black")
  1754. p12.Material = Enum.Material.Metal
  1755. p12.Transparency = 1
  1756. p12.Name = "Chain2Torso"
  1757. 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)
  1758. p12.CanCollide = false
  1759. p12.Locked = true
  1760. p12.FormFactor = Enum.FormFactor.Custom
  1761. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  1762. b12 = Instance.new("SpecialMesh", p12)
  1763. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1764. b12.TextureId = ""
  1765. b12.MeshType = Enum.MeshType.FileMesh
  1766. b12.Name = "Mesh"
  1767. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1768. p13 = Instance.new("Part", m3)
  1769. p13.BrickColor = BrickColor.new("Really black")
  1770. p13.Material = Enum.Material.Metal
  1771. 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)
  1772. p13.CanCollide = false
  1773. p13.Locked = true
  1774. p13.FormFactor = Enum.FormFactor.Custom
  1775. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1776. b13 = Instance.new("SpecialMesh", p13)
  1777. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1778. b13.TextureId = ""
  1779. b13.MeshType = Enum.MeshType.FileMesh
  1780. b13.Name = "Mesh"
  1781. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1782. p14 = Instance.new("Part", m3)
  1783. p14.BrickColor = BrickColor.new("Really black")
  1784. p14.Material = Enum.Material.Metal
  1785. 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)
  1786. p14.CanCollide = false
  1787. p14.Locked = true
  1788. p14.FormFactor = Enum.FormFactor.Custom
  1789. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1790. b14 = Instance.new("SpecialMesh", p14)
  1791. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1792. b14.TextureId = ""
  1793. b14.MeshType = Enum.MeshType.FileMesh
  1794. b14.Name = "Mesh"
  1795. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1796. p15 = Instance.new("Part", m3)
  1797. p15.BrickColor = BrickColor.new("Really black")
  1798. p15.Material = Enum.Material.Metal
  1799. 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)
  1800. p15.CanCollide = false
  1801. p15.Locked = true
  1802. p15.FormFactor = Enum.FormFactor.Custom
  1803. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1804. b15 = Instance.new("SpecialMesh", p15)
  1805. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1806. b15.TextureId = ""
  1807. b15.MeshType = Enum.MeshType.FileMesh
  1808. b15.Name = "Mesh"
  1809. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1810. p16 = Instance.new("Part", m3)
  1811. p16.BrickColor = BrickColor.new("Really black")
  1812. p16.Material = Enum.Material.Metal
  1813. 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)
  1814. p16.CanCollide = false
  1815. p16.Locked = true
  1816. p16.FormFactor = Enum.FormFactor.Custom
  1817. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1818. b16 = Instance.new("SpecialMesh", p16)
  1819. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1820. b16.TextureId = ""
  1821. b16.MeshType = Enum.MeshType.FileMesh
  1822. b16.Name = "Mesh"
  1823. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1824. p17 = Instance.new("Part", m3)
  1825. p17.BrickColor = BrickColor.new("Really black")
  1826. p17.Material = Enum.Material.Metal
  1827. 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)
  1828. p17.CanCollide = false
  1829. p17.Locked = true
  1830. p17.FormFactor = Enum.FormFactor.Custom
  1831. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1832. b17 = Instance.new("SpecialMesh", p17)
  1833. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1834. b17.TextureId = ""
  1835. b17.MeshType = Enum.MeshType.FileMesh
  1836. b17.Name = "Mesh"
  1837. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1838. p18 = Instance.new("Part", m3)
  1839. p18.BrickColor = BrickColor.new("Really black")
  1840. p18.Material = Enum.Material.Metal
  1841. 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)
  1842. p18.CanCollide = false
  1843. p18.Locked = true
  1844. p18.FormFactor = Enum.FormFactor.Custom
  1845. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1846. b18 = Instance.new("SpecialMesh", p18)
  1847. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1848. b18.TextureId = ""
  1849. b18.MeshType = Enum.MeshType.FileMesh
  1850. b18.Name = "Mesh"
  1851. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1852. p19 = Instance.new("Part", m3)
  1853. p19.BrickColor = BrickColor.new("Really black")
  1854. p19.Material = Enum.Material.Metal
  1855. 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)
  1856. p19.CanCollide = false
  1857. p19.Locked = true
  1858. p19.FormFactor = Enum.FormFactor.Custom
  1859. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1860. b19 = Instance.new("SpecialMesh", p19)
  1861. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1862. b19.TextureId = ""
  1863. b19.MeshType = Enum.MeshType.FileMesh
  1864. b19.Name = "Mesh"
  1865. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1866. p20 = Instance.new("Part", m3)
  1867. p20.BrickColor = BrickColor.new("Really black")
  1868. p20.Material = Enum.Material.Metal
  1869. 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)
  1870. p20.CanCollide = false
  1871. p20.Locked = true
  1872. p20.FormFactor = Enum.FormFactor.Custom
  1873. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1874. b20 = Instance.new("SpecialMesh", p20)
  1875. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1876. b20.TextureId = ""
  1877. b20.MeshType = Enum.MeshType.FileMesh
  1878. b20.Name = "Mesh"
  1879. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1880. p21 = Instance.new("Part", m3)
  1881. p21.BrickColor = BrickColor.new("Really black")
  1882. p21.Material = Enum.Material.Metal
  1883. 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)
  1884. p21.CanCollide = false
  1885. p21.Locked = true
  1886. p21.FormFactor = Enum.FormFactor.Custom
  1887. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1888. b21 = Instance.new("SpecialMesh", p21)
  1889. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1890. b21.TextureId = ""
  1891. b21.MeshType = Enum.MeshType.FileMesh
  1892. b21.Name = "Mesh"
  1893. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1894. p22 = Instance.new("Part", m3)
  1895. p22.BrickColor = BrickColor.new("Really black")
  1896. p22.Material = Enum.Material.Metal
  1897. 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)
  1898. p22.CanCollide = false
  1899. p22.Locked = true
  1900. p22.FormFactor = Enum.FormFactor.Custom
  1901. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1902. b22 = Instance.new("SpecialMesh", p22)
  1903. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1904. b22.TextureId = ""
  1905. b22.MeshType = Enum.MeshType.FileMesh
  1906. b22.Name = "Mesh"
  1907. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1908. p23 = Instance.new("Part", m3)
  1909. p23.BrickColor = BrickColor.new("Really black")
  1910. p23.Material = Enum.Material.Metal
  1911. 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)
  1912. p23.CanCollide = false
  1913. p23.Locked = true
  1914. p23.FormFactor = Enum.FormFactor.Custom
  1915. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1916. b23 = Instance.new("SpecialMesh", p23)
  1917. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1918. b23.TextureId = ""
  1919. b23.MeshType = Enum.MeshType.FileMesh
  1920. b23.Name = "Mesh"
  1921. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1922. p24 = Instance.new("Part", m3)
  1923. p24.BrickColor = BrickColor.new("Really black")
  1924. p24.Material = Enum.Material.Metal
  1925. 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)
  1926. p24.CanCollide = false
  1927. p24.Locked = true
  1928. p24.FormFactor = Enum.FormFactor.Custom
  1929. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1930. b24 = Instance.new("SpecialMesh", p24)
  1931. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1932. b24.TextureId = ""
  1933. b24.MeshType = Enum.MeshType.FileMesh
  1934. b24.Name = "Mesh"
  1935. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1936. p25 = Instance.new("Part", m3)
  1937. p25.BrickColor = BrickColor.new("Really black")
  1938. p25.Material = Enum.Material.Metal
  1939. 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)
  1940. p25.CanCollide = false
  1941. p25.Locked = true
  1942. p25.FormFactor = Enum.FormFactor.Custom
  1943. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1944. b25 = Instance.new("SpecialMesh", p25)
  1945. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1946. b25.TextureId = ""
  1947. b25.MeshType = Enum.MeshType.FileMesh
  1948. b25.Name = "Mesh"
  1949. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1950. p26 = Instance.new("Part", m3)
  1951. p26.BrickColor = BrickColor.new("Really black")
  1952. p26.Material = Enum.Material.Metal
  1953. 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)
  1954. p26.CanCollide = false
  1955. p26.Locked = true
  1956. p26.FormFactor = Enum.FormFactor.Custom
  1957. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1958. b26 = Instance.new("SpecialMesh", p26)
  1959. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1960. b26.TextureId = ""
  1961. b26.MeshType = Enum.MeshType.FileMesh
  1962. b26.Name = "Mesh"
  1963. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1964. p27 = Instance.new("Part", m3)
  1965. p27.BrickColor = BrickColor.new("Really black")
  1966. p27.Material = Enum.Material.Metal
  1967. 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)
  1968. p27.CanCollide = false
  1969. p27.Locked = true
  1970. p27.FormFactor = Enum.FormFactor.Custom
  1971. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1972. b27 = Instance.new("SpecialMesh", p27)
  1973. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1974. b27.TextureId = ""
  1975. b27.MeshType = Enum.MeshType.FileMesh
  1976. b27.Name = "Mesh"
  1977. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1978. p28 = Instance.new("Part", m3)
  1979. p28.BrickColor = BrickColor.new("Really black")
  1980. p28.Material = Enum.Material.Metal
  1981. 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)
  1982. p28.CanCollide = false
  1983. p28.Locked = true
  1984. p28.FormFactor = Enum.FormFactor.Custom
  1985. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1986. b28 = Instance.new("SpecialMesh", p28)
  1987. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1988. b28.TextureId = ""
  1989. b28.MeshType = Enum.MeshType.FileMesh
  1990. b28.Name = "Mesh"
  1991. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1992. p29 = Instance.new("Part", m3)
  1993. p29.BrickColor = BrickColor.new("Really black")
  1994. p29.Material = Enum.Material.Metal
  1995. 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)
  1996. p29.CanCollide = false
  1997. p29.Locked = true
  1998. p29.FormFactor = Enum.FormFactor.Custom
  1999. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2000. b29 = Instance.new("SpecialMesh", p29)
  2001. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2002. b29.TextureId = ""
  2003. b29.MeshType = Enum.MeshType.FileMesh
  2004. b29.Name = "Mesh"
  2005. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2006. p30 = Instance.new("Part", m3)
  2007. p30.BrickColor = BrickColor.new("Really black")
  2008. p30.Material = Enum.Material.Metal
  2009. 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)
  2010. p30.CanCollide = false
  2011. p30.Locked = true
  2012. p30.FormFactor = Enum.FormFactor.Custom
  2013. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2014. b30 = Instance.new("SpecialMesh", p30)
  2015. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2016. b30.TextureId = ""
  2017. b30.MeshType = Enum.MeshType.FileMesh
  2018. b30.Name = "Mesh"
  2019. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2020. p31 = Instance.new("Part", m3)
  2021. p31.BrickColor = BrickColor.new("Really black")
  2022. p31.Material = Enum.Material.Metal
  2023. 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)
  2024. p31.CanCollide = false
  2025. p31.Locked = true
  2026. p31.FormFactor = Enum.FormFactor.Custom
  2027. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2028. b31 = Instance.new("SpecialMesh", p31)
  2029. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2030. b31.TextureId = ""
  2031. b31.MeshType = Enum.MeshType.FileMesh
  2032. b31.Name = "Mesh"
  2033. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2034. p32 = Instance.new("Part", m3)
  2035. p32.BrickColor = BrickColor.new("Really black")
  2036. p32.Material = Enum.Material.Metal
  2037. 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)
  2038. p32.CanCollide = false
  2039. p32.Locked = true
  2040. p32.FormFactor = Enum.FormFactor.Custom
  2041. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2042. b32 = Instance.new("SpecialMesh", p32)
  2043. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2044. b32.TextureId = ""
  2045. b32.MeshType = Enum.MeshType.FileMesh
  2046. b32.Name = "Mesh"
  2047. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2048. p33 = Instance.new("Part", m3)
  2049. p33.BrickColor = BrickColor.new("Really black")
  2050. p33.Material = Enum.Material.Metal
  2051. 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)
  2052. p33.CanCollide = false
  2053. p33.Locked = true
  2054. p33.FormFactor = Enum.FormFactor.Custom
  2055. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2056. b33 = Instance.new("SpecialMesh", p33)
  2057. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2058. b33.TextureId = ""
  2059. b33.MeshType = Enum.MeshType.FileMesh
  2060. b33.Name = "Mesh"
  2061. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2062. p34 = Instance.new("Part", m3)
  2063. p34.BrickColor = BrickColor.new("Really black")
  2064. p34.Material = Enum.Material.Metal
  2065. p34.Name = "Connection"
  2066. 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)
  2067. p34.CanCollide = false
  2068. p34.Locked = true
  2069. p34.FormFactor = Enum.FormFactor.Custom
  2070. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2071. b34 = Instance.new("SpecialMesh", p34)
  2072. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2073. b34.TextureId = ""
  2074. b34.MeshType = Enum.MeshType.FileMesh
  2075. b34.Name = "Mesh"
  2076. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2077. p35 = Instance.new("Part", m3)
  2078. p35.BrickColor = BrickColor.new("Really black")
  2079. p35.Material = Enum.Material.Metal
  2080. 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)
  2081. p35.CanCollide = false
  2082. p35.Locked = true
  2083. p35.FormFactor = Enum.FormFactor.Custom
  2084. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2085. b35 = Instance.new("SpecialMesh", p35)
  2086. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2087. b35.TextureId = ""
  2088. b35.MeshType = Enum.MeshType.FileMesh
  2089. b35.Name = "Mesh"
  2090. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2091. p36 = Instance.new("Part", m3)
  2092. p36.BrickColor = BrickColor.new("Really black")
  2093. p36.Material = Enum.Material.Metal
  2094. 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)
  2095. p36.CanCollide = false
  2096. p36.Locked = true
  2097. p36.FormFactor = Enum.FormFactor.Custom
  2098. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2099. b36 = Instance.new("SpecialMesh", p36)
  2100. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2101. b36.TextureId = ""
  2102. b36.MeshType = Enum.MeshType.FileMesh
  2103. b36.Name = "Mesh"
  2104. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2105. w1 = Instance.new("Weld", p2)
  2106. w1.Name = "Joint"
  2107. w1.Part0 = p2
  2108. 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)
  2109. w1.Part1 = p18
  2110. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2111. w2 = Instance.new("Weld", p3)
  2112. w2.Name = "Joint"
  2113. w2.Part0 = p3
  2114. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2115. w2.Part1 = p1
  2116. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2117. w3 = Instance.new("Weld", p4)
  2118. w3.Name = "Joint"
  2119. w3.Part0 = p4
  2120. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2121. w3.Part1 = p1
  2122. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2123. w4 = Instance.new("Weld", p5)
  2124. w4.Name = "Joint"
  2125. w4.Part0 = p5
  2126. 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)
  2127. w4.Part1 = p7
  2128. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2129. w5 = Instance.new("Weld", p6)
  2130. w5.Name = "Joint"
  2131. w5.Part0 = p6
  2132. 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)
  2133. w5.Part1 = p7
  2134. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2135. w6 = Instance.new("Weld", p7)
  2136. w6.Name = "Joint"
  2137. w6.Part0 = p7
  2138. 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)
  2139. w6.Part1 = p1
  2140. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2141. w7 = Instance.new("Weld", p8)
  2142. w7.Name = "Joint"
  2143. w7.Part0 = p8
  2144. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2145. w7.Part1 = p1
  2146. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2147. w8 = Instance.new("Weld", p9)
  2148. w8.Name = "Joint"
  2149. w8.Part0 = p9
  2150. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2151. w8.Part1 = p1
  2152. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2153. w9 = Instance.new("Weld", p10)
  2154. w9.Name = "Joint"
  2155. w9.Part0 = p10
  2156. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2157. w9.Part1 = p1
  2158. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2159. w10 = Instance.new("Weld", p11)
  2160. w10.Name = "Joint"
  2161. w10.Part0 = p11
  2162. 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)
  2163. w10.Part1 = p19
  2164. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2165. w11 = Instance.new("Weld", p12)
  2166. w11.Name = "Joint"
  2167. w11.Part0 = p12
  2168. 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)
  2169. w11.Part1 = p1
  2170. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2171. w12 = Instance.new("Weld", p13)
  2172. w12.Name = "Joint"
  2173. w12.Part0 = p13
  2174. 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)
  2175. w12.Part1 = p35
  2176. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2177. w13 = Instance.new("Weld", p14)
  2178. w13.Name = "Joint"
  2179. w13.Part0 = p14
  2180. 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)
  2181. w13.Part1 = p34
  2182. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2183. w14 = Instance.new("Weld", p15)
  2184. w14.Name = "Joint"
  2185. w14.Part0 = p15
  2186. 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)
  2187. w14.Part1 = p16
  2188. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2189. w15 = Instance.new("Weld", p16)
  2190. w15.Name = "Joint"
  2191. w15.Part0 = p16
  2192. 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)
  2193. w15.Part1 = p20
  2194. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2195. w16 = Instance.new("Weld", p17)
  2196. w16.Name = "Joint"
  2197. w16.Part0 = p17
  2198. 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)
  2199. w16.Part1 = p14
  2200. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2201. w17 = Instance.new("Weld", p18)
  2202. w17.Name = "Joint"
  2203. w17.Part0 = p18
  2204. 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)
  2205. w17.Part1 = p17
  2206. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2207. w18 = Instance.new("Weld", p19)
  2208. w18.Name = "Joint"
  2209. w18.Part0 = p19
  2210. 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)
  2211. w18.Part1 = p21
  2212. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2213. w19 = Instance.new("Weld", p20)
  2214. w19.Name = "Joint"
  2215. w19.Part0 = p20
  2216. 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)
  2217. w19.Part1 = p11
  2218. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2219. w20 = Instance.new("Weld", p21)
  2220. w20.Name = "Joint"
  2221. w20.Part0 = p21
  2222. 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)
  2223. w20.Part1 = p22
  2224. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2225. w21 = Instance.new("Weld", p22)
  2226. w21.Name = "Joint"
  2227. w21.Part0 = p22
  2228. 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)
  2229. w21.Part1 = p23
  2230. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2231. w22 = Instance.new("Weld", p23)
  2232. w22.Name = "Joint"
  2233. w22.Part0 = p23
  2234. 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)
  2235. w22.Part1 = p24
  2236. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2237. w23 = Instance.new("Weld", p24)
  2238. w23.Name = "Joint"
  2239. w23.Part0 = p24
  2240. 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)
  2241. w23.Part1 = p25
  2242. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2243. w24 = Instance.new("Weld", p25)
  2244. w24.Name = "Joint"
  2245. w24.Part0 = p25
  2246. 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)
  2247. w24.Part1 = p26
  2248. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2249. w25 = Instance.new("Weld", p26)
  2250. w25.Name = "Joint"
  2251. w25.Part0 = p26
  2252. 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)
  2253. w25.Part1 = p27
  2254. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2255. w26 = Instance.new("Weld", p27)
  2256. w26.Name = "Joint"
  2257. w26.Part0 = p27
  2258. 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)
  2259. w26.Part1 = p28
  2260. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2261. w27 = Instance.new("Weld", p28)
  2262. w27.Name = "Joint"
  2263. w27.Part0 = p28
  2264. 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)
  2265. w27.Part1 = p29
  2266. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2267. w28 = Instance.new("Weld", p29)
  2268. w28.Name = "Joint"
  2269. w28.Part0 = p29
  2270. 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)
  2271. w28.Part1 = p30
  2272. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2273. w29 = Instance.new("Weld", p30)
  2274. w29.Name = "Joint"
  2275. w29.Part0 = p30
  2276. 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)
  2277. w29.Part1 = p31
  2278. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2279. w30 = Instance.new("Weld", p31)
  2280. w30.Name = "Joint"
  2281. w30.Part0 = p31
  2282. 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)
  2283. w30.Part1 = p32
  2284. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2285. w31 = Instance.new("Weld", p32)
  2286. w31.Name = "Joint"
  2287. w31.Part0 = p32
  2288. 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)
  2289. w31.Part1 = p33
  2290. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2291. w32 = Instance.new("Weld", p33)
  2292. w32.Name = "Joint"
  2293. w32.Part0 = p33
  2294. 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)
  2295. w32.Part1 = p13
  2296. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2297. w33 = Instance.new("Weld", p34)
  2298. w33.Name = "Joint"
  2299. w33.Part0 = p34
  2300. 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)
  2301. w33.Part1 = p12
  2302. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2303. w34 = Instance.new("Weld", p35)
  2304. w34.Name = "Joint"
  2305. w34.Part0 = p35
  2306. 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)
  2307. w34.Part1 = p36
  2308. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2309. w35 = Instance.new("Weld", p36)
  2310. w35.Name = "Joint"
  2311. w35.Part0 = p36
  2312. 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)
  2313. w35.Part1 = p2
  2314. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2315. m3.Parent = torso
  2316. m3:MakeJoints()
  2317. ----------------------------------------------------
  2318. local cor3 = Instance.new("Part", torso.Torso)
  2319. cor3.Name = "Thingy"
  2320. cor3.Locked = true
  2321. cor3.BottomSurface = 0
  2322. cor3.CanCollide = false
  2323. cor3.Size = Vector3.new(1, 1, 1)
  2324. cor3.Transparency = 1
  2325. cor3.TopSurface = 0
  2326. corw3 = Instance.new("Weld", cor3)
  2327. corw3.Part0 = torso
  2328. corw3.Part1 = cor3
  2329. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2330. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2331. weld3 = Instance.new("Weld", torso.Torso)
  2332. weld3.Part0 = cor3
  2333. weld3.Part1 = torso.Torso.TorsoPlate
  2334. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2335. --Left Leg
  2336. m4 = Instance.new("Model")
  2337. m4.Name = "LeftLeg"
  2338. p1 = Instance.new("Part", m4)
  2339. p1.BrickColor = BrickColor.new("Really black")
  2340. p1.Material = Enum.Material.Metal
  2341. p1.Name = "LeftLegPlate"
  2342. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2343. p1.Anchored = false
  2344. p1.CanCollide = false
  2345. p1.FormFactor = Enum.FormFactor.Custom
  2346. p1.Size = Vector3.new(1, 2, 1)
  2347. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2350. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2353. b1 = Instance.new("SpecialMesh", p1)
  2354. b1.MeshType = Enum.MeshType.Brick
  2355. b1.Name = "Mesh"
  2356. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2357. p2 = Instance.new("Part", m4)
  2358. p2.BrickColor = BrickColor.new("Really black")
  2359. p2.Material = Enum.Material.Metal
  2360. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2361. p2.Anchored = false
  2362. p2.CanCollide = false
  2363. p2.FormFactor = Enum.FormFactor.Custom
  2364. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2365. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2366. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2367. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2369. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2370. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2371. b2 = Instance.new("SpecialMesh", p2)
  2372. b2.MeshType = Enum.MeshType.Brick
  2373. b2.Name = "Mesh"
  2374. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2375. p3 = Instance.new("Part", m4)
  2376. p3.BrickColor = BrickColor.new("Really black")
  2377. p3.Material = Enum.Material.Metal
  2378. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2379. p3.Anchored = false
  2380. p3.CanCollide = false
  2381. p3.FormFactor = Enum.FormFactor.Custom
  2382. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2383. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2388. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. b3 = Instance.new("SpecialMesh", p3)
  2390. b3.MeshType = Enum.MeshType.Brick
  2391. b3.Name = "Mesh"
  2392. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2393. p4 = Instance.new("Part", m4)
  2394. p4.BrickColor = BrickColor.new("Black")
  2395. p4.Material = Enum.Material.Metal
  2396. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2397. p4.Anchored = false
  2398. p4.CanCollide = false
  2399. p4.FormFactor = Enum.FormFactor.Custom
  2400. p4.Size = Vector3.new(1, 2, 0.200000018)
  2401. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2403. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. b4 = Instance.new("SpecialMesh", p4)
  2408. b4.MeshType = Enum.MeshType.Brick
  2409. b4.Name = "Mesh"
  2410. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2411. p5 = Instance.new("Part", m4)
  2412. p5.BrickColor = BrickColor.new("Black")
  2413. p5.Material = Enum.Material.Metal
  2414. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2415. p5.Anchored = false
  2416. p5.CanCollide = false
  2417. p5.FormFactor = Enum.FormFactor.Custom
  2418. p5.Size = Vector3.new(1, 2, 0.200000018)
  2419. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. b5 = Instance.new("SpecialMesh", p5)
  2426. b5.MeshType = Enum.MeshType.Brick
  2427. b5.Name = "Mesh"
  2428. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2429. p6 = Instance.new("Part", m4)
  2430. p6.BrickColor = BrickColor.new("Black")
  2431. p6.Material = Enum.Material.Metal
  2432. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2433. p6.Anchored = false
  2434. p6.CanCollide = false
  2435. p6.FormFactor = Enum.FormFactor.Custom
  2436. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  2437. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2441. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. b6 = Instance.new("SpecialMesh", p6)
  2444. b6.MeshType = Enum.MeshType.Brick
  2445. b6.Name = "Mesh"
  2446. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2447. p7 = Instance.new("Part", m4)
  2448. p7.BrickColor = BrickColor.new("Black")
  2449. p7.Material = Enum.Material.Metal
  2450. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2451. p7.Anchored = false
  2452. p7.CanCollide = false
  2453. p7.FormFactor = Enum.FormFactor.Custom
  2454. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2455. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2458. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. b7 = Instance.new("SpecialMesh", p7)
  2462. b7.MeshType = Enum.MeshType.Brick
  2463. b7.Name = "Mesh"
  2464. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2465. w1 = Instance.new("Weld", p2)
  2466. w1.Name = "Joint"
  2467. w1.Part0 = p2
  2468. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2469. w1.Part1 = p3
  2470. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2471. w2 = Instance.new("Weld", p3)
  2472. w2.Name = "Joint"
  2473. w2.Part0 = p3
  2474. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2475. w2.Part1 = p5
  2476. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2477. w3 = Instance.new("Weld", p4)
  2478. w3.Name = "Joint"
  2479. w3.Part0 = p4
  2480. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2481. w3.Part1 = p1
  2482. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2483. w4 = Instance.new("Weld", p5)
  2484. w4.Name = "Joint"
  2485. w4.Part0 = p5
  2486. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2487. w4.Part1 = p1
  2488. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2489. w5 = Instance.new("Weld", p6)
  2490. w5.Name = "Joint"
  2491. w5.Part0 = p6
  2492. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2493. w5.Part1 = p1
  2494. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2495. w6 = Instance.new("Weld", p7)
  2496. w6.Name = "Joint"
  2497. w6.Part0 = p7
  2498. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2499. w6.Part1 = p1
  2500. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2501. m4.Parent = lleg
  2502. m4:MakeJoints()
  2503. ----------------------------------------------------
  2504. local cor4 = Instance.new("Part", lleg.LeftLeg)
  2505. cor4.Name = "Thingy"
  2506. cor4.Locked = true
  2507. cor4.BottomSurface = 0
  2508. cor4.CanCollide = false
  2509. cor4.Size = Vector3.new(1, 1, 1)
  2510. cor4.Transparency = 1
  2511. cor4.TopSurface = 0
  2512. corw4 = Instance.new("Weld", cor4)
  2513. corw4.Part0 = lleg
  2514. corw4.Part1 = cor4
  2515. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2516. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2517. weld4 = Instance.new("Weld", lleg.LeftLeg)
  2518. weld4.Part0 = cor4
  2519. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  2520. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2521. --Right Leg
  2522. m5 = Instance.new("Model")
  2523. m5.Name = "RightLeg"
  2524. p1 = Instance.new("Part", m5)
  2525. p1.BrickColor = BrickColor.new("Really black")
  2526. p1.Material = Enum.Material.Metal
  2527. p1.Name = "RightLegPlate"
  2528. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2529. p1.Anchored = false
  2530. p1.CanCollide = false
  2531. p1.FormFactor = Enum.FormFactor.Custom
  2532. p1.Size = Vector3.new(1, 2, 1)
  2533. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2534. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2536. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2537. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2538. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. b1 = Instance.new("SpecialMesh", p1)
  2540. b1.MeshType = Enum.MeshType.Brick
  2541. b1.Name = "Mesh"
  2542. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2543. p2 = Instance.new("Part", m5)
  2544. p2.BrickColor = BrickColor.new("Really black")
  2545. p2.Material = Enum.Material.Metal
  2546. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2547. p2.Anchored = false
  2548. p2.CanCollide = false
  2549. p2.FormFactor = Enum.FormFactor.Custom
  2550. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2551. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2553. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2554. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2555. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2556. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2557. b2 = Instance.new("SpecialMesh", p2)
  2558. b2.MeshType = Enum.MeshType.Brick
  2559. b2.Name = "Mesh"
  2560. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2561. p3 = Instance.new("Part", m5)
  2562. p3.BrickColor = BrickColor.new("Really black")
  2563. p3.Material = Enum.Material.Metal
  2564. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2565. p3.Anchored = false
  2566. p3.CanCollide = false
  2567. p3.FormFactor = Enum.FormFactor.Custom
  2568. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2569. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2570. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2571. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2572. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2573. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2574. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2575. b3 = Instance.new("SpecialMesh", p3)
  2576. b3.MeshType = Enum.MeshType.Brick
  2577. b3.Name = "Mesh"
  2578. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2579. p4 = Instance.new("Part", m5)
  2580. p4.BrickColor = BrickColor.new("Black")
  2581. p4.Material = Enum.Material.Metal
  2582. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2583. p4.Anchored = false
  2584. p4.CanCollide = false
  2585. p4.FormFactor = Enum.FormFactor.Custom
  2586. p4.Size = Vector3.new(1, 2, 0.200000018)
  2587. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2588. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2589. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2590. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2591. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2592. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2593. b4 = Instance.new("SpecialMesh", p4)
  2594. b4.MeshType = Enum.MeshType.Brick
  2595. b4.Name = "Mesh"
  2596. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2597. p5 = Instance.new("Part", m5)
  2598. p5.BrickColor = BrickColor.new("Black")
  2599. p5.Material = Enum.Material.Metal
  2600. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2601. p5.Anchored = false
  2602. p5.CanCollide = false
  2603. p5.FormFactor = Enum.FormFactor.Custom
  2604. p5.Size = Vector3.new(1, 2, 0.200000018)
  2605. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2606. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2608. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2610. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2611. b5 = Instance.new("SpecialMesh", p5)
  2612. b5.MeshType = Enum.MeshType.Brick
  2613. b5.Name = "Mesh"
  2614. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2615. p6 = Instance.new("Part", m5)
  2616. p6.BrickColor = BrickColor.new("Black")
  2617. p6.Material = Enum.Material.Metal
  2618. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2619. p6.Anchored = false
  2620. p6.CanCollide = false
  2621. p6.FormFactor = Enum.FormFactor.Custom
  2622. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2623. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2625. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2626. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2627. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2628. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2629. b6 = Instance.new("SpecialMesh", p6)
  2630. b6.MeshType = Enum.MeshType.Brick
  2631. b6.Name = "Mesh"
  2632. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2633. p7 = Instance.new("Part", m5)
  2634. p7.BrickColor = BrickColor.new("Black")
  2635. p7.Material = Enum.Material.Metal
  2636. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2637. p7.Anchored = false
  2638. p7.CanCollide = false
  2639. p7.FormFactor = Enum.FormFactor.Custom
  2640. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2641. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2644. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2645. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2646. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2647. b7 = Instance.new("SpecialMesh", p7)
  2648. b7.MeshType = Enum.MeshType.Brick
  2649. b7.Name = "Mesh"
  2650. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2651. w1 = Instance.new("Weld", p2)
  2652. w1.Name = "Joint"
  2653. w1.Part0 = p2
  2654. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2655. w1.Part1 = p3
  2656. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2657. w2 = Instance.new("Weld", p3)
  2658. w2.Name = "Joint"
  2659. w2.Part0 = p3
  2660. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2661. w2.Part1 = p5
  2662. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2663. w3 = Instance.new("Weld", p4)
  2664. w3.Name = "Joint"
  2665. w3.Part0 = p4
  2666. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2667. w3.Part1 = p1
  2668. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2669. w4 = Instance.new("Weld", p5)
  2670. w4.Name = "Joint"
  2671. w4.Part0 = p5
  2672. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2673. w4.Part1 = p1
  2674. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2675. w5 = Instance.new("Weld", p6)
  2676. w5.Name = "Joint"
  2677. w5.Part0 = p6
  2678. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2679. w5.Part1 = p1
  2680. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2681. w6 = Instance.new("Weld", p7)
  2682. w6.Name = "Joint"
  2683. w6.Part0 = p7
  2684. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2685. w6.Part1 = p1
  2686. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2687. m5.Parent = rleg
  2688. m5:MakeJoints()
  2689. ----------------------------------------------------
  2690. local cor5 = Instance.new("Part", rleg.RightLeg)
  2691. cor5.Name = "Thingy"
  2692. cor5.Locked = true
  2693. cor5.BottomSurface = 0
  2694. cor5.CanCollide = false
  2695. cor5.Size = Vector3.new(1, 1, 1)
  2696. cor5.Transparency = 1
  2697. cor5.TopSurface = 0
  2698. corw5 = Instance.new("Weld", cor5)
  2699. corw5.Part0 = rleg
  2700. corw5.Part1 = cor5
  2701. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2702. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2703. wld5 = Instance.new("Weld", rleg.RightLeg)
  2704. wld5.Part0 = cor5
  2705. wld5.Part1 = rleg.RightLeg.RightLegPlate
  2706. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2707. --Cape
  2708. m6 = Instance.new("Model")
  2709. m6.Name = "Cloak"
  2710. p1 = Instance.new("WedgePart", m6)
  2711. p1.BrickColor = BrickColor.new("Lime green")
  2712. p1.Material = Enum.Material.SmoothPlastic
  2713. p1.Name = "Wedge"
  2714. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2715. p1.CanCollide = false
  2716. p1.Locked = true
  2717. p1.FormFactor = Enum.FormFactor.Custom
  2718. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2719. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2720. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2721. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2722. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2723. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2724. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2725. b1 = Instance.new("SpecialMesh", p1)
  2726. b1.MeshType = Enum.MeshType.Wedge
  2727. b1.Name = "Mesh"
  2728. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2729. p2 = Instance.new("WedgePart", m6)
  2730. p2.BrickColor = BrickColor.new("Black")
  2731. p2.Material = Enum.Material.SmoothPlastic
  2732. p2.Name = "Wedge"
  2733. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  2734. p2.CanCollide = false
  2735. p2.Locked = true
  2736. p2.FormFactor = Enum.FormFactor.Custom
  2737. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2738. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2739. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2740. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2741. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2742. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. b2 = Instance.new("SpecialMesh", p2)
  2745. b2.MeshType = Enum.MeshType.Wedge
  2746. b2.Name = "Mesh"
  2747. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2748. p3 = Instance.new("Part", m6)
  2749. p3.BrickColor = BrickColor.new("Black")
  2750. p3.Material = Enum.Material.SmoothPlastic
  2751. p3.Name = "CapeLevel2"
  2752. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2753. p3.CanCollide = false
  2754. p3.Locked = true
  2755. p3.FormFactor = Enum.FormFactor.Custom
  2756. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  2757. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2758. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2759. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2760. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2761. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2762. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. b3 = Instance.new("BlockMesh", p3)
  2764. b3.Name = "Mesh"
  2765. b3.Scale = Vector3.new(1, 1, 0.602178097)
  2766. p4 = Instance.new("Part", m6)
  2767. p4.BrickColor = BrickColor.new("Black")
  2768. p4.Material = Enum.Material.SmoothPlastic
  2769. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2770. p4.CanCollide = false
  2771. p4.Locked = true
  2772. p4.FormFactor = Enum.FormFactor.Custom
  2773. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2774. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2775. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2776. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2777. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2778. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2779. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2780. b4 = Instance.new("BlockMesh", p4)
  2781. b4.Name = "Mesh"
  2782. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2783. p5 = Instance.new("Part", m6)
  2784. p5.BrickColor = BrickColor.new("Black")
  2785. p5.Material = Enum.Material.SmoothPlastic
  2786. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2787. p5.CanCollide = false
  2788. p5.Locked = true
  2789. p5.FormFactor = Enum.FormFactor.Custom
  2790. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2791. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2792. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2793. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2794. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2795. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2796. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2797. b5 = Instance.new("BlockMesh", p5)
  2798. b5.Name = "Mesh"
  2799. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2800. p6 = Instance.new("Part", m6)
  2801. p6.BrickColor = BrickColor.new("Black")
  2802. p6.Material = Enum.Material.SmoothPlastic
  2803. p6.Name = "CapeLevel1"
  2804. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2805. p6.CanCollide = false
  2806. p6.Locked = true
  2807. p6.FormFactor = Enum.FormFactor.Custom
  2808. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  2809. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2810. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2811. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2812. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2813. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2814. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2815. b6 = Instance.new("BlockMesh", p6)
  2816. b6.Name = "Mesh"
  2817. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2818. p7 = Instance.new("Part", m6)
  2819. p7.BrickColor = BrickColor.new("Black")
  2820. p7.Material = Enum.Material.SmoothPlastic
  2821. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2822. p7.CanCollide = false
  2823. p7.Locked = true
  2824. p7.FormFactor = Enum.FormFactor.Custom
  2825. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2826. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2827. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2829. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2830. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2831. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2832. b7 = Instance.new("BlockMesh", p7)
  2833. b7.Name = "Mesh"
  2834. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2835. p8 = Instance.new("Part", m6)
  2836. p8.BrickColor = BrickColor.new("Black")
  2837. p8.Material = Enum.Material.SmoothPlastic
  2838. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2839. p8.CanCollide = false
  2840. p8.Locked = true
  2841. p8.FormFactor = Enum.FormFactor.Custom
  2842. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2843. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2844. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2847. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2848. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. b8 = Instance.new("BlockMesh", p8)
  2850. b8.Name = "Mesh"
  2851. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2852. p9 = Instance.new("Part", m6)
  2853. p9.BrickColor = BrickColor.new("Black")
  2854. p9.Material = Enum.Material.SmoothPlastic
  2855. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2856. p9.CanCollide = false
  2857. p9.Locked = true
  2858. p9.FormFactor = Enum.FormFactor.Custom
  2859. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  2860. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2862. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2863. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. b9 = Instance.new("BlockMesh", p9)
  2867. b9.Name = "Mesh"
  2868. b9.Scale = Vector3.new(1, 1, 0.602178097)
  2869. p10 = Instance.new("Part", m6)
  2870. p10.BrickColor = BrickColor.new("Black")
  2871. p10.Material = Enum.Material.SmoothPlastic
  2872. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2873. p10.CanCollide = false
  2874. p10.Locked = true
  2875. p10.FormFactor = Enum.FormFactor.Custom
  2876. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2877. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2878. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2879. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2883. b10 = Instance.new("BlockMesh", p10)
  2884. b10.Name = "Mesh"
  2885. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2886. p11 = Instance.new("Part", m6)
  2887. p11.BrickColor = BrickColor.new("Black")
  2888. p11.Material = Enum.Material.SmoothPlastic
  2889. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2890. p11.CanCollide = false
  2891. p11.Locked = true
  2892. p11.FormFactor = Enum.FormFactor.Custom
  2893. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2894. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2896. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2898. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2899. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. b11 = Instance.new("BlockMesh", p11)
  2901. b11.Name = "Mesh"
  2902. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2903. p12 = Instance.new("Part", m6)
  2904. p12.BrickColor = BrickColor.new("Black")
  2905. p12.Material = Enum.Material.SmoothPlastic
  2906. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2907. p12.CanCollide = false
  2908. p12.Locked = true
  2909. p12.FormFactor = Enum.FormFactor.Custom
  2910. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2911. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2912. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2913. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2914. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2915. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2916. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. b12 = Instance.new("BlockMesh", p12)
  2918. b12.Name = "Mesh"
  2919. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2920. p13 = Instance.new("Part", m6)
  2921. p13.BrickColor = BrickColor.new("Black")
  2922. p13.Material = Enum.Material.SmoothPlastic
  2923. p13.Name = "BottomLeftFlap"
  2924. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2925. p13.CanCollide = false
  2926. p13.Locked = true
  2927. p13.FormFactor = Enum.FormFactor.Custom
  2928. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  2929. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2933. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2934. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2935. b13 = Instance.new("BlockMesh", p13)
  2936. b13.Name = "Mesh"
  2937. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2938. p14 = Instance.new("Part", m6)
  2939. p14.BrickColor = BrickColor.new("Black")
  2940. p14.Material = Enum.Material.SmoothPlastic
  2941. p14.Transparency = 1
  2942. p14.Name = "Rotater"
  2943. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2944. p14.CanCollide = false
  2945. p14.Locked = true
  2946. p14.FormFactor = Enum.FormFactor.Custom
  2947. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  2948. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2950. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2951. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2952. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2953. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. b14 = Instance.new("BlockMesh", p14)
  2955. b14.Name = "Mesh"
  2956. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  2957. p15 = Instance.new("Part", m6)
  2958. p15.BrickColor = BrickColor.new("Black")
  2959. p15.Material = Enum.Material.SmoothPlastic
  2960. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2961. p15.CanCollide = false
  2962. p15.Locked = true
  2963. p15.FormFactor = Enum.FormFactor.Custom
  2964. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2965. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. b15 = Instance.new("BlockMesh", p15)
  2972. b15.Name = "Mesh"
  2973. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2974. p16 = Instance.new("Part", m6)
  2975. p16.BrickColor = BrickColor.new("Black")
  2976. p16.Material = Enum.Material.SmoothPlastic
  2977. p16.Name = "BottomCenterFlap"
  2978. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2979. p16.CanCollide = false
  2980. p16.Locked = true
  2981. p16.FormFactor = Enum.FormFactor.Custom
  2982. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  2983. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2985. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. b16 = Instance.new("BlockMesh", p16)
  2990. b16.Name = "Mesh"
  2991. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2992. p17 = Instance.new("Part", m6)
  2993. p17.BrickColor = BrickColor.new("Black")
  2994. p17.Material = Enum.Material.SmoothPlastic
  2995. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2996. p17.CanCollide = false
  2997. p17.Locked = true
  2998. p17.FormFactor = Enum.FormFactor.Custom
  2999. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3000. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3003. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3006. b17 = Instance.new("BlockMesh", p17)
  3007. b17.Name = "Mesh"
  3008. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3009. p18 = Instance.new("Part", m6)
  3010. p18.BrickColor = BrickColor.new("Black")
  3011. p18.Material = Enum.Material.SmoothPlastic
  3012. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3013. p18.CanCollide = false
  3014. p18.Locked = true
  3015. p18.FormFactor = Enum.FormFactor.Custom
  3016. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3017. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. b18 = Instance.new("BlockMesh", p18)
  3024. b18.Name = "Mesh"
  3025. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3026. p19 = Instance.new("WedgePart", m6)
  3027. p19.BrickColor = BrickColor.new("Lime green")
  3028. p19.Name = "Wedge"
  3029. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3030. p19.CanCollide = false
  3031. p19.Locked = true
  3032. p19.FormFactor = Enum.FormFactor.Custom
  3033. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3034. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3036. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3038. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. b19 = Instance.new("SpecialMesh", p19)
  3041. b19.MeshType = Enum.MeshType.Wedge
  3042. b19.Name = "Mesh"
  3043. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3044. p20 = Instance.new("Part", m6)
  3045. p20.BrickColor = BrickColor.new("Black")
  3046. p20.Material = Enum.Material.SmoothPlastic
  3047. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3048. p20.CanCollide = false
  3049. p20.Locked = true
  3050. p20.FormFactor = Enum.FormFactor.Custom
  3051. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3052. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3053. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3054. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. b20 = Instance.new("BlockMesh", p20)
  3059. b20.Name = "Mesh"
  3060. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3061. p21 = Instance.new("Part", m6)
  3062. p21.BrickColor = BrickColor.new("Black")
  3063. p21.Material = Enum.Material.SmoothPlastic
  3064. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3065. p21.CanCollide = false
  3066. p21.Locked = true
  3067. p21.FormFactor = Enum.FormFactor.Custom
  3068. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3069. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3074. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3075. b21 = Instance.new("BlockMesh", p21)
  3076. b21.Name = "Mesh"
  3077. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3078. p22 = Instance.new("WedgePart", m6)
  3079. p22.BrickColor = BrickColor.new("Lime green")
  3080. p22.Name = "Wedge"
  3081. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3082. p22.CanCollide = false
  3083. p22.Locked = true
  3084. p22.FormFactor = Enum.FormFactor.Custom
  3085. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3086. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. b22 = Instance.new("SpecialMesh", p22)
  3093. b22.MeshType = Enum.MeshType.Wedge
  3094. b22.Name = "Mesh"
  3095. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3096. p23 = Instance.new("WedgePart", m6)
  3097. p23.BrickColor = BrickColor.new("Lime green")
  3098. p23.Material = Enum.Material.SmoothPlastic
  3099. p23.Name = "Wedge"
  3100. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3101. p23.CanCollide = false
  3102. p23.Locked = true
  3103. p23.FormFactor = Enum.FormFactor.Custom
  3104. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3105. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. b23 = Instance.new("SpecialMesh", p23)
  3112. b23.MeshType = Enum.MeshType.Wedge
  3113. b23.Name = "Mesh"
  3114. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3115. p24 = Instance.new("WedgePart", m6)
  3116. p24.BrickColor = BrickColor.new("Black")
  3117. p24.Material = Enum.Material.SmoothPlastic
  3118. p24.Name = "Wedge"
  3119. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3120. p24.CanCollide = false
  3121. p24.Locked = true
  3122. p24.FormFactor = Enum.FormFactor.Custom
  3123. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3124. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3129. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. b24 = Instance.new("SpecialMesh", p24)
  3131. b24.MeshType = Enum.MeshType.Wedge
  3132. b24.Name = "Mesh"
  3133. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3134. p25 = Instance.new("WedgePart", m6)
  3135. p25.BrickColor = BrickColor.new("Lime green")
  3136. p25.Name = "Wedge"
  3137. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3138. p25.CanCollide = false
  3139. p25.Locked = true
  3140. p25.FormFactor = Enum.FormFactor.Custom
  3141. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3142. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3146. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3147. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3148. b25 = Instance.new("SpecialMesh", p25)
  3149. b25.MeshType = Enum.MeshType.Wedge
  3150. b25.Name = "Mesh"
  3151. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3152. p26 = Instance.new("WedgePart", m6)
  3153. p26.BrickColor = BrickColor.new("Black")
  3154. p26.Material = Enum.Material.SmoothPlastic
  3155. p26.Name = "Wedge"
  3156. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3157. p26.CanCollide = false
  3158. p26.Locked = true
  3159. p26.FormFactor = Enum.FormFactor.Custom
  3160. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3161. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. b26 = Instance.new("SpecialMesh", p26)
  3168. b26.MeshType = Enum.MeshType.Wedge
  3169. b26.Name = "Mesh"
  3170. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3171. p27 = Instance.new("Part", m6)
  3172. p27.BrickColor = BrickColor.new("Black")
  3173. p27.Material = Enum.Material.SmoothPlastic
  3174. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3175. p27.CanCollide = false
  3176. p27.Locked = true
  3177. p27.FormFactor = Enum.FormFactor.Custom
  3178. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3179. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. b27 = Instance.new("BlockMesh", p27)
  3186. b27.Name = "Mesh"
  3187. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3188. p28 = Instance.new("WedgePart", m6)
  3189. p28.BrickColor = BrickColor.new("Black")
  3190. p28.Material = Enum.Material.SmoothPlastic
  3191. p28.Name = "Wedge"
  3192. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3193. p28.CanCollide = false
  3194. p28.Locked = true
  3195. p28.FormFactor = Enum.FormFactor.Custom
  3196. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3197. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. b28 = Instance.new("SpecialMesh", p28)
  3204. b28.MeshType = Enum.MeshType.Wedge
  3205. b28.Name = "Mesh"
  3206. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3207. p29 = Instance.new("Part", m6)
  3208. p29.BrickColor = BrickColor.new("Black")
  3209. p29.Material = Enum.Material.SmoothPlastic
  3210. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3211. p29.CanCollide = false
  3212. p29.Locked = true
  3213. p29.FormFactor = Enum.FormFactor.Custom
  3214. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3215. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. b29 = Instance.new("BlockMesh", p29)
  3222. b29.Name = "Mesh"
  3223. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3224. p30 = Instance.new("WedgePart", m6)
  3225. p30.BrickColor = BrickColor.new("Black")
  3226. p30.Material = Enum.Material.SmoothPlastic
  3227. p30.Name = "Wedge"
  3228. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3229. p30.CanCollide = false
  3230. p30.Locked = true
  3231. p30.FormFactor = Enum.FormFactor.Custom
  3232. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3233. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3236. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3239. b30 = Instance.new("SpecialMesh", p30)
  3240. b30.MeshType = Enum.MeshType.Wedge
  3241. b30.Name = "Mesh"
  3242. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3243. p31 = Instance.new("WedgePart", m6)
  3244. p31.BrickColor = BrickColor.new("Black")
  3245. p31.Material = Enum.Material.SmoothPlastic
  3246. p31.Name = "Wedge"
  3247. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3248. p31.CanCollide = false
  3249. p31.Locked = true
  3250. p31.FormFactor = Enum.FormFactor.Custom
  3251. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3252. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3254. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. b31 = Instance.new("SpecialMesh", p31)
  3259. b31.MeshType = Enum.MeshType.Wedge
  3260. b31.Name = "Mesh"
  3261. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3262. p32 = Instance.new("Part", m6)
  3263. p32.BrickColor = BrickColor.new("Black")
  3264. p32.Material = Enum.Material.SmoothPlastic
  3265. p32.Name = "BottomRightFlap"
  3266. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3267. p32.CanCollide = false
  3268. p32.Locked = true
  3269. p32.FormFactor = Enum.FormFactor.Custom
  3270. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3271. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3273. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3274. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. b32 = Instance.new("BlockMesh", p32)
  3278. b32.Name = "Mesh"
  3279. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3280. p33 = Instance.new("WedgePart", m6)
  3281. p33.BrickColor = BrickColor.new("Black")
  3282. p33.Material = Enum.Material.SmoothPlastic
  3283. p33.Name = "Wedge"
  3284. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3285. p33.CanCollide = false
  3286. p33.Locked = true
  3287. p33.FormFactor = Enum.FormFactor.Custom
  3288. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3289. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3290. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3291. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3292. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. b33 = Instance.new("SpecialMesh", p33)
  3296. b33.MeshType = Enum.MeshType.Wedge
  3297. b33.Name = "Mesh"
  3298. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3299. p34 = Instance.new("WedgePart", m6)
  3300. p34.BrickColor = BrickColor.new("Black")
  3301. p34.Material = Enum.Material.SmoothPlastic
  3302. p34.Name = "Wedge"
  3303. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3304. p34.CanCollide = false
  3305. p34.Locked = true
  3306. p34.FormFactor = Enum.FormFactor.Custom
  3307. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3308. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3309. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3310. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3311. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3312. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. b34 = Instance.new("SpecialMesh", p34)
  3315. b34.MeshType = Enum.MeshType.Wedge
  3316. b34.Name = "Mesh"
  3317. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3318. p35 = Instance.new("Part", m6)
  3319. p35.BrickColor = BrickColor.new("Black")
  3320. p35.Material = Enum.Material.SmoothPlastic
  3321. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3322. p35.CanCollide = false
  3323. p35.Locked = true
  3324. p35.FormFactor = Enum.FormFactor.Custom
  3325. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3326. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3327. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3328. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3329. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3330. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. b35 = Instance.new("BlockMesh", p35)
  3333. b35.Name = "Mesh"
  3334. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3335. p36 = Instance.new("WedgePart", m6)
  3336. p36.BrickColor = BrickColor.new("Black")
  3337. p36.Material = Enum.Material.SmoothPlastic
  3338. p36.Name = "Wedge"
  3339. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3340. p36.CanCollide = false
  3341. p36.Locked = true
  3342. p36.FormFactor = Enum.FormFactor.Custom
  3343. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3344. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3345. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. b36 = Instance.new("SpecialMesh", p36)
  3351. b36.MeshType = Enum.MeshType.Wedge
  3352. b36.Name = "Mesh"
  3353. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3354. p37 = Instance.new("Part", m6)
  3355. p37.BrickColor = BrickColor.new("Black")
  3356. p37.Material = Enum.Material.SmoothPlastic
  3357. p37.Name = "CapeLevel3"
  3358. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3359. p37.CanCollide = false
  3360. p37.Locked = true
  3361. p37.FormFactor = Enum.FormFactor.Custom
  3362. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3363. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3364. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. b37 = Instance.new("BlockMesh", p37)
  3370. b37.Name = "Mesh"
  3371. b37.Scale = Vector3.new(1, 1, 0.602178097)
  3372. p38 = Instance.new("WedgePart", m6)
  3373. p38.BrickColor = BrickColor.new("Lime green")
  3374. p38.Material = Enum.Material.SmoothPlastic
  3375. p38.Name = "Wedge"
  3376. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3377. p38.CanCollide = false
  3378. p38.Locked = true
  3379. p38.FormFactor = Enum.FormFactor.Custom
  3380. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3381. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3382. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. b38 = Instance.new("SpecialMesh", p38)
  3388. b38.MeshType = Enum.MeshType.Wedge
  3389. b38.Name = "Mesh"
  3390. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3391. p39 = Instance.new("WedgePart", m6)
  3392. p39.BrickColor = BrickColor.new("Lime green")
  3393. p39.Material = Enum.Material.SmoothPlastic
  3394. p39.Name = "Wedge"
  3395. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3396. p39.CanCollide = false
  3397. p39.Locked = true
  3398. p39.FormFactor = Enum.FormFactor.Custom
  3399. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3400. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3401. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. b39 = Instance.new("SpecialMesh", p39)
  3407. b39.MeshType = Enum.MeshType.Wedge
  3408. b39.Name = "Mesh"
  3409. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3410. p40 = Instance.new("WedgePart", m6)
  3411. p40.BrickColor = BrickColor.new("Black")
  3412. p40.Material = Enum.Material.SmoothPlastic
  3413. p40.Name = "Wedge"
  3414. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3415. p40.CanCollide = false
  3416. p40.Locked = true
  3417. p40.FormFactor = Enum.FormFactor.Custom
  3418. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3419. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3420. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3421. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3422. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3423. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3425. b40 = Instance.new("SpecialMesh", p40)
  3426. b40.MeshType = Enum.MeshType.Wedge
  3427. b40.Name = "Mesh"
  3428. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3429. p41 = Instance.new("WedgePart", m6)
  3430. p41.BrickColor = BrickColor.new("Black")
  3431. p41.Material = Enum.Material.SmoothPlastic
  3432. p41.Name = "Wedge"
  3433. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3434. p41.CanCollide = false
  3435. p41.Locked = true
  3436. p41.FormFactor = Enum.FormFactor.Custom
  3437. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3438. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3442. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3443. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. b41 = Instance.new("SpecialMesh", p41)
  3445. b41.MeshType = Enum.MeshType.Wedge
  3446. b41.Name = "Mesh"
  3447. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3448. p42 = Instance.new("WedgePart", m6)
  3449. p42.BrickColor = BrickColor.new("Black")
  3450. p42.Material = Enum.Material.SmoothPlastic
  3451. p42.Name = "Wedge"
  3452. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3453. p42.CanCollide = false
  3454. p42.Locked = true
  3455. p42.FormFactor = Enum.FormFactor.Custom
  3456. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3457. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3461. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3463. b42 = Instance.new("SpecialMesh", p42)
  3464. b42.MeshType = Enum.MeshType.Wedge
  3465. b42.Name = "Mesh"
  3466. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3467. p43 = Instance.new("WedgePart", m6)
  3468. p43.BrickColor = BrickColor.new("Black")
  3469. p43.Material = Enum.Material.SmoothPlastic
  3470. p43.Name = "Wedge"
  3471. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3472. p43.CanCollide = false
  3473. p43.Locked = true
  3474. p43.FormFactor = Enum.FormFactor.Custom
  3475. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3476. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3477. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3479. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3481. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3482. b43 = Instance.new("SpecialMesh", p43)
  3483. b43.MeshType = Enum.MeshType.Wedge
  3484. b43.Name = "Mesh"
  3485. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3486. p44 = Instance.new("WedgePart", m6)
  3487. p44.BrickColor = BrickColor.new("Black")
  3488. p44.Material = Enum.Material.SmoothPlastic
  3489. p44.Name = "Wedge"
  3490. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3491. p44.CanCollide = false
  3492. p44.Locked = true
  3493. p44.FormFactor = Enum.FormFactor.Custom
  3494. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3495. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3496. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3497. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3500. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. b44 = Instance.new("SpecialMesh", p44)
  3502. b44.MeshType = Enum.MeshType.Wedge
  3503. b44.Name = "Mesh"
  3504. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3505. p45 = Instance.new("WedgePart", m6)
  3506. p45.BrickColor = BrickColor.new("Black")
  3507. p45.Material = Enum.Material.SmoothPlastic
  3508. p45.Name = "Wedge"
  3509. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3510. p45.CanCollide = false
  3511. p45.Locked = true
  3512. p45.FormFactor = Enum.FormFactor.Custom
  3513. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3514. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3519. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3520. b45 = Instance.new("SpecialMesh", p45)
  3521. b45.MeshType = Enum.MeshType.Wedge
  3522. b45.Name = "Mesh"
  3523. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3524. p46 = Instance.new("WedgePart", m6)
  3525. p46.BrickColor = BrickColor.new("Black")
  3526. p46.Material = Enum.Material.SmoothPlastic
  3527. p46.Name = "Wedge"
  3528. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3529. p46.CanCollide = false
  3530. p46.Locked = true
  3531. p46.FormFactor = Enum.FormFactor.Custom
  3532. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3533. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3534. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3537. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3539. b46 = Instance.new("SpecialMesh", p46)
  3540. b46.MeshType = Enum.MeshType.Wedge
  3541. b46.Name = "Mesh"
  3542. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3543. p47 = Instance.new("Part", m6)
  3544. p47.BrickColor = BrickColor.new("Black")
  3545. p47.Material = Enum.Material.SmoothPlastic
  3546. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3547. p47.CanCollide = false
  3548. p47.Locked = true
  3549. p47.FormFactor = Enum.FormFactor.Custom
  3550. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3551. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3557. b47 = Instance.new("BlockMesh", p47)
  3558. b47.Name = "Mesh"
  3559. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3560. p48 = Instance.new("Part", m6)
  3561. p48.BrickColor = BrickColor.new("Black")
  3562. p48.Material = Enum.Material.SmoothPlastic
  3563. p48.Name = "CapeLevel4"
  3564. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3565. p48.CanCollide = false
  3566. p48.Locked = true
  3567. p48.FormFactor = Enum.FormFactor.Custom
  3568. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3569. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. b48 = Instance.new("BlockMesh", p48)
  3576. b48.Name = "Mesh"
  3577. b48.Scale = Vector3.new(1, 1, 0.602178097)
  3578. p49 = Instance.new("WedgePart", m6)
  3579. p49.BrickColor = BrickColor.new("Black")
  3580. p49.Material = Enum.Material.SmoothPlastic
  3581. p49.Name = "Wedge"
  3582. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3583. p49.CanCollide = false
  3584. p49.Locked = true
  3585. p49.FormFactor = Enum.FormFactor.Custom
  3586. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3587. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3592. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. b49 = Instance.new("SpecialMesh", p49)
  3594. b49.MeshType = Enum.MeshType.Wedge
  3595. b49.Name = "Mesh"
  3596. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3597. p50 = Instance.new("Part", m6)
  3598. p50.BrickColor = BrickColor.new("Black")
  3599. p50.Material = Enum.Material.SmoothPlastic
  3600. p50.Name = "CapeLevel1SubPart"
  3601. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3602. p50.CanCollide = false
  3603. p50.Locked = true
  3604. p50.FormFactor = Enum.FormFactor.Custom
  3605. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  3606. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3611. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3612. b50 = Instance.new("BlockMesh", p50)
  3613. b50.Name = "Mesh"
  3614. b50.Scale = Vector3.new(1, 1, 0.602178097)
  3615. p51 = Instance.new("Part", m6)
  3616. p51.BrickColor = BrickColor.new("Black")
  3617. p51.Material = Enum.Material.SmoothPlastic
  3618. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3619. p51.CanCollide = false
  3620. p51.Locked = true
  3621. p51.FormFactor = Enum.FormFactor.Custom
  3622. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3623. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3626. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3629. b51 = Instance.new("BlockMesh", p51)
  3630. b51.Name = "Mesh"
  3631. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3632. p52 = Instance.new("Part", m6)
  3633. p52.BrickColor = BrickColor.new("Black")
  3634. p52.Material = Enum.Material.SmoothPlastic
  3635. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3636. p52.CanCollide = false
  3637. p52.Locked = true
  3638. p52.FormFactor = Enum.FormFactor.Custom
  3639. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3640. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3642. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3643. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3644. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3645. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. b52 = Instance.new("BlockMesh", p52)
  3647. b52.Name = "Mesh"
  3648. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3649. p53 = Instance.new("WedgePart", m6)
  3650. p53.BrickColor = BrickColor.new("Black")
  3651. p53.Material = Enum.Material.SmoothPlastic
  3652. p53.Name = "Wedge"
  3653. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3654. p53.CanCollide = false
  3655. p53.Locked = true
  3656. p53.FormFactor = Enum.FormFactor.Custom
  3657. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3658. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3659. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3660. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3661. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3662. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3663. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. b53 = Instance.new("SpecialMesh", p53)
  3665. b53.MeshType = Enum.MeshType.Wedge
  3666. b53.Name = "Mesh"
  3667. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3668. p54 = Instance.new("Part", m6)
  3669. p54.BrickColor = BrickColor.new("Black")
  3670. p54.Material = Enum.Material.SmoothPlastic
  3671. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3672. p54.CanCollide = false
  3673. p54.Locked = true
  3674. p54.FormFactor = Enum.FormFactor.Custom
  3675. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3676. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3678. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3680. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3681. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3682. b54 = Instance.new("BlockMesh", p54)
  3683. b54.Name = "Mesh"
  3684. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  3685. p55 = Instance.new("WedgePart", m6)
  3686. p55.BrickColor = BrickColor.new("Black")
  3687. p55.Material = Enum.Material.SmoothPlastic
  3688. p55.Name = "Wedge"
  3689. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3690. p55.CanCollide = false
  3691. p55.Locked = true
  3692. p55.FormFactor = Enum.FormFactor.Custom
  3693. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3694. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3696. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3697. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3698. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3699. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3700. b55 = Instance.new("SpecialMesh", p55)
  3701. b55.MeshType = Enum.MeshType.Wedge
  3702. b55.Name = "Mesh"
  3703. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3704. p56 = Instance.new("WedgePart", m6)
  3705. p56.BrickColor = BrickColor.new("Lime green")
  3706. p56.Material = Enum.Material.SmoothPlastic
  3707. p56.Name = "Wedge"
  3708. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3709. p56.CanCollide = false
  3710. p56.Locked = true
  3711. p56.FormFactor = Enum.FormFactor.Custom
  3712. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3713. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3714. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3716. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3717. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3718. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3719. b56 = Instance.new("SpecialMesh", p56)
  3720. b56.MeshType = Enum.MeshType.Wedge
  3721. b56.Name = "Mesh"
  3722. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3723. p57 = Instance.new("WedgePart", m6)
  3724. p57.BrickColor = BrickColor.new("Black")
  3725. p57.Material = Enum.Material.SmoothPlastic
  3726. p57.Name = "Wedge"
  3727. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3728. p57.CanCollide = false
  3729. p57.Locked = true
  3730. p57.FormFactor = Enum.FormFactor.Custom
  3731. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3732. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3733. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3734. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3735. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3736. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. b57 = Instance.new("SpecialMesh", p57)
  3739. b57.MeshType = Enum.MeshType.Wedge
  3740. b57.Name = "Mesh"
  3741. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3742. p58 = Instance.new("Part", m6)
  3743. p58.BrickColor = BrickColor.new("Black")
  3744. p58.Material = Enum.Material.SmoothPlastic
  3745. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3746. p58.CanCollide = false
  3747. p58.Locked = true
  3748. p58.FormFactor = Enum.FormFactor.Custom
  3749. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3750. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3751. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3752. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3753. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3754. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3755. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. b58 = Instance.new("BlockMesh", p58)
  3757. b58.Name = "Mesh"
  3758. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3759. p59 = Instance.new("WedgePart", m6)
  3760. p59.BrickColor = BrickColor.new("Black")
  3761. p59.Material = Enum.Material.SmoothPlastic
  3762. p59.Name = "Wedge"
  3763. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3764. p59.CanCollide = false
  3765. p59.Locked = true
  3766. p59.FormFactor = Enum.FormFactor.Custom
  3767. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3768. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3769. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3770. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3771. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3772. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3773. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3774. b59 = Instance.new("SpecialMesh", p59)
  3775. b59.MeshType = Enum.MeshType.Wedge
  3776. b59.Name = "Mesh"
  3777. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3778. p60 = Instance.new("Part", m6)
  3779. p60.BrickColor = BrickColor.new("Black")
  3780. p60.Material = Enum.Material.SmoothPlastic
  3781. p60.Name = "NeckPart"
  3782. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3783. p60.CanCollide = false
  3784. p60.Locked = true
  3785. p60.FormFactor = Enum.FormFactor.Custom
  3786. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  3787. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3788. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3789. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3790. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3791. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3792. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3793. b60 = Instance.new("BlockMesh", p60)
  3794. b60.Name = "Mesh"
  3795. b60.Scale = Vector3.new(1, 0.602178097, 1)
  3796. p61 = Instance.new("Part", m6)
  3797. p61.BrickColor = BrickColor.new("Black")
  3798. p61.Material = Enum.Material.SmoothPlastic
  3799. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3800. p61.CanCollide = false
  3801. p61.Locked = true
  3802. p61.FormFactor = Enum.FormFactor.Custom
  3803. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3804. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3805. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3806. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3807. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3808. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3810. b61 = Instance.new("BlockMesh", p61)
  3811. b61.Name = "Mesh"
  3812. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3813. p62 = Instance.new("WedgePart", m6)
  3814. p62.BrickColor = BrickColor.new("Black")
  3815. p62.Material = Enum.Material.SmoothPlastic
  3816. p62.Name = "Wedge"
  3817. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3818. p62.CanCollide = false
  3819. p62.Locked = true
  3820. p62.FormFactor = Enum.FormFactor.Custom
  3821. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3822. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3823. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3824. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3825. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3826. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3827. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. b62 = Instance.new("SpecialMesh", p62)
  3829. b62.MeshType = Enum.MeshType.Wedge
  3830. b62.Name = "Mesh"
  3831. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3832. p63 = Instance.new("WedgePart", m6)
  3833. p63.BrickColor = BrickColor.new("Lime green")
  3834. p63.Material = Enum.Material.SmoothPlastic
  3835. p63.Name = "Wedge"
  3836. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3837. p63.CanCollide = false
  3838. p63.Locked = true
  3839. p63.FormFactor = Enum.FormFactor.Custom
  3840. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3841. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3842. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3843. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3844. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. b63 = Instance.new("SpecialMesh", p63)
  3848. b63.MeshType = Enum.MeshType.Wedge
  3849. b63.Name = "Mesh"
  3850. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3851. p64 = Instance.new("WedgePart", m6)
  3852. p64.BrickColor = BrickColor.new("Black")
  3853. p64.Material = Enum.Material.SmoothPlastic
  3854. p64.Name = "Wedge"
  3855. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3856. p64.CanCollide = false
  3857. p64.Locked = true
  3858. p64.FormFactor = Enum.FormFactor.Custom
  3859. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3860. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3861. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3862. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3863. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3864. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3865. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. b64 = Instance.new("SpecialMesh", p64)
  3867. b64.MeshType = Enum.MeshType.Wedge
  3868. b64.Name = "Mesh"
  3869. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3870. p65 = Instance.new("WedgePart", m6)
  3871. p65.BrickColor = BrickColor.new("Black")
  3872. p65.Material = Enum.Material.SmoothPlastic
  3873. p65.Name = "Wedge"
  3874. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3875. p65.CanCollide = false
  3876. p65.Locked = true
  3877. p65.FormFactor = Enum.FormFactor.Custom
  3878. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3879. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3880. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3881. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3882. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3883. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. b65 = Instance.new("SpecialMesh", p65)
  3886. b65.MeshType = Enum.MeshType.Wedge
  3887. b65.Name = "Mesh"
  3888. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3889. p66 = Instance.new("WedgePart", m6)
  3890. p66.BrickColor = BrickColor.new("Black")
  3891. p66.Material = Enum.Material.SmoothPlastic
  3892. p66.Name = "Wedge"
  3893. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3894. p66.CanCollide = false
  3895. p66.Locked = true
  3896. p66.FormFactor = Enum.FormFactor.Custom
  3897. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3898. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3899. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3900. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3901. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3902. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3903. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3904. b66 = Instance.new("SpecialMesh", p66)
  3905. b66.MeshType = Enum.MeshType.Wedge
  3906. b66.Name = "Mesh"
  3907. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3908. p67 = Instance.new("WedgePart", m6)
  3909. p67.BrickColor = BrickColor.new("Black")
  3910. p67.Material = Enum.Material.SmoothPlastic
  3911. p67.Name = "Wedge"
  3912. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3913. p67.CanCollide = false
  3914. p67.Locked = true
  3915. p67.FormFactor = Enum.FormFactor.Custom
  3916. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3917. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3918. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3919. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3920. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3921. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3922. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3923. b67 = Instance.new("SpecialMesh", p67)
  3924. b67.MeshType = Enum.MeshType.Wedge
  3925. b67.Name = "Mesh"
  3926. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3927. p68 = Instance.new("WedgePart", m6)
  3928. p68.BrickColor = BrickColor.new("Lime green")
  3929. p68.Name = "Wedge"
  3930. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3931. p68.CanCollide = false
  3932. p68.Locked = true
  3933. p68.FormFactor = Enum.FormFactor.Custom
  3934. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3935. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3936. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3937. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3938. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3939. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3941. b68 = Instance.new("SpecialMesh", p68)
  3942. b68.MeshType = Enum.MeshType.Wedge
  3943. b68.Name = "Mesh"
  3944. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3945. p69 = Instance.new("WedgePart", m6)
  3946. p69.BrickColor = BrickColor.new("Lime green")
  3947. p69.Name = "Wedge"
  3948. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3949. p69.CanCollide = false
  3950. p69.Locked = true
  3951. p69.FormFactor = Enum.FormFactor.Custom
  3952. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3953. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3954. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3955. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3956. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3959. b69 = Instance.new("SpecialMesh", p69)
  3960. b69.MeshType = Enum.MeshType.Wedge
  3961. b69.Name = "Mesh"
  3962. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3963. p70 = Instance.new("WedgePart", m6)
  3964. p70.BrickColor = BrickColor.new("Black")
  3965. p70.Material = Enum.Material.SmoothPlastic
  3966. p70.Name = "Wedge"
  3967. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3968. p70.CanCollide = false
  3969. p70.Locked = true
  3970. p70.FormFactor = Enum.FormFactor.Custom
  3971. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3972. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3973. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3974. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3975. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3976. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3977. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. b70 = Instance.new("SpecialMesh", p70)
  3979. b70.MeshType = Enum.MeshType.Wedge
  3980. b70.Name = "Mesh"
  3981. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3982. p71 = Instance.new("WedgePart", m6)
  3983. p71.BrickColor = BrickColor.new("Lime green")
  3984. p71.Name = "Wedge"
  3985. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3986. p71.CanCollide = false
  3987. p71.Locked = true
  3988. p71.FormFactor = Enum.FormFactor.Custom
  3989. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3990. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3991. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3992. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3993. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3995. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3996. b71 = Instance.new("SpecialMesh", p71)
  3997. b71.MeshType = Enum.MeshType.Wedge
  3998. b71.Name = "Mesh"
  3999. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4000. p72 = Instance.new("WedgePart", m6)
  4001. p72.BrickColor = BrickColor.new("Black")
  4002. p72.Material = Enum.Material.SmoothPlastic
  4003. p72.Name = "Wedge"
  4004. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4005. p72.CanCollide = false
  4006. p72.Locked = true
  4007. p72.FormFactor = Enum.FormFactor.Custom
  4008. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4009. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4010. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4011. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4012. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4013. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4014. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4015. b72 = Instance.new("SpecialMesh", p72)
  4016. b72.MeshType = Enum.MeshType.Wedge
  4017. b72.Name = "Mesh"
  4018. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4019. p73 = Instance.new("WedgePart", m6)
  4020. p73.BrickColor = BrickColor.new("Black")
  4021. p73.Material = Enum.Material.SmoothPlastic
  4022. p73.Name = "Wedge"
  4023. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4024. p73.CanCollide = false
  4025. p73.Locked = true
  4026. p73.FormFactor = Enum.FormFactor.Custom
  4027. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4028. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4029. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4033. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. b73 = Instance.new("SpecialMesh", p73)
  4035. b73.MeshType = Enum.MeshType.Wedge
  4036. b73.Name = "Mesh"
  4037. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4038. p74 = Instance.new("WedgePart", m6)
  4039. p74.BrickColor = BrickColor.new("Black")
  4040. p74.Material = Enum.Material.SmoothPlastic
  4041. p74.Name = "Wedge"
  4042. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4043. p74.CanCollide = false
  4044. p74.Locked = true
  4045. p74.FormFactor = Enum.FormFactor.Custom
  4046. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4047. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4048. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4049. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4051. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4052. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. b74 = Instance.new("SpecialMesh", p74)
  4054. b74.MeshType = Enum.MeshType.Wedge
  4055. b74.Name = "Mesh"
  4056. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4057. p75 = Instance.new("WedgePart", m6)
  4058. p75.BrickColor = BrickColor.new("Black")
  4059. p75.Material = Enum.Material.SmoothPlastic
  4060. p75.Name = "Wedge"
  4061. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4062. p75.CanCollide = false
  4063. p75.Locked = true
  4064. p75.FormFactor = Enum.FormFactor.Custom
  4065. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4066. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4067. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4072. b75 = Instance.new("SpecialMesh", p75)
  4073. b75.MeshType = Enum.MeshType.Wedge
  4074. b75.Name = "Mesh"
  4075. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4076. p76 = Instance.new("WedgePart", m6)
  4077. p76.BrickColor = BrickColor.new("Black")
  4078. p76.Material = Enum.Material.SmoothPlastic
  4079. p76.Name = "Wedge"
  4080. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4081. p76.CanCollide = false
  4082. p76.Locked = true
  4083. p76.FormFactor = Enum.FormFactor.Custom
  4084. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4085. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4090. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4091. b76 = Instance.new("SpecialMesh", p76)
  4092. b76.MeshType = Enum.MeshType.Wedge
  4093. b76.Name = "Mesh"
  4094. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4095. p77 = Instance.new("WedgePart", m6)
  4096. p77.BrickColor = BrickColor.new("Lime green")
  4097. p77.Material = Enum.Material.SmoothPlastic
  4098. p77.Name = "Wedge"
  4099. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4100. p77.CanCollide = false
  4101. p77.Locked = true
  4102. p77.FormFactor = Enum.FormFactor.Custom
  4103. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4104. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4107. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4108. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4109. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4110. b77 = Instance.new("SpecialMesh", p77)
  4111. b77.MeshType = Enum.MeshType.Wedge
  4112. b77.Name = "Mesh"
  4113. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4114. p78 = Instance.new("WedgePart", m6)
  4115. p78.BrickColor = BrickColor.new("Black")
  4116. p78.Material = Enum.Material.SmoothPlastic
  4117. p78.Name = "Wedge"
  4118. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4119. p78.CanCollide = false
  4120. p78.Locked = true
  4121. p78.FormFactor = Enum.FormFactor.Custom
  4122. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4123. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4125. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4126. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4127. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4128. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4129. b78 = Instance.new("SpecialMesh", p78)
  4130. b78.MeshType = Enum.MeshType.Wedge
  4131. b78.Name = "Mesh"
  4132. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4133. p79 = Instance.new("WedgePart", m6)
  4134. p79.BrickColor = BrickColor.new("Lime green")
  4135. p79.Material = Enum.Material.SmoothPlastic
  4136. p79.Name = "Wedge"
  4137. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4138. p79.CanCollide = false
  4139. p79.Locked = true
  4140. p79.FormFactor = Enum.FormFactor.Custom
  4141. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4142. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4143. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4144. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4147. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4148. b79 = Instance.new("SpecialMesh", p79)
  4149. b79.MeshType = Enum.MeshType.Wedge
  4150. b79.Name = "Mesh"
  4151. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4152. p80 = Instance.new("WedgePart", m6)
  4153. p80.BrickColor = BrickColor.new("Black")
  4154. p80.Material = Enum.Material.SmoothPlastic
  4155. p80.Name = "Wedge"
  4156. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4157. p80.CanCollide = false
  4158. p80.Locked = true
  4159. p80.FormFactor = Enum.FormFactor.Custom
  4160. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4161. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4163. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4164. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4165. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4166. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4167. b80 = Instance.new("SpecialMesh", p80)
  4168. b80.MeshType = Enum.MeshType.Wedge
  4169. b80.Name = "Mesh"
  4170. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4171. w1 = Instance.new("Weld", p1)
  4172. w1.Name = "Joint"
  4173. w1.Part0 = p1
  4174. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4175. w1.Part1 = p47
  4176. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4177. w2 = Instance.new("Weld", p2)
  4178. w2.Name = "Joint"
  4179. w2.Part0 = p2
  4180. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4181. w2.Part1 = p11
  4182. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4183. w3 = Instance.new("Weld", p3)
  4184. w3.Name = "Joint"
  4185. w3.Part0 = p3
  4186. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4187. w3.Part1 = p50
  4188. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4189. w4 = Instance.new("Weld", p4)
  4190. w4.Name = "Joint"
  4191. w4.Part0 = p4
  4192. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4193. w4.Part1 = p5
  4194. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4195. w5 = Instance.new("Weld", p5)
  4196. w5.Name = "Joint"
  4197. w5.Part0 = p5
  4198. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4199. w5.Part1 = p27
  4200. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4201. w6 = Instance.new("Weld", p6)
  4202. w6.Name = "Joint"
  4203. w6.Part0 = p6
  4204. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4205. w6.Part1 = p14
  4206. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4207. w7 = Instance.new("Weld", p7)
  4208. w7.Name = "Joint"
  4209. w7.Part0 = p7
  4210. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4211. w7.Part1 = p10
  4212. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4213. w8 = Instance.new("Weld", p8)
  4214. w8.Name = "Joint"
  4215. w8.Part0 = p8
  4216. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4217. w8.Part1 = p32
  4218. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4219. w9 = Instance.new("Weld", p9)
  4220. w9.Name = "Joint"
  4221. w9.Part0 = p9
  4222. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4223. w9.Part1 = p16
  4224. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4225. w10 = Instance.new("Weld", p10)
  4226. w10.Name = "Joint"
  4227. w10.Part0 = p10
  4228. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4229. w10.Part1 = p61
  4230. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4231. w11 = Instance.new("Weld", p11)
  4232. w11.Name = "Joint"
  4233. w11.Part0 = p11
  4234. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4235. w11.Part1 = p13
  4236. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4237. w12 = Instance.new("Weld", p12)
  4238. w12.Name = "Joint"
  4239. w12.Part0 = p12
  4240. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4241. w12.Part1 = p29
  4242. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4243. w13 = Instance.new("Weld", p13)
  4244. w13.Name = "Joint"
  4245. w13.Part0 = p13
  4246. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4247. w13.Part1 = p48
  4248. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4249. w14 = Instance.new("Weld", p14)
  4250. w14.Name = "Joint"
  4251. w14.Part0 = p14
  4252. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4253. w14.Part1 = p60
  4254. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4255. w15 = Instance.new("Weld", p15)
  4256. w15.Name = "Joint"
  4257. w15.Part0 = p15
  4258. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4259. w15.Part1 = p17
  4260. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4261. w16 = Instance.new("Weld", p16)
  4262. w16.Name = "Joint"
  4263. w16.Part0 = p16
  4264. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4265. w16.Part1 = p48
  4266. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4267. w17 = Instance.new("Weld", p17)
  4268. w17.Name = "Joint"
  4269. w17.Part0 = p17
  4270. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4271. w17.Part1 = p50
  4272. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4273. w18 = Instance.new("Weld", p18)
  4274. w18.Name = "Joint"
  4275. w18.Part0 = p18
  4276. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4277. w18.Part1 = p50
  4278. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4279. w19 = Instance.new("Weld", p19)
  4280. w19.Name = "Joint"
  4281. w19.Part0 = p19
  4282. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4283. w19.Part1 = p54
  4284. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4285. w20 = Instance.new("Weld", p20)
  4286. w20.Name = "Joint"
  4287. w20.Part0 = p20
  4288. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4289. w20.Part1 = p21
  4290. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4291. w21 = Instance.new("Weld", p21)
  4292. w21.Name = "Joint"
  4293. w21.Part0 = p21
  4294. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4295. w21.Part1 = p37
  4296. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4297. w22 = Instance.new("Weld", p22)
  4298. w22.Name = "Joint"
  4299. w22.Part0 = p22
  4300. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4301. w22.Part1 = p8
  4302. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4303. w23 = Instance.new("Weld", p23)
  4304. w23.Name = "Joint"
  4305. w23.Part0 = p23
  4306. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4307. w23.Part1 = p35
  4308. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4309. w24 = Instance.new("Weld", p24)
  4310. w24.Name = "Joint"
  4311. w24.Part0 = p24
  4312. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4313. w24.Part1 = p48
  4314. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4315. w25 = Instance.new("Weld", p25)
  4316. w25.Name = "Joint"
  4317. w25.Part0 = p25
  4318. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4319. w25.Part1 = p8
  4320. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4321. w26 = Instance.new("Weld", p26)
  4322. w26.Name = "Joint"
  4323. w26.Part0 = p26
  4324. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4325. w26.Part1 = p6
  4326. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4327. w27 = Instance.new("Weld", p27)
  4328. w27.Name = "Joint"
  4329. w27.Part0 = p27
  4330. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4331. w27.Part1 = p48
  4332. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4333. w28 = Instance.new("Weld", p28)
  4334. w28.Name = "Joint"
  4335. w28.Part0 = p28
  4336. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4337. w28.Part1 = p35
  4338. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4339. w29 = Instance.new("Weld", p29)
  4340. w29.Name = "Joint"
  4341. w29.Part0 = p29
  4342. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4343. w29.Part1 = p37
  4344. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4345. w30 = Instance.new("Weld", p30)
  4346. w30.Name = "Joint"
  4347. w30.Part0 = p30
  4348. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4349. w30.Part1 = p20
  4350. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4351. w31 = Instance.new("Weld", p31)
  4352. w31.Name = "Joint"
  4353. w31.Part0 = p31
  4354. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4355. w31.Part1 = p16
  4356. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4357. w32 = Instance.new("Weld", p32)
  4358. w32.Name = "Joint"
  4359. w32.Part0 = p32
  4360. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4361. w32.Part1 = p48
  4362. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4363. w33 = Instance.new("Weld", p33)
  4364. w33.Name = "Joint"
  4365. w33.Part0 = p33
  4366. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4367. w33.Part1 = p21
  4368. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4369. w34 = Instance.new("Weld", p34)
  4370. w34.Name = "Joint"
  4371. w34.Part0 = p34
  4372. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4373. w34.Part1 = p27
  4374. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4375. w35 = Instance.new("Weld", p35)
  4376. w35.Name = "Joint"
  4377. w35.Part0 = p35
  4378. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4379. w35.Part1 = p58
  4380. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4381. w36 = Instance.new("Weld", p36)
  4382. w36.Name = "Joint"
  4383. w36.Part0 = p36
  4384. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4385. w36.Part1 = p29
  4386. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4387. w37 = Instance.new("Weld", p37)
  4388. w37.Name = "Joint"
  4389. w37.Part0 = p37
  4390. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4391. w37.Part1 = p3
  4392. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4393. w38 = Instance.new("Weld", p38)
  4394. w38.Name = "Joint"
  4395. w38.Part0 = p38
  4396. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4397. w38.Part1 = p4
  4398. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4399. w39 = Instance.new("Weld", p39)
  4400. w39.Name = "Joint"
  4401. w39.Part0 = p39
  4402. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4403. w39.Part1 = p12
  4404. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4405. w40 = Instance.new("Weld", p40)
  4406. w40.Name = "Joint"
  4407. w40.Part0 = p40
  4408. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4409. w40.Part1 = p52
  4410. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4411. w41 = Instance.new("Weld", p41)
  4412. w41.Name = "Joint"
  4413. w41.Part0 = p41
  4414. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4415. w41.Part1 = p5
  4416. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4417. w42 = Instance.new("Weld", p42)
  4418. w42.Name = "Joint"
  4419. w42.Part0 = p42
  4420. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4421. w42.Part1 = p8
  4422. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4423. w43 = Instance.new("Weld", p43)
  4424. w43.Name = "Joint"
  4425. w43.Part0 = p43
  4426. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4427. w43.Part1 = p5
  4428. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4429. w44 = Instance.new("Weld", p44)
  4430. w44.Name = "Joint"
  4431. w44.Part0 = p44
  4432. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4433. w44.Part1 = p15
  4434. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4435. w45 = Instance.new("Weld", p45)
  4436. w45.Name = "Joint"
  4437. w45.Part0 = p45
  4438. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4439. w45.Part1 = p11
  4440. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4441. w46 = Instance.new("Weld", p46)
  4442. w46.Name = "Joint"
  4443. w46.Part0 = p46
  4444. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4445. w46.Part1 = p6
  4446. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4447. w47 = Instance.new("Weld", p47)
  4448. w47.Name = "Joint"
  4449. w47.Part0 = p47
  4450. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4451. w47.Part1 = p18
  4452. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4453. w48 = Instance.new("Weld", p48)
  4454. w48.Name = "Joint"
  4455. w48.Part0 = p48
  4456. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4457. w48.Part1 = p37
  4458. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4459. w49 = Instance.new("Weld", p49)
  4460. w49.Name = "Joint"
  4461. w49.Part0 = p49
  4462. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4463. w49.Part1 = p47
  4464. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4465. w50 = Instance.new("Weld", p50)
  4466. w50.Name = "Joint"
  4467. w50.Part0 = p50
  4468. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4469. w50.Part1 = p6
  4470. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4471. w51 = Instance.new("Weld", p51)
  4472. w51.Name = "Joint"
  4473. w51.Part0 = p51
  4474. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4475. w51.Part1 = p52
  4476. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4477. w52 = Instance.new("Weld", p52)
  4478. w52.Name = "Joint"
  4479. w52.Part0 = p52
  4480. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4481. w52.Part1 = p3
  4482. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4483. w53 = Instance.new("Weld", p53)
  4484. w53.Name = "Joint"
  4485. w53.Part0 = p53
  4486. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4487. w53.Part1 = p9
  4488. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4489. w54 = Instance.new("Weld", p54)
  4490. w54.Name = "Joint"
  4491. w54.Part0 = p54
  4492. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4493. w54.Part1 = p9
  4494. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4495. w55 = Instance.new("Weld", p55)
  4496. w55.Name = "Joint"
  4497. w55.Part0 = p55
  4498. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4499. w55.Part1 = p8
  4500. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4501. w56 = Instance.new("Weld", p56)
  4502. w56.Name = "Joint"
  4503. w56.Part0 = p56
  4504. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4505. w56.Part1 = p20
  4506. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4507. w57 = Instance.new("Weld", p57)
  4508. w57.Name = "Joint"
  4509. w57.Part0 = p57
  4510. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4511. w57.Part1 = p47
  4512. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4513. w58 = Instance.new("Weld", p58)
  4514. w58.Name = "Joint"
  4515. w58.Part0 = p58
  4516. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4517. w58.Part1 = p3
  4518. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4519. w59 = Instance.new("Weld", p59)
  4520. w59.Name = "Joint"
  4521. w59.Part0 = p59
  4522. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4523. w59.Part1 = p32
  4524. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4525. w60 = Instance.new("Weld", p61)
  4526. w60.Name = "Joint"
  4527. w60.Part0 = p61
  4528. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4529. w60.Part1 = p48
  4530. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4531. w61 = Instance.new("Weld", p62)
  4532. w61.Name = "Joint"
  4533. w61.Part0 = p62
  4534. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4535. w61.Part1 = p10
  4536. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4537. w62 = Instance.new("Weld", p63)
  4538. w62.Name = "Joint"
  4539. w62.Part0 = p63
  4540. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4541. w62.Part1 = p7
  4542. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4543. w63 = Instance.new("Weld", p64)
  4544. w63.Name = "Joint"
  4545. w63.Part0 = p64
  4546. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4547. w63.Part1 = p54
  4548. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4549. w64 = Instance.new("Weld", p65)
  4550. w64.Name = "Joint"
  4551. w64.Part0 = p65
  4552. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4553. w64.Part1 = p13
  4554. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4555. w65 = Instance.new("Weld", p66)
  4556. w65.Name = "Joint"
  4557. w65.Part0 = p66
  4558. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4559. w65.Part1 = p52
  4560. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4561. w66 = Instance.new("Weld", p67)
  4562. w66.Name = "Joint"
  4563. w66.Part0 = p67
  4564. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4565. w66.Part1 = p16
  4566. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4567. w67 = Instance.new("Weld", p68)
  4568. w67.Name = "Joint"
  4569. w67.Part0 = p68
  4570. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4571. w67.Part1 = p11
  4572. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4573. w68 = Instance.new("Weld", p69)
  4574. w68.Name = "Joint"
  4575. w68.Part0 = p69
  4576. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4577. w68.Part1 = p11
  4578. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4579. w69 = Instance.new("Weld", p70)
  4580. w69.Name = "Joint"
  4581. w69.Part0 = p70
  4582. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4583. w69.Part1 = p58
  4584. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4585. w70 = Instance.new("Weld", p71)
  4586. w70.Name = "Joint"
  4587. w70.Part0 = p71
  4588. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4589. w70.Part1 = p54
  4590. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4591. w71 = Instance.new("Weld", p72)
  4592. w71.Name = "Joint"
  4593. w71.Part0 = p72
  4594. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4595. w71.Part1 = p9
  4596. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4597. w72 = Instance.new("Weld", p73)
  4598. w72.Name = "Joint"
  4599. w72.Part0 = p73
  4600. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4601. w72.Part1 = p13
  4602. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4603. w73 = Instance.new("Weld", p74)
  4604. w73.Name = "Joint"
  4605. w73.Part0 = p74
  4606. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4607. w73.Part1 = p10
  4608. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4609. w74 = Instance.new("Weld", p75)
  4610. w74.Name = "Joint"
  4611. w74.Part0 = p75
  4612. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4613. w74.Part1 = p54
  4614. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4615. w75 = Instance.new("Weld", p76)
  4616. w75.Name = "Joint"
  4617. w75.Part0 = p76
  4618. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4619. w75.Part1 = p32
  4620. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4621. w76 = Instance.new("Weld", p77)
  4622. w76.Name = "Joint"
  4623. w76.Part0 = p77
  4624. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4625. w76.Part1 = p15
  4626. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4627. w77 = Instance.new("Weld", p78)
  4628. w77.Name = "Joint"
  4629. w77.Part0 = p78
  4630. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4631. w77.Part1 = p15
  4632. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4633. w78 = Instance.new("Weld", p79)
  4634. w78.Name = "Joint"
  4635. w78.Part0 = p79
  4636. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4637. w78.Part1 = p51
  4638. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4639. w79 = Instance.new("Weld", p80)
  4640. w79.Name = "Joint"
  4641. w79.Part0 = p80
  4642. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4643. w79.Part1 = p12
  4644. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4645. m6.Parent = torso
  4646. m6:MakeJoints()
  4647. ----------------------------------------------------
  4648. local cor6 = Instance.new("Part", torso.Cloak)
  4649. cor6.Name = "Thingy"
  4650. cor6.Locked = true
  4651. cor6.BottomSurface = 0
  4652. cor6.CanCollide = false
  4653. cor6.Size = Vector3.new(1,1,1)
  4654. cor6.Transparency = 1
  4655. cor6.TopSurface = 0
  4656. corw6 = Instance.new("Weld", cor6)
  4657. corw6.Part0 = torso
  4658. corw6.Part1 = cor6
  4659. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4660. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4661. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  4662. weld6.Part0 = cor6
  4663. weld6.Part1 = torso.Cloak.NeckPart
  4664. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4665. --Amulet
  4666. m7 = Instance.new("Model")
  4667. m7.Name = "Amulet"
  4668. p1 = Instance.new("Part", m7)
  4669. p1.BrickColor = BrickColor.new("Lime green")
  4670. p1.Material = Enum.Material.Neon
  4671. p1.Name = "Center"
  4672. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4673. p1.CanCollide = false
  4674. p1.Locked = true
  4675. p1.FormFactor = Enum.FormFactor.Custom
  4676. p1.Shape = Enum.PartType.Cylinder
  4677. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  4678. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4679. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4680. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4681. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4682. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4683. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4684. p2 = Instance.new("Part", m7)
  4685. p2.BrickColor = BrickColor.new("Really black")
  4686. p2.Material = Enum.Material.Metal
  4687. p2.Name = "Bottom"
  4688. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4689. p2.CanCollide = false
  4690. p2.Locked = true
  4691. p2.FormFactor = Enum.FormFactor.Custom
  4692. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  4693. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4694. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4695. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4696. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4697. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4698. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4699. b1 = Instance.new("SpecialMesh", p2)
  4700. b1.MeshType = Enum.MeshType.Cylinder
  4701. b1.Name = "Mesh"
  4702. p3 = Instance.new("Part", m7)
  4703. p3.BrickColor = BrickColor.new("Really black")
  4704. p3.Material = Enum.Material.Metal
  4705. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4706. p3.CanCollide = false
  4707. p3.Locked = true
  4708. p3.FormFactor = Enum.FormFactor.Custom
  4709. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4710. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4711. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4712. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4713. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4714. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4715. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4716. b2 = Instance.new("SpecialMesh", p3)
  4717. b2.MeshType = Enum.MeshType.Brick
  4718. b2.Name = "Mesh"
  4719. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4720. p4 = Instance.new("Part", m7)
  4721. p4.BrickColor = BrickColor.new("Really black")
  4722. p4.Material = Enum.Material.Metal
  4723. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4724. p4.CanCollide = false
  4725. p4.Locked = true
  4726. p4.FormFactor = Enum.FormFactor.Custom
  4727. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4728. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4729. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4730. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4731. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4732. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4733. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4734. b3 = Instance.new("SpecialMesh", p4)
  4735. b3.MeshType = Enum.MeshType.Brick
  4736. b3.Name = "Mesh"
  4737. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4738. p5 = Instance.new("Part", m7)
  4739. p5.BrickColor = BrickColor.new("Really black")
  4740. p5.Material = Enum.Material.Metal
  4741. 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)
  4742. p5.CanCollide = false
  4743. p5.Locked = true
  4744. p5.FormFactor = Enum.FormFactor.Custom
  4745. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4746. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4747. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4748. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4749. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4750. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4751. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4752. b4 = Instance.new("SpecialMesh", p5)
  4753. b4.MeshType = Enum.MeshType.Brick
  4754. b4.Name = "Mesh"
  4755. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4756. p6 = Instance.new("Part", m7)
  4757. p6.BrickColor = BrickColor.new("Really black")
  4758. p6.Material = Enum.Material.Metal
  4759. 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)
  4760. p6.CanCollide = false
  4761. p6.Locked = true
  4762. p6.FormFactor = Enum.FormFactor.Custom
  4763. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4764. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4765. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4767. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4768. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4769. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4770. b5 = Instance.new("SpecialMesh", p6)
  4771. b5.MeshType = Enum.MeshType.Brick
  4772. b5.Name = "Mesh"
  4773. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4774. p7 = Instance.new("Part", m7)
  4775. p7.BrickColor = BrickColor.new("Really black")
  4776. p7.Material = Enum.Material.Metal
  4777. 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)
  4778. p7.CanCollide = false
  4779. p7.Locked = true
  4780. p7.FormFactor = Enum.FormFactor.Custom
  4781. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4782. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4783. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4784. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4785. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4786. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4787. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4788. b6 = Instance.new("SpecialMesh", p7)
  4789. b6.MeshType = Enum.MeshType.Brick
  4790. b6.Name = "Mesh"
  4791. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4792. p8 = Instance.new("Part", m7)
  4793. p8.BrickColor = BrickColor.new("Really black")
  4794. p8.Material = Enum.Material.Metal
  4795. 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)
  4796. p8.CanCollide = false
  4797. p8.Locked = true
  4798. p8.FormFactor = Enum.FormFactor.Custom
  4799. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4800. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4801. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4802. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4803. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4804. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4805. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4806. b7 = Instance.new("SpecialMesh", p8)
  4807. b7.MeshType = Enum.MeshType.Brick
  4808. b7.Name = "Mesh"
  4809. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4810. p9 = Instance.new("Part", m7)
  4811. p9.BrickColor = BrickColor.new("Really black")
  4812. p9.Material = Enum.Material.Metal
  4813. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  4814. p9.CanCollide = false
  4815. p9.Locked = true
  4816. p9.FormFactor = Enum.FormFactor.Custom
  4817. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4818. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4819. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4820. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4821. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4822. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4823. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4824. b8 = Instance.new("SpecialMesh", p9)
  4825. b8.MeshType = Enum.MeshType.Brick
  4826. b8.Name = "Mesh"
  4827. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4828. p10 = Instance.new("Part", m7)
  4829. p10.BrickColor = BrickColor.new("Really black")
  4830. p10.Material = Enum.Material.Metal
  4831. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  4832. p10.CanCollide = false
  4833. p10.Locked = true
  4834. p10.FormFactor = Enum.FormFactor.Custom
  4835. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4836. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4837. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4838. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4839. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4840. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4841. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4842. b9 = Instance.new("SpecialMesh", p10)
  4843. b9.MeshType = Enum.MeshType.Brick
  4844. b9.Name = "Mesh"
  4845. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4846. p11 = Instance.new("Part", m7)
  4847. p11.BrickColor = BrickColor.new("Really black")
  4848. p11.Material = Enum.Material.Metal
  4849. 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)
  4850. p11.CanCollide = false
  4851. p11.Locked = true
  4852. p11.FormFactor = Enum.FormFactor.Custom
  4853. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4854. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4855. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4856. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4857. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4858. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4859. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4860. b10 = Instance.new("SpecialMesh", p11)
  4861. b10.MeshType = Enum.MeshType.Brick
  4862. b10.Name = "Mesh"
  4863. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4864. p12 = Instance.new("Part", m7)
  4865. p12.BrickColor = BrickColor.new("Really black")
  4866. p12.Material = Enum.Material.Metal
  4867. 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)
  4868. p12.CanCollide = false
  4869. p12.Locked = true
  4870. p12.FormFactor = Enum.FormFactor.Custom
  4871. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4872. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4873. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4874. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4877. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4878. b11 = Instance.new("SpecialMesh", p12)
  4879. b11.MeshType = Enum.MeshType.Brick
  4880. b11.Name = "Mesh"
  4881. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4882. p13 = Instance.new("Part", m7)
  4883. p13.BrickColor = BrickColor.new("Really black")
  4884. p13.Material = Enum.Material.Metal
  4885. 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)
  4886. p13.CanCollide = false
  4887. p13.Locked = true
  4888. p13.FormFactor = Enum.FormFactor.Custom
  4889. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4890. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4891. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4892. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4893. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4894. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4895. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4896. b12 = Instance.new("SpecialMesh", p13)
  4897. b12.MeshType = Enum.MeshType.Brick
  4898. b12.Name = "Mesh"
  4899. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4900. p14 = Instance.new("Part", m7)
  4901. p14.BrickColor = BrickColor.new("Really black")
  4902. p14.Material = Enum.Material.Metal
  4903. 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)
  4904. p14.CanCollide = false
  4905. p14.Locked = true
  4906. p14.FormFactor = Enum.FormFactor.Custom
  4907. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  4908. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4909. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4910. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4911. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4912. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4913. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4914. b13 = Instance.new("SpecialMesh", p14)
  4915. b13.MeshType = Enum.MeshType.Brick
  4916. b13.Name = "Mesh"
  4917. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  4918. p15 = Instance.new("Part", m7)
  4919. p15.BrickColor = BrickColor.new("Really black")
  4920. p15.Material = Enum.Material.Metal
  4921. p15.Name = "Top"
  4922. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  4923. p15.CanCollide = false
  4924. p15.Locked = true
  4925. p15.FormFactor = Enum.FormFactor.Custom
  4926. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  4927. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4929. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4930. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4931. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4932. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4933. b14 = Instance.new("SpecialMesh", p15)
  4934. b14.MeshType = Enum.MeshType.Cylinder
  4935. b14.Name = "Mesh"
  4936. w1 = Instance.new("Weld", p1)
  4937. w1.Name = "Joint"
  4938. w1.Part0 = p1
  4939. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4940. w1.Part1 = p15
  4941. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4942. w2 = Instance.new("Weld", p2)
  4943. w2.Name = "Joint"
  4944. w2.Part0 = p2
  4945. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4946. w2.Part1 = p1
  4947. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4948. w3 = Instance.new("Weld", p3)
  4949. w3.Name = "Joint"
  4950. w3.Part0 = p3
  4951. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4952. w3.Part1 = p1
  4953. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4954. w4 = Instance.new("Weld", p4)
  4955. w4.Name = "Joint"
  4956. w4.Part0 = p4
  4957. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4958. w4.Part1 = p1
  4959. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4960. w5 = Instance.new("Weld", p5)
  4961. w5.Name = "Joint"
  4962. w5.Part0 = p5
  4963. 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)
  4964. w5.Part1 = p1
  4965. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4966. w6 = Instance.new("Weld", p6)
  4967. w6.Name = "Joint"
  4968. w6.Part0 = p6
  4969. 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)
  4970. w6.Part1 = p1
  4971. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4972. w7 = Instance.new("Weld", p7)
  4973. w7.Name = "Joint"
  4974. w7.Part0 = p7
  4975. 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)
  4976. w7.Part1 = p1
  4977. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4978. w8 = Instance.new("Weld", p8)
  4979. w8.Name = "Joint"
  4980. w8.Part0 = p8
  4981. 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)
  4982. w8.Part1 = p1
  4983. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4984. w9 = Instance.new("Weld", p9)
  4985. w9.Name = "Joint"
  4986. w9.Part0 = p9
  4987. 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)
  4988. w9.Part1 = p1
  4989. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4990. w10 = Instance.new("Weld", p10)
  4991. w10.Name = "Joint"
  4992. w10.Part0 = p10
  4993. 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)
  4994. w10.Part1 = p1
  4995. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4996. w11 = Instance.new("Weld", p11)
  4997. w11.Name = "Joint"
  4998. w11.Part0 = p11
  4999. 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)
  5000. w11.Part1 = p1
  5001. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5002. w12 = Instance.new("Weld", p12)
  5003. w12.Name = "Joint"
  5004. w12.Part0 = p12
  5005. 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)
  5006. w12.Part1 = p1
  5007. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5008. w13 = Instance.new("Weld", p13)
  5009. w13.Name = "Joint"
  5010. w13.Part0 = p13
  5011. 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)
  5012. w13.Part1 = p1
  5013. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5014. w14 = Instance.new("Weld", p14)
  5015. w14.Name = "Joint"
  5016. w14.Part0 = p14
  5017. 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)
  5018. w14.Part1 = p1
  5019. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5020. m7.Parent = torso
  5021. m7:MakeJoints()
  5022. ----------------------------------------------------
  5023. local cor7 = Instance.new("Part", torso.Amulet)
  5024. cor7.Name = "Thingy"
  5025. cor7.Locked = true
  5026. cor7.BottomSurface = 0
  5027. cor7.CanCollide = false
  5028. cor7.Size = Vector3.new(1, 1, 1)
  5029. cor7.Transparency = 1
  5030. cor7.TopSurface = 0
  5031. corw7 = Instance.new("Weld", cor7)
  5032. corw7.Part0 = torso.Torso.Connection
  5033. corw7.Part1 = cor7
  5034. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  5035. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  5036. weld7 = Instance.new("Weld", torso.Amulet)
  5037. weld7.Part0 = cor7
  5038. weld7.Part1 = torso.Amulet.Top
  5039. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5040. --Zyrodoxa
  5041. m8 = Instance.new("Model")
  5042. m8.Name = "Zyrodoxa"
  5043. p1 = Instance.new("Part", m8)
  5044. p1.BrickColor = BrickColor.new("Really black")
  5045. p1.Material = Enum.Material.Metal
  5046. p1.Reflectance = 0.40000000596046
  5047. p1.Name = "Block"
  5048. 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)
  5049. p1.CanCollide = false
  5050. p1.Locked = true
  5051. p1.FormFactor = Enum.FormFactor.Custom
  5052. p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5053. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5054. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5055. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5056. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5057. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5058. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5059. b1 = Instance.new("BlockMesh", p1)
  5060. b1.Name = "Mesh"
  5061. b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5062. p2 = Instance.new("Part", m8)
  5063. p2.BrickColor = BrickColor.new("Black")
  5064. p2.Material = Enum.Material.Metal
  5065. p2.Reflectance = 0.40000000596046
  5066. p2.Name = "Block"
  5067. 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)
  5068. p2.CanCollide = false
  5069. p2.Locked = true
  5070. p2.FormFactor = Enum.FormFactor.Custom
  5071. p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5072. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5073. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5074. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5075. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5076. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5077. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5078. b2 = Instance.new("BlockMesh", p2)
  5079. b2.Name = "Mesh"
  5080. b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5081. p3 = Instance.new("Part", m8)
  5082. p3.BrickColor = BrickColor.new("Black")
  5083. p3.Material = Enum.Material.Metal
  5084. p3.Reflectance = 0.40000000596046
  5085. p3.Name = "Block"
  5086. 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)
  5087. p3.CanCollide = false
  5088. p3.Locked = true
  5089. p3.FormFactor = Enum.FormFactor.Custom
  5090. p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5091. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5092. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5093. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5094. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5095. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5096. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5097. b3 = Instance.new("BlockMesh", p3)
  5098. b3.Name = "Mesh"
  5099. b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5100. p4 = Instance.new("Part", m8)
  5101. p4.BrickColor = BrickColor.new("Lime green")
  5102. p4.Material = Enum.Material.Metal
  5103. p4.Name = "Block"
  5104. 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)
  5105. p4.CanCollide = false
  5106. p4.Locked = true
  5107. p4.FormFactor = Enum.FormFactor.Custom
  5108. p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5109. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5110. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5112. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5113. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5114. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5115. b4 = Instance.new("BlockMesh", p4)
  5116. b4.Name = "Mesh"
  5117. b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5118. p5 = Instance.new("Part", m8)
  5119. p5.BrickColor = BrickColor.new("Lime green")
  5120. p5.Material = Enum.Material.Neon
  5121. p5.Reflectance = 0.40000000596046
  5122. p5.Name = "Block"
  5123. 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)
  5124. p5.CanCollide = false
  5125. p5.Locked = true
  5126. p5.FormFactor = Enum.FormFactor.Custom
  5127. p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5128. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5129. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5130. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5133. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5134. b5 = Instance.new("BlockMesh", p5)
  5135. b5.Name = "Mesh"
  5136. b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
  5137. p6 = Instance.new("Part", m8)
  5138. p6.BrickColor = BrickColor.new("Parsley green")
  5139. p6.Material = Enum.Material.Metal
  5140. p6.Name = "Block"
  5141. 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)
  5142. p6.CanCollide = false
  5143. p6.Locked = true
  5144. p6.FormFactor = Enum.FormFactor.Custom
  5145. p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5146. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5147. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5148. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5149. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5152. b6 = Instance.new("BlockMesh", p6)
  5153. b6.Name = "Mesh"
  5154. b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5155. p7 = Instance.new("Part", m8)
  5156. p7.BrickColor = BrickColor.new("Lime green")
  5157. p7.Material = Enum.Material.Neon
  5158. p7.Reflectance = 0.40000000596046
  5159. p7.Name = "Block"
  5160. 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)
  5161. p7.CanCollide = false
  5162. p7.Locked = true
  5163. p7.FormFactor = Enum.FormFactor.Custom
  5164. p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5165. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5166. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5167. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5168. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5169. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5170. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5171. b7 = Instance.new("BlockMesh", p7)
  5172. b7.Name = "Mesh"
  5173. b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5174. p8 = Instance.new("Part", m8)
  5175. p8.BrickColor = BrickColor.new("Lime green")
  5176. p8.Material = Enum.Material.Neon
  5177. p8.Reflectance = 0.40000000596046
  5178. p8.Name = "Block"
  5179. 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)
  5180. p8.CanCollide = false
  5181. p8.Locked = true
  5182. p8.FormFactor = Enum.FormFactor.Custom
  5183. p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5184. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5185. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5186. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5187. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5188. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5189. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5190. b8 = Instance.new("BlockMesh", p8)
  5191. b8.Name = "Mesh"
  5192. b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5193. p9 = Instance.new("Part", m8)
  5194. p9.BrickColor = BrickColor.new("Really black")
  5195. p9.Material = Enum.Material.Metal
  5196. p9.Reflectance = 0.40000000596046
  5197. p9.Name = "Block"
  5198. 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)
  5199. p9.CanCollide = false
  5200. p9.Locked = true
  5201. p9.FormFactor = Enum.FormFactor.Custom
  5202. p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5203. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5204. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5205. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5206. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5207. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5208. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5209. b9 = Instance.new("BlockMesh", p9)
  5210. b9.Name = "Mesh"
  5211. b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5212. p10 = Instance.new("Part", m8)
  5213. p10.BrickColor = BrickColor.new("Really black")
  5214. p10.Material = Enum.Material.Metal
  5215. p10.Reflectance = 0.40000000596046
  5216. p10.Name = "Block"
  5217. 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)
  5218. p10.CanCollide = false
  5219. p10.Locked = true
  5220. p10.FormFactor = Enum.FormFactor.Custom
  5221. p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5222. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5223. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5224. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5225. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5226. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5227. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5228. b10 = Instance.new("BlockMesh", p10)
  5229. b10.Name = "Mesh"
  5230. b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5231. p11 = Instance.new("Part", m8)
  5232. p11.BrickColor = BrickColor.new("Black")
  5233. p11.Material = Enum.Material.Metal
  5234. p11.Name = "Circle"
  5235. 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)
  5236. p11.CanCollide = false
  5237. p11.Locked = true
  5238. p11.FormFactor = Enum.FormFactor.Custom
  5239. p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
  5240. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5241. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5242. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5243. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5244. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5245. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5246. b11 = Instance.new("CylinderMesh", p11)
  5247. b11.Name = "Mesh"
  5248. b11.Scale = Vector3.new(1, 0.401569068, 1)
  5249. p12 = Instance.new("Part", m8)
  5250. p12.BrickColor = BrickColor.new("Lime green")
  5251. p12.Material = Enum.Material.Neon
  5252. p12.Reflectance = 0.40000000596046
  5253. p12.Name = "Block"
  5254. 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)
  5255. p12.CanCollide = false
  5256. p12.Locked = true
  5257. p12.FormFactor = Enum.FormFactor.Custom
  5258. p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5259. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5260. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5261. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5262. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5263. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5264. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5265. b12 = Instance.new("BlockMesh", p12)
  5266. b12.Name = "Mesh"
  5267. b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5268. p13 = Instance.new("Part", m8)
  5269. p13.BrickColor = BrickColor.new("Lime green")
  5270. p13.Material = Enum.Material.Metal
  5271. p13.Name = "Block"
  5272. 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)
  5273. p13.CanCollide = false
  5274. p13.Locked = true
  5275. p13.FormFactor = Enum.FormFactor.Custom
  5276. p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5277. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5278. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5279. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5280. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5281. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5282. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5283. b13 = Instance.new("BlockMesh", p13)
  5284. b13.Name = "Mesh"
  5285. b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5286. p14 = Instance.new("Part", m8)
  5287. p14.BrickColor = BrickColor.new("Black")
  5288. p14.Material = Enum.Material.Metal
  5289. p14.Reflectance = 0.40000000596046
  5290. p14.Name = "Block"
  5291. 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)
  5292. p14.CanCollide = false
  5293. p14.Locked = true
  5294. p14.FormFactor = Enum.FormFactor.Custom
  5295. p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
  5296. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5297. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5298. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5299. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5300. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5301. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5302. b14 = Instance.new("BlockMesh", p14)
  5303. b14.Name = "Mesh"
  5304. b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
  5305. p15 = Instance.new("Part", m8)
  5306. p15.BrickColor = BrickColor.new("Really black")
  5307. p15.Material = Enum.Material.Metal
  5308. p15.Reflectance = 0.40000000596046
  5309. p15.Name = "Block"
  5310. 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)
  5311. p15.CanCollide = false
  5312. p15.Locked = true
  5313. p15.FormFactor = Enum.FormFactor.Custom
  5314. p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5315. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5316. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5317. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5318. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5319. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5320. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5321. b15 = Instance.new("BlockMesh", p15)
  5322. b15.Name = "Mesh"
  5323. b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5324. p16 = Instance.new("Part", m8)
  5325. p16.BrickColor = BrickColor.new("Really black")
  5326. p16.Material = Enum.Material.Metal
  5327. p16.Name = "Handle"
  5328. 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)
  5329. p16.CanCollide = false
  5330. p16.Locked = true
  5331. p16.FormFactor = Enum.FormFactor.Custom
  5332. p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
  5333. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5334. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5335. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5336. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5337. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5338. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5339. b16 = Instance.new("BlockMesh", p16)
  5340. b16.Name = "Mesh"
  5341. b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
  5342. p17 = Instance.new("Part", m8)
  5343. p17.BrickColor = BrickColor.new("Lime green")
  5344. p17.Material = Enum.Material.Neon
  5345. p17.Reflectance = 0.40000000596046
  5346. p17.Name = "Block"
  5347. 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)
  5348. p17.CanCollide = false
  5349. p17.Locked = true
  5350. p17.FormFactor = Enum.FormFactor.Custom
  5351. p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5352. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5353. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5354. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5355. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5356. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5357. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5358. b17 = Instance.new("BlockMesh", p17)
  5359. b17.Name = "Mesh"
  5360. b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5361. p18 = Instance.new("Part", m8)
  5362. p18.BrickColor = BrickColor.new("Really black")
  5363. p18.Material = Enum.Material.Metal
  5364. p18.Name = "Block"
  5365. 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)
  5366. p18.CanCollide = false
  5367. p18.Locked = true
  5368. p18.FormFactor = Enum.FormFactor.Custom
  5369. p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5370. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5371. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5372. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5373. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5374. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5375. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5376. b18 = Instance.new("BlockMesh", p18)
  5377. b18.Name = "Mesh"
  5378. b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5379. p19 = Instance.new("Part", m8)
  5380. p19.BrickColor = BrickColor.new("Black")
  5381. p19.Material = Enum.Material.Metal
  5382. p19.Reflectance = 0.40000000596046
  5383. p19.Name = "Block"
  5384. 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)
  5385. p19.CanCollide = false
  5386. p19.Locked = true
  5387. p19.FormFactor = Enum.FormFactor.Custom
  5388. p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5389. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5390. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5391. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5393. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5394. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5395. b19 = Instance.new("BlockMesh", p19)
  5396. b19.Name = "Mesh"
  5397. b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  5398. p20 = Instance.new("Part", m8)
  5399. p20.BrickColor = BrickColor.new("Lime green")
  5400. p20.Material = Enum.Material.Metal
  5401. p20.Name = "Block"
  5402. 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)
  5403. p20.CanCollide = false
  5404. p20.Locked = true
  5405. p20.FormFactor = Enum.FormFactor.Custom
  5406. p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5407. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5408. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5409. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5410. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5411. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5412. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5413. b20 = Instance.new("BlockMesh", p20)
  5414. b20.Name = "Mesh"
  5415. b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5416. p21 = Instance.new("Part", m8)
  5417. p21.BrickColor = BrickColor.new("Really black")
  5418. p21.Material = Enum.Material.Metal
  5419. p21.Name = "Block"
  5420. 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)
  5421. p21.CanCollide = false
  5422. p21.Locked = true
  5423. p21.FormFactor = Enum.FormFactor.Custom
  5424. p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5425. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5426. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5427. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5428. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5429. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5430. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5431. b21 = Instance.new("BlockMesh", p21)
  5432. b21.Name = "Mesh"
  5433. b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5434. p22 = Instance.new("Part", m8)
  5435. p22.BrickColor = BrickColor.new("Really black")
  5436. p22.Material = Enum.Material.Metal
  5437. p22.Reflectance = 0.40000000596046
  5438. p22.Name = "Block"
  5439. 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)
  5440. p22.CanCollide = false
  5441. p22.Locked = true
  5442. p22.FormFactor = Enum.FormFactor.Custom
  5443. p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5444. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5445. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5446. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5447. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5448. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5449. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5450. b22 = Instance.new("BlockMesh", p22)
  5451. b22.Name = "Mesh"
  5452. b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5453. p23 = Instance.new("Part", m8)
  5454. p23.BrickColor = BrickColor.new("Lime green")
  5455. p23.Material = Enum.Material.Marble
  5456. p23.Name = "Block"
  5457. 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)
  5458. p23.CanCollide = false
  5459. p23.Locked = true
  5460. p23.FormFactor = Enum.FormFactor.Custom
  5461. p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
  5462. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5463. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5464. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5465. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5466. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5467. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5468. b23 = Instance.new("BlockMesh", p23)
  5469. b23.Name = "Mesh"
  5470. b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
  5471. p24 = Instance.new("Part", m8)
  5472. p24.BrickColor = BrickColor.new("Really black")
  5473. p24.Material = Enum.Material.Metal
  5474. p24.Name = "Block"
  5475. 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)
  5476. p24.CanCollide = false
  5477. p24.Locked = true
  5478. p24.FormFactor = Enum.FormFactor.Custom
  5479. p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5480. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5481. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5482. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5483. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5484. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5485. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5486. b24 = Instance.new("BlockMesh", p24)
  5487. b24.Name = "Mesh"
  5488. b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5489. p25 = Instance.new("Part", m8)
  5490. p25.BrickColor = BrickColor.new("Lime green")
  5491. p25.Material = Enum.Material.Marble
  5492. p25.Name = "Block"
  5493. 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)
  5494. p25.CanCollide = false
  5495. p25.Locked = true
  5496. p25.FormFactor = Enum.FormFactor.Custom
  5497. p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5498. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5499. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5500. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5501. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5502. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5503. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5504. b25 = Instance.new("BlockMesh", p25)
  5505. b25.Name = "Mesh"
  5506. b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5507. p26 = Instance.new("Part", m8)
  5508. p26.BrickColor = BrickColor.new("Really black")
  5509. p26.Material = Enum.Material.Metal
  5510. p26.Reflectance = 0.40000000596046
  5511. p26.Name = "Block"
  5512. 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)
  5513. p26.CanCollide = false
  5514. p26.Locked = true
  5515. p26.FormFactor = Enum.FormFactor.Custom
  5516. p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5517. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5518. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5519. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5520. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5521. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5522. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5523. b26 = Instance.new("BlockMesh", p26)
  5524. b26.Name = "Mesh"
  5525. b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5526. p27 = Instance.new("Part", m8)
  5527. p27.BrickColor = BrickColor.new("Lime green")
  5528. p27.Material = Enum.Material.Metal
  5529. p27.Name = "Block"
  5530. 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)
  5531. p27.CanCollide = false
  5532. p27.Locked = true
  5533. p27.FormFactor = Enum.FormFactor.Custom
  5534. p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5535. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5536. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5537. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5538. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5539. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5540. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5541. b27 = Instance.new("BlockMesh", p27)
  5542. b27.Name = "Mesh"
  5543. b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5544. p28 = Instance.new("Part", m8)
  5545. p28.BrickColor = BrickColor.new("Really black")
  5546. p28.Material = Enum.Material.SmoothPlastic
  5547. p28.Reflectance = 0.0099999997764826
  5548. p28.Name = "Circle"
  5549. 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)
  5550. p28.CanCollide = false
  5551. p28.Locked = true
  5552. p28.FormFactor = Enum.FormFactor.Custom
  5553. p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5554. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5555. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5556. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5557. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5558. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5559. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. b28 = Instance.new("CylinderMesh", p28)
  5561. b28.Name = "Mesh"
  5562. b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  5563. p29 = Instance.new("Part", m8)
  5564. p29.BrickColor = BrickColor.new("Black")
  5565. p29.Material = Enum.Material.Metal
  5566. p29.Reflectance = 0.40000000596046
  5567. p29.Name = "Block"
  5568. 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)
  5569. p29.CanCollide = false
  5570. p29.Locked = true
  5571. p29.FormFactor = Enum.FormFactor.Custom
  5572. p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
  5573. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5574. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5575. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5576. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5577. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. b29 = Instance.new("BlockMesh", p29)
  5580. b29.Name = "Mesh"
  5581. b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
  5582. p30 = Instance.new("Part", m8)
  5583. p30.BrickColor = BrickColor.new("Lime green")
  5584. p30.Material = Enum.Material.Metal
  5585. p30.Name = "Block"
  5586. 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)
  5587. p30.CanCollide = false
  5588. p30.Locked = true
  5589. p30.FormFactor = Enum.FormFactor.Custom
  5590. p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5591. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5592. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5593. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5594. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5595. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5596. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5597. b30 = Instance.new("BlockMesh", p30)
  5598. b30.Name = "Mesh"
  5599. b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5600. p31 = Instance.new("Part", m8)
  5601. p31.BrickColor = BrickColor.new("Lime green")
  5602. p31.Material = Enum.Material.Neon
  5603. p31.Reflectance = 0.40000000596046
  5604. p31.Name = "Block"
  5605. 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)
  5606. p31.CanCollide = false
  5607. p31.Locked = true
  5608. p31.FormFactor = Enum.FormFactor.Custom
  5609. p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5610. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5611. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5612. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5613. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5614. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. b31 = Instance.new("BlockMesh", p31)
  5617. b31.Name = "Mesh"
  5618. b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
  5619. p32 = Instance.new("Part", m8)
  5620. p32.BrickColor = BrickColor.new("Lime green")
  5621. p32.Material = Enum.Material.Metal
  5622. p32.Name = "Block"
  5623. 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)
  5624. p32.CanCollide = false
  5625. p32.Locked = true
  5626. p32.FormFactor = Enum.FormFactor.Custom
  5627. p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5628. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5629. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5630. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5631. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5634. b32 = Instance.new("BlockMesh", p32)
  5635. b32.Name = "Mesh"
  5636. b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5637. p33 = Instance.new("Part", m8)
  5638. p33.BrickColor = BrickColor.new("Really black")
  5639. p33.Material = Enum.Material.Metal
  5640. p33.Reflectance = 0.40000000596046
  5641. p33.Name = "Block"
  5642. 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)
  5643. p33.CanCollide = false
  5644. p33.Locked = true
  5645. p33.FormFactor = Enum.FormFactor.Custom
  5646. p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  5647. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5648. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5649. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5650. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5653. b33 = Instance.new("BlockMesh", p33)
  5654. b33.Name = "Mesh"
  5655. b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  5656. p34 = Instance.new("Part", m8)
  5657. p34.BrickColor = BrickColor.new("Lime green")
  5658. p34.Material = Enum.Material.Metal
  5659. p34.Name = "Block"
  5660. 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)
  5661. p34.CanCollide = false
  5662. p34.Locked = true
  5663. p34.FormFactor = Enum.FormFactor.Custom
  5664. p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5665. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5666. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5667. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5668. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5669. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5670. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5671. b34 = Instance.new("BlockMesh", p34)
  5672. b34.Name = "Mesh"
  5673. b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5674. p35 = Instance.new("Part", m8)
  5675. p35.BrickColor = BrickColor.new("Lime green")
  5676. p35.Material = Enum.Material.Metal
  5677. p35.Name = "Block"
  5678. 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)
  5679. p35.CanCollide = false
  5680. p35.Locked = true
  5681. p35.FormFactor = Enum.FormFactor.Custom
  5682. p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5683. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5684. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5685. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5686. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5687. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5688. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5689. b35 = Instance.new("BlockMesh", p35)
  5690. b35.Name = "Mesh"
  5691. b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5692. p36 = Instance.new("Part", m8)
  5693. p36.BrickColor = BrickColor.new("Lime green")
  5694. p36.Material = Enum.Material.Metal
  5695. p36.Name = "Block"
  5696. 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)
  5697. p36.CanCollide = false
  5698. p36.Locked = true
  5699. p36.FormFactor = Enum.FormFactor.Custom
  5700. p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5701. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5702. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5703. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5704. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5705. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5706. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5707. b36 = Instance.new("BlockMesh", p36)
  5708. b36.Name = "Mesh"
  5709. b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
  5710. p37 = Instance.new("Part", m8)
  5711. p37.BrickColor = BrickColor.new("Lime green")
  5712. p37.Material = Enum.Material.Marble
  5713. p37.Name = "Circle"
  5714. 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)
  5715. p37.CanCollide = false
  5716. p37.Locked = true
  5717. p37.FormFactor = Enum.FormFactor.Custom
  5718. p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5719. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5720. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5721. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5722. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5723. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5724. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5725. b37 = Instance.new("CylinderMesh", p37)
  5726. b37.Name = "Mesh"
  5727. b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
  5728. p38 = Instance.new("Part", m8)
  5729. p38.BrickColor = BrickColor.new("Really black")
  5730. p38.Material = Enum.Material.Metal
  5731. p38.Name = "Block"
  5732. 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)
  5733. p38.CanCollide = false
  5734. p38.Locked = true
  5735. p38.FormFactor = Enum.FormFactor.Custom
  5736. p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5737. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5738. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5739. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5740. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5741. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5742. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5743. b38 = Instance.new("BlockMesh", p38)
  5744. b38.Name = "Mesh"
  5745. b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
  5746. p39 = Instance.new("Part", m8)
  5747. p39.BrickColor = BrickColor.new("Really black")
  5748. p39.Material = Enum.Material.Metal
  5749. p39.Name = "Block"
  5750. 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)
  5751. p39.CanCollide = false
  5752. p39.Locked = true
  5753. p39.FormFactor = Enum.FormFactor.Custom
  5754. p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5755. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5756. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5757. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5758. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5759. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5760. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5761. b39 = Instance.new("BlockMesh", p39)
  5762. b39.Name = "Mesh"
  5763. b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
  5764. p40 = Instance.new("Part", m8)
  5765. p40.BrickColor = BrickColor.new("Really black")
  5766. p40.Material = Enum.Material.Metal
  5767. p40.Name = "Block"
  5768. 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)
  5769. p40.CanCollide = false
  5770. p40.Locked = true
  5771. p40.FormFactor = Enum.FormFactor.Custom
  5772. p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5773. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5774. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5775. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5776. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5777. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5778. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5779. b40 = Instance.new("BlockMesh", p40)
  5780. b40.Name = "Mesh"
  5781. b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5782. p41 = Instance.new("Part", m8)
  5783. p41.BrickColor = BrickColor.new("Lime green")
  5784. p41.Material = Enum.Material.Neon
  5785. p41.Reflectance = 0.40000000596046
  5786. p41.Name = "Block"
  5787. 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)
  5788. p41.CanCollide = false
  5789. p41.Locked = true
  5790. p41.FormFactor = Enum.FormFactor.Custom
  5791. p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5792. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5793. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5794. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5795. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5796. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5797. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5798. b41 = Instance.new("BlockMesh", p41)
  5799. b41.Name = "Mesh"
  5800. b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5801. p42 = Instance.new("Part", m8)
  5802. p42.BrickColor = BrickColor.new("Earth green")
  5803. p42.Material = Enum.Material.Metal
  5804. p42.Name = "Block"
  5805. 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)
  5806. p42.CanCollide = false
  5807. p42.Locked = true
  5808. p42.FormFactor = Enum.FormFactor.Custom
  5809. p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5810. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5811. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5812. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5813. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5814. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5815. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5816. b42 = Instance.new("BlockMesh", p42)
  5817. b42.Name = "Mesh"
  5818. b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  5819. p43 = Instance.new("Part", m8)
  5820. p43.BrickColor = BrickColor.new("Really black")
  5821. p43.Material = Enum.Material.Metal
  5822. p43.Name = "Block"
  5823. 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)
  5824. p43.CanCollide = false
  5825. p43.Locked = true
  5826. p43.FormFactor = Enum.FormFactor.Custom
  5827. p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5828. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5829. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5830. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5831. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5832. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5833. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5834. b43 = Instance.new("BlockMesh", p43)
  5835. b43.Name = "Mesh"
  5836. b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
  5837. p44 = Instance.new("Part", m8)
  5838. p44.BrickColor = BrickColor.new("Lime green")
  5839. p44.Material = Enum.Material.Marble
  5840. p44.Name = "Circle"
  5841. 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)
  5842. p44.CanCollide = false
  5843. p44.Locked = true
  5844. p44.FormFactor = Enum.FormFactor.Custom
  5845. p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5846. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5847. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5848. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5849. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5850. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5851. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5852. b44 = Instance.new("CylinderMesh", p44)
  5853. b44.Name = "Mesh"
  5854. b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
  5855. p45 = Instance.new("Part", m8)
  5856. p45.BrickColor = BrickColor.new("Lime green")
  5857. p45.Material = Enum.Material.Neon
  5858. p45.Reflectance = 0.40000000596046
  5859. p45.Name = "Block"
  5860. 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)
  5861. p45.CanCollide = false
  5862. p45.Locked = true
  5863. p45.FormFactor = Enum.FormFactor.Custom
  5864. p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5865. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5866. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5867. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5868. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5869. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5870. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5871. b45 = Instance.new("BlockMesh", p45)
  5872. b45.Name = "Mesh"
  5873. b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  5874. p46 = Instance.new("Part", m8)
  5875. p46.BrickColor = BrickColor.new("Black")
  5876. p46.Material = Enum.Material.Metal
  5877. p46.Name = "Block"
  5878. 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)
  5879. p46.CanCollide = false
  5880. p46.Locked = true
  5881. p46.FormFactor = Enum.FormFactor.Custom
  5882. p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
  5883. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5884. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5885. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5886. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5887. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5888. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5889. b46 = Instance.new("BlockMesh", p46)
  5890. b46.Name = "Mesh"
  5891. b46.Scale = Vector3.new(1, 0.401569068, 1)
  5892. p47 = Instance.new("Part", m8)
  5893. p47.BrickColor = BrickColor.new("Earth green")
  5894. p47.Material = Enum.Material.Metal
  5895. p47.Name = "Block"
  5896. 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)
  5897. p47.CanCollide = false
  5898. p47.Locked = true
  5899. p47.FormFactor = Enum.FormFactor.Custom
  5900. p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5901. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5902. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5903. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5904. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5905. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5906. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5907. b47 = Instance.new("BlockMesh", p47)
  5908. b47.Name = "Mesh"
  5909. b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  5910. p48 = Instance.new("Part", m8)
  5911. p48.BrickColor = BrickColor.new("Lime green")
  5912. p48.Material = Enum.Material.Metal
  5913. p48.Name = "Block"
  5914. 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)
  5915. p48.CanCollide = false
  5916. p48.Locked = true
  5917. p48.FormFactor = Enum.FormFactor.Custom
  5918. p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5919. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5920. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5921. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5922. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5923. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5924. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5925. b48 = Instance.new("BlockMesh", p48)
  5926. b48.Name = "Mesh"
  5927. b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5928. p49 = Instance.new("Part", m8)
  5929. p49.BrickColor = BrickColor.new("Lime green")
  5930. p49.Material = Enum.Material.Metal
  5931. p49.Name = "Block"
  5932. 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)
  5933. p49.CanCollide = false
  5934. p49.Locked = true
  5935. p49.FormFactor = Enum.FormFactor.Custom
  5936. p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5937. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5938. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5939. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5940. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5941. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5942. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5943. b49 = Instance.new("BlockMesh", p49)
  5944. b49.Name = "Mesh"
  5945. b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5946. p50 = Instance.new("Part", m8)
  5947. p50.BrickColor = BrickColor.new("Black")
  5948. p50.Material = Enum.Material.Metal
  5949. p50.Reflectance = 0.40000000596046
  5950. p50.Name = "Block"
  5951. 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)
  5952. p50.CanCollide = false
  5953. p50.Locked = true
  5954. p50.FormFactor = Enum.FormFactor.Custom
  5955. p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
  5956. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5957. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5958. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5959. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5960. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5961. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5962. b50 = Instance.new("BlockMesh", p50)
  5963. b50.Name = "Mesh"
  5964. b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
  5965. p51 = Instance.new("Part", m8)
  5966. p51.BrickColor = BrickColor.new("Lime green")
  5967. p51.Material = Enum.Material.Metal
  5968. p51.Name = "Block"
  5969. 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)
  5970. p51.CanCollide = false
  5971. p51.Locked = true
  5972. p51.FormFactor = Enum.FormFactor.Custom
  5973. p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5974. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5975. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5976. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5977. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5978. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5979. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5980. b51 = Instance.new("BlockMesh", p51)
  5981. b51.Name = "Mesh"
  5982. b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  5983. p52 = Instance.new("Part", m8)
  5984. p52.BrickColor = BrickColor.new("Lime green")
  5985. p52.Material = Enum.Material.Metal
  5986. p52.Name = "Block"
  5987. 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)
  5988. p52.CanCollide = false
  5989. p52.Locked = true
  5990. p52.FormFactor = Enum.FormFactor.Custom
  5991. p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  5992. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5993. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5994. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5995. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5996. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5997. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5998. b52 = Instance.new("BlockMesh", p52)
  5999. b52.Name = "Mesh"
  6000. b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6001. p53 = Instance.new("Part", m8)
  6002. p53.BrickColor = BrickColor.new("Really black")
  6003. p53.Material = Enum.Material.Metal
  6004. p53.Name = "Block"
  6005. 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)
  6006. p53.CanCollide = false
  6007. p53.Locked = true
  6008. p53.FormFactor = Enum.FormFactor.Custom
  6009. p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6010. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6011. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6012. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6013. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6014. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6015. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6016. b53 = Instance.new("BlockMesh", p53)
  6017. b53.Name = "Mesh"
  6018. b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
  6019. p54 = Instance.new("Part", m8)
  6020. p54.BrickColor = BrickColor.new("Really black")
  6021. p54.Material = Enum.Material.SmoothPlastic
  6022. p54.Reflectance = 0.0099999997764826
  6023. p54.Name = "Circle"
  6024. 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)
  6025. p54.CanCollide = false
  6026. p54.Locked = true
  6027. p54.FormFactor = Enum.FormFactor.Custom
  6028. p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6029. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6030. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6031. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6032. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6033. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6034. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6035. b54 = Instance.new("CylinderMesh", p54)
  6036. b54.Name = "Mesh"
  6037. b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  6038. p55 = Instance.new("Part", m8)
  6039. p55.BrickColor = BrickColor.new("Really black")
  6040. p55.Material = Enum.Material.Metal
  6041. p55.Reflectance = 0.40000000596046
  6042. p55.Name = "Block"
  6043. 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)
  6044. p55.CanCollide = false
  6045. p55.Locked = true
  6046. p55.FormFactor = Enum.FormFactor.Custom
  6047. p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6048. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6049. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6050. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6051. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6052. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6053. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6054. b55 = Instance.new("BlockMesh", p55)
  6055. b55.Name = "Mesh"
  6056. b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  6057. p56 = Instance.new("Part", m8)
  6058. p56.BrickColor = BrickColor.new("Black")
  6059. p56.Material = Enum.Material.Metal
  6060. p56.Reflectance = 0.40000000596046
  6061. p56.Name = "Block"
  6062. 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)
  6063. p56.CanCollide = false
  6064. p56.Locked = true
  6065. p56.FormFactor = Enum.FormFactor.Custom
  6066. p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6067. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6068. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6069. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6070. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6071. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6072. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6073. b56 = Instance.new("BlockMesh", p56)
  6074. b56.Name = "Mesh"
  6075. b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6076. p57 = Instance.new("Part", m8)
  6077. p57.BrickColor = BrickColor.new("Black")
  6078. p57.Material = Enum.Material.Metal
  6079. p57.Reflectance = 0.40000000596046
  6080. p57.Name = "Block"
  6081. 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)
  6082. p57.CanCollide = false
  6083. p57.Locked = true
  6084. p57.FormFactor = Enum.FormFactor.Custom
  6085. p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6086. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6087. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6088. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6089. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6090. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6091. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6092. b57 = Instance.new("BlockMesh", p57)
  6093. b57.Name = "Mesh"
  6094. b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6095. p58 = Instance.new("Part", m8)
  6096. p58.BrickColor = BrickColor.new("Lime green")
  6097. p58.Material = Enum.Material.Marble
  6098. p58.Name = "Block"
  6099. 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)
  6100. p58.CanCollide = false
  6101. p58.Locked = true
  6102. p58.FormFactor = Enum.FormFactor.Custom
  6103. p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
  6104. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6105. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6106. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6107. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6108. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6109. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6110. b58 = Instance.new("BlockMesh", p58)
  6111. b58.Name = "Mesh"
  6112. b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
  6113. p59 = Instance.new("Part", m8)
  6114. p59.BrickColor = BrickColor.new("Lime green")
  6115. p59.Material = Enum.Material.Metal
  6116. p59.Name = "Block"
  6117. 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)
  6118. p59.CanCollide = false
  6119. p59.Locked = true
  6120. p59.FormFactor = Enum.FormFactor.Custom
  6121. p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6122. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6123. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6124. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6125. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6126. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6127. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6128. b59 = Instance.new("BlockMesh", p59)
  6129. b59.Name = "Mesh"
  6130. b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
  6131. p60 = Instance.new("Part", m8)
  6132. p60.BrickColor = BrickColor.new("Lime green")
  6133. p60.Material = Enum.Material.Marble
  6134. p60.Name = "Circle"
  6135. 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)
  6136. p60.CanCollide = false
  6137. p60.Locked = true
  6138. p60.FormFactor = Enum.FormFactor.Custom
  6139. p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6140. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6141. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6142. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6143. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6144. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6145. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6146. b60 = Instance.new("CylinderMesh", p60)
  6147. b60.Name = "Mesh"
  6148. b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
  6149. p61 = Instance.new("Part", m8)
  6150. p61.BrickColor = BrickColor.new("Black")
  6151. p61.Material = Enum.Material.Metal
  6152. p61.Name = "Circle"
  6153. 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)
  6154. p61.CanCollide = false
  6155. p61.Locked = true
  6156. p61.FormFactor = Enum.FormFactor.Custom
  6157. p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
  6158. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6159. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6160. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6161. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6162. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6163. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6164. b61 = Instance.new("CylinderMesh", p61)
  6165. b61.Name = "Mesh"
  6166. b61.Scale = Vector3.new(1, 0.401569068, 1)
  6167. p62 = Instance.new("Part", m8)
  6168. p62.BrickColor = BrickColor.new("Lime green")
  6169. p62.Material = Enum.Material.Metal
  6170. p62.Name = "Block"
  6171. 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)
  6172. p62.CanCollide = false
  6173. p62.Locked = true
  6174. p62.FormFactor = Enum.FormFactor.Custom
  6175. p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6176. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6177. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6178. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6179. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6180. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6181. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6182. b62 = Instance.new("BlockMesh", p62)
  6183. b62.Name = "Mesh"
  6184. b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6185. p63 = Instance.new("Part", m8)
  6186. p63.BrickColor = BrickColor.new("Lime green")
  6187. p63.Material = Enum.Material.Metal
  6188. p63.Name = "Block"
  6189. 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)
  6190. p63.CanCollide = false
  6191. p63.Locked = true
  6192. p63.FormFactor = Enum.FormFactor.Custom
  6193. p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6194. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6195. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6196. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6197. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6198. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6199. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6200. b63 = Instance.new("BlockMesh", p63)
  6201. b63.Name = "Mesh"
  6202. b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6203. p64 = Instance.new("Part", m8)
  6204. p64.BrickColor = BrickColor.new("Really black")
  6205. p64.Material = Enum.Material.SmoothPlastic
  6206. p64.Reflectance = 0.0099999997764826
  6207. p64.Name = "Block"
  6208. 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)
  6209. p64.CanCollide = false
  6210. p64.Locked = true
  6211. p64.FormFactor = Enum.FormFactor.Custom
  6212. p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6213. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6214. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6215. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6216. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6217. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6218. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6219. b64 = Instance.new("BlockMesh", p64)
  6220. b64.Name = "Mesh"
  6221. b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
  6222. p65 = Instance.new("Part", m8)
  6223. p65.BrickColor = BrickColor.new("Lime green")
  6224. p65.Material = Enum.Material.Metal
  6225. p65.Name = "Block"
  6226. 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)
  6227. p65.CanCollide = false
  6228. p65.Locked = true
  6229. p65.FormFactor = Enum.FormFactor.Custom
  6230. p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6231. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6232. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6233. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6234. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6235. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6236. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6237. b65 = Instance.new("BlockMesh", p65)
  6238. b65.Name = "Mesh"
  6239. b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6240. p66 = Instance.new("Part", m8)
  6241. p66.BrickColor = BrickColor.new("Really black")
  6242. p66.Material = Enum.Material.Metal
  6243. p66.Reflectance = 0.40000000596046
  6244. p66.Name = "Block"
  6245. 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)
  6246. p66.CanCollide = false
  6247. p66.Locked = true
  6248. p66.FormFactor = Enum.FormFactor.Custom
  6249. p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6250. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6251. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6252. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6253. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6254. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6255. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6256. b66 = Instance.new("BlockMesh", p66)
  6257. b66.Name = "Mesh"
  6258. b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
  6259. p67 = Instance.new("Part", m8)
  6260. p67.BrickColor = BrickColor.new("Lime green")
  6261. p67.Material = Enum.Material.Metal
  6262. p67.Name = "Block"
  6263. 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)
  6264. p67.CanCollide = false
  6265. p67.Locked = true
  6266. p67.FormFactor = Enum.FormFactor.Custom
  6267. p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6268. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6269. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6270. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6271. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6272. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6273. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6274. b67 = Instance.new("BlockMesh", p67)
  6275. b67.Name = "Mesh"
  6276. b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
  6277. p68 = Instance.new("Part", m8)
  6278. p68.BrickColor = BrickColor.new("Black")
  6279. p68.Material = Enum.Material.Metal
  6280. p68.Reflectance = 0.40000000596046
  6281. p68.Name = "Block"
  6282. 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)
  6283. p68.CanCollide = false
  6284. p68.Locked = true
  6285. p68.FormFactor = Enum.FormFactor.Custom
  6286. p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
  6287. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6288. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6289. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6290. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6291. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6292. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6293. b68 = Instance.new("BlockMesh", p68)
  6294. b68.Name = "Mesh"
  6295. b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
  6296. p69 = Instance.new("Part", m8)
  6297. p69.BrickColor = BrickColor.new("Earth green")
  6298. p69.Material = Enum.Material.Metal
  6299. p69.Name = "Block"
  6300. 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)
  6301. p69.CanCollide = false
  6302. p69.Locked = true
  6303. p69.FormFactor = Enum.FormFactor.Custom
  6304. p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6305. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6306. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6307. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6308. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6309. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6310. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6311. b69 = Instance.new("BlockMesh", p69)
  6312. b69.Name = "Mesh"
  6313. b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
  6314. p70 = Instance.new("Part", m8)
  6315. p70.BrickColor = BrickColor.new("Lime green")
  6316. p70.Material = Enum.Material.Marble
  6317. p70.Name = "Circle"
  6318. 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)
  6319. p70.CanCollide = false
  6320. p70.Locked = true
  6321. p70.FormFactor = Enum.FormFactor.Custom
  6322. p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6323. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6324. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6325. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6326. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6327. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6328. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6329. b70 = Instance.new("CylinderMesh", p70)
  6330. b70.Name = "Mesh"
  6331. b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
  6332. p71 = Instance.new("WedgePart", m8)
  6333. p71.BrickColor = BrickColor.new("Lime green")
  6334. p71.Material = Enum.Material.Neon
  6335. p71.Reflectance = 0.40000000596046
  6336. p71.Name = "Wedge"
  6337. 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)
  6338. p71.CanCollide = false
  6339. p71.Locked = true
  6340. p71.FormFactor = Enum.FormFactor.Custom
  6341. p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6342. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6343. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6344. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6345. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6346. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6347. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6348. b71 = Instance.new("SpecialMesh", p71)
  6349. b71.MeshType = Enum.MeshType.Wedge
  6350. b71.Name = "Mesh"
  6351. b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6352. p72 = Instance.new("WedgePart", m8)
  6353. p72.BrickColor = BrickColor.new("Lime green")
  6354. p72.Material = Enum.Material.Neon
  6355. p72.Reflectance = 0.40000000596046
  6356. p72.Name = "Wedge"
  6357. 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)
  6358. p72.CanCollide = false
  6359. p72.Locked = true
  6360. p72.FormFactor = Enum.FormFactor.Custom
  6361. p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6362. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6363. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6364. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6365. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6366. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6367. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6368. b72 = Instance.new("SpecialMesh", p72)
  6369. b72.MeshType = Enum.MeshType.Wedge
  6370. b72.Name = "Mesh"
  6371. b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
  6372. p73 = Instance.new("WedgePart", m8)
  6373. p73.BrickColor = BrickColor.new("Lime green")
  6374. p73.Material = Enum.Material.Neon
  6375. p73.Reflectance = 0.40000000596046
  6376. p73.Name = "Wedge"
  6377. 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)
  6378. p73.CanCollide = false
  6379. p73.Locked = true
  6380. p73.FormFactor = Enum.FormFactor.Custom
  6381. p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6382. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6383. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6384. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6385. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6386. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6387. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6388. b73 = Instance.new("SpecialMesh", p73)
  6389. b73.MeshType = Enum.MeshType.Wedge
  6390. b73.Name = "Mesh"
  6391. b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6392. p74 = Instance.new("WedgePart", m8)
  6393. p74.BrickColor = BrickColor.new("Lime green")
  6394. p74.Material = Enum.Material.Neon
  6395. p74.Reflectance = 0.40000000596046
  6396. p74.Name = "Wedge"
  6397. 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)
  6398. p74.CanCollide = false
  6399. p74.Locked = true
  6400. p74.FormFactor = Enum.FormFactor.Custom
  6401. p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6402. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6403. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6404. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6405. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6406. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6407. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6408. b74 = Instance.new("SpecialMesh", p74)
  6409. b74.MeshType = Enum.MeshType.Wedge
  6410. b74.Name = "Mesh"
  6411. b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6412. p75 = Instance.new("WedgePart", m8)
  6413. p75.BrickColor = BrickColor.new("Lime green")
  6414. p75.Material = Enum.Material.Neon
  6415. p75.Reflectance = 0.40000000596046
  6416. p75.Name = "Wedge"
  6417. 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)
  6418. p75.CanCollide = false
  6419. p75.Locked = true
  6420. p75.FormFactor = Enum.FormFactor.Custom
  6421. p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6422. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6423. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6424. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6425. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6426. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6427. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6428. b75 = Instance.new("SpecialMesh", p75)
  6429. b75.MeshType = Enum.MeshType.Wedge
  6430. b75.Name = "Mesh"
  6431. b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
  6432. p76 = Instance.new("WedgePart", m8)
  6433. p76.BrickColor = BrickColor.new("Lime green")
  6434. p76.Material = Enum.Material.Neon
  6435. p76.Reflectance = 0.40000000596046
  6436. p76.Name = "Wedge"
  6437. 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)
  6438. p76.CanCollide = false
  6439. p76.Locked = true
  6440. p76.FormFactor = Enum.FormFactor.Custom
  6441. p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6442. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6443. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6444. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6445. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6446. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6447. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6448. b76 = Instance.new("SpecialMesh", p76)
  6449. b76.MeshType = Enum.MeshType.Wedge
  6450. b76.Name = "Mesh"
  6451. b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6452. p77 = Instance.new("WedgePart", m8)
  6453. p77.BrickColor = BrickColor.new("Lime green")
  6454. p77.Material = Enum.Material.Neon
  6455. p77.Reflectance = 0.40000000596046
  6456. p77.Name = "Wedge"
  6457. 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)
  6458. p77.CanCollide = false
  6459. p77.Locked = true
  6460. p77.FormFactor = Enum.FormFactor.Custom
  6461. p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6462. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6463. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6464. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6465. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6466. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6467. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6468. b77 = Instance.new("SpecialMesh", p77)
  6469. b77.MeshType = Enum.MeshType.Wedge
  6470. b77.Name = "Mesh"
  6471. b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6472. p78 = Instance.new("WedgePart", m8)
  6473. p78.BrickColor = BrickColor.new("Lime green")
  6474. p78.Material = Enum.Material.Neon
  6475. p78.Reflectance = 0.40000000596046
  6476. p78.Name = "Wedge"
  6477. 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)
  6478. p78.CanCollide = false
  6479. p78.Locked = true
  6480. p78.FormFactor = Enum.FormFactor.Custom
  6481. p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6482. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6483. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6484. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6485. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6486. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6487. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6488. b78 = Instance.new("SpecialMesh", p78)
  6489. b78.MeshType = Enum.MeshType.Wedge
  6490. b78.Name = "Mesh"
  6491. b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6492. p79 = Instance.new("WedgePart", m8)
  6493. p79.BrickColor = BrickColor.new("Lime green")
  6494. p79.Material = Enum.Material.Neon
  6495. p79.Reflectance = 0.40000000596046
  6496. p79.Name = "Wedge"
  6497. 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)
  6498. p79.CanCollide = false
  6499. p79.Locked = true
  6500. p79.FormFactor = Enum.FormFactor.Custom
  6501. p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6502. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6503. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6504. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6505. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6506. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6507. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6508. b79 = Instance.new("SpecialMesh", p79)
  6509. b79.MeshType = Enum.MeshType.Wedge
  6510. b79.Name = "Mesh"
  6511. b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
  6512. p80 = Instance.new("WedgePart", m8)
  6513. p80.BrickColor = BrickColor.new("Black")
  6514. p80.Material = Enum.Material.Metal
  6515. p80.Reflectance = 0.40000000596046
  6516. p80.Name = "Wedge"
  6517. 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)
  6518. p80.CanCollide = false
  6519. p80.Locked = true
  6520. p80.FormFactor = Enum.FormFactor.Custom
  6521. p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
  6522. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6523. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6524. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6525. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6526. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6527. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6528. b80 = Instance.new("SpecialMesh", p80)
  6529. b80.MeshType = Enum.MeshType.Wedge
  6530. b80.Name = "Mesh"
  6531. b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
  6532. p81 = Instance.new("WedgePart", m8)
  6533. p81.BrickColor = BrickColor.new("Lime green")
  6534. p81.Material = Enum.Material.Neon
  6535. p81.Reflectance = 0.40000000596046
  6536. p81.Name = "Wedge"
  6537. 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)
  6538. p81.CanCollide = false
  6539. p81.Locked = true
  6540. p81.FormFactor = Enum.FormFactor.Custom
  6541. p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6542. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6543. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6544. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6545. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6546. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6547. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6548. b81 = Instance.new("SpecialMesh", p81)
  6549. b81.MeshType = Enum.MeshType.Wedge
  6550. b81.Name = "Mesh"
  6551. b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
  6552. p82 = Instance.new("WedgePart", m8)
  6553. p82.BrickColor = BrickColor.new("Really black")
  6554. p82.Material = Enum.Material.Metal
  6555. p82.Reflectance = 0.40000000596046
  6556. p82.Name = "Wedge"
  6557. 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)
  6558. p82.CanCollide = false
  6559. p82.Locked = true
  6560. p82.FormFactor = Enum.FormFactor.Custom
  6561. p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
  6562. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6563. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6564. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6565. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6566. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6567. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6568. b82 = Instance.new("SpecialMesh", p82)
  6569. b82.MeshType = Enum.MeshType.Wedge
  6570. b82.Name = "Mesh"
  6571. b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
  6572. p83 = Instance.new("WedgePart", m8)
  6573. p83.BrickColor = BrickColor.new("Really black")
  6574. p83.Material = Enum.Material.Metal
  6575. p83.Reflectance = 0.40000000596046
  6576. p83.Name = "Wedge"
  6577. 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)
  6578. p83.CanCollide = false
  6579. p83.Locked = true
  6580. p83.FormFactor = Enum.FormFactor.Custom
  6581. p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6582. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6583. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6584. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6585. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6586. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6587. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6588. b83 = Instance.new("SpecialMesh", p83)
  6589. b83.MeshType = Enum.MeshType.Wedge
  6590. b83.Name = "Mesh"
  6591. b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
  6592. p84 = Instance.new("WedgePart", m8)
  6593. p84.BrickColor = BrickColor.new("Lime green")
  6594. p84.Material = Enum.Material.Neon
  6595. p84.Reflectance = 0.40000000596046
  6596. p84.Name = "Wedge"
  6597. 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)
  6598. p84.CanCollide = false
  6599. p84.Locked = true
  6600. p84.FormFactor = Enum.FormFactor.Custom
  6601. p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6602. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6603. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6604. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6605. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6606. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6607. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6608. b84 = Instance.new("SpecialMesh", p84)
  6609. b84.MeshType = Enum.MeshType.Wedge
  6610. b84.Name = "Mesh"
  6611. b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6612. p85 = Instance.new("WedgePart", m8)
  6613. p85.BrickColor = BrickColor.new("Black")
  6614. p85.Material = Enum.Material.Metal
  6615. p85.Reflectance = 0.40000000596046
  6616. p85.Name = "Wedge"
  6617. 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)
  6618. p85.CanCollide = false
  6619. p85.Locked = true
  6620. p85.FormFactor = Enum.FormFactor.Custom
  6621. p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
  6622. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6623. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6624. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6625. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6626. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6627. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6628. b85 = Instance.new("SpecialMesh", p85)
  6629. b85.MeshType = Enum.MeshType.Wedge
  6630. b85.Name = "Mesh"
  6631. b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
  6632. p86 = Instance.new("WedgePart", m8)
  6633. p86.BrickColor = BrickColor.new("Lime green")
  6634. p86.Material = Enum.Material.Neon
  6635. p86.Reflectance = 0.40000000596046
  6636. p86.Name = "Wedge"
  6637. 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)
  6638. p86.CanCollide = false
  6639. p86.Locked = true
  6640. p86.FormFactor = Enum.FormFactor.Custom
  6641. p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6642. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6643. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6644. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6645. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6646. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6647. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6648. b86 = Instance.new("SpecialMesh", p86)
  6649. b86.MeshType = Enum.MeshType.Wedge
  6650. b86.Name = "Mesh"
  6651. b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
  6652. p87 = Instance.new("WedgePart", m8)
  6653. p87.BrickColor = BrickColor.new("Lime green")
  6654. p87.Material = Enum.Material.Neon
  6655. p87.Reflectance = 0.40000000596046
  6656. p87.Name = "Wedge"
  6657. 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)
  6658. p87.CanCollide = false
  6659. p87.Locked = true
  6660. p87.FormFactor = Enum.FormFactor.Custom
  6661. p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6662. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6663. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6664. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6665. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6666. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6667. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6668. b87 = Instance.new("SpecialMesh", p87)
  6669. b87.MeshType = Enum.MeshType.Wedge
  6670. b87.Name = "Mesh"
  6671. b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
  6672. p88 = Instance.new("WedgePart", m8)
  6673. p88.BrickColor = BrickColor.new("Lime green")
  6674. p88.Material = Enum.Material.Neon
  6675. p88.Reflectance = 0.40000000596046
  6676. p88.Name = "Wedge"
  6677. 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)
  6678. p88.CanCollide = false
  6679. p88.Locked = true
  6680. p88.FormFactor = Enum.FormFactor.Custom
  6681. p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6682. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6683. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6684. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6685. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6686. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6687. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6688. b88 = Instance.new("SpecialMesh", p88)
  6689. b88.MeshType = Enum.MeshType.Wedge
  6690. b88.Name = "Mesh"
  6691. b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
  6692. p89 = Instance.new("WedgePart", m8)
  6693. p89.BrickColor = BrickColor.new("Lime green")
  6694. p89.Material = Enum.Material.Neon
  6695. p89.Reflectance = 0.40000000596046
  6696. p89.Name = "Wedge"
  6697. 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)
  6698. p89.CanCollide = false
  6699. p89.Locked = true
  6700. p89.FormFactor = Enum.FormFactor.Custom
  6701. p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6702. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6703. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6704. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6705. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6706. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6707. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6708. b89 = Instance.new("SpecialMesh", p89)
  6709. b89.MeshType = Enum.MeshType.Wedge
  6710. b89.Name = "Mesh"
  6711. b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
  6712. p90 = Instance.new("WedgePart", m8)
  6713. p90.BrickColor = BrickColor.new("Lime green")
  6714. p90.Material = Enum.Material.Neon
  6715. p90.Reflectance = 0.40000000596046
  6716. p90.Name = "Wedge"
  6717. 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)
  6718. p90.CanCollide = false
  6719. p90.Locked = true
  6720. p90.FormFactor = Enum.FormFactor.Custom
  6721. p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6722. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6723. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6724. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6725. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6726. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6727. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6728. b90 = Instance.new("SpecialMesh", p90)
  6729. b90.MeshType = Enum.MeshType.Wedge
  6730. b90.Name = "Mesh"
  6731. b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
  6732. p91 = Instance.new("WedgePart", m8)
  6733. p91.BrickColor = BrickColor.new("Really black")
  6734. p91.Material = Enum.Material.Metal
  6735. p91.Reflectance = 0.40000000596046
  6736. p91.Name = "Wedge"
  6737. 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)
  6738. p91.CanCollide = false
  6739. p91.Locked = true
  6740. p91.FormFactor = Enum.FormFactor.Custom
  6741. p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
  6742. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6743. p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6744. p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6745. p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6746. p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6747. p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6748. b91 = Instance.new("SpecialMesh", p91)
  6749. b91.MeshType = Enum.MeshType.Wedge
  6750. b91.Name = "Mesh"
  6751. b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
  6752. p92 = Instance.new("WedgePart", m8)
  6753. p92.BrickColor = BrickColor.new("Lime green")
  6754. p92.Material = Enum.Material.Neon
  6755. p92.Reflectance = 0.40000000596046
  6756. p92.Name = "Wedge"
  6757. 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)
  6758. p92.CanCollide = false
  6759. p92.Locked = true
  6760. p92.FormFactor = Enum.FormFactor.Custom
  6761. p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6762. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6763. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6764. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6765. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6766. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6767. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6768. b92 = Instance.new("SpecialMesh", p92)
  6769. b92.MeshType = Enum.MeshType.Wedge
  6770. b92.Name = "Mesh"
  6771. b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6772. p93 = Instance.new("WedgePart", m8)
  6773. p93.BrickColor = BrickColor.new("Lime green")
  6774. p93.Material = Enum.Material.Neon
  6775. p93.Reflectance = 0.40000000596046
  6776. p93.Name = "Wedge"
  6777. 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)
  6778. p93.CanCollide = false
  6779. p93.Locked = true
  6780. p93.FormFactor = Enum.FormFactor.Custom
  6781. p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6782. p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6783. p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6784. p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6785. p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6786. p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6787. p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6788. b93 = Instance.new("SpecialMesh", p93)
  6789. b93.MeshType = Enum.MeshType.Wedge
  6790. b93.Name = "Mesh"
  6791. b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
  6792. p94 = Instance.new("WedgePart", m8)
  6793. p94.BrickColor = BrickColor.new("Lime green")
  6794. p94.Material = Enum.Material.Neon
  6795. p94.Reflectance = 0.40000000596046
  6796. p94.Name = "Wedge"
  6797. 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)
  6798. p94.CanCollide = false
  6799. p94.Locked = true
  6800. p94.FormFactor = Enum.FormFactor.Custom
  6801. p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6802. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6803. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6804. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6805. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6806. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6807. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6808. b94 = Instance.new("SpecialMesh", p94)
  6809. b94.MeshType = Enum.MeshType.Wedge
  6810. b94.Name = "Mesh"
  6811. b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6812. p95 = Instance.new("WedgePart", m8)
  6813. p95.BrickColor = BrickColor.new("Black")
  6814. p95.Material = Enum.Material.Metal
  6815. p95.Reflectance = 0.40000000596046
  6816. p95.Name = "Wedge"
  6817. 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)
  6818. p95.CanCollide = false
  6819. p95.Locked = true
  6820. p95.FormFactor = Enum.FormFactor.Custom
  6821. p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
  6822. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6823. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6824. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6825. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6826. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6827. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6828. b95 = Instance.new("SpecialMesh", p95)
  6829. b95.MeshType = Enum.MeshType.Wedge
  6830. b95.Name = "Mesh"
  6831. b95.Scale = Vector3.new(0.261019886, 1, 1)
  6832. p96 = Instance.new("WedgePart", m8)
  6833. p96.BrickColor = BrickColor.new("Lime green")
  6834. p96.Material = Enum.Material.Neon
  6835. p96.Reflectance = 0.40000000596046
  6836. p96.Name = "Wedge"
  6837. 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)
  6838. p96.CanCollide = false
  6839. p96.Locked = true
  6840. p96.FormFactor = Enum.FormFactor.Custom
  6841. p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6842. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6843. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6844. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6845. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6846. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6847. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6848. b96 = Instance.new("SpecialMesh", p96)
  6849. b96.MeshType = Enum.MeshType.Wedge
  6850. b96.Name = "Mesh"
  6851. b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
  6852. p97 = Instance.new("WedgePart", m8)
  6853. p97.BrickColor = BrickColor.new("Lime green")
  6854. p97.Material = Enum.Material.Neon
  6855. p97.Reflectance = 0.40000000596046
  6856. p97.Name = "Wedge"
  6857. 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)
  6858. p97.CanCollide = false
  6859. p97.Locked = true
  6860. p97.FormFactor = Enum.FormFactor.Custom
  6861. p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6862. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6863. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6864. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6865. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6866. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6867. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6868. b97 = Instance.new("SpecialMesh", p97)
  6869. b97.MeshType = Enum.MeshType.Wedge
  6870. b97.Name = "Mesh"
  6871. b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6872. p98 = Instance.new("WedgePart", m8)
  6873. p98.BrickColor = BrickColor.new("Lime green")
  6874. p98.Material = Enum.Material.Neon
  6875. p98.Reflectance = 0.40000000596046
  6876. p98.Name = "Wedge"
  6877. 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)
  6878. p98.CanCollide = false
  6879. p98.Locked = true
  6880. p98.FormFactor = Enum.FormFactor.Custom
  6881. p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6882. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6883. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6884. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6885. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6886. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6887. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6888. b98 = Instance.new("SpecialMesh", p98)
  6889. b98.MeshType = Enum.MeshType.Wedge
  6890. b98.Name = "Mesh"
  6891. b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
  6892. p99 = Instance.new("WedgePart", m8)
  6893. p99.BrickColor = BrickColor.new("Lime green")
  6894. p99.Material = Enum.Material.Neon
  6895. p99.Reflectance = 0.40000000596046
  6896. p99.Name = "Wedge"
  6897. 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)
  6898. p99.CanCollide = false
  6899. p99.Locked = true
  6900. p99.FormFactor = Enum.FormFactor.Custom
  6901. p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6902. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6903. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6904. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6905. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6906. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6907. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6908. b99 = Instance.new("SpecialMesh", p99)
  6909. b99.MeshType = Enum.MeshType.Wedge
  6910. b99.Name = "Mesh"
  6911. b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
  6912. p100 = Instance.new("WedgePart", m8)
  6913. p100.BrickColor = BrickColor.new("Lime green")
  6914. p100.Material = Enum.Material.Neon
  6915. p100.Reflectance = 0.40000000596046
  6916. p100.Name = "Wedge"
  6917. 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)
  6918. p100.CanCollide = false
  6919. p100.Locked = true
  6920. p100.FormFactor = Enum.FormFactor.Custom
  6921. p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
  6922. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6923. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6924. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6925. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6926. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6927. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6928. b100 = Instance.new("SpecialMesh", p100)
  6929. b100.MeshType = Enum.MeshType.Wedge
  6930. b100.Name = "Mesh"
  6931. b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
  6932. p101 = Instance.new("WedgePart", m8)
  6933. p101.BrickColor = BrickColor.new("Lime green")
  6934. p101.Material = Enum.Material.Neon
  6935. p101.Reflectance = 0.40000000596046
  6936. p101.Name = "Wedge"
  6937. 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)
  6938. p101.CanCollide = false
  6939. p101.Locked = true
  6940. p101.FormFactor = Enum.FormFactor.Custom
  6941. p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6942. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6943. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6944. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6945. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6946. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6947. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6948. b101 = Instance.new("SpecialMesh", p101)
  6949. b101.MeshType = Enum.MeshType.Wedge
  6950. b101.Name = "Mesh"
  6951. b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  6952. p102 = Instance.new("WedgePart", m8)
  6953. p102.BrickColor = BrickColor.new("Lime green")
  6954. p102.Material = Enum.Material.Neon
  6955. p102.Reflectance = 0.40000000596046
  6956. p102.Name = "Wedge"
  6957. 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)
  6958. p102.CanCollide = false
  6959. p102.Locked = true
  6960. p102.FormFactor = Enum.FormFactor.Custom
  6961. p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  6962. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6963. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6964. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6965. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6966. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6967. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6968. b102 = Instance.new("SpecialMesh", p102)
  6969. b102.MeshType = Enum.MeshType.Wedge
  6970. b102.Name = "Mesh"
  6971. b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
  6972. p103 = Instance.new("WedgePart", m8)
  6973. p103.BrickColor = BrickColor.new("Lime green")
  6974. p103.Material = Enum.Material.Neon
  6975. p103.Reflectance = 0.40000000596046
  6976. p103.Name = "Wedge"
  6977. 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)
  6978. p103.CanCollide = false
  6979. p103.Locked = true
  6980. p103.FormFactor = Enum.FormFactor.Custom
  6981. p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
  6982. p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6983. p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6984. p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6985. p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6986. p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6987. p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6988. b103 = Instance.new("SpecialMesh", p103)
  6989. b103.MeshType = Enum.MeshType.Wedge
  6990. b103.Name = "Mesh"
  6991. b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
  6992. p104 = Instance.new("WedgePart", m8)
  6993. p104.BrickColor = BrickColor.new("Lime green")
  6994. p104.Material = Enum.Material.Neon
  6995. p104.Reflectance = 0.40000000596046
  6996. p104.Name = "Wedge"
  6997. 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)
  6998. p104.CanCollide = false
  6999. p104.Locked = true
  7000. p104.FormFactor = Enum.FormFactor.Custom
  7001. p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7002. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7003. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7004. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7005. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7006. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7007. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7008. b104 = Instance.new("SpecialMesh", p104)
  7009. b104.MeshType = Enum.MeshType.Wedge
  7010. b104.Name = "Mesh"
  7011. b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
  7012. p105 = Instance.new("WedgePart", m8)
  7013. p105.BrickColor = BrickColor.new("Really black")
  7014. p105.Material = Enum.Material.Metal
  7015. p105.Reflectance = 0.40000000596046
  7016. p105.Name = "Wedge"
  7017. 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)
  7018. p105.CanCollide = false
  7019. p105.Locked = true
  7020. p105.FormFactor = Enum.FormFactor.Custom
  7021. p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
  7022. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7023. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7024. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7025. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7026. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7027. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7028. b105 = Instance.new("SpecialMesh", p105)
  7029. b105.MeshType = Enum.MeshType.Wedge
  7030. b105.Name = "Mesh"
  7031. b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
  7032. p106 = Instance.new("WedgePart", m8)
  7033. p106.BrickColor = BrickColor.new("Lime green")
  7034. p106.Material = Enum.Material.Neon
  7035. p106.Reflectance = 0.40000000596046
  7036. p106.Name = "Wedge"
  7037. 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)
  7038. p106.CanCollide = false
  7039. p106.Locked = true
  7040. p106.FormFactor = Enum.FormFactor.Custom
  7041. p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7042. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7043. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7044. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7045. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7046. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7047. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7048. b106 = Instance.new("SpecialMesh", p106)
  7049. b106.MeshType = Enum.MeshType.Wedge
  7050. b106.Name = "Mesh"
  7051. b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7052. p107 = Instance.new("WedgePart", m8)
  7053. p107.BrickColor = BrickColor.new("Lime green")
  7054. p107.Material = Enum.Material.Neon
  7055. p107.Reflectance = 0.40000000596046
  7056. p107.Name = "Wedge"
  7057. 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)
  7058. p107.CanCollide = false
  7059. p107.Locked = true
  7060. p107.FormFactor = Enum.FormFactor.Custom
  7061. p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7062. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7063. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7064. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7065. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7066. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7067. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7068. b107 = Instance.new("SpecialMesh", p107)
  7069. b107.MeshType = Enum.MeshType.Wedge
  7070. b107.Name = "Mesh"
  7071. b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
  7072. p108 = Instance.new("WedgePart", m8)
  7073. p108.BrickColor = BrickColor.new("Black")
  7074. p108.Material = Enum.Material.Metal
  7075. p108.Reflectance = 0.40000000596046
  7076. p108.Name = "Wedge"
  7077. 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)
  7078. p108.CanCollide = false
  7079. p108.Locked = true
  7080. p108.FormFactor = Enum.FormFactor.Custom
  7081. p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7082. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7083. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7084. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7085. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7086. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7087. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7088. b108 = Instance.new("SpecialMesh", p108)
  7089. b108.MeshType = Enum.MeshType.Wedge
  7090. b108.Name = "Mesh"
  7091. b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
  7092. p109 = Instance.new("WedgePart", m8)
  7093. p109.BrickColor = BrickColor.new("Lime green")
  7094. p109.Material = Enum.Material.Neon
  7095. p109.Reflectance = 0.40000000596046
  7096. p109.Name = "Wedge"
  7097. 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)
  7098. p109.CanCollide = false
  7099. p109.Locked = true
  7100. p109.FormFactor = Enum.FormFactor.Custom
  7101. p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7102. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7103. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7104. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7105. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7106. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7107. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7108. b109 = Instance.new("SpecialMesh", p109)
  7109. b109.MeshType = Enum.MeshType.Wedge
  7110. b109.Name = "Mesh"
  7111. b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
  7112. p110 = Instance.new("WedgePart", m8)
  7113. p110.BrickColor = BrickColor.new("Lime green")
  7114. p110.Material = Enum.Material.Neon
  7115. p110.Reflectance = 0.40000000596046
  7116. p110.Name = "Wedge"
  7117. 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)
  7118. p110.CanCollide = false
  7119. p110.Locked = true
  7120. p110.FormFactor = Enum.FormFactor.Custom
  7121. p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
  7122. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7123. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7124. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7125. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7126. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7127. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7128. b110 = Instance.new("SpecialMesh", p110)
  7129. b110.MeshType = Enum.MeshType.Wedge
  7130. b110.Name = "Mesh"
  7131. b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
  7132. p111 = Instance.new("Part", m8)
  7133. p111.BrickColor = BrickColor.new("Really black")
  7134. p111.Material = Enum.Material.Metal
  7135. p111.Transparency = 1
  7136. p111.Name = "Hitbox"
  7137. 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)
  7138. p111.CanCollide = false
  7139. p111.Locked = true
  7140. p111.FormFactor = Enum.FormFactor.Custom
  7141. p111.Size = Vector3.new(0.22, 2.57, 1.22)
  7142. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7143. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7144. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7145. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7146. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7147. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7148. b111 = Instance.new("BlockMesh", p111)
  7149. b111.Name = "Mesh"
  7150. w1 = Instance.new("Weld", p1)
  7151. w1.Name = "Block_Weld"
  7152. w1.Part0 = p1
  7153. 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)
  7154. w1.Part1 = p2
  7155. 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)
  7156. w2 = Instance.new("Weld", p2)
  7157. w2.Name = "Block_Weld"
  7158. w2.Part0 = p2
  7159. 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)
  7160. w2.Part1 = p3
  7161. 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)
  7162. w3 = Instance.new("Weld", p3)
  7163. w3.Name = "Block_Weld"
  7164. w3.Part0 = p3
  7165. 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)
  7166. w3.Part1 = p4
  7167. 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)
  7168. w4 = Instance.new("Weld", p4)
  7169. w4.Name = "Block_Weld"
  7170. w4.Part0 = p4
  7171. 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)
  7172. w4.Part1 = p5
  7173. 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)
  7174. w5 = Instance.new("Weld", p5)
  7175. w5.Name = "Block_Weld"
  7176. w5.Part0 = p5
  7177. 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)
  7178. w5.Part1 = p6
  7179. 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)
  7180. w6 = Instance.new("Weld", p6)
  7181. w6.Name = "Block_Weld"
  7182. w6.Part0 = p6
  7183. 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)
  7184. w6.Part1 = p7
  7185. 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)
  7186. w7 = Instance.new("Weld", p7)
  7187. w7.Name = "Block_Weld"
  7188. w7.Part0 = p7
  7189. 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)
  7190. w7.Part1 = p8
  7191. 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)
  7192. w8 = Instance.new("Weld", p8)
  7193. w8.Name = "Block_Weld"
  7194. w8.Part0 = p8
  7195. 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)
  7196. w8.Part1 = p9
  7197. 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)
  7198. w9 = Instance.new("Weld", p9)
  7199. w9.Name = "Block_Weld"
  7200. w9.Part0 = p9
  7201. 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)
  7202. w9.Part1 = p10
  7203. 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)
  7204. w10 = Instance.new("Weld", p10)
  7205. w10.Name = "Circle_Weld"
  7206. w10.Part0 = p10
  7207. 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)
  7208. w10.Part1 = p11
  7209. 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)
  7210. w11 = Instance.new("Weld", p11)
  7211. w11.Name = "Block_Weld"
  7212. w11.Part0 = p11
  7213. 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)
  7214. w11.Part1 = p12
  7215. 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)
  7216. w12 = Instance.new("Weld", p12)
  7217. w12.Name = "Block_Weld"
  7218. w12.Part0 = p12
  7219. 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)
  7220. w12.Part1 = p13
  7221. 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)
  7222. w13 = Instance.new("Weld", p13)
  7223. w13.Name = "Block_Weld"
  7224. w13.Part0 = p13
  7225. 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)
  7226. w13.Part1 = p14
  7227. 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)
  7228. w14 = Instance.new("Weld", p14)
  7229. w14.Name = "Block_Weld"
  7230. w14.Part0 = p14
  7231. 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)
  7232. w14.Part1 = p15
  7233. 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)
  7234. w15 = Instance.new("Weld", p15)
  7235. w15.Name = "Handle_Weld"
  7236. w15.Part0 = p15
  7237. 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)
  7238. w15.Part1 = p16
  7239. 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)
  7240. w16 = Instance.new("Weld", p16)
  7241. w16.Name = "Block_Weld"
  7242. w16.Part0 = p16
  7243. 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)
  7244. w16.Part1 = p17
  7245. 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)
  7246. w17 = Instance.new("Weld", p17)
  7247. w17.Name = "Block_Weld"
  7248. w17.Part0 = p17
  7249. 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)
  7250. w17.Part1 = p18
  7251. 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)
  7252. w18 = Instance.new("Weld", p18)
  7253. w18.Name = "Block_Weld"
  7254. w18.Part0 = p18
  7255. 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)
  7256. w18.Part1 = p19
  7257. 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)
  7258. w19 = Instance.new("Weld", p19)
  7259. w19.Name = "Block_Weld"
  7260. w19.Part0 = p19
  7261. 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)
  7262. w19.Part1 = p20
  7263. 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)
  7264. w20 = Instance.new("Weld", p20)
  7265. w20.Name = "Block_Weld"
  7266. w20.Part0 = p20
  7267. 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)
  7268. w20.Part1 = p21
  7269. 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)
  7270. w21 = Instance.new("Weld", p21)
  7271. w21.Name = "Block_Weld"
  7272. w21.Part0 = p21
  7273. 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)
  7274. w21.Part1 = p22
  7275. 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)
  7276. w22 = Instance.new("Weld", p22)
  7277. w22.Name = "Block_Weld"
  7278. w22.Part0 = p22
  7279. 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)
  7280. w22.Part1 = p23
  7281. 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)
  7282. w23 = Instance.new("Weld", p23)
  7283. w23.Name = "Block_Weld"
  7284. w23.Part0 = p23
  7285. 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)
  7286. w23.Part1 = p24
  7287. 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)
  7288. w24 = Instance.new("Weld", p24)
  7289. w24.Name = "Block_Weld"
  7290. w24.Part0 = p24
  7291. 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)
  7292. w24.Part1 = p25
  7293. 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)
  7294. w25 = Instance.new("Weld", p25)
  7295. w25.Name = "Block_Weld"
  7296. w25.Part0 = p25
  7297. 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)
  7298. w25.Part1 = p26
  7299. 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)
  7300. w26 = Instance.new("Weld", p26)
  7301. w26.Name = "Block_Weld"
  7302. w26.Part0 = p26
  7303. 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)
  7304. w26.Part1 = p27
  7305. 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)
  7306. w27 = Instance.new("Weld", p27)
  7307. w27.Name = "Circle_Weld"
  7308. w27.Part0 = p27
  7309. 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)
  7310. w27.Part1 = p28
  7311. 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)
  7312. w28 = Instance.new("Weld", p28)
  7313. w28.Name = "Block_Weld"
  7314. w28.Part0 = p28
  7315. 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)
  7316. w28.Part1 = p29
  7317. 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)
  7318. w29 = Instance.new("Weld", p29)
  7319. w29.Name = "Block_Weld"
  7320. w29.Part0 = p29
  7321. 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)
  7322. w29.Part1 = p30
  7323. 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)
  7324. w30 = Instance.new("Weld", p30)
  7325. w30.Name = "Block_Weld"
  7326. w30.Part0 = p30
  7327. 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)
  7328. w30.Part1 = p31
  7329. 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)
  7330. w31 = Instance.new("Weld", p31)
  7331. w31.Name = "Block_Weld"
  7332. w31.Part0 = p31
  7333. 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)
  7334. w31.Part1 = p32
  7335. 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)
  7336. w32 = Instance.new("Weld", p32)
  7337. w32.Name = "Block_Weld"
  7338. w32.Part0 = p32
  7339. 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)
  7340. w32.Part1 = p33
  7341. 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)
  7342. w33 = Instance.new("Weld", p33)
  7343. w33.Name = "Block_Weld"
  7344. w33.Part0 = p33
  7345. 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)
  7346. w33.Part1 = p34
  7347. 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)
  7348. w34 = Instance.new("Weld", p34)
  7349. w34.Name = "Block_Weld"
  7350. w34.Part0 = p34
  7351. 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)
  7352. w34.Part1 = p35
  7353. 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)
  7354. w35 = Instance.new("Weld", p35)
  7355. w35.Name = "Block_Weld"
  7356. w35.Part0 = p35
  7357. 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)
  7358. w35.Part1 = p36
  7359. 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)
  7360. w36 = Instance.new("Weld", p36)
  7361. w36.Name = "Circle_Weld"
  7362. w36.Part0 = p36
  7363. 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)
  7364. w36.Part1 = p37
  7365. 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)
  7366. w37 = Instance.new("Weld", p37)
  7367. w37.Name = "Block_Weld"
  7368. w37.Part0 = p37
  7369. 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)
  7370. w37.Part1 = p38
  7371. 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)
  7372. w38 = Instance.new("Weld", p38)
  7373. w38.Name = "Block_Weld"
  7374. w38.Part0 = p38
  7375. 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)
  7376. w38.Part1 = p39
  7377. 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)
  7378. w39 = Instance.new("Weld", p39)
  7379. w39.Name = "Block_Weld"
  7380. w39.Part0 = p39
  7381. 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)
  7382. w39.Part1 = p40
  7383. 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)
  7384. w40 = Instance.new("Weld", p40)
  7385. w40.Name = "Block_Weld"
  7386. w40.Part0 = p40
  7387. 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)
  7388. w40.Part1 = p41
  7389. 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)
  7390. w41 = Instance.new("Weld", p41)
  7391. w41.Name = "Block_Weld"
  7392. w41.Part0 = p41
  7393. 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)
  7394. w41.Part1 = p42
  7395. 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)
  7396. w42 = Instance.new("Weld", p42)
  7397. w42.Name = "Block_Weld"
  7398. w42.Part0 = p42
  7399. 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)
  7400. w42.Part1 = p43
  7401. 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)
  7402. w43 = Instance.new("Weld", p43)
  7403. w43.Name = "Circle_Weld"
  7404. w43.Part0 = p43
  7405. 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)
  7406. w43.Part1 = p44
  7407. 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)
  7408. w44 = Instance.new("Weld", p44)
  7409. w44.Name = "Block_Weld"
  7410. w44.Part0 = p44
  7411. 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)
  7412. w44.Part1 = p45
  7413. 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)
  7414. w45 = Instance.new("Weld", p45)
  7415. w45.Name = "Block_Weld"
  7416. w45.Part0 = p45
  7417. 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)
  7418. w45.Part1 = p46
  7419. 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)
  7420. w46 = Instance.new("Weld", p46)
  7421. w46.Name = "Block_Weld"
  7422. w46.Part0 = p46
  7423. 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)
  7424. w46.Part1 = p47
  7425. 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)
  7426. w47 = Instance.new("Weld", p47)
  7427. w47.Name = "Block_Weld"
  7428. w47.Part0 = p47
  7429. 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)
  7430. w47.Part1 = p48
  7431. 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)
  7432. w48 = Instance.new("Weld", p48)
  7433. w48.Name = "Block_Weld"
  7434. w48.Part0 = p48
  7435. 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)
  7436. w48.Part1 = p49
  7437. 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)
  7438. w49 = Instance.new("Weld", p49)
  7439. w49.Name = "Block_Weld"
  7440. w49.Part0 = p49
  7441. 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)
  7442. w49.Part1 = p50
  7443. 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)
  7444. w50 = Instance.new("Weld", p50)
  7445. w50.Name = "Block_Weld"
  7446. w50.Part0 = p50
  7447. 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)
  7448. w50.Part1 = p51
  7449. 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)
  7450. w51 = Instance.new("Weld", p51)
  7451. w51.Name = "Block_Weld"
  7452. w51.Part0 = p51
  7453. 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)
  7454. w51.Part1 = p52
  7455. 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)
  7456. w52 = Instance.new("Weld", p52)
  7457. w52.Name = "Block_Weld"
  7458. w52.Part0 = p52
  7459. 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)
  7460. w52.Part1 = p53
  7461. 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)
  7462. w53 = Instance.new("Weld", p53)
  7463. w53.Name = "Circle_Weld"
  7464. w53.Part0 = p53
  7465. 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)
  7466. w53.Part1 = p54
  7467. 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)
  7468. w54 = Instance.new("Weld", p54)
  7469. w54.Name = "Block_Weld"
  7470. w54.Part0 = p54
  7471. 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)
  7472. w54.Part1 = p55
  7473. 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)
  7474. w55 = Instance.new("Weld", p55)
  7475. w55.Name = "Block_Weld"
  7476. w55.Part0 = p55
  7477. 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)
  7478. w55.Part1 = p56
  7479. 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)
  7480. w56 = Instance.new("Weld", p56)
  7481. w56.Name = "Block_Weld"
  7482. w56.Part0 = p56
  7483. 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)
  7484. w56.Part1 = p57
  7485. 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)
  7486. w57 = Instance.new("Weld", p57)
  7487. w57.Name = "Block_Weld"
  7488. w57.Part0 = p57
  7489. 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)
  7490. w57.Part1 = p58
  7491. 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)
  7492. w58 = Instance.new("Weld", p58)
  7493. w58.Name = "Block_Weld"
  7494. w58.Part0 = p58
  7495. 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)
  7496. w58.Part1 = p59
  7497. 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)
  7498. w59 = Instance.new("Weld", p59)
  7499. w59.Name = "Circle_Weld"
  7500. w59.Part0 = p59
  7501. 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)
  7502. w59.Part1 = p60
  7503. 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)
  7504. w60 = Instance.new("Weld", p60)
  7505. w60.Name = "Circle_Weld"
  7506. w60.Part0 = p60
  7507. 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)
  7508. w60.Part1 = p61
  7509. 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)
  7510. w61 = Instance.new("Weld", p61)
  7511. w61.Name = "Block_Weld"
  7512. w61.Part0 = p61
  7513. 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)
  7514. w61.Part1 = p62
  7515. 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)
  7516. w62 = Instance.new("Weld", p62)
  7517. w62.Name = "Block_Weld"
  7518. w62.Part0 = p62
  7519. 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)
  7520. w62.Part1 = p63
  7521. 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)
  7522. w63 = Instance.new("Weld", p63)
  7523. w63.Name = "Block_Weld"
  7524. w63.Part0 = p63
  7525. 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)
  7526. w63.Part1 = p64
  7527. 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)
  7528. w64 = Instance.new("Weld", p64)
  7529. w64.Name = "Block_Weld"
  7530. w64.Part0 = p64
  7531. 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)
  7532. w64.Part1 = p65
  7533. 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)
  7534. w65 = Instance.new("Weld", p65)
  7535. w65.Name = "Block_Weld"
  7536. w65.Part0 = p65
  7537. 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)
  7538. w65.Part1 = p66
  7539. 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)
  7540. w66 = Instance.new("Weld", p66)
  7541. w66.Name = "Block_Weld"
  7542. w66.Part0 = p66
  7543. 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)
  7544. w66.Part1 = p67
  7545. 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)
  7546. w67 = Instance.new("Weld", p67)
  7547. w67.Name = "Block_Weld"
  7548. w67.Part0 = p67
  7549. 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)
  7550. w67.Part1 = p68
  7551. 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)
  7552. w68 = Instance.new("Weld", p68)
  7553. w68.Name = "Block_Weld"
  7554. w68.Part0 = p68
  7555. 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)
  7556. w68.Part1 = p69
  7557. 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)
  7558. w69 = Instance.new("Weld", p69)
  7559. w69.Name = "Circle_Weld"
  7560. w69.Part0 = p69
  7561. 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)
  7562. w69.Part1 = p70
  7563. 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)
  7564. w70 = Instance.new("Weld", p70)
  7565. w70.Name = "Wedge_Weld"
  7566. w70.Part0 = p70
  7567. 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)
  7568. w70.Part1 = p71
  7569. 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)
  7570. w71 = Instance.new("Weld", p71)
  7571. w71.Name = "Wedge_Weld"
  7572. w71.Part0 = p71
  7573. 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)
  7574. w71.Part1 = p72
  7575. 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)
  7576. w72 = Instance.new("Weld", p72)
  7577. w72.Name = "Wedge_Weld"
  7578. w72.Part0 = p72
  7579. 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)
  7580. w72.Part1 = p73
  7581. 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)
  7582. w73 = Instance.new("Weld", p73)
  7583. w73.Name = "Wedge_Weld"
  7584. w73.Part0 = p73
  7585. 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)
  7586. w73.Part1 = p74
  7587. 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)
  7588. w74 = Instance.new("Weld", p74)
  7589. w74.Name = "Wedge_Weld"
  7590. w74.Part0 = p74
  7591. 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)
  7592. w74.Part1 = p75
  7593. 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)
  7594. w75 = Instance.new("Weld", p75)
  7595. w75.Name = "Wedge_Weld"
  7596. w75.Part0 = p75
  7597. 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)
  7598. w75.Part1 = p76
  7599. 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)
  7600. w76 = Instance.new("Weld", p76)
  7601. w76.Name = "Wedge_Weld"
  7602. w76.Part0 = p76
  7603. 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)
  7604. w76.Part1 = p77
  7605. 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)
  7606. w77 = Instance.new("Weld", p77)
  7607. w77.Name = "Wedge_Weld"
  7608. w77.Part0 = p77
  7609. 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)
  7610. w77.Part1 = p78
  7611. 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)
  7612. w78 = Instance.new("Weld", p78)
  7613. w78.Name = "Wedge_Weld"
  7614. w78.Part0 = p78
  7615. 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)
  7616. w78.Part1 = p79
  7617. 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)
  7618. w79 = Instance.new("Weld", p79)
  7619. w79.Name = "Wedge_Weld"
  7620. w79.Part0 = p79
  7621. 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)
  7622. w79.Part1 = p80
  7623. 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)
  7624. w80 = Instance.new("Weld", p80)
  7625. w80.Name = "Wedge_Weld"
  7626. w80.Part0 = p80
  7627. 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)
  7628. w80.Part1 = p81
  7629. 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)
  7630. w81 = Instance.new("Weld", p81)
  7631. w81.Name = "Wedge_Weld"
  7632. w81.Part0 = p81
  7633. 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)
  7634. w81.Part1 = p82
  7635. 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)
  7636. w82 = Instance.new("Weld", p82)
  7637. w82.Name = "Wedge_Weld"
  7638. w82.Part0 = p82
  7639. 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)
  7640. w82.Part1 = p83
  7641. 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)
  7642. w83 = Instance.new("Weld", p83)
  7643. w83.Name = "Wedge_Weld"
  7644. w83.Part0 = p83
  7645. 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)
  7646. w83.Part1 = p84
  7647. 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)
  7648. w84 = Instance.new("Weld", p84)
  7649. w84.Name = "Wedge_Weld"
  7650. w84.Part0 = p84
  7651. 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)
  7652. w84.Part1 = p85
  7653. 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)
  7654. w85 = Instance.new("Weld", p85)
  7655. w85.Name = "Wedge_Weld"
  7656. w85.Part0 = p85
  7657. 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)
  7658. w85.Part1 = p86
  7659. 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)
  7660. w86 = Instance.new("Weld", p86)
  7661. w86.Name = "Wedge_Weld"
  7662. w86.Part0 = p86
  7663. 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)
  7664. w86.Part1 = p87
  7665. 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)
  7666. w87 = Instance.new("Weld", p87)
  7667. w87.Name = "Wedge_Weld"
  7668. w87.Part0 = p87
  7669. 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)
  7670. w87.Part1 = p88
  7671. 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)
  7672. w88 = Instance.new("Weld", p88)
  7673. w88.Name = "Wedge_Weld"
  7674. w88.Part0 = p88
  7675. 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)
  7676. w88.Part1 = p89
  7677. 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)
  7678. w89 = Instance.new("Weld", p89)
  7679. w89.Name = "Wedge_Weld"
  7680. w89.Part0 = p89
  7681. 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)
  7682. w89.Part1 = p90
  7683. 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)
  7684. w90 = Instance.new("Weld", p90)
  7685. w90.Name = "Wedge_Weld"
  7686. w90.Part0 = p90
  7687. 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)
  7688. w90.Part1 = p91
  7689. 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)
  7690. w91 = Instance.new("Weld", p91)
  7691. w91.Name = "Wedge_Weld"
  7692. w91.Part0 = p91
  7693. 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)
  7694. w91.Part1 = p92
  7695. 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)
  7696. w92 = Instance.new("Weld", p92)
  7697. w92.Name = "Wedge_Weld"
  7698. w92.Part0 = p92
  7699. 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)
  7700. w92.Part1 = p93
  7701. 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)
  7702. w93 = Instance.new("Weld", p93)
  7703. w93.Name = "Wedge_Weld"
  7704. w93.Part0 = p93
  7705. 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)
  7706. w93.Part1 = p94
  7707. 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)
  7708. w94 = Instance.new("Weld", p94)
  7709. w94.Name = "Wedge_Weld"
  7710. w94.Part0 = p94
  7711. 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)
  7712. w94.Part1 = p95
  7713. 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)
  7714. w95 = Instance.new("Weld", p95)
  7715. w95.Name = "Wedge_Weld"
  7716. w95.Part0 = p95
  7717. 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)
  7718. w95.Part1 = p96
  7719. 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)
  7720. w96 = Instance.new("Weld", p96)
  7721. w96.Name = "Wedge_Weld"
  7722. w96.Part0 = p96
  7723. 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)
  7724. w96.Part1 = p97
  7725. 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)
  7726. w97 = Instance.new("Weld", p97)
  7727. w97.Name = "Wedge_Weld"
  7728. w97.Part0 = p97
  7729. 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)
  7730. w97.Part1 = p98
  7731. 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)
  7732. w98 = Instance.new("Weld", p98)
  7733. w98.Name = "Wedge_Weld"
  7734. w98.Part0 = p98
  7735. 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)
  7736. w98.Part1 = p99
  7737. 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)
  7738. w99 = Instance.new("Weld", p99)
  7739. w99.Name = "Wedge_Weld"
  7740. w99.Part0 = p99
  7741. 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)
  7742. w99.Part1 = p100
  7743. 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)
  7744. w100 = Instance.new("Weld", p100)
  7745. w100.Name = "Wedge_Weld"
  7746. w100.Part0 = p100
  7747. 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)
  7748. w100.Part1 = p101
  7749. 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)
  7750. w101 = Instance.new("Weld", p101)
  7751. w101.Name = "Wedge_Weld"
  7752. w101.Part0 = p101
  7753. 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)
  7754. w101.Part1 = p102
  7755. 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)
  7756. w102 = Instance.new("Weld", p102)
  7757. w102.Name = "Wedge_Weld"
  7758. w102.Part0 = p102
  7759. 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)
  7760. w102.Part1 = p103
  7761. 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)
  7762. w103 = Instance.new("Weld", p103)
  7763. w103.Name = "Wedge_Weld"
  7764. w103.Part0 = p103
  7765. 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)
  7766. w103.Part1 = p104
  7767. 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)
  7768. w104 = Instance.new("Weld", p104)
  7769. w104.Name = "Wedge_Weld"
  7770. w104.Part0 = p104
  7771. 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)
  7772. w104.Part1 = p105
  7773. 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)
  7774. w105 = Instance.new("Weld", p105)
  7775. w105.Name = "Wedge_Weld"
  7776. w105.Part0 = p105
  7777. 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)
  7778. w105.Part1 = p106
  7779. 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)
  7780. w106 = Instance.new("Weld", p106)
  7781. w106.Name = "Wedge_Weld"
  7782. w106.Part0 = p106
  7783. 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)
  7784. w106.Part1 = p107
  7785. 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)
  7786. w107 = Instance.new("Weld", p107)
  7787. w107.Name = "Wedge_Weld"
  7788. w107.Part0 = p107
  7789. 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)
  7790. w107.Part1 = p108
  7791. 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)
  7792. w108 = Instance.new("Weld", p108)
  7793. w108.Name = "Wedge_Weld"
  7794. w108.Part0 = p108
  7795. 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)
  7796. w108.Part1 = p109
  7797. 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)
  7798. w109 = Instance.new("Weld", p109)
  7799. w109.Name = "Wedge_Weld"
  7800. w109.Part0 = p109
  7801. 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)
  7802. w109.Part1 = p110
  7803. 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)
  7804. w110 = Instance.new("Weld", p110)
  7805. w110.Name = "Hitbox_Weld"
  7806. w110.Part0 = p110
  7807. 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)
  7808. w110.Part1 = p111
  7809. 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)
  7810. m8.Parent = rarm
  7811. m8:MakeJoints()
  7812. ----------------------------------------------------
  7813. local cor8 = Instance.new("Part", rarm.Zyrodoxa)
  7814. cor8.Name = "Thingy"
  7815. cor8.Locked = true
  7816. cor8.BottomSurface = 0
  7817. cor8.CanCollide = false
  7818. cor8.Size = Vector3.new(1, 1, 1)
  7819. cor8.Transparency = 1
  7820. cor8.TopSurface = 0
  7821. corw8 = Instance.new("Weld", cor8)
  7822. corw8.Part0 = rarm
  7823. corw8.Part1 = cor8
  7824. corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
  7825. corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7826. weld8 = Instance.new("Weld", rarm.Zyrodoxa)
  7827. weld8.Part0 = cor8
  7828. weld8.Part1 = rarm.Zyrodoxa.Handle
  7829. weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7830. Amulite = Instance.new("PointLight",m7.Center)
  7831. Amulite.Brightness = 0
  7832. Amulite.Color = Color3.new(0,1,0)
  7833. ----------------------------------------------------
  7834. models = {m,m2,m3,m4,m5,m6,m7,m8}
  7835. parts = {}
  7836. Stepped:connect(function()
  7837. for i,v in pairs(models) do
  7838. for _, a in pairs(v:GetChildren()) do
  7839. if v:IsA("Part") and v.Name ~= "Thingy" then
  7840. table.insert(parts, a)
  7841. for i,v in pairs(parts) do
  7842. v.CanCollide = false
  7843. end
  7844. end
  7845. end
  7846. end
  7847. end)
  7848. ----------------------------------------------------
  7849. local animpose = "Idle1"
  7850. local lastanimpose = "Idle1"
  7851. local grab = false
  7852. local Smooth = 1
  7853. local sine = 0
  7854. local change = 1
  7855. local val = 0
  7856. local ffing = false
  7857. ----------------------------------------------------
  7858. --[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
  7859.  
  7860. function FindHumanoids()
  7861. local function c_region(Position, Size)
  7862. local SizeOffset = Size/2
  7863. local Point1 = Position - SizeOffset
  7864. local Point2 = Position + SizeOffset
  7865. local a = Instance.new("Part", workspace)
  7866. a.Anchored = true
  7867. a.Size = Size
  7868. a.Position = Position
  7869. print("Hey!, I'm making a part!")
  7870. return Region3.new(Point1, Point2)
  7871. end
  7872.  
  7873. local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  7874. local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  7875. local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  7876. local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  7877.  
  7878. local regions = {a, b, c, d}
  7879.  
  7880. local found_humanoids = {}
  7881. local already_found = {char.Name}
  7882.  
  7883. for _, region in pairs(regions) do
  7884. for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
  7885. print(part, part.Parent, part.Name) ---nope
  7886. if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  7887. local humanoid = part.Parent:FindFirstChild("Humanoid")
  7888. local name = humanoid.Parent.Name
  7889. local exists = false
  7890. for _, n in pairs(already_found) do
  7891. if n == name then
  7892. exists = true
  7893. end
  7894. end
  7895. if not exists then
  7896. table.insert(already_found, name)
  7897. table.insert(found_humanoids, humanoid)
  7898. end
  7899. elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  7900. local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  7901. local name = humanoid.Parent.Parent.Name
  7902. local exists = false
  7903. for _, n in pairs(already_found) do
  7904. if n == name then
  7905. exists = true
  7906. end
  7907. end
  7908. if not exists then
  7909. table.insert(already_found, name)
  7910. table.insert(found_humanoids, humanoid)
  7911. end
  7912. end
  7913. end
  7914. end
  7915. return found_humanoids
  7916. end
  7917.  
  7918. local humanoids = FindHumanoids()
  7919. if #humanoids == 0 then
  7920. for i, v in pairs(humanoids) do
  7921. print(v.Parent.Name)
  7922. if Debounces.Slashing == true then
  7923. v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
  7924. elseif Debounces.Slashing == false then
  7925. wait()
  7926. end
  7927. end
  7928. wait(0.3)
  7929. end]]--
  7930. ----------------------------------------------------
  7931. --[[mouse.KeyDown:connect(function(key)
  7932. if key == "f" then
  7933. if Debounces.CanAttack == true then
  7934. Debounces.CanAttack = false
  7935. Debounces.NoIdl = true
  7936. Debounces.on = true
  7937. for i = 1, 20 do
  7938. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7939. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7940. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
  7941. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  7942. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  7943. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  7944. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  7945. 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)
  7946. 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)
  7947. 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)
  7948. 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)
  7949. 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)
  7950. 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)
  7951. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
  7952. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
  7953. 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)
  7954. 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)
  7955. 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)
  7956. 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)
  7957. if Debounces.on == false then
  7958. break
  7959. end
  7960. fat.Event:wait()
  7961. end
  7962. end
  7963. end
  7964. end)]]--
  7965. ----------------------------------------------------
  7966. mod4 = Instance.new("Model",char)
  7967.  
  7968. ptez = {0.7, 0.8, 0.9, 1}
  7969.  
  7970. function FindNearestTorso(Position,Distance,SinglePlayer)
  7971. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  7972. local List = {}
  7973. for i,v in pairs(workspace:GetChildren())do
  7974. if v:IsA("Model")then
  7975. if v:findFirstChild("Torso")then
  7976. if v ~= char then
  7977. if(v.Torso.Position -Position).magnitude <= Distance then
  7978. table.insert(List,v)
  7979. end
  7980. end
  7981. end
  7982. end
  7983. end
  7984. return List
  7985. end
  7986.  
  7987. function Slam()
  7988. local part=Instance.new('Part',mod4)
  7989. part.Anchored=true
  7990. part.CanCollide=false
  7991. part.FormFactor='Custom'
  7992. part.Size=Vector3.new(.2,.2,.2)
  7993. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  7994. part.Transparency=.7
  7995. part.BrickColor=BrickColor.new('Really black')
  7996. mesh=Instance.new('SpecialMesh',part)
  7997. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  7998. mesh.Scale=Vector3.new(3,3,3)
  7999. local part2=Instance.new('Part',mod4)
  8000. part2.Anchored=true
  8001. part2.CanCollide=false
  8002. part2.FormFactor='Custom'
  8003. part2.Size=Vector3.new(.2,.2,.2)
  8004. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  8005. part2.Transparency=.7
  8006. part2.BrickColor=BrickColor.new('Lime green')
  8007. mesh2=Instance.new('SpecialMesh',part2)
  8008. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  8009. mesh2.Scale=Vector3.new(3,1.5,3)
  8010. x = Instance.new("Sound",larm)
  8011. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  8012. x.Pitch = ptez[math.random(1,#ptez)]
  8013. x.Volume = 1
  8014. wait(.1)
  8015. x1 = Instance.new("Sound",larm)
  8016. x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
  8017. x1.Pitch = ptez[math.random(1,#ptez)]
  8018. x1.Volume = 1
  8019. wait(.1)
  8020. x:Play()
  8021. x1:Play()
  8022. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  8023. if v:FindFirstChild('Humanoid') then
  8024. v.Humanoid:TakeDamage(math.random(30,45))
  8025. end
  8026. end
  8027. coroutine.resume(coroutine.create(function()
  8028. for i=0,0.62,0.13 do
  8029. wait()
  8030. part.CFrame=part.CFrame
  8031. part.Transparency=i
  8032. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  8033. part2.CFrame=part2.CFrame
  8034. part2.Transparency=i
  8035. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  8036. end
  8037. part.Parent=nil
  8038. part2.Parent=nil
  8039. x:Destroy()
  8040. end))
  8041. end
  8042. ----------------------------------------------------
  8043. wPart = function(x,y,z,color,tr,cc,an,parent)
  8044. local wp = Instance.new('WedgePart',parent or Weapon)
  8045. wp.formFactor = 'Custom'
  8046. wp.Size = Vector3.new(x,y,z)
  8047. wp.BrickColor = BrickColor.new(color)
  8048. wp.CanCollide = cc
  8049. wp.Transparency = tr
  8050. wp.Anchored = an
  8051. wp.TopSurface,wp.BottomSurface = 0,0
  8052. return wp
  8053. end
  8054.  
  8055. Mesh = function(par,num,x,y,z)
  8056. local msh = _
  8057. if num == 1 then
  8058. msh = Instance.new("CylinderMesh",par)
  8059. elseif num == 2 then
  8060. msh = Instance.new("SpecialMesh",par)
  8061. msh.MeshType = 3
  8062. elseif num == 3 then
  8063. msh = Instance.new("BlockMesh",par)
  8064. elseif num == 4 then
  8065. msh = Instance.new("SpecialMesh",par)
  8066. msh.MeshType = "Torso"
  8067. elseif type(num) == 'string' then
  8068. msh = Instance.new("SpecialMesh",par)
  8069. msh.MeshId = num
  8070. end
  8071. msh.Scale = Vector3.new(x,y,z)
  8072. return msh
  8073. end
  8074.  
  8075. local function CFrameFromTopBack(at, top, back)
  8076. local right = top:Cross(back)
  8077. return CFrame.new(at.x, at.y, at.z,
  8078. right.x, top.x, back.x,
  8079. right.y, top.y, back.y,
  8080. right.z, top.z, back.z)
  8081. end
  8082.  
  8083. function Triangle(a, b, c)
  8084. local edg1 = (c-a):Dot((b-a).unit)
  8085. local edg2 = (a-b):Dot((c-b).unit)
  8086. local edg3 = (b-c):Dot((a-c).unit)
  8087. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  8088. a, b, c = a, b, c
  8089. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  8090. a, b, c = b, c, a
  8091. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  8092. a, b, c = c, a, b
  8093. else
  8094. print("unreachable")
  8095. end
  8096. local len1 = (c-a):Dot((b-a).unit)
  8097. local len2 = (b-a).magnitude - len1
  8098. local width = (a + (b-a).unit*len1 - c).magnitude
  8099. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  8100. local list = {}
  8101. if len1 > 0.01 then
  8102. local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  8103. local sz = Vector3.new(0.2, width, len1)
  8104. w1.Size = sz
  8105. local sp = Mesh(w1,2,0,0,0)
  8106. sp.MeshType='Wedge'
  8107. sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
  8108. w1:BreakJoints()
  8109. w1.Anchored = true
  8110. w1.Transparency = 0.7
  8111. Spawn(function()
  8112. for i=0,1,0.1 do
  8113. fat.Event:wait()
  8114. w1.Transparency=w1.Transparency+0.03
  8115. end
  8116. end)
  8117. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  8118. table.insert(list,w1)
  8119. end
  8120. if len2 > 0.01 then
  8121. local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  8122. local sz = Vector3.new(0.2, width, len2)
  8123. w2.Size = sz
  8124. local sp = Mesh(w2,2,0,0,0)
  8125. sp.MeshType='Wedge'
  8126. sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
  8127. w2:BreakJoints()
  8128. w2.Anchored = true
  8129. w2.Transparency = 0.7
  8130. Spawn(function()
  8131. for i=0,1,0.1 do
  8132. fat.Event:wait()
  8133. w2.Transparency=w2.Transparency+0.03
  8134. end
  8135. end)
  8136. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  8137. table.insert(list,w2)
  8138. end
  8139. return unpack(list)
  8140. end
  8141.  
  8142. function trail(p,t,h)
  8143. Spawn(function()
  8144. local blcf = p.CFrame
  8145. local scfr = blcf
  8146. for i=1,t do
  8147. local blcf = p.CFrame
  8148. if scfr and (p.Position-scfr.p).magnitude > .1 then
  8149. 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)
  8150. if a then game.Debris:AddItem(a,1) end
  8151. if b then game.Debris:AddItem(b,1) end
  8152. 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)
  8153. if a then game.Debris:AddItem(a,1) end
  8154. if b then game.Debris:AddItem(b,1) end
  8155. scfr = blcf
  8156. elseif not scfr then
  8157. scfr = blcf
  8158. end
  8159. fat.Event:wait()
  8160. end
  8161. scfr=nil
  8162. end)
  8163. end
  8164. --trail(char.Sword.Blade,1e1000,5)
  8165. ----------------------------------------------------
  8166. function Dmg()
  8167. local partofdeath = rarm.Zyrodoxa.Hitbox
  8168. local function CreateRegion3FromLocAndSize(Position, Size)
  8169. local SizeOffset = Size/2
  8170. local Point1 = Position - SizeOffset
  8171. local Point2 = Position + SizeOffset
  8172. return Region3.new(Point1, Point2)
  8173. end
  8174. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  8175. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  8176. Spawn(function()
  8177. if Debounces.Slashing == true and Debounces.Slashed == false then
  8178. Debounces.Slashed = true
  8179. ypcall(function()
  8180. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  8181. humanoid:TakeDamage(math.random(10,18))
  8182. end)
  8183. wait(.4)
  8184. Debounces.Slashed = false
  8185. end
  8186. end)
  8187. end
  8188. end
  8189. ----------------------------------------------------
  8190. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  8191. ptz = {0.7, 0.8, 0.9, 1}
  8192. idz = {"161006212", "161006195"}
  8193. function attackone()
  8194. for i = 1, 13 do
  8195. 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)
  8196. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
  8197. 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)
  8198. 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)
  8199. 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)
  8200. 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)
  8201. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  8202. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  8203. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  8204. 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)
  8205. 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)
  8206. 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)
  8207. 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)
  8208. 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)
  8209. if Debounces.on == false then
  8210. break
  8211. end
  8212. fat.Event:wait()
  8213. end
  8214. trail(rarm.Zyrodoxa.Hitbox,20,2)
  8215. Debounces.Slashing = true
  8216. wait(0.2)
  8217. --[[z = Instance.new("Sound", hed)
  8218. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  8219. z.Pitch = ptz[math.random(1,#ptz)]
  8220. z.Volume = 1
  8221. wait(.01)
  8222. z:Play()]]--
  8223. for i = 1, 14 do
  8224. Dmg()
  8225. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
  8226. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
  8227. 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)
  8228. 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)
  8229. 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)
  8230. 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)
  8231. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  8232. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8233. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  8234. 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)
  8235. 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)
  8236. 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)
  8237. 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)
  8238. 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)
  8239. if Debounces.on == false then break end
  8240. rs:wait()
  8241. end
  8242. Debounces.Slashing = false
  8243. end
  8244. function attacktwo()
  8245. Debounces.Slashing = true
  8246. for i = 1, 14 do
  8247. Dmg()
  8248. corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
  8249. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
  8250. 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)
  8251. 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)
  8252. 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)
  8253. 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)
  8254. 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)
  8255. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8256. 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)
  8257. 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)
  8258. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  8259. 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)
  8260. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  8261. 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)
  8262. if Debounces.on == false then
  8263. break
  8264. end
  8265. rs:wait()
  8266. end
  8267. end
  8268. ----------------------------------------------------
  8269. ComboNum = 0
  8270. mouse.Button1Down:connect(function()
  8271. if Debounces.CanAttack == true then
  8272. Debounces.CanAttack = false
  8273. Debounces.NoIdl = true
  8274. Debounces.on = true
  8275. if ComboNum == 0 then
  8276. attackone()
  8277. elseif ComboNum == 1 then
  8278. attacktwo()
  8279. --[[elseif ComboNum == 2 then
  8280. attackthree()]]--
  8281. end
  8282. ComboNum = ComboNum + 1
  8283. Debounces.CanAttack = true
  8284. Debounces.on = false
  8285. wait(.5)
  8286. if Debounces.CanAttack == true then
  8287. ComboNum = 0
  8288. Debounces.NoIdl = false
  8289. end
  8290. end
  8291. end)
  8292. ----------------------------------------------------
  8293. definition = 5
  8294. bc = {}
  8295. bezierparts = {}
  8296. function NoOutline(Part)
  8297. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  8298. end
  8299. function draw(p,d)
  8300. for i=1,d do
  8301. local t = i/d
  8302. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  8303. end
  8304. for i=1,d do
  8305. local bcs = Instance.new("Part",char)
  8306. NoOutline(bcs)
  8307. bcs.Anchored = true
  8308. bcs.CanCollide = false
  8309. bcs.Material = "Neon"
  8310. bcs.BrickColor = BrickColor.new("Lime green")
  8311. bcs.Size = Vector3.new(1,1,1)
  8312. bcs.Shape = Enum.PartType.Ball
  8313. bcs.CFrame = CFrame.new(bc[i])
  8314. local bcp = Instance.new("Part",char)
  8315. NoOutline(bcp)
  8316. bcp.Anchored = true
  8317. bcp.CanCollide = false
  8318. bcp.Material = "Neon"
  8319. bcp.BrickColor = BrickColor.new("Lime green")
  8320. local cm = Instance.new("CylinderMesh")
  8321. cm.Parent = bcp
  8322. if i ~= 1 then
  8323. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  8324. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  8325. else
  8326. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  8327. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  8328. end
  8329. table.insert(bezierparts, bcs)
  8330. table.insert(bezierparts, bcp)
  8331. end
  8332. Spawn(function() fat.Event:wait()
  8333. for i,v in pairs(bezierparts) do
  8334. v.Transparency = 1
  8335. end
  8336. end)
  8337. end
  8338. --local points = {larm.Position,rarn.Position,invisipart.Position}
  8339. --draw(points,definition)
  8340. mouse.KeyDown:connect(function(key)
  8341. if key == "f" then
  8342. if Debounces.CanAttack == true then
  8343. Debounces.CanAttack = false
  8344. Debounces.NoIdl = true
  8345. Debounces.on = true
  8346. for i = 1, 20 do
  8347. 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)
  8348. 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)
  8349. 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)
  8350. 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)
  8351. 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)
  8352. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8353. 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)
  8354. 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)
  8355. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  8356. 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)
  8357. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  8358. 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)
  8359. if Debounces.on == false then
  8360. break
  8361. end
  8362. fat.Event:wait()
  8363. end
  8364. rpart = Instance.new("Part",rarm)
  8365. NoOutline(rpart)
  8366. rpart.Anchored = false
  8367. rpart.Size = Vector3.new(1,1,1)
  8368. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  8369. rpart.Transparency = 1
  8370. newWeld(rarm, rpart, 0, 0, 0)
  8371. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  8372. lpart = Instance.new("Part",larm)
  8373. NoOutline(lpart)
  8374. lpart.Anchored = false
  8375. lpart.Size = Vector3.new(1,1,1)
  8376. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  8377. lpart.Transparency = 1
  8378. newWeld(larm, lpart, 0, 0, 0)
  8379. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  8380. invisipart = Instance.new("Part",torso)
  8381. NoOutline(invisipart)
  8382. invisipart.Anchored = false
  8383. invisipart.Size = Vector3.new(1,1,1)
  8384. invisipart.Transparency = 1
  8385. invisipart.CFrame = torso.CFrame
  8386. newWeld(torso, invisipart, 0, 0, 0)
  8387. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  8388. table.insert(bezierparts, rpart)
  8389. table.insert(bezierparts, lpart)
  8390. table.insert(bezierparts, invisipart)
  8391. for i = 1, 40 do
  8392. local points = {lpart.Position,invisipart.Position,rpart.Position}
  8393. draw(points,definition)
  8394. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  8395. 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)
  8396. 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)
  8397. 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)
  8398. 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)
  8399. 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)
  8400. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  8401. 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)
  8402. 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)
  8403. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  8404. 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)
  8405. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  8406. 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)
  8407. if Debounces.on == false then
  8408. break
  8409. end
  8410. fat.Event:wait()
  8411. end
  8412. for i,v in pairs(bezierparts) do
  8413. v:Destroy()
  8414. end
  8415. --draw(points,definition)
  8416. if Debounces.CanAttack == false then
  8417. Debounces.CanAttack = true
  8418. Debounces.NoIdl = false
  8419. Debounces.on = false
  8420. end
  8421. end
  8422. end
  8423. end)
  8424. ----------------------------------------------------
  8425. pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
  8426. IDs = {"415880409","415880478"}
  8427. mouse.KeyDown:connect(function(key)
  8428. if key == "h" then
  8429. if Debounces.CanJoke == true then
  8430. Debounces.CanJoke = false
  8431. z = Instance.new("Sound",hed)
  8432. z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
  8433. z.Pitch = 1
  8434. z.Volume = 1
  8435. z1 = Instance.new("Sound",hed)
  8436. z1.SoundId = z.SoundId
  8437. z1.Pitch = 1
  8438. z1.Volume = 1
  8439. wait()
  8440. z:Play()
  8441. z1:Play()
  8442. wait(20)
  8443. z:Destroy()
  8444. z1:Destroy()
  8445. if Debounces.CanJoke == false then
  8446. Debounces.CanJoke = true
  8447. end
  8448. end
  8449. end
  8450. end)
  8451. ----------------------------------------------------
  8452. mouse.KeyDown:connect(function(key)
  8453. if key == "j" then
  8454. if Debounces.CanJoke == true then
  8455. Debounces.CanJoke = false
  8456. z = Instance.new("Sound",hed)
  8457. z.SoundId = "rbxassetid://415859013"
  8458. z.Pitch = pitches[math.random(1,#pitches)]
  8459. z.Volume = 1
  8460. wait()
  8461. z:Play()
  8462. wait(2)
  8463. z:Destroy()
  8464. if Debounces.CanJoke == false then
  8465. Debounces.CanJoke = true
  8466. end
  8467. end
  8468. end
  8469. end)
  8470. ----------------------------------------------------
  8471. mouse.KeyDown:connect(function(key)
  8472. if key == "k" then
  8473. if Debounces.CanJoke == true then
  8474. Debounces.CanJoke = false
  8475. z = Instance.new("Sound",hed)
  8476. z.SoundId = "rbxassetid://415859085"
  8477. z.Pitch = pitches[math.random(1,#pitches)]
  8478. z.Volume = 1
  8479. wait()
  8480. z:Play()
  8481. wait(2)
  8482. z:Destroy()
  8483. if Debounces.CanJoke == false then
  8484. Debounces.CanJoke = true
  8485. end
  8486. end
  8487. end
  8488. end)
  8489. ----------------------------------------------------
  8490. Grab = false
  8491. mouse.KeyDown:connect(function(key)
  8492. if key == "z" then
  8493. Debounces.on = true
  8494. Debounces.NoIdl = true
  8495. Debounces.ks = true
  8496. if Grab == false then
  8497. gp = nil
  8498. for i = 1, 20 do
  8499. 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)
  8500. 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)
  8501. 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)
  8502. 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)
  8503. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  8504. 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)
  8505. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  8506. 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)
  8507. 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)
  8508. 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)
  8509. 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)
  8510. 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)
  8511. if Debounces.on == false then break end
  8512. fat.Event:wait()
  8513. end
  8514. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  8515. ht = hit.Parent
  8516. for i,v in pairs(ht:GetChildren()) do
  8517. if v:IsA("Part") then
  8518. v.CanCollide = false
  8519. v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
  8520. end
  8521. end
  8522. hum1=ht:FindFirstChild('Humanoid')
  8523. if hum1 ~= nil then
  8524. if Debounces.ks==true then
  8525. z = Instance.new("Sound",hed)
  8526. z.SoundId = "rbxassetid://169380525"
  8527. z.Volume = 1
  8528. z:Play()
  8529. Debounces.ks=false
  8530. end
  8531. hum1.PlatformStand=true
  8532. hum1:ChangeState'Physics'
  8533. gp = ht
  8534. Grab = true
  8535. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  8536. asd.Parent = larm
  8537. asd.Name = "asd"
  8538. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  8539. stanceToggle = "Grabbed"
  8540. --[[elseif hum1 == nil then
  8541. con1:disconnect()
  8542. wait() return]]--
  8543. end
  8544. end)
  8545. for i = 1, 20 do
  8546. 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)
  8547. 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)
  8548. 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)
  8549. 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)
  8550. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  8551. 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)
  8552. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  8553. 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)
  8554. 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)
  8555. 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)
  8556. 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)
  8557. 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)
  8558. if Debounces.on == false then break end
  8559. fat.Event:wait()
  8560. end
  8561. con1:disconnect()
  8562. Debounces.on = false
  8563. Debounces.NoIdl = false
  8564. elseif Grab == true then
  8565. Grab = false
  8566. --[[for i = 1, 16 do
  8567. 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)
  8568. 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)
  8569. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  8570. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  8571. 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)
  8572. 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)
  8573. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  8574. if Debounces.on == false then end
  8575. rs:wait()
  8576. end]]--
  8577. for i = 1, 16 do
  8578. 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)
  8579. 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)
  8580. 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)
  8581. 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)
  8582. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  8583. 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)
  8584. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  8585. 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)
  8586. 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)
  8587. 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)
  8588. 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)
  8589. 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)
  8590. if Debounces.on == false then end
  8591. rs:wait()
  8592. end
  8593. for i = 1, 12 do
  8594. 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)
  8595. 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)
  8596. 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)
  8597. 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)
  8598. 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)
  8599. 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)
  8600. 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)
  8601. 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)
  8602. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  8603. 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)
  8604. 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)
  8605. 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)
  8606. if Debounces.on == false then end
  8607. rs:wait()
  8608. end
  8609. Slam()
  8610. if gp ~= nil then
  8611. for i,v in pairs(larm:GetChildren()) do
  8612. if v.Name == "asd" and v:IsA("Weld") then
  8613. v:Remove()
  8614. end
  8615. if v:IsA("Part") then
  8616. v.CanCollide = true
  8617. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  8618. end
  8619. end
  8620. end
  8621. stanceToggle = "Idle1"
  8622. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  8623. bv.maxForce = Vector3.new(400000, 400000, 400000)
  8624. bv.P = 125000
  8625. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  8626. ht=nil
  8627. Debounces.on = false
  8628. Debounces.NoIdl = false
  8629. elseif ht == nil then wait()
  8630. Grab = false
  8631. Debounces.on = false
  8632. Debounces.NoIdl = false
  8633. end
  8634. end
  8635. end)
  8636. ----------------------------------------------------
  8637. Change = false
  8638. mouse.KeyDown:connect(function(key)
  8639. if key == "n" then
  8640. if Change == false then
  8641. Change = true
  8642. stanceToggle = "Idle2"
  8643. elseif Change == true then
  8644. Change = false
  8645. stanceToggle = "Idle1"
  8646. end
  8647. end
  8648. end)
  8649. ----------------------------------------------------
  8650. mouse.KeyDown:connect(function(key)
  8651. if string.byte(key) == 52 then
  8652. Swing = 2
  8653. char.Humanoid.WalkSpeed = 28
  8654. end
  8655. end)
  8656. mouse.KeyUp:connect(function(key)
  8657. if string.byte(key) == 52 then
  8658. Swing = 1
  8659. char.Humanoid.WalkSpeed = 16
  8660. end
  8661. end)
  8662. ----------------------------------------------------
  8663. CR = torso.Cloak.Rotater
  8664. CR2 = torso.Cloak.CapeLevel1
  8665. CR3 = torso.Cloak.CapeLevel2
  8666. CR4 = torso.Cloak.CapeLevel3
  8667. CR5 = torso.Cloak.CapeLevel4
  8668. jump = false
  8669. rs:connect(function()
  8670. if char.Humanoid.Jump == true then
  8671. jump = true
  8672. else
  8673. jump = false
  8674. end
  8675. char.Humanoid.FreeFalling:connect(function(f)
  8676. if f then
  8677. ffing = true
  8678. else
  8679. ffing = false
  8680. end
  8681. end)
  8682. sine = sine + change
  8683. if jump == true then
  8684. animpose = "Jumping"
  8685. elseif ffing == true then
  8686. animpose = "Freefalling"
  8687. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  8688. animpose = "Idle"
  8689. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  8690. animpose = "Walking"
  8691. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  8692. animpose = "Running"
  8693. end
  8694. RightLeg = CFrame.new(0.5,-1,0)
  8695. LeftLeg = CFrame.new(-0.5,-1,0)
  8696.  
  8697. lefth = (torso.CFrame*LeftLeg)
  8698. righth = (torso.CFrame*RightLeg)
  8699.  
  8700. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  8701.  
  8702. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  8703.  
  8704. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  8705. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  8706. if animpose ~= lastanimpose then
  8707. sine = 0
  8708. if Debounces.NoIdl == false then
  8709. if stanceToggle == "Idle1" then
  8710. 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)
  8711. 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)
  8712. 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)
  8713. 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)
  8714. 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)
  8715. 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)
  8716. elseif stanceToggle == "Idle2" then
  8717. 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)
  8718. 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)
  8719. 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)
  8720. 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)
  8721. 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)
  8722. 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)
  8723. end
  8724. fat.Event:wait()
  8725. end
  8726. else
  8727. end
  8728. lastanimpose = animpose
  8729. if Debounces.NoIdl == false then
  8730. if animpose == "Idle" then
  8731. change = 0.5
  8732. if stanceToggle == "Idle1" then
  8733. 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)
  8734. 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)
  8735. 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)
  8736. 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)
  8737. 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)
  8738. 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)
  8739. 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)
  8740. 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)
  8741. 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)
  8742. 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)
  8743. 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)
  8744. 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)
  8745. 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)
  8746. 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)
  8747. 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)
  8748. 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)
  8749. 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)
  8750. 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)
  8751. 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)
  8752. elseif stanceToggle == "Idle2" then
  8753. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  8754. 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)
  8755. 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)
  8756. 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)
  8757. 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)
  8758. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8759. 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)
  8760. 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)
  8761. 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)
  8762. 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)
  8763. 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)
  8764. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  8765. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  8766. --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)
  8767. 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)
  8768. 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)
  8769. 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)
  8770. 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)
  8771. 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)
  8772. elseif stanceToggle == "Grabbed" then
  8773. grab = true
  8774. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8775. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8776. 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)
  8777. 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)
  8778. 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)
  8779. 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)
  8780. 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)
  8781. 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)
  8782. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  8783. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  8784. 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)
  8785. 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)
  8786. 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)
  8787. 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)
  8788. end
  8789. elseif animpose == "Walking" then
  8790. if stanceToggle == "Grabbed" then
  8791. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8792. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8793. 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)
  8794. 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)
  8795. 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)
  8796. 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)
  8797. 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)
  8798. 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)
  8799. 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)
  8800. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  8801. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  8802. 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)
  8803. 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)
  8804. 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)
  8805. 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)
  8806. elseif stanceToggle ~= "Grabbed" then
  8807. change = 1
  8808. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8809. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8810. 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)
  8811. 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)
  8812. 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)
  8813. 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)
  8814. 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)
  8815. 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)
  8816. 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)
  8817. 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)
  8818. 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)
  8819. 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)
  8820. 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)
  8821. 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)
  8822. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  8823. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  8824. --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)
  8825. 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)
  8826. 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)
  8827. --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)
  8828. 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)
  8829. 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)
  8830. end
  8831. elseif animpose == "Running" then
  8832. change = 1
  8833. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8834. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8835. 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)
  8836. 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)
  8837. 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)
  8838. 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)
  8839. 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)
  8840. 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)
  8841. 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)
  8842. 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)
  8843. 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)
  8844. 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)
  8845. 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)
  8846. 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)
  8847. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8848. 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)
  8849. 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)
  8850. 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)
  8851. 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)
  8852. elseif animpose == "Jumping" then
  8853. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  8854. 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)
  8855. 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)
  8856. 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)
  8857. 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)
  8858. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8859. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8860. 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)
  8861. 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)
  8862. 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)
  8863. 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)
  8864. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  8865. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  8866. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8867. 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)
  8868. 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)
  8869. 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)
  8870. 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)
  8871. elseif animpose == "Freefalling" then
  8872. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  8873. 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)
  8874. 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)
  8875. 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)
  8876. 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)
  8877. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  8878. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  8879. 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)
  8880. 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)
  8881. 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)
  8882. 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)
  8883. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  8884. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  8885. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  8886. 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)
  8887. 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)
  8888. 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)
  8889. 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)
  8890. end
  8891. end
  8892. end)
  8893. hum.MaxHealth = 5000
  8894. wait(3)
  8895. hum.Health = 5000
  8896. while wait() do
  8897. wait(5)
  8898. for i=1,100 do wait()
  8899. Amulite.Brightness=Amulite.Brightness+0.02
  8900. end
  8901. for i=1,100 do wait()
  8902. Amulite.Brightness=Amulite.Brightness-0.02
  8903. end
  8904. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement